default.asp
上传用户:rblchem
上传日期:2022-04-27
资源大小:1941k
文件大小:7k
源码类别:

编辑器/阅读器

开发平台:

C#

  1. <!-- #include file="INCLUDE/DefaultHead.asp" -->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta http-equiv="Content-Language" content="zh-CN" />
  7. <style type="text/css" title="MXNA">@import "css/mxna.css";</style>
  8.          <link rel="alternate stylesheet" type="text/css" title="Blueidea General" href="css/bxna_default.css" />
  9.          <link rel="alternate stylesheet" type="text/css" title="Plain Text" href="css/bxna_plaintext.css" />
  10. <link rel="alternate" type="application/rss+xml" href="feed.asp" title="<%=XNA_Title%>" />
  11.          <link rel="Bookmark" href="image/logo.gif" />
  12. <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  13. <link rel="icon" href="favicon.ico" type="image/x-icon" />
  14. <script language="JavaScript">
  15. var Inttime=<%=UserUpdateJavaInterval%>;
  16. </script>
  17. <script language="JavaScript" src="script/autoupdate.js"></script>
  18.          <script language="JavaScript" src="script/ajax.js"></script>
  19.          <script language="JavaScript" src="script/timechoose.js"></script>
  20. <title><%=XNA_Title%></title>
  21. </head>
  22. <body>
  23. </div>
  24. <html> 
  25. <head>
  26. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  27. <meta name="keywords" content="Tom,TomRss,TRss,Rss博客聚合,Tom博客聚合" />
  28. <meta name="description" content="Tom,TomRss,TRss,Rss博客聚合,Tom博客聚合" />
  29. <meta name="copyright" content="TRss" />
  30. <meta name="author" content="Tom,Tblog,TRss" />
  31. <link rel="icon" href="favicon.ico" type="image/x-icon" />
  32. <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> 
  33. <link href="tom.css" rev="stylesheet" rel="stylesheet" type="text/css" media="all" />
  34. <script language="JavaScript" src="include/common.js" type="text/javascript"></script>
  35. <style type="text/css">
  36. <!--
  37. body {
  38. margin-left: 0px;
  39. margin-top: 0px;
  40. margin-right: 0px;
  41. margin-bottom: 0px;
  42. background-image: url(images/by.gif);
  43. background-color: #A3A7B8;
  44. }
  45. body,td,th {
  46. font-size: 12px;
  47. color: #000;
  48. }
  49. a:link {
  50. color: #000;
  51. text-decoration: none;
  52. }
  53. a:visited {
  54. color: #000;
  55. text-decoration: none;
  56. }
  57. a:hover {
  58. color: #ff9900;
  59. text-decoration: none;
  60. }
  61. a:active {
  62. color: #ff9900;
  63. text-decoration: none;
  64. }
  65. .caobi {color: #000000; font-size: 14px; }
  66. -->
  67. </style>
  68. </head>
  69. <body>
  70. <table width="900" border="0" align="center">
  71. <tr>
  72. <td width="230" rowspan="2" >
  73. <img src="images/toplogo.gif" width="230" height="72">
  74. </td>
  75. <td width="660" height="37">&nbsp;</td>
  76. </tr>
  77. <tr>
  78. <td height="35"">
  79. <div align="right" class="caobi">
  80. <strong>
  81. <A HREF="?action=ShowStandard">标准</A>&nbsp;&nbsp;&nbsp;&nbsp;
  82. <A HREF="?action=ShowList">列表</A>&nbsp;&nbsp;&nbsp;&nbsp;
  83. <A HREF="?action=AdvanceSearch">搜索</A>&nbsp;&nbsp;&nbsp;&nbsp;
  84. <A href="?action=AddFeed">申请</A>&nbsp;&nbsp;&nbsp;&nbsp;
  85. <A href="admin/update_xml.asp?action=UserUpdate">更新</A>&nbsp;&nbsp;&nbsp;&nbsp;
  86. <a href="down.asp">下载</a>&nbsp;&nbsp;&nbsp;&nbsp;
  87. <a href="online.asp">工具</a>&nbsp;&nbsp;&nbsp;&nbsp;
  88. <a href="/log/">博客</a>&nbsp;&nbsp;&nbsp;&nbsp;
  89. </strong></div>
  90. </td>
  91. </tr>
  92. </table>
  93. <table width="900" border="0" align="center">
  94. <tr>
  95. <td>
  96. <div id="mainbody" width="900" align="center">
  97. <div id="maintop" width="900" align="center">
  98. <table border="0" cellpadding="0" cellspacing="0" width="900" align="center">
  99. <tr>
  100. <td background="images/top.jpg" height="199"></td>
  101. </tr>
  102. </table>
  103. </div>
  104. <p id="category">
  105. <a href="./" class="selected">All</a>
  106. <span style="cursor: pointer;" onclick="ShowAllList('<%=SiteListOrder%>','<%=SiteListLeftNumber%>','span');"><img src="image/expand.gif">
  107. </span>
  108. <!--这里开始输出目录,以下内容不要更改-->
  109. <%=ExportCatelog()%>
  110. <script>
  111. ExpandListBySession('<%=Session(SessionStr&"SiteList")%>','<%=SiteListOrder%>','<%=SiteListLeftNumber%>');
  112. </script>
  113. <!--这里结束输出目录,以上内容不要更改-->
  114. </p>
  115. <div id="aggregator">
  116. <h3 class="caption">Aggregated News</h3>
  117. <p class="feedCount"></p>
  118. <!--这里开始输出文章内容,以下内容不要更改-->
  119. <%Public intPageCount:Const TFolder="BXNA":Application.Lock:Application(SessionStr&"TFolder")=TFolder:Application.Unlock%>
  120. <%=Export(Request.QueryString("page"),Request.QueryString("cate"),Request.QueryString("site"))%>
  121. <!--这里结束输出文章内容,以上内容不要更改-->
  122. </div>
  123. <p id="pager">
  124. <strong class="caption">Page:</strong>
  125. <!--这里开始输出页码条,以下内容不要更改-->
  126. <%=ExportBar(Request.QueryString("page"),intPageCount,Request.QueryString("cate"),Request.QueryString("site"))%>
  127. <!--这里结束输出页码条,以上内容不要更改-->
  128. </p>
  129. &nbsp;&nbsp;&nbsp;想跟我一样把自己的文章即时发表在这里?点击申请并提交自己的<a href="http://www.zz.la/rss/">RSS</a>地址,把<a href="http://www.zz.la/rss/">http://www.zz.la/rss/</a>加为友情连接,系统才会通过审核.
  130. <style type="text/css">
  131. <!--
  132. body,td,th {
  133. color: #000000;
  134. font-size: 12px;
  135. font-family: Tahoma;
  136. }
  137. a:link {
  138. color: #000000;
  139. text-decoration: none;
  140. }
  141. a:visited {
  142. text-decoration: none;
  143. color: #000000;
  144. }
  145. a:hover {
  146. text-decoration: none;
  147. color: #000000;
  148. }
  149. a:active {
  150. text-decoration: none;
  151. color: #000000;
  152. }
  153. .caodan {color: #666666; font-size: 12px; }
  154. -->
  155. </style>
  156. <div id="mainbottom">
  157. <table width="890" border="0" align="center" cellpadding="0" cellspacing="0">
  158. <tr>
  159. <td width="180">
  160. <div align="center">
  161. <img src="images/dilogo.jpg" width="140" height="80" />
  162. </div>
  163. </td>
  164. <td>
  165. <p>
  166. <a href="http://www.zz.la/">
  167. <span class="caodan">版权所有:</span> Tblog(Tom Blog)官方站<br>
  168. </a>
  169. <span class="caodan">本站使用程序:</span> Copyright By Tblog 3.0 Bata
  170. </a>
  171. <br>
  172. <a href="http://www.miibeian.gov.cn/"><span class="caodan">信息产业部网站备案号:</span> 辽ICP备06019256号
  173. </a>
  174. <br>
  175. <span class="caodan">当前使用皮肤: </span>官方默认皮肤</a>
  176. <br>
  177. <span class="caodan">本站感谢由: </span><a href="http://www.zcuu.com/" target="_blank">资库网</a>提供<a href="http://idc.zcuu.com/" target="_blank">服务器</a>与技术支持
  178. <br>
  179. <span class="caodan">欢迎大家使用: </span><a href="http://blog.zcuu.com/" target="_blank">资库博客</a>
  180. <br>
  181. </p>
  182. </td>
  183. <td width="470">
  184. <div align="center"><img height="48" alt="信息产业部备案" src="http://www.zcuu.com/img/di/di1.gif" width="118" border="0" />  <a href="http://www.zcuu.com/" target="_blank"><img height="48" alt="资库传媒广告" src="http://www.zcuu.com/img/di/di2.gif" width="118" border="0" /></a>  <a href="http://hacker.zcuu.com/" target="_blank"><img height="48" alt="资库网络安全督察" src="http://www.zcuu.com/img/di/di5.gif" width="118" border="0" /></a>  </div>
  185. </td>
  186. </tr>
  187. </table>
  188. </div>
  189. </div>
  190. <br>
  191. <script src="http://bang.zcuu.com/cf.asp?user_name=tom"></script>