tuku-3dtgbgt.aspx 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="tuku-3dtgbgt.aspx.cs" Inherits="CB.Wap.column.tuku_3dtgbgt" %>
  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. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  12. <meta name="format-detection" content="telephone=no" />
  13. <meta name="MobileOptimized" content="320" />
  14. <meta name="screen-orientation" content="portrait" />
  15. <meta http-equiv="cleartype" content="on" />
  16. <meta content="telephone=no" name="format-detection" />
  17. <title><%=pageTitle %></title>
  18. <meta name="description" content="<%=pageDescription %>" />
  19. <meta name="keywords" content="<%=pageKeyWords %>" />
  20. <link href="/static/css/base.css" rel="stylesheet"/>
  21. <link href="/static/css/specail.css" rel="stylesheet"/>
  22. <script type="text/javascript" src="/static/js/1.6-min-jquery.js"></script>
  23. <script type="text/javascript" src="/static/js/wap128.js"></script>
  24. </head>
  25. <body>
  26. <uc1:header ID="header1" runat="server" ColumnName="3d天罡八卦图" />
  27. <div class="wrap">
  28. <div class="subnav">
  29. <%=columnNav%>
  30. </div>
  31. </div>
  32. <div class="news-info">
  33. <div class="title">
  34. <h1>3d天罡八卦图</h1>
  35. <p></p>
  36. </div>
  37. <div class="newsinfo"> <img src="http://www.55128.cn/static/images/bagua.jpg"/> </div>
  38. </div>
  39. <uc2:footer ID="footer1" runat="server" />
  40. </body>
  41. </html>