tool_3dlssdjt.aspx 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="tool_3dlssdjt.aspx.cs" Inherits="CB.Wap.column.tool_3dlssdjt" %>
  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><%=pageTitle%></title>
  24. <meta name="description" content="<%=pageDescription %>" />
  25. <meta name="keywords" content="<%=pageKeyWords %>" />
  26. <link href="/static/css/base.css" rel="stylesheet" />
  27. <link href="/static/css/specail.css" rel="stylesheet" />
  28. <script type="text/javascript" src="/static/js/1.6-min-jquery.js"></script>
  29. <script type="text/javascript" src="/static/js/wap128.js"></script>
  30. </head>
  31. <body>
  32. <uc1:header id="header1" runat="server" />
  33. <div class="wrap">
  34. <div class="subnav">
  35. <%=columnNav%>
  36. </div>
  37. </div>
  38. <div class="his-sjh">
  39. <div class="hisjh">
  40. <table>
  41. <thead>
  42. <tr>
  43. <th width="110">
  44. 期号
  45. </th>
  46. <th width="138">
  47. 日期
  48. </th>
  49. <th width="170">
  50. 试机号
  51. </th>
  52. <th width="90">
  53. 和值
  54. </th>
  55. <th width="170">
  56. 开奖号
  57. </th>
  58. <th width="90">
  59. 和值
  60. </th>
  61. <th width="90">
  62. 试中
  63. </th>
  64. </tr>
  65. </thead>
  66. <tbody>
  67. <%=others.ToString() %>
  68. </tbody>
  69. </table>
  70. </div>
  71. </div>
  72. <script type="text/javascript">
  73. $('.his-sjh').find('tr:even').attr('class','bg-grey');
  74. $('.hisjh').find('tr').find('td:eq(2)').attr('class','wred');
  75. $('.hisjh').find('tr').find('td:eq(4)').attr('class','wblue');
  76. </script>
  77. <uc2:footer ID="footer1" runat="server" NoFooter="false" />
  78. </body>
  79. </html>