stats.aspx
上传用户:wenllgg125
上传日期:2020-04-09
资源大小:7277k
文件大小:62k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.stats" %>
  2. <%@ Import namespace="System.Data" %>
  3. <%@ Import namespace="Discuz.Common" %>
  4. <%@ Import namespace="Discuz.Forum" %>
  5. <%@ Import namespace="Discuz.Entity" %>
  6. <script runat="server">
  7. override protected void OnInit(EventArgs e)
  8. {
  9. /* 
  10. This page was created by Discuz!NT Template Engine at 2010/2/8 15:43:52.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:52. 
  12. */
  13. base.OnInit(e);
  14. templateBuilder.Capacity = 220000;
  15. if (infloat!=1)
  16. {
  17. templateBuilder.Append("<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">rn");
  18. templateBuilder.Append("<html xmlns="http://www.w3.org/1999/xhtml">rn");
  19. templateBuilder.Append("<head>rn");
  20. templateBuilder.Append("<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />rn");
  21. if (pagetitle=="首页")
  22. {
  23. templateBuilder.Append("<title>");
  24. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  25. templateBuilder.Append(" ");
  26. templateBuilder.Append(config.Seotitle.ToString().Trim());
  27. templateBuilder.Append(" - Powered by Discuz!NT</title>rn");
  28. }
  29. else
  30. {
  31. templateBuilder.Append("<title>");
  32. templateBuilder.Append(pagetitle.ToString());
  33. templateBuilder.Append(" - ");
  34. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  35. templateBuilder.Append(" ");
  36. templateBuilder.Append(config.Seotitle.ToString().Trim());
  37. templateBuilder.Append(" - Powered by Discuz!NT</title>rn");
  38. } //end if
  39. templateBuilder.Append(meta.ToString());
  40. templateBuilder.Append("rn");
  41. templateBuilder.Append("<meta name="generator" content="Discuz!NT 3.1.0" />rn");
  42. templateBuilder.Append("<meta name="author" content="Discuz!NT Team and Comsenz UI Team" />rn");
  43. templateBuilder.Append("<meta name="copyright" content="2001-2010 Comsenz Inc." />rn");
  44. templateBuilder.Append("<meta http-equiv="x-ua-compatible" content="ie=7" />rn");
  45. templateBuilder.Append("<link rel="icon" href="");
  46. templateBuilder.Append(forumurl.ToString());
  47. templateBuilder.Append("favicon.ico" type="image/x-icon" />rn");
  48. templateBuilder.Append("<link rel="shortcut icon" href="");
  49. templateBuilder.Append(forumurl.ToString());
  50. templateBuilder.Append("favicon.ico" type="image/x-icon" />rn");
  51. templateBuilder.Append("<link rel="stylesheet" href="");
  52. templateBuilder.Append(forumurl.ToString());
  53. templateBuilder.Append("templates/");
  54. templateBuilder.Append(templatepath.ToString());
  55. templateBuilder.Append("/dnt.css" type="text/css" media="all" />rn");
  56. templateBuilder.Append("<link rel="stylesheet" href="");
  57. templateBuilder.Append(forumurl.ToString());
  58. templateBuilder.Append("templates/");
  59. templateBuilder.Append(templatepath.ToString());
  60. templateBuilder.Append("/float.css" type="text/css" />rn");
  61. templateBuilder.Append(link.ToString());
  62. templateBuilder.Append("rn");
  63. templateBuilder.Append("<script type="text/javascript">rn");
  64. templateBuilder.Append("var creditnotice='");
  65. templateBuilder.Append(Scoresets.GetValidScoreNameAndId().ToString().Trim());
  66. templateBuilder.Append("'; rn");
  67. templateBuilder.Append("var forumpath = "");
  68. templateBuilder.Append(forumpath.ToString());
  69. templateBuilder.Append("";rn");
  70. templateBuilder.Append("</");
  71. templateBuilder.Append("script>rn");
  72. templateBuilder.Append("<script type="text/javascript" src="");
  73. templateBuilder.Append(forumurl.ToString());
  74. templateBuilder.Append("javascript/common.js"></");
  75. templateBuilder.Append("script>rn");
  76. templateBuilder.Append("<script type="text/javascript" src="");
  77. templateBuilder.Append(forumurl.ToString());
  78. templateBuilder.Append("javascript/template_report.js"></");
  79. templateBuilder.Append("script>rn");
  80. templateBuilder.Append("<script type="text/javascript" src="");
  81. templateBuilder.Append(forumurl.ToString());
  82. templateBuilder.Append("javascript/template_utils.js"></");
  83. templateBuilder.Append("script>rn");
  84. templateBuilder.Append("<script type="text/javascript" src="");
  85. templateBuilder.Append(forumurl.ToString());
  86. templateBuilder.Append("javascript/ajax.js"></");
  87. templateBuilder.Append("script>rn");
  88. templateBuilder.Append("<script type="text/javascript">rn");
  89. templateBuilder.Append(" var aspxrewrite = ");
  90. templateBuilder.Append(config.Aspxrewrite.ToString().Trim());
  91. templateBuilder.Append(";rn");
  92. templateBuilder.Append(" var IMGDIR = '");
  93. templateBuilder.Append(forumurl.ToString());
  94. templateBuilder.Append("templates/");
  95. templateBuilder.Append(templatepath.ToString());
  96. templateBuilder.Append("/images'rn");
  97. templateBuilder.Append("    var allowfloatwin = ");
  98. templateBuilder.Append(config.Allowfloatwin.ToString().Trim());
  99. templateBuilder.Append("rn");
  100. templateBuilder.Append(" var rooturl="");
  101. templateBuilder.Append(rooturl.ToString());
  102. templateBuilder.Append("";rn");
  103. templateBuilder.Append("</");
  104. templateBuilder.Append("script>rn");
  105. templateBuilder.Append(script.ToString());
  106. templateBuilder.Append("rn");
  107. templateBuilder.Append("</head>rn");
  108. templateBuilder.Append("<body onkeydown="if(event.keyCode==27) return false;">rn");
  109. templateBuilder.Append("<div id="append_parent"></div><div id="ajaxwaitid"></div>rn");
  110. templateBuilder.Append("<div id="submenu">rn");
  111. templateBuilder.Append(" <div class="wrap s_clear">rn");
  112. if (usergroupinfo.Allowsearch>0)
  113. {
  114. templateBuilder.Append(" <form method="post" action="");
  115. templateBuilder.Append(forumurl.ToString());
  116. templateBuilder.Append("search.aspx" target="_blank" onsubmit="bind_keyword(this);;" class="right">rn");
  117. templateBuilder.Append(" <input type="hidden" name="poster" />rn");
  118. templateBuilder.Append(" <input type="hidden" name="keyword" />rn");
  119. templateBuilder.Append(" <input type="hidden" name="type" value="" />rn");
  120. templateBuilder.Append(" <input id="keywordtype" type="hidden" name="keywordtype" value="0" />rn");
  121. templateBuilder.Append(" <a href="javascript:void(0);" class="drop" id="quicksearch" onclick="showMenu(this.id, false);" onmouseover="MouseCursor(this);">快速搜索</a>rn");
  122. templateBuilder.Append(" <input type="text" name="keywordf" value="输入搜索关键字" onblur="if(this.value=='')this.value=defaultValue" onclick="if(this.value==this.defaultValue)this.value = ''" onkeydown="if(this.value==this.defaultValue)this.value = ''" class="txt"/>rn");
  123. templateBuilder.Append(" <input name="searchsubmit" type="submit" value="" class="btnsearch"/>rn");
  124. templateBuilder.Append(" </form>rn");
  125. templateBuilder.Append(" <script type="text/javascript">rn");
  126. templateBuilder.Append("     function bind_keyword(form) {rn");
  127. templateBuilder.Append(" if (form.keywordtype.value == '9') {rn");
  128. templateBuilder.Append("     form.action = '");
  129. templateBuilder.Append(forumurl.ToString());
  130. templateBuilder.Append("forumsearch.aspx?q=' + escape(form.keywordf.value);rn");
  131. templateBuilder.Append(" } else if (form.keywordtype.value == '8') {rn");
  132. templateBuilder.Append("             form.keyword.value = '';rn");
  133. templateBuilder.Append("             form.poster.value = form.keywordf.value;rn");
  134. templateBuilder.Append("         } else {rn");
  135. templateBuilder.Append("             form.poster.value = '';rn");
  136. templateBuilder.Append("             form.keyword.value = form.keywordf.value;rn");
  137. templateBuilder.Append("             if (form.keywordtype.value == '2')rn");
  138. templateBuilder.Append("                 form.type.value = 'spacepost';rn");
  139. templateBuilder.Append("             if (form.keywordtype.value == '3')rn");
  140. templateBuilder.Append("                 form.type.value = 'album';rn");
  141. templateBuilder.Append("         }rn");
  142. templateBuilder.Append("     }rn");
  143. templateBuilder.Append(" </");
  144. templateBuilder.Append("script>rn");
  145. } //end if
  146. templateBuilder.Append(" <span class="avataonline right">rn");
  147. if (userid==-1)
  148. {
  149. templateBuilder.Append(" <a href="");
  150. templateBuilder.Append(forumpath.ToString());
  151. templateBuilder.Append("login.aspx" onClick="floatwin('open_login', '");
  152. templateBuilder.Append(rooturl.ToString());
  153. templateBuilder.Append("login.aspx', 600, 410);return false;">[登录]</a>rn");
  154. templateBuilder.Append(" <a href="");
  155. templateBuilder.Append(forumpath.ToString());
  156. templateBuilder.Append("register.aspx" onClick="floatwin('open_register', '");
  157. templateBuilder.Append(rooturl.ToString());
  158. templateBuilder.Append("register.aspx', 600, 410);return false;">[注册]</arn");
  159. templateBuilder.Append(" >rn");
  160. }
  161. else
  162. {
  163. templateBuilder.Append(" 欢迎<a class="drop" id="viewpro" onMouseOver="showMenu(this.id)">");
  164. templateBuilder.Append(username.ToString());
  165. templateBuilder.Append("</a>rn");
  166. templateBuilder.Append(" <span class="pipe">|</span>rn");
  167. templateBuilder.Append(" <a href="");
  168. templateBuilder.Append(forumpath.ToString());
  169. templateBuilder.Append("logout.aspx?userkey=");
  170. templateBuilder.Append(userkey.ToString());
  171. templateBuilder.Append("">退出</a>rn");
  172. templateBuilder.Append(" <span class="pipe">|</span>rn");
  173. } //end if
  174. templateBuilder.Append(" </span>rn");
  175. if (userid!=-1)
  176. {
  177. templateBuilder.Append(" <a href="");
  178. templateBuilder.Append(forumpath.ToString());
  179. templateBuilder.Append("usercpinbox.aspx" class="inbox" title="");
  180. templateBuilder.Append(oluserinfo.Newpms.ToString().Trim());
  181. templateBuilder.Append("条新短消息">收件箱</a>rn");
  182. if (oluserinfo.Newpms>0)
  183. {
  184. templateBuilder.Append("<cite>");
  185. templateBuilder.Append(oluserinfo.Newpms.ToString().Trim());
  186. templateBuilder.Append("</cite>rn");
  187. } //end if
  188. templateBuilder.Append(" <span class="pipe">|</span>rn");
  189. templateBuilder.Append(" <a href="");
  190. templateBuilder.Append(forumpath.ToString());
  191. templateBuilder.Append("usercpnotice.aspx?filter=all" class="notice">通知</a>rn");
  192. if (oluserinfo.Newnotices>0)
  193. {
  194. templateBuilder.Append("<cite>");
  195. templateBuilder.Append(oluserinfo.Newnotices.ToString().Trim());
  196. templateBuilder.Append("</cite>rn");
  197. } //end if
  198. templateBuilder.Append(" <span class="pipe">|</span>rn");
  199. templateBuilder.Append(" <a href="");
  200. templateBuilder.Append(forumpath.ToString());
  201. templateBuilder.Append("usercp.aspx" class="usercp">用户中心</a>rn");
  202. templateBuilder.Append(" <span class="pipe">|</span>rn");
  203. if (useradminid==1)
  204. {
  205. templateBuilder.Append(" <a href="");
  206. templateBuilder.Append(forumpath.ToString());
  207. templateBuilder.Append("admin/index.aspx" target="_blank" class="systemmanage">系统设置</a>rn");
  208. templateBuilder.Append(" <span class="pipe">|</span>rn");
  209. } //end if
  210. templateBuilder.Append(" <a href="javascript:void(0);" class="drop" id="mymenu" onMouseOver="showMenu(this.id, false);" >我的</a>rn");
  211. templateBuilder.Append(" <ul class="popupmenu_popup headermenu_popup" id="mymenu_menu" style="display: none">rn");
  212. templateBuilder.Append(" <li><a href="");
  213. templateBuilder.Append(forumpath.ToString());
  214. templateBuilder.Append("mytopics.aspx">我的主题</a></li>rn");
  215. templateBuilder.Append(" <li><a href="");
  216. templateBuilder.Append(forumpath.ToString());
  217. templateBuilder.Append("myposts.aspx">我的帖子</a></li>rn");
  218. templateBuilder.Append(" <li><a href="");
  219. templateBuilder.Append(forumpath.ToString());
  220. templateBuilder.Append("search.aspx?posterid=current&type=digest">我的精华</a></li>rn");
  221. templateBuilder.Append(" <li><a href="");
  222. templateBuilder.Append(forumpath.ToString());
  223. templateBuilder.Append("myattachment.aspx">我的附件</a></li>rn");
  224. templateBuilder.Append(" <li><a href="");
  225. templateBuilder.Append(forumpath.ToString());
  226. templateBuilder.Append("usercpsubscribe.aspx">我的收藏</a></li>rn");
  227. if (config.Enablespace==1)
  228. {
  229. templateBuilder.Append(" <li><a href="");
  230. templateBuilder.Append(forumpath.ToString());
  231. templateBuilder.Append("space/">我的空间</a></li>rn");
  232. } //end if
  233. if (config.Enablealbum==1)
  234. {
  235. templateBuilder.Append(" <li><a href="");
  236. templateBuilder.Append(forumpath.ToString());
  237. templateBuilder.Append("showalbumlist.aspx?uid=");
  238. templateBuilder.Append(userid.ToString());
  239. templateBuilder.Append("">我的相册</a></li>rn");
  240. } //end if
  241. if (config.Enablemall==1)
  242. {
  243. templateBuilder.Append(" <li><a href="");
  244. templateBuilder.Append(forumpath.ToString());
  245. templateBuilder.Append("usercpmygoods.aspx">我的商品</a></li>rn");
  246. } //end if
  247. templateBuilder.Append("    </ul>rn");
  248. } //end if
  249. templateBuilder.Append("</div>rn");
  250. templateBuilder.Append("</div>rn");
  251. templateBuilder.Append("<div id="header">rn");
  252. templateBuilder.Append(" <div class="wrap s_clear">rn");
  253. templateBuilder.Append(" <h2><a href="");
  254. templateBuilder.Append(forumpath.ToString());
  255. templateBuilder.Append("index.aspx" title="Discuz!NT|BBS|论坛"><img src="");
  256. templateBuilder.Append(forumpath.ToString());
  257. templateBuilder.Append("templates/");
  258. templateBuilder.Append(templatepath.ToString());
  259. templateBuilder.Append("/images/logo.gif" alt="Discuz!NT|BBS|论坛"/></a></h2>rn");
  260. if (headerad!="")
  261. {
  262. templateBuilder.Append(" <div id="ad_headerbanner"></div>rn");
  263. } //end if
  264. templateBuilder.Append(" <ul id="menu">rn");
  265. templateBuilder.Append(" ");
  266. templateBuilder.Append(mainnavigation.ToString());
  267. templateBuilder.Append("rn");
  268. templateBuilder.Append(" </ul>rn");
  269. templateBuilder.Append(" </div>rn");
  270. templateBuilder.Append("</div>rn");
  271. }
  272. else
  273. {
  274. Response.Clear();
  275. Response.ContentType = "Text/XML";
  276. Response.Expires = 0;
  277. Response.Cache.SetNoStore();
  278. templateBuilder.Append("<?xml version="1.0" encoding="utf-8"?><root><![CDATA[rn");
  279. } //end if
  280. templateBuilder.Append("<div id="nav">rn");
  281. templateBuilder.Append(" <div class="wrap s_clear">rn");
  282. templateBuilder.Append(" <a href="");
  283. templateBuilder.Append(config.Forumurl.ToString().Trim());
  284. templateBuilder.Append("" class="title">");
  285. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  286. templateBuilder.Append("</a> &raquo; <a href="stats.aspx">统计</a>  &raquo; <strong>rn");
  287. if (type=="")
  288. {
  289. templateBuilder.Append(" 基本概况rn");
  290. }
  291. else if (type=="views")
  292. {
  293. templateBuilder.Append(" 流量统计rn");
  294. }
  295. else if (type=="client")
  296. {
  297. templateBuilder.Append(" 客户软件rn");
  298. }
  299. else if (type=="posts")
  300. {
  301. templateBuilder.Append(" 发帖量记录rn");
  302. }
  303. else if (type=="forumsrank")
  304. {
  305. templateBuilder.Append(" 版块排行rn");
  306. }
  307. else if (type=="topicsrank")
  308. {
  309. templateBuilder.Append(" 主题排行rn");
  310. }
  311. else if (type=="postsrank")
  312. {
  313. templateBuilder.Append(" 发帖排行rn");
  314. }
  315. else if (type=="creditsrank")
  316. {
  317. templateBuilder.Append(" 积分排行rn");
  318. }
  319. else if (type=="onlinetime")
  320. {
  321. templateBuilder.Append(" 在线时间rn");
  322. }
  323. else if (type=="trade")
  324. {
  325. templateBuilder.Append(" 交易排行rn");
  326. }
  327. else if (type=="team")
  328. {
  329. templateBuilder.Append(" 管理团队rn");
  330. }
  331. else if (type=="modworks")
  332. {
  333. templateBuilder.Append(" 管理统计rn");
  334. } //end if
  335. templateBuilder.Append(" </strong>rn");
  336. templateBuilder.Append(" </div>rn");
  337. templateBuilder.Append("</div>rn");
  338. templateBuilder.Append("<script type="text/javascript">rn");
  339. templateBuilder.Append(" function changeTab(obj)rn");
  340. templateBuilder.Append(" {rn");
  341. templateBuilder.Append(" if (obj.className == 'currenttab')rn");
  342. templateBuilder.Append(" {rn");
  343. templateBuilder.Append(" obj.className = '';rn");
  344. templateBuilder.Append(" }rn");
  345. templateBuilder.Append(" elsern");
  346. templateBuilder.Append(" {rn");
  347. templateBuilder.Append(" obj.className = 'currenttab';rn");
  348. templateBuilder.Append(" }rn");
  349. templateBuilder.Append(" }rn");
  350. templateBuilder.Append("</");
  351. templateBuilder.Append("script>rn");
  352. templateBuilder.Append("<div id="wrap" class="wrap with_side s_clear stats">rn");
  353. templateBuilder.Append(" <div class="side">rn");
  354. templateBuilder.Append(" <h2>统计</h2>rn");
  355. templateBuilder.Append(" <div class="sideinner">rn");
  356. templateBuilder.Append(" <ul class="tabs">rn");
  357. templateBuilder.Append(" <li><a id="tab_main" class="currenttab" onmouseout="changeTab(this)" onmouseover="changeTab(this)" href="stats.aspx">基本状况</a></li>rn");
  358. if (statstatus)
  359. {
  360. templateBuilder.Append(" <li><a id="tab_views"  onmouseout="changeTab(this)" onmouseover="changeTab(this)" href="?type=views">流量统计</a></li>rn");
  361. templateBuilder.Append(" <li><a id="tab_client"  onmouseout="changeTab(this)" onmouseover="changeTab(this)" href="?type=client">客户软件</a></li>rn");
  362. } //end if
  363. templateBuilder.Append(" <li><a id="tab_posts"  onmouseout="changeTab(this)" onmouseover="changeTab(this)" href="?type=posts">发帖量记录</a></li>rn");
  364. templateBuilder.Append(" <li><a id="tab_forumsrank"   onmouseout="changeTab(this)" onmouseover="changeTab(this)" href="?type=forumsrank">版块排行</a></li>rn");
  365. templateBuilder.Append(" <li><a id="tab_topicsrank"   onmouseout="changeTab(this)" onmouseover="changeTab(this)" href="?type=topicsrank">主题排行</a></li>rn");
  366. templateBuilder.Append(" <li><a id="tab_postsrank"  onmouseout="changeTab(this)" onmouseover="changeTab(this)" href="?type=postsrank">发帖排行</a></li>rn");
  367. templateBuilder.Append(" <li><a id="tab_creditsrank"  onmouseout="changeTab(this)" onmouseover="changeTab(this)" href="?type=creditsrank">积分排行</a></li>rn");
  368. templateBuilder.Append(" <!--rn");
  369. templateBuilder.Append(" <li><a id="tab_trade"  onmouseout="changeTab(this)" onmouseover="changeTab(this)" href="?type=trade">交易排行</a></li>rn");
  370. templateBuilder.Append(" -->rn");
  371. if (config.Oltimespan>0)
  372. {
  373. templateBuilder.Append(" <li><a id="tab_onlinetime"  onmouseout="changeTab(this)" onmouseover="changeTab(this)" href="?type=onlinetime">在线时间</a></li>rn");
  374. } //end if
  375. templateBuilder.Append(" <!--rn");
  376. templateBuilder.Append(" <li><a id="tab_team"  onmouseout="changeTab(this)" onmouseover="changeTab(this)" href="?type=team">管理团队</a></li>rn");
  377. templateBuilder.Append(" <li><a id="tab_modworks"  onmouseout="changeTab(this)" onmouseover="changeTab(this)" href="?type=modworks">管理统计</a></li>rn");
  378. templateBuilder.Append(" -->rn");
  379. templateBuilder.Append(" </ul>rn");
  380. templateBuilder.Append(" </div>rn");
  381. templateBuilder.Append(" </div>rn");
  382. templateBuilder.Append(" <script type="text/javascript">rn");
  383. templateBuilder.Append(" try{rn");
  384. templateBuilder.Append(" $("tab_main").className = "";rn");
  385. templateBuilder.Append(" $("tab_" + '");
  386. templateBuilder.Append(type.ToString());
  387. templateBuilder.Append("').className = "currenttab";rn");
  388. templateBuilder.Append(" }catch(e){rn");
  389. templateBuilder.Append(" $("tab_main").className = "currenttab";rn");
  390. templateBuilder.Append(" }rn");
  391. templateBuilder.Append(" </");
  392. templateBuilder.Append("script>rn");
  393. templateBuilder.Append(" <div class="cpmain">rn");
  394. templateBuilder.Append(" <div class="cpcontent datalist">rn");
  395. templateBuilder.Append(" <h1>rn");
  396. if (type=="")
  397. {
  398. templateBuilder.Append(" 基本概况rn");
  399. }
  400. else if (type=="views")
  401. {
  402. templateBuilder.Append(" 流量统计rn");
  403. }
  404. else if (type=="client")
  405. {
  406. templateBuilder.Append(" 客户软件rn");
  407. }
  408. else if (type=="posts")
  409. {
  410. templateBuilder.Append(" 发帖量记录rn");
  411. }
  412. else if (type=="forumsrank")
  413. {
  414. templateBuilder.Append(" 版块排行rn");
  415. }
  416. else if (type=="topicsrank")
  417. {
  418. templateBuilder.Append(" 主题排行rn");
  419. }
  420. else if (type=="postsrank")
  421. {
  422. templateBuilder.Append(" 发帖排行rn");
  423. }
  424. else if (type=="creditsrank")
  425. {
  426. templateBuilder.Append(" 积分排行rn");
  427. }
  428. else if (type=="onlinetime")
  429. {
  430. templateBuilder.Append(" 在线时间rn");
  431. }
  432. else if (type=="trade")
  433. {
  434. templateBuilder.Append(" 交易排行rn");
  435. }
  436. else if (type=="team")
  437. {
  438. templateBuilder.Append(" 管理团队rn");
  439. }
  440. else if (type=="modworks")
  441. {
  442. templateBuilder.Append(" 管理统计rn");
  443. } //end if
  444. templateBuilder.Append(" </h1>rn");
  445. if (page_err==0)
  446. {
  447. if (type=="")
  448. {
  449. templateBuilder.Append(" <h3>基本状况</h3>rn");
  450. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" class="datatable" >rn");
  451. templateBuilder.Append(" <tbody>rn");
  452. templateBuilder.Append(" <tr>rn");
  453. templateBuilder.Append(" <td class="datatitle">注册会员</td>rn");
  454. templateBuilder.Append(" <td>");
  455. templateBuilder.Append(members.ToString());
  456. templateBuilder.Append("</td>rn");
  457. templateBuilder.Append(" <td class="datatitle">发帖会员</td>rn");
  458. templateBuilder.Append(" <td>");
  459. templateBuilder.Append(mempost.ToString());
  460. templateBuilder.Append("</td>rn");
  461. templateBuilder.Append(" </tr>rn");
  462. templateBuilder.Append(" <tr>rn");
  463. templateBuilder.Append(" <td class="datatitle">管理成员</td>rn");
  464. templateBuilder.Append(" <td>");
  465. templateBuilder.Append(admins.ToString());
  466. templateBuilder.Append("</td>rn");
  467. templateBuilder.Append(" <td class="datatitle">未发帖会员</td>rn");
  468. templateBuilder.Append(" <td>");
  469. templateBuilder.Append(memnonpost.ToString());
  470. templateBuilder.Append("</td>rn");
  471. templateBuilder.Append(" </tr>rn");
  472. templateBuilder.Append(" <tr>rn");
  473. templateBuilder.Append(" <td class="datatitle">新会员</td>rn");
  474. templateBuilder.Append(" <td>");
  475. templateBuilder.Append(lastmember.ToString());
  476. templateBuilder.Append("</td>rn");
  477. templateBuilder.Append(" <td class="datatitle">发帖会员占总数</td>rn");
  478. templateBuilder.Append(" <td>");
  479. templateBuilder.Append(mempostpercent.ToString());
  480. templateBuilder.Append("%</td>rn");
  481. templateBuilder.Append(" </tr>rn");
  482. templateBuilder.Append(" <tr>rn");
  483. templateBuilder.Append(" <td class="datatitle">今日论坛之星</td>rn");
  484. templateBuilder.Append(" <td>rn");
  485. if (bestmem!="")
  486. {
  487. templateBuilder.Append("<a href="userinfo.aspx?username=");
  488. templateBuilder.Append(bestmem.ToString());
  489. templateBuilder.Append("">");
  490. templateBuilder.Append(bestmem.ToString());
  491. templateBuilder.Append("</a>(");
  492. templateBuilder.Append(bestmemposts.ToString());
  493. templateBuilder.Append(")rn");
  494. } //end if
  495. templateBuilder.Append("</td>rn");
  496. templateBuilder.Append(" <td class="datatitle">平均每人发帖数</td>rn");
  497. templateBuilder.Append(" <td>");
  498. templateBuilder.Append(mempostavg.ToString());
  499. templateBuilder.Append("</td>rn");
  500. templateBuilder.Append(" </tr>rn");
  501. templateBuilder.Append(" </tbody>rn");
  502. templateBuilder.Append(" </table>rn");
  503. templateBuilder.Append(" <h3>论坛统计</h3>rn");
  504. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" class="datatable">rn");
  505. templateBuilder.Append(" <tbody>rn");
  506. templateBuilder.Append(" <tr>rn");
  507. templateBuilder.Append(" <td class="datatitle">版块数</td>rn");
  508. templateBuilder.Append(" <td style="width:15%">");
  509. templateBuilder.Append(forums.ToString());
  510. templateBuilder.Append("</td>rn");
  511. templateBuilder.Append(" <td class="datatitle">平均每日新增帖子数</td>rn");
  512. templateBuilder.Append(" <td style="width:15%">");
  513. templateBuilder.Append(postsaddavg.ToString());
  514. templateBuilder.Append("</td>rn");
  515. templateBuilder.Append(" <td class="datatitle">最热门版块</td>rn");
  516. templateBuilder.Append(" <td><a href="");
  517. templateBuilder.Append(ShowForumAspxRewrite(hotforum.Fid,0).ToString().Trim());
  518. templateBuilder.Append("" target="_blank">");
  519. templateBuilder.Append(hotforum.Name.ToString().Trim());
  520. templateBuilder.Append("</a></td>rn");
  521. templateBuilder.Append(" </tr>rn");
  522. templateBuilder.Append(" <tr>rn");
  523. templateBuilder.Append(" <td class="datatitle">主题数</td>rn");
  524. templateBuilder.Append(" <td>");
  525. templateBuilder.Append(topics.ToString());
  526. templateBuilder.Append("</td>rn");
  527. templateBuilder.Append(" <td class="datatitle">平均每日注册会员数</td>rn");
  528. templateBuilder.Append(" <td>");
  529. templateBuilder.Append(membersaddavg.ToString());
  530. templateBuilder.Append("</td>rn");
  531. templateBuilder.Append(" <td class="datatitle">主题数</td>rn");
  532. templateBuilder.Append(" <td>");
  533. templateBuilder.Append(hotforum.Topics.ToString().Trim());
  534. templateBuilder.Append("</td>rn");
  535. templateBuilder.Append(" </tr>rn");
  536. templateBuilder.Append(" <tr>rn");
  537. templateBuilder.Append(" <td class="datatitle">帖子数</td>rn");
  538. templateBuilder.Append(" <td>");
  539. templateBuilder.Append(posts.ToString());
  540. templateBuilder.Append("</td>rn");
  541. templateBuilder.Append(" <td class="datatitle">最近24小时新增帖子数</td>rn");
  542. templateBuilder.Append(" <td>");
  543. templateBuilder.Append(postsaddtoday.ToString());
  544. templateBuilder.Append("</td>rn");
  545. templateBuilder.Append(" <td class="datatitle">帖子数</td>rn");
  546. templateBuilder.Append(" <td>");
  547. templateBuilder.Append(hotforum.Posts.ToString().Trim());
  548. templateBuilder.Append("</td>rn");
  549. templateBuilder.Append(" </tr>rn");
  550. templateBuilder.Append(" <tr>rn");
  551. templateBuilder.Append(" <td class="datatitle">平均每个主题被回复次数</td>rn");
  552. templateBuilder.Append(" <td>");
  553. templateBuilder.Append(topicreplyavg.ToString());
  554. templateBuilder.Append("</td>rn");
  555. templateBuilder.Append(" <td class="datatitle">今日新增会员数</td>rn");
  556. templateBuilder.Append(" <td>");
  557. templateBuilder.Append(membersaddtoday.ToString());
  558. templateBuilder.Append("</td>rn");
  559. templateBuilder.Append(" <td class="datatitle">论坛活跃指数</td>rn");
  560. templateBuilder.Append(" <td>");
  561. templateBuilder.Append(activeindex.ToString());
  562. templateBuilder.Append("</td>rn");
  563. templateBuilder.Append(" </tr>rn");
  564. templateBuilder.Append(" </tbody>rn");
  565. templateBuilder.Append(" </table>rn");
  566. if (statstatus)
  567. {
  568. templateBuilder.Append(" <h3>流量概况</h3>rn");
  569. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" class="datatable">rn");
  570. templateBuilder.Append(" <tbody>rn");
  571. templateBuilder.Append(" <tr>rn");
  572. templateBuilder.Append(" <td class="datatitle">总页面流量</td>rn");
  573. templateBuilder.Append(" <td>" + totalstats["hits"].ToString().Trim() + "</td>rn");
  574. templateBuilder.Append(" <td class="datatitle">访问量最多的月份</td>rn");
  575. templateBuilder.Append(" <td>");
  576. templateBuilder.Append(yearofmaxmonth.ToString());
  577. templateBuilder.Append(" 年 ");
  578. templateBuilder.Append(monthofmaxmonth.ToString());
  579. templateBuilder.Append(" 月</td>rn");
  580. templateBuilder.Append(" </tr>rn");
  581. templateBuilder.Append(" <tr>rn");
  582. templateBuilder.Append(" <td class="datatitle">共计来访</td>rn");
  583. templateBuilder.Append(" <td>" + totalstats["visitors"].ToString().Trim() + " 人次</td>rn");
  584. templateBuilder.Append(" <td class="datatitle">月份总页面流量</td>rn");
  585. templateBuilder.Append(" <td>");
  586. templateBuilder.Append(maxmonth.ToString());
  587. templateBuilder.Append("</td>rn");
  588. templateBuilder.Append(" </tr>rn");
  589. templateBuilder.Append(" <tr>rn");
  590. templateBuilder.Append(" <td class="datatitle">会员</td>rn");
  591. templateBuilder.Append(" <td>" + totalstats["members"].ToString().Trim() + "</td>rn");
  592. templateBuilder.Append(" <td class="datatitle">时段</td>rn");
  593. templateBuilder.Append(" <td>");
  594. templateBuilder.Append(maxhourfrom.ToString());
  595. templateBuilder.Append(" - ");
  596. templateBuilder.Append(maxhourto.ToString());
  597. templateBuilder.Append("</td>rn");
  598. templateBuilder.Append(" </tr>rn");
  599. templateBuilder.Append(" <tr>rn");
  600. templateBuilder.Append(" <td class="datatitle">游客</td>rn");
  601. templateBuilder.Append(" <td>" + totalstats["guests"].ToString().Trim() + "</td>rn");
  602. templateBuilder.Append(" <td class="datatitle">时段总页面流量</td>rn");
  603. templateBuilder.Append(" <td>");
  604. templateBuilder.Append(maxhour.ToString());
  605. templateBuilder.Append("</td>rn");
  606. templateBuilder.Append(" </tr>rn");
  607. templateBuilder.Append(" <tr>rn");
  608. templateBuilder.Append(" <td class="datatitle">平均每人浏览</td>rn");
  609. templateBuilder.Append(" <td>");
  610. templateBuilder.Append(pageviewavg.ToString());
  611. templateBuilder.Append("</td>rn");
  612. templateBuilder.Append(" <td class="datatitle">&nbsp;</td>rn");
  613. templateBuilder.Append(" <td>&nbsp;</td>rn");
  614. templateBuilder.Append(" </tr>rn");
  615. templateBuilder.Append(" </tbody>rn");
  616. templateBuilder.Append(" </table>rn");
  617. } //end if
  618. templateBuilder.Append(" <h3>月份流量</h3>rn");
  619. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" class="datatable">rn");
  620. if (statstatus)
  621. {
  622. templateBuilder.Append(" ");
  623. templateBuilder.Append(monthofstatsbar.ToString());
  624. templateBuilder.Append("rn");
  625. }
  626. else
  627. {
  628. templateBuilder.Append(" <thead>rn");
  629. templateBuilder.Append(" <tr class="colplural">rn");
  630. templateBuilder.Append(" <td colspan="2" class="datatitle">每月新增帖子记录</td>rn");
  631. templateBuilder.Append(" </tr>rn");
  632. templateBuilder.Append(" </thead>rn");
  633. templateBuilder.Append(" ");
  634. templateBuilder.Append(monthpostsofstatsbar.ToString());
  635. templateBuilder.Append("rn");
  636. templateBuilder.Append(" <thead>rn");
  637. templateBuilder.Append(" <tr class="colplural">rn");
  638. templateBuilder.Append(" <td colspan="2" class="datatitle">每日新增帖子记录</td>rn");
  639. templateBuilder.Append(" </tr>rn");
  640. templateBuilder.Append(" </thead>rn");
  641. templateBuilder.Append(" ");
  642. templateBuilder.Append(daypostsofstatsbar.ToString());
  643. templateBuilder.Append("rn");
  644. } //end if
  645. templateBuilder.Append(" </table>rn");
  646. } //end if
  647. if (type=="views")
  648. {
  649. templateBuilder.Append(" <h3>流量统计</h3>rn");
  650. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" class="datatable">rn");
  651. templateBuilder.Append(" <thead>rn");
  652. templateBuilder.Append(" <tr>rn");
  653. templateBuilder.Append(" <td colspan="2">星期流量</td>rn");
  654. templateBuilder.Append(" </tr>rn");
  655. templateBuilder.Append(" </thead>rn");
  656. templateBuilder.Append(" <tbody>rn");
  657. templateBuilder.Append(" ");
  658. templateBuilder.Append(weekofstatsbar.ToString());
  659. templateBuilder.Append("rn");
  660. templateBuilder.Append(" </tbody>rn");
  661. templateBuilder.Append(" <thead>rn");
  662. templateBuilder.Append(" <tr>rn");
  663. templateBuilder.Append(" <td colspan="2">时段流量</td>rn");
  664. templateBuilder.Append(" </tr>rn");
  665. templateBuilder.Append(" </thead>rn");
  666. templateBuilder.Append(" <tbody>rn");
  667. templateBuilder.Append(" ");
  668. templateBuilder.Append(hourofstatsbar.ToString());
  669. templateBuilder.Append("rn");
  670. templateBuilder.Append(" </tbody>rn");
  671. templateBuilder.Append(" </table>rn");
  672. } //end if
  673. if (type=="client")
  674. {
  675. templateBuilder.Append(" <h3>客户软件</h3>rn");
  676. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" class="datatable">rn");
  677. templateBuilder.Append(" <thead>rn");
  678. templateBuilder.Append(" <tr>rn");
  679. templateBuilder.Append(" <td colspan="2">操作系统</td>rn");
  680. templateBuilder.Append(" </tr>rn");
  681. templateBuilder.Append(" </thead>rn");
  682. templateBuilder.Append(" <tbody>rn");
  683. templateBuilder.Append(" ");
  684. templateBuilder.Append(osofstatsbar.ToString());
  685. templateBuilder.Append("rn");
  686. templateBuilder.Append(" </tbody>rn");
  687. templateBuilder.Append(" <thead>rn");
  688. templateBuilder.Append(" <tr>rn");
  689. templateBuilder.Append(" <td colspan="2">浏览器</td>rn");
  690. templateBuilder.Append(" </tr>rn");
  691. templateBuilder.Append(" </thead>rn");
  692. templateBuilder.Append(" <tbody>rn");
  693. templateBuilder.Append(" ");
  694. templateBuilder.Append(browserofstatsbar.ToString());
  695. templateBuilder.Append("rn");
  696. templateBuilder.Append(" </tbody>rn");
  697. templateBuilder.Append(" </table>rn");
  698. } //end if
  699. if (type=="posts")
  700. {
  701. templateBuilder.Append(" <h3>发帖量记录</h3>rn");
  702. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" class="datatable">rn");
  703. templateBuilder.Append(" <thead>rn");
  704. templateBuilder.Append(" <tr>rn");
  705. templateBuilder.Append(" <td colspan="2"  class="colplural">每月新增帖子记录</td>rn");
  706. templateBuilder.Append(" </tr>rn");
  707. templateBuilder.Append(" </thead>rn");
  708. templateBuilder.Append(" <tbody>rn");
  709. templateBuilder.Append(" ");
  710. templateBuilder.Append(monthpostsofstatsbar.ToString());
  711. templateBuilder.Append("rn");
  712. templateBuilder.Append(" </tbody>rn");
  713. templateBuilder.Append(" <thead>rn");
  714. templateBuilder.Append(" <tr>rn");
  715. templateBuilder.Append(" <td colspan="2"  class="colplural">每日新增帖子记录</td>rn");
  716. templateBuilder.Append(" </tr>rn");
  717. templateBuilder.Append(" </thead>rn");
  718. templateBuilder.Append(" <tbody>rn");
  719. templateBuilder.Append(" ");
  720. templateBuilder.Append(daypostsofstatsbar.ToString());
  721. templateBuilder.Append("rn");
  722. templateBuilder.Append(" </tbody>rn");
  723. templateBuilder.Append(" </table>rn");
  724. } //end if
  725. if (type=="forumsrank")
  726. {
  727. templateBuilder.Append(" <h3>版块排行</h3>rn");
  728. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" class="datatable">rn");
  729. templateBuilder.Append(" <thead>rn");
  730. templateBuilder.Append(" <tr class="colplural">rn");
  731. templateBuilder.Append(" <td width="25%">发帖 排行榜</td>rn");
  732. templateBuilder.Append(" <td width="25%">回复 排行榜</td>rn");
  733. templateBuilder.Append(" </tr>rn");
  734. templateBuilder.Append(" </thead>rn");
  735. templateBuilder.Append(" <tbody>rn");
  736. templateBuilder.Append(" <tr>rn");
  737. templateBuilder.Append(" <td class="absmiddle"><ul>");
  738. templateBuilder.Append(topicsforumsrank.ToString());
  739. templateBuilder.Append("</ul></td>rn");
  740. templateBuilder.Append(" <td class="absmiddle"><ul>");
  741. templateBuilder.Append(postsforumsrank.ToString());
  742. templateBuilder.Append("</ul></td>rn");
  743. templateBuilder.Append(" </tr>rn");
  744. templateBuilder.Append(" </tbody>rn");
  745. templateBuilder.Append(" <thead>rn");
  746. templateBuilder.Append(" <tr class="colplural">rn");
  747. templateBuilder.Append(" <td width="25%">最近 30 天发帖 排行榜</td>rn");
  748. templateBuilder.Append(" <td width="25%">最近 24 小时发帖 排行榜</td>rn");
  749. templateBuilder.Append(" </tr>rn");
  750. templateBuilder.Append(" </thead>rn");
  751. templateBuilder.Append(" <tbody>rn");
  752. templateBuilder.Append(" <tr>rn");
  753. templateBuilder.Append(" <td class="absmiddle"><ul>");
  754. templateBuilder.Append(thismonthforumsrank.ToString());
  755. templateBuilder.Append("</ul></td>rn");
  756. templateBuilder.Append(" <td class="absmiddle"><ul>");
  757. templateBuilder.Append(todayforumsrank.ToString());
  758. templateBuilder.Append("</ul></td>rn");
  759. templateBuilder.Append(" </tr>rn");
  760. templateBuilder.Append(" </tbody>rn");
  761. templateBuilder.Append(" </table>rn");
  762. } //end if
  763. if (type=="topicsrank")
  764. {
  765. templateBuilder.Append(" <h3>主题排行</h3>rn");
  766. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" class="datatable">rn");
  767. templateBuilder.Append(" <thead>rn");
  768. templateBuilder.Append(" <tr class="colplural">rn");
  769. templateBuilder.Append(" <td width="50%">被浏览最多的主题</td>rn");
  770. templateBuilder.Append(" <td>被回复最多的主题</td>rn");
  771. templateBuilder.Append(" </tr>rn");
  772. templateBuilder.Append(" </thead>rn");
  773. templateBuilder.Append(" <tbody>rn");
  774. templateBuilder.Append(" <tr>rn");
  775. templateBuilder.Append(" <td class="absmiddle"><ul>");
  776. templateBuilder.Append(hottopics.ToString());
  777. templateBuilder.Append("</ul></td>rn");
  778. templateBuilder.Append(" <td class="absmiddle"><ul>");
  779. templateBuilder.Append(hotreplytopics.ToString());
  780. templateBuilder.Append("</ul></td>rn");
  781. templateBuilder.Append(" </tr>rn");
  782. templateBuilder.Append(" </tbody>rn");
  783. templateBuilder.Append(" </table>rn");
  784. } //end if
  785. if (type=="postsrank")
  786. {
  787. templateBuilder.Append(" <h3>发帖排行</h3>rn");
  788. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" class="datatable">rn");
  789. templateBuilder.Append(" <thead>rn");
  790. templateBuilder.Append(" <tr class="colplural">rn");
  791. templateBuilder.Append(" <td width="25%">发帖 排行榜</td>rn");
  792. templateBuilder.Append(" <td width="25%">精华帖 排行榜</td>rn");
  793. templateBuilder.Append(" </tr>rn");
  794. templateBuilder.Append(" </thead>rn");
  795. templateBuilder.Append(" <tbody>rn");
  796. templateBuilder.Append(" <tr>rn");
  797. templateBuilder.Append(" <td class="absmiddle"><ul>");
  798. templateBuilder.Append(postsrank.ToString());
  799. templateBuilder.Append("</ul></td>rn");
  800. templateBuilder.Append(" <td class="absmiddle"><ul>");
  801. templateBuilder.Append(digestpostsrank.ToString());
  802. templateBuilder.Append("</ul></td>rn");
  803. templateBuilder.Append(" </tr>rn");
  804. templateBuilder.Append(" </tbody>rn");
  805. templateBuilder.Append(" <thead>rn");
  806. templateBuilder.Append(" <tr  class="colplural">rn");
  807. templateBuilder.Append(" <td width="25%">最近 30 天发帖 排行榜</td>rn");
  808. templateBuilder.Append(" <td width="25%">最近 24 小时发帖 排行榜</td>rn");
  809. templateBuilder.Append(" </tr>rn");
  810. templateBuilder.Append(" </thead>rn");
  811. templateBuilder.Append(" <tbody>rn");
  812. templateBuilder.Append(" <tr>rn");
  813. templateBuilder.Append(" <td class="absmiddle"><ul>");
  814. templateBuilder.Append(thismonthpostsrank.ToString());
  815. templateBuilder.Append("</ul></td>rn");
  816. templateBuilder.Append(" <td class="absmiddle"><ul>");
  817. templateBuilder.Append(todaypostsrank.ToString());
  818. templateBuilder.Append("</ul></td>rn");
  819. templateBuilder.Append(" </tr>rn");
  820. templateBuilder.Append(" </tbody>rn");
  821. templateBuilder.Append(" </table>rn");
  822. } //end if
  823. if (type=="creditsrank")
  824. {
  825. templateBuilder.Append(" <h3>积分排行</h3>rn");
  826. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" class="datatable">rn");
  827. templateBuilder.Append(" <thead>rn");
  828. templateBuilder.Append(" <tr class="colplural">rn");
  829. templateBuilder.Append(" <td>积分 排行榜</td>rn");
  830. if (score[1].ToString().Trim()!="")
  831. {
  832. templateBuilder.Append(" <td>" + score[1].ToString().Trim() + " 排行榜</td>rn");
  833. } //end if
  834. if (score[2].ToString().Trim()!="")
  835. {
  836. templateBuilder.Append(" <td>" + score[2].ToString().Trim() + " 排行榜</td>rn");
  837. } //end if
  838. if (score[3].ToString().Trim()!="")
  839. {
  840. templateBuilder.Append(" <td>" + score[3].ToString().Trim() + " 排行榜</td>rn");
  841. } //end if
  842. if (score[4].ToString().Trim()!="")
  843. {
  844. templateBuilder.Append(" <td>" + score[4].ToString().Trim() + " 排行榜</td>rn");
  845. } //end if
  846. if (score[5].ToString().Trim()!="")
  847. {
  848. templateBuilder.Append(" <td>" + score[5].ToString().Trim() + " 排行榜</td>rn");
  849. } //end if
  850. if (score[6].ToString().Trim()!="")
  851. {
  852. templateBuilder.Append(" <td>" + score[6].ToString().Trim() + " 排行榜</td>rn");
  853. } //end if
  854. if (score[7].ToString().Trim()!="")
  855. {
  856. templateBuilder.Append(" <td>" + score[7].ToString().Trim() + " 排行榜</td>rn");
  857. } //end if
  858. if (score[8].ToString().Trim()!="")
  859. {
  860. templateBuilder.Append(" <td>" + score[8].ToString().Trim() + " 排行榜</td>rn");
  861. } //end if
  862. templateBuilder.Append(" </tr>rn");
  863. templateBuilder.Append(" </thead>rn");
  864. templateBuilder.Append(" <tbody>rn");
  865. templateBuilder.Append(" <tr>rn");
  866. templateBuilder.Append(" <td><ul>");
  867. templateBuilder.Append(creditsrank.ToString());
  868. templateBuilder.Append("</ul></td>rn");
  869. if (score[1].ToString().Trim()!="")
  870. {
  871. templateBuilder.Append(" <td><ul>");
  872. templateBuilder.Append(extcreditsrank1.ToString());
  873. templateBuilder.Append("</ul></td>rn");
  874. } //end if
  875. if (score[2].ToString().Trim()!="")
  876. {
  877. templateBuilder.Append(" <td><ul>");
  878. templateBuilder.Append(extcreditsrank2.ToString());
  879. templateBuilder.Append("</ul></td>rn");
  880. } //end if
  881. if (score[3].ToString().Trim()!="")
  882. {
  883. templateBuilder.Append(" <td><ul>");
  884. templateBuilder.Append(extcreditsrank3.ToString());
  885. templateBuilder.Append("</ul></td>rn");
  886. } //end if
  887. if (score[4].ToString().Trim()!="")
  888. {
  889. templateBuilder.Append(" <td><ul>");
  890. templateBuilder.Append(extcreditsrank4.ToString());
  891. templateBuilder.Append("</ul></td>rn");
  892. } //end if
  893. if (score[5].ToString().Trim()!="")
  894. {
  895. templateBuilder.Append(" <td><ul>");
  896. templateBuilder.Append(extcreditsrank5.ToString());
  897. templateBuilder.Append("</ul></td>rn");
  898. } //end if
  899. if (score[6].ToString().Trim()!="")
  900. {
  901. templateBuilder.Append(" <td><ul>");
  902. templateBuilder.Append(extcreditsrank6.ToString());
  903. templateBuilder.Append("</ul></td>rn");
  904. } //end if
  905. if (score[7].ToString().Trim()!="")
  906. {
  907. templateBuilder.Append(" <td><ul>");
  908. templateBuilder.Append(extcreditsrank7.ToString());
  909. templateBuilder.Append("</ul></td>rn");
  910. } //end if
  911. if (score[8].ToString().Trim()!="")
  912. {
  913. templateBuilder.Append(" <td><ul>");
  914. templateBuilder.Append(extcreditsrank8.ToString());
  915. templateBuilder.Append("</ul></td>rn");
  916. } //end if
  917. templateBuilder.Append(" </tr>rn");
  918. templateBuilder.Append(" </tbody>rn");
  919. templateBuilder.Append(" </table>rn");
  920. } //end if
  921. if (type=="onlinetime")
  922. {
  923. templateBuilder.Append(" <h3>主题排行</h3>rn");
  924. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0"  class="datatable">rn");
  925. templateBuilder.Append(" <thead>rn");
  926. templateBuilder.Append(" <tr class="colplural">rn");
  927. templateBuilder.Append(" <td width="50%">总在线时间排行(小时)</td>rn");
  928. templateBuilder.Append(" <td>本月在线时间排行(小时)</td>rn");
  929. templateBuilder.Append(" </tr>rn");
  930. templateBuilder.Append(" </thead>rn");
  931. templateBuilder.Append(" <tbody>rn");
  932. templateBuilder.Append(" <tr>rn");
  933. templateBuilder.Append(" <td><ul>");
  934. templateBuilder.Append(totalonlinerank.ToString());
  935. templateBuilder.Append("</ul></td>rn");
  936. templateBuilder.Append(" <td><ul>");
  937. templateBuilder.Append(thismonthonlinerank.ToString());
  938. templateBuilder.Append("</ul></td>rn");
  939. templateBuilder.Append(" </tr>rn");
  940. templateBuilder.Append(" </tbody>rn");
  941. templateBuilder.Append(" </table>rn");
  942. } //end if
  943. if (lastupdate!="" && nextupdate!="")
  944. {
  945. templateBuilder.Append(" <div class="hintinfo notice">统计数据已被缓存,上次于 ");
  946. templateBuilder.Append(lastupdate.ToString());
  947. templateBuilder.Append(" 被更新,下次将于 ");
  948. templateBuilder.Append(nextupdate.ToString());
  949. templateBuilder.Append(" 进行更新</div>rn");
  950. } //end if
  951. }
  952. else
  953. {
  954. if (needlogin)
  955. {
  956. if (infloat!=1)
  957. {
  958. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  959. templateBuilder.Append("<div class="main login">rn");
  960. templateBuilder.Append(" <div class="message">rn");
  961. templateBuilder.Append(" <h1>");
  962. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  963. templateBuilder.Append(" 提示信息</h1>rn");
  964. templateBuilder.Append(" <p>您无权进行当前操作,这可能因以下原因之一造成</p>rn");
  965. templateBuilder.Append(" <p><b>");
  966. templateBuilder.Append(msgbox_text.ToString());
  967. templateBuilder.Append("</b></p>rn");
  968. templateBuilder.Append(" <p>您还没有登录,请填写下面的登录表单后再尝试访问。</p>rn");
  969. templateBuilder.Append(" </div>rn");
  970. templateBuilder.Append(" <hr class="solidline"/>rn");
  971. templateBuilder.Append(" <div class="nojs">rn");
  972. templateBuilder.Append(" <div class="float" id="floatlayout_login" style="width: 600px; height: 300px;">rn");
  973. templateBuilder.Append(" <form id="formlogin" name="formlogin" method="post" action="");
  974. templateBuilder.Append(rooturl.ToString());
  975. templateBuilder.Append("login.aspx" onsubmit="submitLogin(this);">rn");
  976. templateBuilder.Append(" <input type="hidden" value="2592000" name="cookietime"/>rn");
  977. templateBuilder.Append(" <h1 style="margin-bottom:10px;">会员登录</h1>rn");
  978. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" class="formtable">rn");
  979. templateBuilder.Append(" <tbody>rn");
  980. templateBuilder.Append(" <tr>rn");
  981. templateBuilder.Append(" <th><label for="username">用户名</label></th>rn");
  982. templateBuilder.Append(" <td><input type="text" id="username" name="username" size="25" maxlength="40" tabindex="2" class="txt" />  <a href="");
  983. templateBuilder.Append(rooturl.ToString());
  984. templateBuilder.Append("register.aspx" tabindex="-1" accesskey="r" title="立即注册 (ALT + R)" class="lightlink">立即注册</a>rn");
  985. templateBuilder.Append(" </td>rn");
  986. templateBuilder.Append(" </tr>rn");
  987. templateBuilder.Append(" <tr>rn");
  988. templateBuilder.Append(" <th><label for="password">密码</label></th>rn");
  989. templateBuilder.Append(" <td><input type="password" name="password" size="25" tabindex="3" class="txt"/> <a href="");
  990. templateBuilder.Append(rooturl.ToString());
  991. templateBuilder.Append("getpassword.aspx" tabindex="-1" accesskey="g" title="忘记密码 (ALT + G)" class="lightlink">忘记密码</a>rn");
  992. templateBuilder.Append(" </td>rn");
  993. templateBuilder.Append(" </tr>rn");
  994. if (config.Secques==1)
  995. {
  996. templateBuilder.Append(" <tr>rn");
  997. templateBuilder.Append(" <th><label for="questionid">安全问题</label></th>rn");
  998. templateBuilder.Append(" <td>rn");
  999. templateBuilder.Append(" <select name="questionid" tabindex="4">rn");
  1000. templateBuilder.Append(" <option value="0">&nbsp;</option>rn");
  1001. templateBuilder.Append(" <option value="1">母亲的名字</option>rn");
  1002. templateBuilder.Append(" <option value="2">爷爷的名字</option>rn");
  1003. templateBuilder.Append(" <option value="3">父亲出生的城市</option>rn");
  1004. templateBuilder.Append(" <option value="4">您其中一位老师的名字</option>rn");
  1005. templateBuilder.Append(" <option value="5">您个人计算机的型号</option>rn");
  1006. templateBuilder.Append(" <option value="6">您最喜欢的餐馆名称</option>rn");
  1007. templateBuilder.Append(" <option value="7">驾驶执照的最后四位数字</option>rn");
  1008. templateBuilder.Append(" </select>rn");
  1009. templateBuilder.Append(" </td>rn");
  1010. templateBuilder.Append(" </tr>rn");
  1011. templateBuilder.Append(" <tr>rn");
  1012. templateBuilder.Append(" <th><label for="answer">答案</label></th>rn");
  1013. templateBuilder.Append(" <td><input type="text" name="answer" size="25" tabindex="5" class="txt" /></td>rn");
  1014. templateBuilder.Append(" </tr>rn");
  1015. } //end if
  1016. templateBuilder.Append(" <tr>rn");
  1017. templateBuilder.Append(" <th> </th>rn");
  1018. templateBuilder.Append(" <td>rn");
  1019. templateBuilder.Append(" <button type="submit" name="loginsubmit" id="loginsubmit" value="true" tabindex="6">会员登录</button>rn");
  1020. templateBuilder.Append(" </td>rn");
  1021. templateBuilder.Append(" </tr>rn");
  1022. templateBuilder.Append(" </tbody>rn");
  1023. templateBuilder.Append(" </table>rn");
  1024. templateBuilder.Append(" </form>rn");
  1025. templateBuilder.Append(" </div>rn");
  1026. templateBuilder.Append(" </div>rn");
  1027. templateBuilder.Append("</div>rn");
  1028. templateBuilder.Append("</div>rn");
  1029. }
  1030. else
  1031. {
  1032. templateBuilder.Append("<div class="msgbox" style="background:none;text-align:left;">rn");
  1033. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  1034. templateBuilder.Append(" <p>您无权进行当前操作,这可能因以下原因之一造成</p>rn");
  1035. templateBuilder.Append(" <p><b>");
  1036. templateBuilder.Append(msgbox_text.ToString());
  1037. templateBuilder.Append("</b></p>rn");
  1038. templateBuilder.Append(" <p>您还没有登录,请的登录后再尝试访问。</p>rn");
  1039. templateBuilder.Append(" </div>rn");
  1040. templateBuilder.Append("</div>rn");
  1041. templateBuilder.Append(" <script type="text/javascript" reload="1">rn");
  1042. templateBuilder.Append(" setTimeout("floatwin('close_newthread');floatwin('close_reply');floatwin('close_edit');floatwin('open_login', '");
  1043. templateBuilder.Append(forumurl.ToString());
  1044. templateBuilder.Append("login.aspx', 600, 410)",1000);rn");
  1045. templateBuilder.Append(" </");
  1046. templateBuilder.Append("script>rn");
  1047. } //end if
  1048. templateBuilder.Append("<script type="text/javascript">rn");
  1049. if (infloat!=1)
  1050. {
  1051. templateBuilder.Append(" document.getElementById("username").focus();rn");
  1052. } //end if
  1053. templateBuilder.Append(" function submitLogin(loginForm)rn");
  1054. templateBuilder.Append(" {rn");
  1055. templateBuilder.Append("     loginForm.action = '");
  1056. templateBuilder.Append(rooturl.ToString());
  1057. templateBuilder.Append("login.aspx?loginsubmit=true&reurl=' + escape(window.location);rn");
  1058. templateBuilder.Append(" loginForm.submit();rn");
  1059. templateBuilder.Append(" }rn");
  1060. templateBuilder.Append("</");
  1061. templateBuilder.Append("script>rn");
  1062. }
  1063. else
  1064. {
  1065. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  1066. templateBuilder.Append("<div class="main">rn");
  1067. templateBuilder.Append(" <div class="msgbox">rn");
  1068. templateBuilder.Append(" <h1>出现了");
  1069. templateBuilder.Append(page_err.ToString());
  1070. templateBuilder.Append("个错误</h1>rn");
  1071. templateBuilder.Append(" <hr class="solidline"/>rn");
  1072. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  1073. templateBuilder.Append(" <p>");
  1074. templateBuilder.Append(msgbox_text.ToString());
  1075. templateBuilder.Append("</p>rn");
  1076. templateBuilder.Append(" <p class="errorback">rn");
  1077. templateBuilder.Append(" <script type="text/javascript">rn");
  1078. templateBuilder.Append(" if(");
  1079. templateBuilder.Append(msgbox_showbacklink.ToString());
  1080. templateBuilder.Append(")rn");
  1081. templateBuilder.Append(" {rn");
  1082. templateBuilder.Append(" document.write("<a href=\"");
  1083. templateBuilder.Append(msgbox_backlink.ToString());
  1084. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|&nbsp; &nbsp  ");rn");
  1085. templateBuilder.Append(" }rn");
  1086. templateBuilder.Append(" </");
  1087. templateBuilder.Append("script>rn");
  1088. templateBuilder.Append(" <a href="forumindex.aspx">论坛首页</a>rn");
  1089. if (usergroupid==7)
  1090. {
  1091. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  1092. } //end if
  1093. templateBuilder.Append(" </p>rn");
  1094. templateBuilder.Append(" </div>rn");
  1095. templateBuilder.Append(" </div>rn");
  1096. templateBuilder.Append("</div>rn");
  1097. templateBuilder.Append("</div>rn");
  1098. } //end if
  1099. } //end if
  1100. templateBuilder.Append(" </div>rn");
  1101. templateBuilder.Append(" </div>rn");
  1102. templateBuilder.Append("</div>rn");
  1103. if (infloat!=1)
  1104. {
  1105. if (pagename=="website.aspx")
  1106. {
  1107. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  1108. }
  1109. else if (footerad!="")
  1110. {
  1111. templateBuilder.Append("     <div id="ad_footerbanner">");
  1112. templateBuilder.Append(footerad.ToString());
  1113. templateBuilder.Append("</div>   rn");
  1114. } //end if
  1115. if (headerad!="")
  1116. {
  1117. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  1118. templateBuilder.Append(headerad.ToString());
  1119. templateBuilder.Append("</div>rn");
  1120. templateBuilder.Append("<script type="text/javascript">rn");
  1121. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  1122. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  1123. templateBuilder.Append("</");
  1124. templateBuilder.Append("script>rn");
  1125. } //end if
  1126. templateBuilder.Append("<div id="footer">rn");
  1127. templateBuilder.Append(" <div class="wrap">rn");
  1128. templateBuilder.Append(" <div id="footlinks">rn");
  1129. templateBuilder.Append(" <p><a href="");
  1130. templateBuilder.Append(config.Weburl.ToString().Trim());
  1131. templateBuilder.Append("" target="_blank">");
  1132. templateBuilder.Append(config.Webtitle.ToString().Trim());
  1133. templateBuilder.Append("</a> - ");
  1134. templateBuilder.Append(config.Linktext.ToString().Trim());
  1135. templateBuilder.Append(" - <a target="_blank" href="");
  1136. templateBuilder.Append(forumurl.ToString());
  1137. templateBuilder.Append("stats.aspx">统计</a> - rn");
  1138. if (config.Sitemapstatus==1)
  1139. {
  1140. templateBuilder.Append("&nbsp;<a href="");
  1141. templateBuilder.Append(forumurl.ToString());
  1142. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  1143. } //end if
  1144. templateBuilder.Append(" ");
  1145. templateBuilder.Append(config.Statcode.ToString().Trim());
  1146. templateBuilder.Append(config.Icp.ToString().Trim());
  1147. templateBuilder.Append("rn");
  1148. templateBuilder.Append(" </p>rn");
  1149. templateBuilder.Append(" <div>rn");
  1150. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  1151. templateBuilder.Append(" - <a href="");
  1152. templateBuilder.Append(forumurl.ToString());
  1153. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  1154. if (config.Stylejump==1)
  1155. {
  1156. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  1157. {
  1158. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  1159. templateBuilder.Append(forumurl.ToString());
  1160. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  1161. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  1162. templateBuilder.Append(" ");
  1163. templateBuilder.Append(templatelistboxoptions.ToString());
  1164. templateBuilder.Append("rn");
  1165. templateBuilder.Append(" </ul>rn");
  1166. } //end if
  1167. } //end if
  1168. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  1169. templateBuilder.Append(" </div>rn");
  1170. templateBuilder.Append(" </div>rn");
  1171. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  1172. templateBuilder.Append(forumurl.ToString());
  1173. templateBuilder.Append("templates/");
  1174. templateBuilder.Append(templatepath.ToString());
  1175. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  1176. templateBuilder.Append(" <p id="copyright">rn");
  1177. templateBuilder.Append(" Powered by <strong><a href="http://nt.discuz.net" target="_blank" title="Discuz!NT 3.1.0 (.NET Framework 2.0/3.x)">Discuz!NT</a></strong> <em class="f_bold">3.1.0</em>rn");
  1178. if (config.Licensed==1)
  1179. {
  1180. templateBuilder.Append(" (<a href="" onclick="this.href='http://nt.discuz.net/certificate/?host='+location.href.substring(0, location.href.lastIndexOf('/'))" target="_blank">Licensed</a>)rn");
  1181. } //end if
  1182. templateBuilder.Append(" ");
  1183. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  1184. templateBuilder.Append("rn");
  1185. templateBuilder.Append(" </p>rn");
  1186. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  1187. if (config.Debug!=0)
  1188. {
  1189. templateBuilder.Append(" Processed in ");
  1190. templateBuilder.Append(this.Processtime.ToString().Trim());
  1191. templateBuilder.Append(" second(s)rn");
  1192. if (isguestcachepage==1)
  1193. {
  1194. templateBuilder.Append(" (Cached).rn");
  1195. }
  1196. else if (querycount>1)
  1197. {
  1198. templateBuilder.Append("  , ");
  1199. templateBuilder.Append(querycount.ToString());
  1200. templateBuilder.Append(" queries.rn");
  1201. }
  1202. else
  1203. {
  1204. templateBuilder.Append("  , ");
  1205. templateBuilder.Append(querycount.ToString());
  1206. templateBuilder.Append(" query.rn");
  1207. } //end if
  1208. } //end if
  1209. templateBuilder.Append(" </p>rn");
  1210. templateBuilder.Append(" </div>rn");
  1211. templateBuilder.Append("</div>rn");
  1212. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  1213. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  1214. if (config.Enablespace==1)
  1215. {
  1216. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  1217. } //end if
  1218. if (config.Enablealbum==1)
  1219. {
  1220. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  1221. } //end if
  1222. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  1223. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  1224. templateBuilder.Append("</ul>rn");
  1225. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  1226. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  1227. templateBuilder.Append(useravatar.ToString());
  1228. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  1229. templateBuilder.Append(templatepath.ToString());
  1230. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  1231.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  1232. templateBuilder.Append(" <li class="popuser"><a href="");
  1233. templateBuilder.Append(forumurl.ToString());
  1234. templateBuilder.Append(aspxrewriteurl.ToString());
  1235. templateBuilder.Append("">我的资料</a></li>rn");
  1236. if (config.Enablespace==1)
  1237. {
  1238. templateBuilder.Append(" <li class="poplink"><a href="");
  1239. templateBuilder.Append(forumurl.ToString());
  1240. templateBuilder.Append(spaceurl.ToString());
  1241. templateBuilder.Append("space/">我的空间</a></li>rn");
  1242. } //end if
  1243. templateBuilder.Append("</ul>rn");
  1244. int prentid__loop__id=0;
  1245. foreach(string prentid in mainnavigationhassub)
  1246. {
  1247. prentid__loop__id++;
  1248. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  1249. templateBuilder.Append(prentid.ToString());
  1250. templateBuilder.Append("_menu" style="display: none">rn");
  1251. int subnav__loop__id=0;
  1252. foreach(DataRow subnav in subnavigation.Rows)
  1253. {
  1254. subnav__loop__id++;
  1255. bool isoutput = false;
  1256. if (subnav["parentid"].ToString().Trim()==prentid)
  1257. {
  1258. if (subnav["level"].ToString().Trim()=="0")
  1259. {
  1260.  isoutput = true;
  1261. }
  1262. else
  1263. {
  1264. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  1265. {
  1266.  isoutput = true;
  1267. }
  1268. else
  1269. {
  1270. bool leveluseradmindi = true;
  1271.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  1272. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  1273. {
  1274.  isoutput = true;
  1275. } //end if
  1276. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  1277. {
  1278.  isoutput = true;
  1279. } //end if
  1280. } //end if
  1281. } //end if
  1282. } //end if
  1283. if (isoutput)
  1284. {
  1285. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  1286. {
  1287. if (config.Statstatus==1)
  1288. {
  1289. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  1290. continue;
  1291. }
  1292. else
  1293. {
  1294. continue;
  1295. } //end if
  1296. } //end if
  1297. if (subnav["id"].ToString().Trim()=="18")
  1298. {
  1299. if (config.Oltimespan>0)
  1300. {
  1301. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1302. continue;
  1303. }
  1304. else
  1305. {
  1306. continue;
  1307. } //end if
  1308. } //end if
  1309. if (subnav["id"].ToString().Trim()=="24")
  1310. {
  1311. if (config.Enablespace==1)
  1312. {
  1313. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1314. continue;
  1315. }
  1316. else
  1317. {
  1318. continue;
  1319. } //end if
  1320. } //end if
  1321. if (subnav["id"].ToString().Trim()=="25")
  1322. {
  1323. if (config.Enablealbum==1)
  1324. {
  1325. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1326. continue;
  1327. }
  1328. else
  1329. {
  1330. continue;
  1331. } //end if
  1332. } //end if
  1333. if (subnav["id"].ToString().Trim()=="26")
  1334. {
  1335. if (config.Enablemall>=1)
  1336. {
  1337. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1338. continue;
  1339. }
  1340. else
  1341. {
  1342. continue;
  1343. } //end if
  1344. } //end if
  1345. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1346. } //end if
  1347. } //end loop
  1348. templateBuilder.Append("</ul>rn");
  1349. } //end loop
  1350. templateBuilder.Append("</body>rn");
  1351. templateBuilder.Append("</html>rn");
  1352. }
  1353. else
  1354. {
  1355. templateBuilder.Append("]]></root>rn");
  1356. } //end if
  1357. Response.Write(templateBuilder.ToString());
  1358. }
  1359. </script>