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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.showtopiclist" %>
  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("<script type="text/javascript" src="javascript/ajax.js"></");
  281. templateBuilder.Append("script>rn");
  282. templateBuilder.Append("<script type="text/javascript">rn");
  283. templateBuilder.Append("var templatepath = "");
  284. templateBuilder.Append(templatepath.ToString());
  285. templateBuilder.Append("";rn");
  286. templateBuilder.Append("var fid = parseInt(");
  287. templateBuilder.Append(forum.Fid.ToString().Trim());
  288. templateBuilder.Append(");rn");
  289. templateBuilder.Append("</");
  290. templateBuilder.Append("script>rn");
  291. templateBuilder.Append("<script type="text/javascript" src="javascript/template_showforum.js"></");
  292. templateBuilder.Append("script>rn");
  293. templateBuilder.Append("<div id="nav">rn");
  294. templateBuilder.Append(" <div class="wrap s_clear"> rn");
  295. templateBuilder.Append(" <span class="right">rn");
  296. if (forumid==-1)
  297. {
  298. templateBuilder.Append(" <a href="forumindex.aspx">全部</a>rn");
  299. templateBuilder.Append(" <a href="showtopiclist.aspx?type=digest&amp;forums=");
  300. templateBuilder.Append(forums.ToString());
  301. templateBuilder.Append("">精华帖区</a>rn");
  302. }
  303. else
  304. {
  305.  aspxrewriteurl = this.ShowForumAspxRewrite(forumid,0);
  306. templateBuilder.Append(" <a href="");
  307. templateBuilder.Append(aspxrewriteurl.ToString());
  308. templateBuilder.Append("">全部</a>rn");
  309. templateBuilder.Append(" <a href="showtopiclist.aspx?forumid=");
  310. templateBuilder.Append(forumid.ToString());
  311. templateBuilder.Append("&type=digest">精华帖区</a>rn");
  312. } //end if
  313. if (config.Rssstatus!=0)
  314. {
  315. templateBuilder.Append(" <a href="tools/rss.aspx" target="_blank"><img src="templates/");
  316. templateBuilder.Append(templatepath.ToString());
  317. templateBuilder.Append("/images/icon_feed.gif" alt="Rss"/></a>rn");
  318. } //end if
  319. templateBuilder.Append(" </span>rn");
  320. templateBuilder.Append(" <a id="forumlist" href="");
  321. templateBuilder.Append(forumpath.ToString());
  322. templateBuilder.Append("" rn");
  323. if (config.Forumjump==1)
  324. {
  325. templateBuilder.Append("onmouseover="showMenu(this.id);" onmouseout="showMenu(this.id);"rn");
  326. } //end if
  327. templateBuilder.Append(" class="title">");
  328. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  329. templateBuilder.Append("</a> &raquo; <strong>rn");
  330. if (forumid>0)
  331. {
  332.  aspxrewriteurl = this.ShowForumAspxRewrite(forum.Fid,0);
  333. templateBuilder.Append(" <a href="");
  334. templateBuilder.Append(aspxrewriteurl.ToString());
  335. templateBuilder.Append("">");
  336. templateBuilder.Append(forum.Name.ToString().Trim());
  337. templateBuilder.Append("</a>rn");
  338. }
  339. else if (type=="digest")
  340. {
  341. templateBuilder.Append(" 精华帖rn");
  342. }
  343. else
  344. {
  345. templateBuilder.Append(" 新帖rn");
  346. } //end if
  347. templateBuilder.Append("</strong>rn");
  348. templateBuilder.Append(" </div>rn");
  349. templateBuilder.Append("</div>rn");
  350. if (page_err==0)
  351. {
  352. if (showforumlogin==1)
  353. {
  354. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  355. templateBuilder.Append(" <div class="main">rn");
  356. templateBuilder.Append(" <h3>本版块已经被管理员设置了密码</h3>rn");
  357. templateBuilder.Append(" <form id="forumlogin" name="forumlogin" method="post" action="">rn");
  358. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0">rn");
  359. templateBuilder.Append(" <tbody>rn");
  360. templateBuilder.Append(" <tr>rn");
  361. templateBuilder.Append(" <th><label for="forumpassword">请输入密码</label></th>rn");
  362. templateBuilder.Append(" <td><input name="forumpassword" type="password" id="forumpassword" size="20" class="txt"/></td>rn");
  363. templateBuilder.Append(" </tr>rn");
  364. templateBuilder.Append(" </tbody>rn");
  365. if (isseccode)
  366. {
  367. templateBuilder.Append(" <tbody>rn");
  368. templateBuilder.Append(" <tr>rn");
  369. templateBuilder.Append(" <th><label for="vcode">输入验证码</label></th>rn");
  370. templateBuilder.Append(" <td>rn");
  371. templateBuilder.Append(" <div style="position: relative;">rn");
  372. templateBuilder.Append("<div id="vcode_temp"></div>rn");
  373. templateBuilder.Append("<script type="text/javascript" reload="1">rn");
  374. templateBuilder.Append(" var infloat = ");
  375. templateBuilder.Append(infloat.ToString());
  376. templateBuilder.Append(";rn");
  377. templateBuilder.Append(" if (typeof vcodeimgid == 'undefined'){rn");
  378. templateBuilder.Append(" var vcodeimgid = 1;rn");
  379. templateBuilder.Append(" }rn");
  380. templateBuilder.Append(" elsern");
  381. templateBuilder.Append("     vcodeimgid++;rn");
  382. templateBuilder.Append("    $('vcode_temp').parentNode.innerHTML = '<input name="vcodetext" tabindex="1" size="20" onkeyup="changevcode(this.form, this.value);" class="txt" style="width:90px;" id="vcodetext' + vcodeimgid + '"  onblur="if(!seccodefocus) {display(this.id + \'_menu\')};"  onclick="opensecwin('+vcodeimgid+',1)"   value="验证码" autocomplete="off"/>' +rn");
  383. templateBuilder.Append("                                        '<div class="seccodecontent"  style="display:none;cursor: pointer;width: 124px; height: 44px;top:256px;z-index:10009;padding:0;" id="vcodetext' + vcodeimgid + '_menu" onmouseout="seccodefocus = 0" onmouseover="seccodefocus = 1"><img src="");
  384. templateBuilder.Append(rooturl.ToString());
  385. templateBuilder.Append("tools/VerifyImagePage.aspx?time=");
  386. templateBuilder.Append(Processtime.ToString());
  387. templateBuilder.Append("" class="cursor" id="vcodeimg' + vcodeimgid + '" onclick="this.src=\'");
  388. templateBuilder.Append(rooturl.ToString());
  389. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  390. templateBuilder.Append(olid.ToString());
  391. templateBuilder.Append("&time=\' + Math.random();"/></div>';rn");
  392. templateBuilder.Append(" function changevcode(form, value){rn");
  393. templateBuilder.Append(" if (!$('vcode')){rn");
  394. templateBuilder.Append(" var vcode = document.createElement('input');rn");
  395. templateBuilder.Append(" vcode.id = 'vcode';rn");
  396. templateBuilder.Append(" vcode.name = 'vcode';rn");
  397. templateBuilder.Append(" vcode.type = 'hidden';rn");
  398. templateBuilder.Append(" vcode.value = value;rn");
  399. templateBuilder.Append(" form.appendChild(vcode);rn");
  400. templateBuilder.Append(" }else{rn");
  401. templateBuilder.Append(" $('vcode').value = value;rn");
  402. templateBuilder.Append(" }rn");
  403. templateBuilder.Append(" }rn");
  404. templateBuilder.Append("</");
  405. templateBuilder.Append("script>rn");
  406. templateBuilder.Append("<script type="text/javascript">rn");
  407. templateBuilder.Append("var secclick = new Array();rn");
  408. templateBuilder.Append("var seccodefocus = 0;rn");
  409. templateBuilder.Append("function opensecwin(id,type) {rn");
  410. templateBuilder.Append(" if($('vcode')){rn");
  411. templateBuilder.Append(" $('vcode').parentNode.removeChild($('vcode'));}rn");
  412. templateBuilder.Append(" if (!secclick['vcodetext' + id]) {rn");
  413. templateBuilder.Append("     $('vcodetext' + id).value = '';rn");
  414. templateBuilder.Append("     secclick['vcodetext' + id] = 1;rn");
  415. templateBuilder.Append("     if(type)rn");
  416. templateBuilder.Append("         $('vcodetext' + id + '_menu').style.top = parseInt($('vcodetext' + id + '_menu').style.top) - parseInt($('vcodetext' + id + '_menu').style.height) + 'px';rn");
  417. templateBuilder.Append(" }rn");
  418. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.position = 'absolute';rn");
  419. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.top = (-parseInt($('vcodetext' + id + '_menu').style.height) - 2) + 'px';rn");
  420. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.left = '0px';rn");
  421. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.display = '';rn");
  422. templateBuilder.Append(" $('vcodetext' + id).focus();rn");
  423. templateBuilder.Append(" $('vcodetext' + id).unselectable = 'off';rn");
  424. templateBuilder.Append(" $('vcodeimg' + id).src = '");
  425. templateBuilder.Append(rooturl.ToString());
  426. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  427. templateBuilder.Append(olid.ToString());
  428. templateBuilder.Append("&time=' + Math.random();rn");
  429. templateBuilder.Append("}rn");
  430. templateBuilder.Append("</");
  431. templateBuilder.Append("script>rn");
  432. templateBuilder.Append(" </div>rn");
  433. templateBuilder.Append("     </td>rn");
  434. templateBuilder.Append(" </tr>rn");
  435. templateBuilder.Append(" </tbody>rn");
  436. } //end if
  437. templateBuilder.Append(" <tbody>rn");
  438. templateBuilder.Append(" <tr>rn");
  439. templateBuilder.Append(" <th></th>rn");
  440. templateBuilder.Append(" <td><input type="submit"  value="确定"/></td>rn");
  441. templateBuilder.Append(" </tr>rn");
  442. templateBuilder.Append(" </tbody>rn");
  443. templateBuilder.Append(" </table>rn");
  444. templateBuilder.Append(" </form>rn");
  445. templateBuilder.Append(" </div>rn");
  446. templateBuilder.Append("</div>rn");
  447. }
  448. else
  449. {
  450. templateBuilder.Append("<div class="wrap s_clear"  id="wrap">rn");
  451. templateBuilder.Append("<div class="main hslice" id="threadlist">rn");
  452. templateBuilder.Append(" <div id="forumheader" class="s_clear">rn");
  453. templateBuilder.Append(" <h1  class="entry-title">rn");
  454. if (forumid>0)
  455. {
  456.  aspxrewriteurl = this.ShowForumAspxRewrite(forum.Fid,0);
  457. templateBuilder.Append(" <a href="");
  458. templateBuilder.Append(aspxrewriteurl.ToString());
  459. templateBuilder.Append("">");
  460. templateBuilder.Append(forum.Name.ToString().Trim());
  461. templateBuilder.Append("</a>rn");
  462. }
  463. else if (type=="digest")
  464. {
  465. templateBuilder.Append(" 精华帖rn");
  466. }
  467. else
  468. {
  469. templateBuilder.Append(" 新帖rn");
  470. } //end if
  471. templateBuilder.Append("</h1>rn");
  472. templateBuilder.Append(" </div>rn");
  473. templateBuilder.Append(" <div class="pages_btns">rn");
  474. templateBuilder.Append(" <div class="pages">rn");
  475. templateBuilder.Append(" ");
  476. templateBuilder.Append(pagenumbers.ToString());
  477. templateBuilder.Append("<em>");
  478. templateBuilder.Append(pageid.ToString());
  479. templateBuilder.Append(" / ");
  480. templateBuilder.Append(pagecount.ToString());
  481. templateBuilder.Append("</em>rn");
  482. templateBuilder.Append(" </div>rn");
  483. templateBuilder.Append(" </div>rn");
  484. templateBuilder.Append(" <div class="threadlist entry-content">rn");
  485. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" summary="帖子">rn");
  486. templateBuilder.Append(" <thead class="category">rn");
  487. templateBuilder.Append(" <tr>rn");
  488. templateBuilder.Append(" <td class="folder">&nbsp;</td>rn");
  489. templateBuilder.Append(" <td class="icon">&nbsp;</td>rn");
  490. templateBuilder.Append(" <th>标题</th>rn");
  491. templateBuilder.Append(" <td class="author">作者</td>rn");
  492. templateBuilder.Append(" <td class="nums">回复/查看</td>rn");
  493. templateBuilder.Append(" <td class="lastpost"><cite>最后发表</cite></td>rn");
  494. templateBuilder.Append(" </tr>rn");
  495. templateBuilder.Append(" </thead>rn");
  496. templateBuilder.Append(" <!--announcement area start-->rn");
  497. int announcement__loop__id=0;
  498. foreach(DataRow announcement in Announcements.GetSimplifiedAnnouncementList(nowdatetime).Rows)
  499. {
  500. announcement__loop__id++;
  501. templateBuilder.Append(" <tbody>rn");
  502. templateBuilder.Append(" <tr>rn");
  503. templateBuilder.Append(" <td><img src="templates/");
  504. templateBuilder.Append(templatepath.ToString());
  505. templateBuilder.Append("/images/announcement.gif" alt="announcement"/></td>rn");
  506. templateBuilder.Append(" <td>&nbsp;</td>rn");
  507. templateBuilder.Append(" <th class="subject"><a href="announcement.aspx#" + announcement["id"].ToString().Trim() + "">" + announcement["title"].ToString().Trim() + "</a></th>rn");
  508. templateBuilder.Append(" <td colspan="3">rn");
  509. if (Utils.StrToInt(announcement["posterid"].ToString().Trim(), 0)==-1)
  510. {
  511. templateBuilder.Append(" 游客rn");
  512. }
  513. else
  514. {
  515.  aspxrewriteurl = this.UserInfoAspxRewrite(announcement["posterid"].ToString().Trim());
  516. templateBuilder.Append(" <a href="");
  517. templateBuilder.Append(aspxrewriteurl.ToString());
  518. templateBuilder.Append("">" + announcement["poster"].ToString().Trim() + "</a>rn");
  519. } //end if
  520. templateBuilder.Append(" </td>rn");
  521. templateBuilder.Append(" </tr>rn");
  522. templateBuilder.Append(" </tbody>rn");
  523. } //end loop
  524. templateBuilder.Append(" <!--announcement area end-->rn");
  525. if (topiclist.Count>0)
  526. {
  527. templateBuilder.Append(" <!--showtopiclist start-->rn");
  528. int topic__loop__id=0;
  529. foreach(TopicInfo topic in topiclist)
  530. {
  531. topic__loop__id++;
  532. templateBuilder.Append(" <tbody id="normalthread_");
  533. templateBuilder.Append(topic.Tid.ToString().Trim());
  534. templateBuilder.Append("" >rn");
  535. templateBuilder.Append(" <tr>rn");
  536. templateBuilder.Append(" <td class="folder">rn");
  537. if (topic.Folder!="")
  538. {
  539.  aspxrewriteurl = this.ShowTopicAspxRewrite(topic.Tid,0);
  540. templateBuilder.Append(" <a href="");
  541. templateBuilder.Append(aspxrewriteurl.ToString());
  542. templateBuilder.Append("" target="_blank"><img src="templates/");
  543. templateBuilder.Append(templatepath.ToString());
  544. templateBuilder.Append("/images/folder_");
  545. templateBuilder.Append(topic.Folder.ToString().Trim());
  546. templateBuilder.Append(".gif" alt="主题图标"/></a>rn");
  547. }
  548. else
  549. {
  550. templateBuilder.Append(" &nbsp;rn");
  551. } //end if
  552. templateBuilder.Append(" </td>rn");
  553. templateBuilder.Append(" <td class="icon">rn");
  554. if (topic.Iconid!=0)
  555. {
  556. templateBuilder.Append(" <img src="images/posticons/");
  557. templateBuilder.Append(topic.Iconid.ToString().Trim());
  558. templateBuilder.Append(".gif" alt="示图"/>rn");
  559. }
  560. else
  561. {
  562. templateBuilder.Append(" &nbsp;rn");
  563. } //end if
  564. templateBuilder.Append(" </td>rn");
  565. templateBuilder.Append(" <th class="subject"> rn");
  566. templateBuilder.Append(" <label class="right">rn");
  567. if (topic.Digest>0)
  568. {
  569. templateBuilder.Append(" <img src="templates/");
  570. templateBuilder.Append(templatepath.ToString());
  571. templateBuilder.Append("/images/digest");
  572. templateBuilder.Append(topic.Digest.ToString().Trim());
  573. templateBuilder.Append(".gif" alt="digtest"/>rn");
  574. } //end if
  575. if (topic.Special==1)
  576. {
  577. templateBuilder.Append(" <img src="templates/");
  578. templateBuilder.Append(templatepath.ToString());
  579. templateBuilder.Append("/images/pollsmall.gif" alt="投票" />rn");
  580. } //end if
  581. if (topic.Special==2 || topic.Special==3)
  582. {
  583. templateBuilder.Append(" <img src="templates/");
  584. templateBuilder.Append(templatepath.ToString());
  585. templateBuilder.Append("/images/bonus.gif" alt="悬赏"/>rn");
  586. } //end if
  587. if (topic.Special==4)
  588. {
  589. templateBuilder.Append(" <img src="templates/");
  590. templateBuilder.Append(templatepath.ToString());
  591. templateBuilder.Append("/images/debatesmall.gif" alt="辩论"/>rn");
  592. } //end if
  593. templateBuilder.Append(" </label>rn");
  594.  aspxrewriteurl = this.ShowTopicAspxRewrite(topic.Tid,0);
  595. templateBuilder.Append(" <a href="");
  596. templateBuilder.Append(aspxrewriteurl.ToString());
  597. templateBuilder.Append("">");
  598. templateBuilder.Append(topic.Title.ToString().Trim());
  599. templateBuilder.Append("</a>rn");
  600. if (topic.Attachment>0)
  601. {
  602. templateBuilder.Append(" <img src="templates/");
  603. templateBuilder.Append(templatepath.ToString());
  604. templateBuilder.Append("/images/attachment.gif" alt="附件"/>rn");
  605. } //end if
  606. if (topic.Replies/config.Ppp>0)
  607. {
  608. templateBuilder.Append(" <script type="text/javascript">getpagenumbers("");
  609. templateBuilder.Append(config.Extname.ToString().Trim());
  610. templateBuilder.Append("", ");
  611. templateBuilder.Append(topic.Replies.ToString().Trim());
  612. templateBuilder.Append(",");
  613. templateBuilder.Append(config.Ppp.ToString().Trim());
  614. templateBuilder.Append(",0,"",");
  615. templateBuilder.Append(topic.Tid.ToString().Trim());
  616. templateBuilder.Append(","","",");
  617. templateBuilder.Append(config.Aspxrewrite.ToString().Trim());
  618. templateBuilder.Append(");</");
  619. templateBuilder.Append("script>rn");
  620. } //end if
  621. templateBuilder.Append(" </th>rn");
  622. templateBuilder.Append(" <td class="author">rn");
  623. templateBuilder.Append(" <cite>rn");
  624. if (topic.Posterid==-1)
  625. {
  626. templateBuilder.Append(" 游客rn");
  627. }
  628. else
  629. {
  630.  aspxrewriteurl = this.UserInfoAspxRewrite(topic.Posterid);
  631. templateBuilder.Append(" <a href="");
  632. templateBuilder.Append(aspxrewriteurl.ToString());
  633. templateBuilder.Append("">");
  634. templateBuilder.Append(topic.Poster.ToString().Trim());
  635. templateBuilder.Append("</a>rn");
  636. } //end if
  637. templateBuilder.Append("</cite>rn");
  638. templateBuilder.Append(" <em>rn");
  639. templateBuilder.Append(Convert.ToDateTime(topic.Postdatetime).ToString("yy-MM-dd HH:mm"));
  640. templateBuilder.Append("</em>rn");
  641. templateBuilder.Append(" </td>rn");
  642. templateBuilder.Append(" <td class="nums"><em>");
  643. templateBuilder.Append(topic.Replies.ToString().Trim());
  644. templateBuilder.Append("</em> / ");
  645. templateBuilder.Append(topic.Views.ToString().Trim());
  646. templateBuilder.Append("</td>rn");
  647. templateBuilder.Append(" <td class="lastpost">rn");
  648. templateBuilder.Append(" <em><a href="showtopic.aspx?topicid=");
  649. templateBuilder.Append(topic.Tid.ToString().Trim());
  650. templateBuilder.Append("&page=end#lastpost">rn");
  651. templateBuilder.Append(Convert.ToDateTime(topic.Lastpost).ToString("yy-MM-dd HH:mm"));
  652. templateBuilder.Append("</a></em>rn");
  653. templateBuilder.Append(" <cite>byrn");
  654. if (topic.Lastposterid==-1)
  655. {
  656. templateBuilder.Append(" 游客rn");
  657. }
  658. else
  659. {
  660. templateBuilder.Append(" <a href="");
  661. templateBuilder.Append(UserInfoAspxRewrite(topic.Lastposterid).ToString().Trim());
  662. templateBuilder.Append("" target="_blank">");
  663. templateBuilder.Append(topic.Lastposter.ToString().Trim());
  664. templateBuilder.Append("</a>rn");
  665. } //end if
  666. templateBuilder.Append(" </cite>rn");
  667. templateBuilder.Append(" </td>rn");
  668. templateBuilder.Append(" </tr>rn");
  669. templateBuilder.Append(" </tbody>rn");
  670. } //end loop
  671. }
  672. else
  673. {
  674. templateBuilder.Append(" <tbody id="zerothreads"><tr><td colspan="6"><div class="zerothreads">暂无帖子</div></td></tr></tbody>rn");
  675. } //end if
  676. templateBuilder.Append(" <!--showtopiclist end-->rn");
  677. templateBuilder.Append(" </table>rn");
  678. templateBuilder.Append(" </div>rn");
  679. templateBuilder.Append(" <div id="footfilter">rn");
  680. if (config.Forumjump==1)
  681. {
  682. templateBuilder.Append(" <select onchange="if(this.options[this.selectedIndex].value != '') { jumpurl(this.options[this.selectedIndex].value,");
  683. templateBuilder.Append(config.Aspxrewrite.ToString().Trim());
  684. templateBuilder.Append(",'");
  685. templateBuilder.Append(config.Extname.ToString().Trim());
  686. templateBuilder.Append("');}">rn");
  687. templateBuilder.Append(" <option>论坛跳转...</option>rn");
  688. templateBuilder.Append(" ");
  689. templateBuilder.Append(Caches.GetForumListBoxOptionsCache().ToString().Trim());
  690. templateBuilder.Append("rn");
  691. templateBuilder.Append(" </select>rn");
  692. } //end if
  693. if (config.Visitedforums>0)
  694. {
  695. templateBuilder.Append(" <select name="select2" onchange="if(this.options[this.selectedIndex].value != '') {jumpurl(this.options[this.selectedIndex].value,");
  696. templateBuilder.Append(config.Aspxrewrite.ToString().Trim());
  697. templateBuilder.Append(",'");
  698. templateBuilder.Append(config.Extname.ToString().Trim());
  699. templateBuilder.Append("');}">rn");
  700. templateBuilder.Append(" <option>最近访问...</option>");
  701. templateBuilder.Append(ForumUtils.GetVisitedForumsOptions(config.Visitedforums).ToString().Trim());
  702. templateBuilder.Append("rn");
  703. templateBuilder.Append(" </select>rn");
  704. } //end if
  705. templateBuilder.Append(" <script type="text/javascript">rn");
  706. templateBuilder.Append(" var categorydata = ");
  707. templateBuilder.Append(goodscategoryfid.ToString());
  708. templateBuilder.Append("; rn");
  709. templateBuilder.Append(" function jumpurl(fid, aspxrewrite, extname) {rn");
  710. templateBuilder.Append(" for(var i in categorydata) {rn");
  711. templateBuilder.Append("    if(categorydata[i].fid == fid) {rn");
  712. templateBuilder.Append("    if(aspxrewrite) {rn");
  713. templateBuilder.Append("    window.location='showgoodslist-' +categorydata[i].categoryid + extname;rn");
  714. templateBuilder.Append("    }rn");
  715. templateBuilder.Append("    else {rn");
  716. templateBuilder.Append("    window.location='showgoodslist.aspx?categoryid=' +categorydata[i].categoryid;rn");
  717. templateBuilder.Append("    }rn");
  718. templateBuilder.Append("    return;rn");
  719. templateBuilder.Append("    } rn");
  720. templateBuilder.Append(" }rn");
  721. templateBuilder.Append(" if(aspxrewrite) {rn");
  722. templateBuilder.Append(" window.location='showforum-' + fid + extname;rn");
  723. templateBuilder.Append(" }rn");
  724. templateBuilder.Append(" else {rn");
  725. templateBuilder.Append(" window.location='showforum.aspx?forumid=' + fid ;rn");
  726. templateBuilder.Append(" }rn");
  727. templateBuilder.Append(" }rn");
  728. templateBuilder.Append(" </");
  729. templateBuilder.Append("script>rn");
  730. templateBuilder.Append(" </div>rn");
  731. templateBuilder.Append(" <div class="pages_btns">rn");
  732. templateBuilder.Append(" <div class="pages">rn");
  733. templateBuilder.Append(" ");
  734. templateBuilder.Append(pagenumbers.ToString());
  735. templateBuilder.Append("<em>");
  736. templateBuilder.Append(pageid.ToString());
  737. templateBuilder.Append(" / ");
  738. templateBuilder.Append(pagecount.ToString());
  739. templateBuilder.Append("</em> rn");
  740. templateBuilder.Append(" </div>rn");
  741. templateBuilder.Append(" </div>rn");
  742. templateBuilder.Append("<script type="text/javascript">rn");
  743. templateBuilder.Append("function CheckAll(form)rn");
  744. templateBuilder.Append("{rn");
  745. templateBuilder.Append(" for (var i = 0; i < form.elements.length; i++)rn");
  746. templateBuilder.Append(" {rn");
  747. templateBuilder.Append(" var e = form.elements[i];rn");
  748. templateBuilder.Append(" if (e.id == "fidlist"){rn");
  749. templateBuilder.Append("    e.checked = form.chkall.checked;rn");
  750. templateBuilder.Append(" }rn");
  751. templateBuilder.Append(" }rn");
  752. templateBuilder.Append("}rn");
  753. templateBuilder.Append("function SH_SelectOne(obj)rn");
  754. templateBuilder.Append("{rn");
  755. templateBuilder.Append(" for (var i = 0; i < document.getElementById("LookBySearch").elements.length; i++)rn");
  756. templateBuilder.Append(" {rn");
  757. templateBuilder.Append(" var e = document.getElementById("LookBySearch").elements[i];rn");
  758. templateBuilder.Append(" if (e.id == "fidlist"){rn");
  759. templateBuilder.Append("    if (!e.checked){rn");
  760. templateBuilder.Append(" document.getElementById("chkall").checked = false;rn");
  761. templateBuilder.Append(" return;rn");
  762. templateBuilder.Append("    }rn");
  763. templateBuilder.Append(" }rn");
  764. templateBuilder.Append(" }rn");
  765. templateBuilder.Append(" document.getElementById("chkall").checked = true;rn");
  766. templateBuilder.Append("}rn");
  767. templateBuilder.Append("function ShowDetailGrid(tid)rn");
  768. templateBuilder.Append("{rn");
  769. templateBuilder.Append("   if(");
  770. templateBuilder.Append(config.Aspxrewrite.ToString().Trim());
  771. templateBuilder.Append(")rn");
  772. templateBuilder.Append("   {rn");
  773. templateBuilder.Append("       window.location.href = "showforum-" + tid + "");
  774. templateBuilder.Append(config.Extname.ToString().Trim());
  775. templateBuilder.Append("";rn");
  776. templateBuilder.Append("   }rn");
  777. templateBuilder.Append("   elsern");
  778. templateBuilder.Append("   {rn");
  779. templateBuilder.Append("       window.location.href = "showforum.aspx?forumid=" + tid ;rn");
  780. templateBuilder.Append("   }rn");
  781. templateBuilder.Append("}rn");
  782. templateBuilder.Append("</");
  783. templateBuilder.Append("script>rn");
  784. if (forumid==-1)
  785. {
  786. templateBuilder.Append(" <hr class="solidline"/>rn");
  787. templateBuilder.Append(" <div id="forumheader" class="s_clear">rn");
  788. templateBuilder.Append(" <h1>以下论坛版块:</h1>rn");
  789. templateBuilder.Append(" </div>rn");
  790. templateBuilder.Append(" <form name="LookBySearch" method="post" action="showtopiclist.aspx?search=1&forumid=");
  791. templateBuilder.Append(forumid.ToString());
  792. templateBuilder.Append("&type=");
  793. templateBuilder.Append(type.ToString());
  794. templateBuilder.Append("&newtopic=");
  795. templateBuilder.Append(newtopic.ToString());
  796. templateBuilder.Append("&forums=");
  797. templateBuilder.Append(forums.ToString());
  798. templateBuilder.Append("" ID="LookBySearch">rn");
  799. templateBuilder.Append(" <table width="100%" border="0" cellspacing="3" cellpadding="0">rn");
  800. templateBuilder.Append(" <tr>rn");
  801. templateBuilder.Append("  ");
  802. templateBuilder.Append(GetForumCheckBoxListCache(forums).ToString());
  803. templateBuilder.Append("rn");
  804. templateBuilder.Append(" </tr>rn");
  805. templateBuilder.Append(" </table>rn");
  806. templateBuilder.Append(" <div id="footfilter">rn");
  807. templateBuilder.Append(" <span class="right">rn");
  808. templateBuilder.Append(" 排序方式rn");
  809. templateBuilder.Append(" <select name="order" id="order">rn");
  810. templateBuilder.Append("   <option value="1" rn");
  811. if (order==1)
  812. {
  813. templateBuilder.Append("selectedrn");
  814. } //end if
  815. templateBuilder.Append(">最后回复时间</option>rn");
  816. templateBuilder.Append("   <option value="2" rn");
  817. if (order==2)
  818. {
  819. templateBuilder.Append("selectedrn");
  820. } //end if
  821. templateBuilder.Append(">发布时间</option>rn");
  822. templateBuilder.Append(" </select> rn");
  823. templateBuilder.Append(" <select name="direct" id="direct">rn");
  824. templateBuilder.Append("   <option value="0" rn");
  825. if (direct==0)
  826. {
  827. templateBuilder.Append("selectedrn");
  828. } //end if
  829. templateBuilder.Append(">按升序排列</option>rn");
  830. templateBuilder.Append("   <option value="1" rn");
  831. if (direct==1)
  832. {
  833. templateBuilder.Append("selectedrn");
  834. } //end if
  835. templateBuilder.Append(">按降序排列</option>rn");
  836. templateBuilder.Append(" </select>rn");
  837. templateBuilder.Append(" <button type="submit" onclick="document.LookBySearch.submit();">提交</button>rn");
  838. templateBuilder.Append(" </span>rn");
  839. templateBuilder.Append(" <input title="选中/取消选中 本页所有Case" onclick="CheckAll(this.form)" type="checkbox" name="chkall" id="chkall">全选/取消全选rn");
  840. templateBuilder.Append(" </div>rn");
  841. templateBuilder.Append(" </form>rn");
  842. templateBuilder.Append(" </div>rn");
  843. templateBuilder.Append("</div>rn");
  844. } //end if
  845. } //end if
  846. }
  847. else
  848. {
  849. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  850. templateBuilder.Append("<div class="main">rn");
  851. templateBuilder.Append(" <div class="msgbox">rn");
  852. templateBuilder.Append(" <h1>出现了");
  853. templateBuilder.Append(page_err.ToString());
  854. templateBuilder.Append("个错误</h1>rn");
  855. templateBuilder.Append(" <hr class="solidline"/>rn");
  856. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  857. templateBuilder.Append(" <p>");
  858. templateBuilder.Append(msgbox_text.ToString());
  859. templateBuilder.Append("</p>rn");
  860. templateBuilder.Append(" <p class="errorback">rn");
  861. templateBuilder.Append(" <script type="text/javascript">rn");
  862. templateBuilder.Append(" if(");
  863. templateBuilder.Append(msgbox_showbacklink.ToString());
  864. templateBuilder.Append(")rn");
  865. templateBuilder.Append(" {rn");
  866. templateBuilder.Append(" document.write("<a href=\"");
  867. templateBuilder.Append(msgbox_backlink.ToString());
  868. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|&nbsp; &nbsp  ");rn");
  869. templateBuilder.Append(" }rn");
  870. templateBuilder.Append(" </");
  871. templateBuilder.Append("script>rn");
  872. templateBuilder.Append(" <a href="forumindex.aspx">论坛首页</a>rn");
  873. if (usergroupid==7)
  874. {
  875. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  876. } //end if
  877. templateBuilder.Append(" </p>rn");
  878. templateBuilder.Append(" </div>rn");
  879. templateBuilder.Append(" </div>rn");
  880. templateBuilder.Append("</div>rn");
  881. templateBuilder.Append("</div>rn");
  882. } //end if
  883. if (config.Forumjump==1)
  884. {
  885. templateBuilder.Append(" ");
  886. templateBuilder.Append(navhomemenu.ToString());
  887. templateBuilder.Append("rn");
  888. } //end if
  889. if (infloat!=1)
  890. {
  891. if (pagename=="website.aspx")
  892. {
  893. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  894. }
  895. else if (footerad!="")
  896. {
  897. templateBuilder.Append("     <div id="ad_footerbanner">");
  898. templateBuilder.Append(footerad.ToString());
  899. templateBuilder.Append("</div>   rn");
  900. } //end if
  901. if (headerad!="")
  902. {
  903. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  904. templateBuilder.Append(headerad.ToString());
  905. templateBuilder.Append("</div>rn");
  906. templateBuilder.Append("<script type="text/javascript">rn");
  907. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  908. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  909. templateBuilder.Append("</");
  910. templateBuilder.Append("script>rn");
  911. } //end if
  912. templateBuilder.Append("<div id="footer">rn");
  913. templateBuilder.Append(" <div class="wrap">rn");
  914. templateBuilder.Append(" <div id="footlinks">rn");
  915. templateBuilder.Append(" <p><a href="");
  916. templateBuilder.Append(config.Weburl.ToString().Trim());
  917. templateBuilder.Append("" target="_blank">");
  918. templateBuilder.Append(config.Webtitle.ToString().Trim());
  919. templateBuilder.Append("</a> - ");
  920. templateBuilder.Append(config.Linktext.ToString().Trim());
  921. templateBuilder.Append(" - <a target="_blank" href="");
  922. templateBuilder.Append(forumurl.ToString());
  923. templateBuilder.Append("stats.aspx">统计</a> - rn");
  924. if (config.Sitemapstatus==1)
  925. {
  926. templateBuilder.Append("&nbsp;<a href="");
  927. templateBuilder.Append(forumurl.ToString());
  928. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  929. } //end if
  930. templateBuilder.Append(" ");
  931. templateBuilder.Append(config.Statcode.ToString().Trim());
  932. templateBuilder.Append(config.Icp.ToString().Trim());
  933. templateBuilder.Append("rn");
  934. templateBuilder.Append(" </p>rn");
  935. templateBuilder.Append(" <div>rn");
  936. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  937. templateBuilder.Append(" - <a href="");
  938. templateBuilder.Append(forumurl.ToString());
  939. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  940. if (config.Stylejump==1)
  941. {
  942. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  943. {
  944. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  945. templateBuilder.Append(forumurl.ToString());
  946. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  947. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  948. templateBuilder.Append(" ");
  949. templateBuilder.Append(templatelistboxoptions.ToString());
  950. templateBuilder.Append("rn");
  951. templateBuilder.Append(" </ul>rn");
  952. } //end if
  953. } //end if
  954. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  955. templateBuilder.Append(" </div>rn");
  956. templateBuilder.Append(" </div>rn");
  957. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  958. templateBuilder.Append(forumurl.ToString());
  959. templateBuilder.Append("templates/");
  960. templateBuilder.Append(templatepath.ToString());
  961. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  962. templateBuilder.Append(" <p id="copyright">rn");
  963. 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");
  964. if (config.Licensed==1)
  965. {
  966. 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");
  967. } //end if
  968. templateBuilder.Append(" ");
  969. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  970. templateBuilder.Append("rn");
  971. templateBuilder.Append(" </p>rn");
  972. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  973. if (config.Debug!=0)
  974. {
  975. templateBuilder.Append(" Processed in ");
  976. templateBuilder.Append(this.Processtime.ToString().Trim());
  977. templateBuilder.Append(" second(s)rn");
  978. if (isguestcachepage==1)
  979. {
  980. templateBuilder.Append(" (Cached).rn");
  981. }
  982. else if (querycount>1)
  983. {
  984. templateBuilder.Append("  , ");
  985. templateBuilder.Append(querycount.ToString());
  986. templateBuilder.Append(" queries.rn");
  987. }
  988. else
  989. {
  990. templateBuilder.Append("  , ");
  991. templateBuilder.Append(querycount.ToString());
  992. templateBuilder.Append(" query.rn");
  993. } //end if
  994. } //end if
  995. templateBuilder.Append(" </p>rn");
  996. templateBuilder.Append(" </div>rn");
  997. templateBuilder.Append("</div>rn");
  998. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  999. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  1000. if (config.Enablespace==1)
  1001. {
  1002. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  1003. } //end if
  1004. if (config.Enablealbum==1)
  1005. {
  1006. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  1007. } //end if
  1008. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  1009. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  1010. templateBuilder.Append("</ul>rn");
  1011. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  1012. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  1013. templateBuilder.Append(useravatar.ToString());
  1014. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  1015. templateBuilder.Append(templatepath.ToString());
  1016. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  1017.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  1018. templateBuilder.Append(" <li class="popuser"><a href="");
  1019. templateBuilder.Append(forumurl.ToString());
  1020. templateBuilder.Append(aspxrewriteurl.ToString());
  1021. templateBuilder.Append("">我的资料</a></li>rn");
  1022. if (config.Enablespace==1)
  1023. {
  1024. templateBuilder.Append(" <li class="poplink"><a href="");
  1025. templateBuilder.Append(forumurl.ToString());
  1026. templateBuilder.Append(spaceurl.ToString());
  1027. templateBuilder.Append("space/">我的空间</a></li>rn");
  1028. } //end if
  1029. templateBuilder.Append("</ul>rn");
  1030. int prentid__loop__id=0;
  1031. foreach(string prentid in mainnavigationhassub)
  1032. {
  1033. prentid__loop__id++;
  1034. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  1035. templateBuilder.Append(prentid.ToString());
  1036. templateBuilder.Append("_menu" style="display: none">rn");
  1037. int subnav__loop__id=0;
  1038. foreach(DataRow subnav in subnavigation.Rows)
  1039. {
  1040. subnav__loop__id++;
  1041. bool isoutput = false;
  1042. if (subnav["parentid"].ToString().Trim()==prentid)
  1043. {
  1044. if (subnav["level"].ToString().Trim()=="0")
  1045. {
  1046.  isoutput = true;
  1047. }
  1048. else
  1049. {
  1050. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  1051. {
  1052.  isoutput = true;
  1053. }
  1054. else
  1055. {
  1056. bool leveluseradmindi = true;
  1057.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  1058. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  1059. {
  1060.  isoutput = true;
  1061. } //end if
  1062. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  1063. {
  1064.  isoutput = true;
  1065. } //end if
  1066. } //end if
  1067. } //end if
  1068. } //end if
  1069. if (isoutput)
  1070. {
  1071. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  1072. {
  1073. if (config.Statstatus==1)
  1074. {
  1075. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  1076. continue;
  1077. }
  1078. else
  1079. {
  1080. continue;
  1081. } //end if
  1082. } //end if
  1083. if (subnav["id"].ToString().Trim()=="18")
  1084. {
  1085. if (config.Oltimespan>0)
  1086. {
  1087. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1088. continue;
  1089. }
  1090. else
  1091. {
  1092. continue;
  1093. } //end if
  1094. } //end if
  1095. if (subnav["id"].ToString().Trim()=="24")
  1096. {
  1097. if (config.Enablespace==1)
  1098. {
  1099. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1100. continue;
  1101. }
  1102. else
  1103. {
  1104. continue;
  1105. } //end if
  1106. } //end if
  1107. if (subnav["id"].ToString().Trim()=="25")
  1108. {
  1109. if (config.Enablealbum==1)
  1110. {
  1111. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1112. continue;
  1113. }
  1114. else
  1115. {
  1116. continue;
  1117. } //end if
  1118. } //end if
  1119. if (subnav["id"].ToString().Trim()=="26")
  1120. {
  1121. if (config.Enablemall>=1)
  1122. {
  1123. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1124. continue;
  1125. }
  1126. else
  1127. {
  1128. continue;
  1129. } //end if
  1130. } //end if
  1131. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1132. } //end if
  1133. } //end loop
  1134. templateBuilder.Append("</ul>rn");
  1135. } //end loop
  1136. templateBuilder.Append("</body>rn");
  1137. templateBuilder.Append("</html>rn");
  1138. }
  1139. else
  1140. {
  1141. templateBuilder.Append("]]></root>rn");
  1142. } //end if
  1143. Response.Write(templateBuilder.ToString());
  1144. }
  1145. </script>