tool_3dsjhcx.aspx 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="tool_3dsjhcx.aspx.cs" Inherits="CB.Wap.column.tool_3dsjhcx" %>
  2. <%@ Register TagPrefix="uc2" TagName="footer" Src="~/footer.ascx" %>
  3. <%@ Register TagPrefix="uc1" TagName="header" Src="~/header.ascx" %>
  4. <!DOCTYPE html >
  5. <html>
  6. <head>
  7. <meta charset="utf-8">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0, user-scalable=no">
  10. <meta name="apple-mobile-web-app-capable" content="yes">
  11. <!-- 允许全屏浏览-->
  12. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  13. <!--指定的iphone中safari顶端的状态条的样式;-->
  14. <meta name="format-detection" content="telephone=no">
  15. <!--强制要求手机竖屏显示-->
  16. <meta name="MobileOptimized" content="320" />
  17. <meta name="screen-orientation" content="portrait">
  18. <!--告诉设备忽略将页面中的数字识别为电话号码;-->
  19. <!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading -->
  20. <meta http-equiv="cleartype" content="on">
  21. <meta content="telephone=no" name="format-detection" />
  22. <!-- tianlong add -->
  23. <title>
  24. <%=pageTitle%></title>
  25. <meta name="description" content="<%=pageDescription %>" />
  26. <meta name="keywords" content="<%=pageKeyWords %>" />
  27. <link href="/static/css/base.css" rel="stylesheet" />
  28. <link href="/static/css/specail.css" rel="stylesheet" />
  29. <script type="text/javascript" src="/static/js/1.6-min-jquery.js"></script>
  30. <script type="text/javascript" src="/static/js/wap128.js"></script>
  31. <script type="text/javascript" src="/static/js/function.js"></script>
  32. </head>
  33. <body>
  34. <uc1:header ID="header1" runat="server" />
  35. <div class="wrap">
  36. <div class="subnav">
  37. <%=columnNav %>
  38. </div>
  39. </div>
  40. <div class="sjh-query">
  41. <form id="form1" method="get" action="/zt/3dsjhcx/">
  42. <ul>
  43. <li>
  44. <%=Qishu %>
  45. </li>
  46. <li>
  47. <%=SelectHtml %>
  48. </li>
  49. <li class="right"><span>按期号</span> <span class="btu">
  50. <input type="text" class="text" id="newterm" name="term" value="2016002" onfocus="if (value =='2016002'){value =''}"
  51. onblur="if (value ==''){value='2016002'}" />
  52. <input type="submit" class="search" value="" onclick="return checkTerm(6,8);" /></span> </li>
  53. </ul>
  54. </form>
  55. </div>
  56. <div class="his-sjh">
  57. <div class="hisjh">
  58. <table>
  59. <thead>
  60. <tr>
  61. <th width="110">
  62. 期号
  63. </th>
  64. <th width="138">
  65. 日期
  66. </th>
  67. <th width="170">
  68. 试机号
  69. </th>
  70. <th width="90">
  71. 和值
  72. </th>
  73. <th width="170">
  74. 开奖号
  75. </th>
  76. <th width="90">
  77. 和值
  78. </th>
  79. <th width="90">
  80. 试中
  81. </th>
  82. </tr>
  83. </thead>
  84. <tbody>
  85. <%=sp.ToString()%>
  86. </tbody>
  87. </table>
  88. </div>
  89. </div>
  90. <script type="text/javascript">
  91. $('.his-sjh').find('tr:even').attr('class', 'bg-grey');
  92. $('.hisjh').find('tr').find('td:eq(2)').attr('class', 'wred');
  93. $('.hisjh').find('tr').find('td:eq(4)').attr('class', 'wblue');
  94. </script>
  95. <uc2:footer ID="footer1" runat="server" NoFooter="false" />
  96. </body>
  97. </html>