list.aspx 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="list.aspx.cs" Inherits="CB.Wap.list" %>
  2. <%@ Register src="/header.ascx" tagname="header" tagprefix="uc1" %>
  3. <%@ Register src="/footer.ascx" tagname="footer" TagPrefix="uc2" %>
  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><%=lotteryName%>助手 - 彩吧助手</title>
  24. <meta name="description" content="免费为您提供专业的<%=lotteryName%>分析软件、走势图表及遗漏数据。" />
  25. <meta name="keywords" content="<%=lotteryName%>走势图,<%=lotteryName%>遗漏分析,<%=lotteryName%>缩水,<%=lotteryName%>软件,<%=lotteryName%>图表" />
  26. <link href="/static/css/base.css" rel="stylesheet"/>
  27. <script type="text/javascript" src="/static/js/1.6-min-jquery.js"></script>
  28. </head>
  29. <body>
  30. <%--<div class="topbar">
  31. <a class="back" href="javascript:history.go(-1);"></a>
  32. <h1><%=lotteryName %></h1>
  33. <div class="menubox">
  34. <div class="menu"><a href="/kjh/" class="new-lot"></a><a href="../index-new.shtml" class="open"></a></div>
  35. </div>
  36. </div>
  37. <script type="text/javascript">
  38. $(document).ready(function () {
  39. var nav = $(".menu_nav");
  40. nav.css("height", $(document).height());
  41. var menu = $(".open");
  42. menu.click(function () {
  43. if ("block" == nav.css("display")) { $(".menu_nav").slideUp(400); } else { $(".menu_nav").slideDown(400); }
  44. });
  45. //menu.mouseout(function(){$(".menu_nav").hide(300);});
  46. });
  47. </script>--%>
  48. <uc1:header ID="header1" runat="server" />
  49. <%=sp.ToString() %>
  50. <uc2:footer ID="footer1" runat="server" />
  51. </body>
  52. </html>