1234567891011121314151617181920212223 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title></title>
- <script type="text/javascript" src="http://www.1473.cn/uform.js"></script>
- <link href="Pag.css" rel="stylesheet" type="text/css" />
- <link href="http://www.1473.cn/uform.css" rel="stylesheet" type="text/css" />
- <script src="Pag.js" type="text/javascript"></script>
- </head>
- <body>
- <script type="text/javascript">
- window.onload = function () {
- U.Control.Pag.I(5);
- U.PG.PPage($("body")[0], 20, 1, 4, { "fun": [[function () { }, ([1])]], "page": [0] }, function () {
- return { "pre": null, "next": $("#U_C_Pag_I_Next")[0], "frit": null, "last": $("#U_C_Pag_I_Last")[0], "input": [$("#U_C_Pag_Jump_Inp")[0], $("#U_C_Pag_I_Jump")[0]], "page": [$("#U_C_Pag_I_List_UL")[0], "U_C_Pag_I_List_UL_Li", "U_C_Pag_I_List_UL_DLi"] };
- });
- }
- </script>
- </body>
- </html>
|