123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="list.aspx.cs" Inherits="CB.Wap.list" %>
- <%@ Register src="/header.ascx" tagname="header" tagprefix="uc1" %>
- <%@ Register src="/footer.ascx" tagname="footer" TagPrefix="uc2" %>
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0, user-scalable=no">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <!-- 允许全屏浏览-->
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <!--指定的iphone中safari顶端的状态条的样式;-->
- <meta name="format-detection" content="telephone=no">
- <!--强制要求手机竖屏显示-->
- <meta name="MobileOptimized" content="320" />
- <meta name="screen-orientation" content="portrait">
- <!--告诉设备忽略将页面中的数字识别为电话号码;-->
- <!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading -->
- <meta http-equiv="cleartype" content="on">
- <meta content="telephone=no" name="format-detection" />
- <!-- tianlong add -->
- <title><%=lotteryName%>助手 - 彩吧助手</title>
- <meta name="description" content="免费为您提供专业的<%=lotteryName%>分析软件、走势图表及遗漏数据。" />
- <meta name="keywords" content="<%=lotteryName%>走势图,<%=lotteryName%>遗漏分析,<%=lotteryName%>缩水,<%=lotteryName%>软件,<%=lotteryName%>图表" />
- <link href="/static/css/base.css" rel="stylesheet"/>
- <script type="text/javascript" src="/static/js/1.6-min-jquery.js"></script>
- </head>
- <body>
- <%--<div class="topbar">
-
- <a class="back" href="javascript:history.go(-1);"></a>
- <h1><%=lotteryName %></h1>
- <div class="menubox">
- <div class="menu"><a href="/kjh/" class="new-lot"></a><a href="../index-new.shtml" class="open"></a></div>
- </div>
- </div>
- <script type="text/javascript">
- $(document).ready(function () {
- var nav = $(".menu_nav");
- nav.css("height", $(document).height());
- var menu = $(".open");
- menu.click(function () {
- if ("block" == nav.css("display")) { $(".menu_nav").slideUp(400); } else { $(".menu_nav").slideDown(400); }
- });
- //menu.mouseout(function(){$(".menu_nav").hide(300);});
- });
-
- </script>--%>
- <uc1:header ID="header1" runat="server" />
- <%=sp.ToString() %>
- <uc2:footer ID="footer1" runat="server" />
- </body>
- </html>
|