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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.showforum" %>
  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:58.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:58. 
  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="");
  281. templateBuilder.Append(forumpath.ToString());
  282. templateBuilder.Append("javascript/ajax.js"></");
  283. templateBuilder.Append("script>rn");
  284. if (page_err==0)
  285. {
  286. templateBuilder.Append(" <script type="text/javascript">rn");
  287. templateBuilder.Append(" var templatepath = "");
  288. templateBuilder.Append(templatepath.ToString());
  289. templateBuilder.Append("";rn");
  290. templateBuilder.Append(" var fid = parseInt(");
  291. templateBuilder.Append(forum.Fid.ToString().Trim());
  292. templateBuilder.Append(");rn");
  293. templateBuilder.Append(" var postminchars = parseInt(");
  294. templateBuilder.Append(config.Minpostsize.ToString().Trim());
  295. templateBuilder.Append(");rn");
  296. templateBuilder.Append(" var postmaxchars = parseInt(");
  297. templateBuilder.Append(config.Maxpostsize.ToString().Trim());
  298. templateBuilder.Append(");rn");
  299. templateBuilder.Append(" var disablepostctrl = parseInt(");
  300. templateBuilder.Append(disablepostctrl.ToString());
  301. templateBuilder.Append(");rn");
  302. templateBuilder.Append(" var forumurl = forumpath = "");
  303. templateBuilder.Append(forumpath.ToString());
  304. templateBuilder.Append("";rn");
  305. templateBuilder.Append(" </");
  306. templateBuilder.Append("script>rn");
  307. } //end if
  308. templateBuilder.Append("<script type="text/javascript" src="");
  309. templateBuilder.Append(forumpath.ToString());
  310. templateBuilder.Append("javascript/template_showforum.js"></");
  311. templateBuilder.Append("script>rn");
  312. templateBuilder.Append("<div id="nav">rn");
  313. templateBuilder.Append(" <div class="wrap s_clear">rn");
  314. if (page_err==0)
  315. {
  316. templateBuilder.Append(" <span class="right">rn");
  317. if (ismoder)
  318. {
  319. templateBuilder.Append("<a href="");
  320. templateBuilder.Append(forumurl.ToString());
  321. templateBuilder.Append("modcp.aspx?operation=attention&forumid=");
  322. templateBuilder.Append(forumid.ToString());
  323. templateBuilder.Append("" target="_blank">管理面板</a>rn");
  324. } //end if
  325. templateBuilder.Append(" </span>rn");
  326. } //end if
  327. templateBuilder.Append(" <a id="forumlist" href="");
  328. templateBuilder.Append(forumpath.ToString());
  329. templateBuilder.Append("" rn");
  330. if (config.Forumjump==1)
  331. {
  332. templateBuilder.Append("onmouseover="showMenu(this.id);" onmouseout="showMenu(this.id);"rn");
  333. } //end if
  334. templateBuilder.Append(" class="title">");
  335. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  336. templateBuilder.Append("</a> &raquo; ");
  337. templateBuilder.Append(forumnav.ToString());
  338. templateBuilder.Append("rn");
  339. templateBuilder.Append(" </div>rn");
  340. templateBuilder.Append("</div>rn");
  341. if (page_err==0)
  342. {
  343. if (showforumlogin==1)
  344. {
  345. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  346. templateBuilder.Append(" <div class="main">rn");
  347. templateBuilder.Append(" <h3>本版块已经被管理员设置了密码</h3>rn");
  348. templateBuilder.Append(" <form id="forumlogin" name="forumlogin" method="post" action="">rn");
  349. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" class="formtable">rn");
  350. templateBuilder.Append(" <tbody>rn");
  351. templateBuilder.Append(" <tr>rn");
  352. templateBuilder.Append(" <th><label for="forumpassword">请输入密码</label></th>rn");
  353. templateBuilder.Append(" <td><input name="forumpassword" type="password" id="forumpassword" size="20" class="txt"/></td>rn");
  354. templateBuilder.Append(" </tr>rn");
  355. templateBuilder.Append(" </tbody>rn");
  356. if (isseccode)
  357. {
  358. templateBuilder.Append(" <tbody>rn");
  359. templateBuilder.Append(" <tr>rn");
  360. templateBuilder.Append(" <th><label for="vcode">输入验证码</label></th>rn");
  361. templateBuilder.Append(" <td>rn");
  362. templateBuilder.Append(" <div style="position: relative;">rn");
  363. templateBuilder.Append("<div id="vcode_temp"></div>rn");
  364. templateBuilder.Append("<script type="text/javascript" reload="1">rn");
  365. templateBuilder.Append(" var infloat = ");
  366. templateBuilder.Append(infloat.ToString());
  367. templateBuilder.Append(";rn");
  368. templateBuilder.Append(" if (typeof vcodeimgid == 'undefined'){rn");
  369. templateBuilder.Append(" var vcodeimgid = 1;rn");
  370. templateBuilder.Append(" }rn");
  371. templateBuilder.Append(" elsern");
  372. templateBuilder.Append("     vcodeimgid++;rn");
  373. 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");
  374. 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="");
  375. templateBuilder.Append(rooturl.ToString());
  376. templateBuilder.Append("tools/VerifyImagePage.aspx?time=");
  377. templateBuilder.Append(Processtime.ToString());
  378. templateBuilder.Append("" class="cursor" id="vcodeimg' + vcodeimgid + '" onclick="this.src=\'");
  379. templateBuilder.Append(rooturl.ToString());
  380. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  381. templateBuilder.Append(olid.ToString());
  382. templateBuilder.Append("&time=\' + Math.random();"/></div>';rn");
  383. templateBuilder.Append(" function changevcode(form, value){rn");
  384. templateBuilder.Append(" if (!$('vcode')){rn");
  385. templateBuilder.Append(" var vcode = document.createElement('input');rn");
  386. templateBuilder.Append(" vcode.id = 'vcode';rn");
  387. templateBuilder.Append(" vcode.name = 'vcode';rn");
  388. templateBuilder.Append(" vcode.type = 'hidden';rn");
  389. templateBuilder.Append(" vcode.value = value;rn");
  390. templateBuilder.Append(" form.appendChild(vcode);rn");
  391. templateBuilder.Append(" }else{rn");
  392. templateBuilder.Append(" $('vcode').value = value;rn");
  393. templateBuilder.Append(" }rn");
  394. templateBuilder.Append(" }rn");
  395. templateBuilder.Append("</");
  396. templateBuilder.Append("script>rn");
  397. templateBuilder.Append("<script type="text/javascript">rn");
  398. templateBuilder.Append("var secclick = new Array();rn");
  399. templateBuilder.Append("var seccodefocus = 0;rn");
  400. templateBuilder.Append("function opensecwin(id,type) {rn");
  401. templateBuilder.Append(" if($('vcode')){rn");
  402. templateBuilder.Append(" $('vcode').parentNode.removeChild($('vcode'));}rn");
  403. templateBuilder.Append(" if (!secclick['vcodetext' + id]) {rn");
  404. templateBuilder.Append("     $('vcodetext' + id).value = '';rn");
  405. templateBuilder.Append("     secclick['vcodetext' + id] = 1;rn");
  406. templateBuilder.Append("     if(type)rn");
  407. templateBuilder.Append("         $('vcodetext' + id + '_menu').style.top = parseInt($('vcodetext' + id + '_menu').style.top) - parseInt($('vcodetext' + id + '_menu').style.height) + 'px';rn");
  408. templateBuilder.Append(" }rn");
  409. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.position = 'absolute';rn");
  410. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.top = (-parseInt($('vcodetext' + id + '_menu').style.height) - 2) + 'px';rn");
  411. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.left = '0px';rn");
  412. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.display = '';rn");
  413. templateBuilder.Append(" $('vcodetext' + id).focus();rn");
  414. templateBuilder.Append(" $('vcodetext' + id).unselectable = 'off';rn");
  415. templateBuilder.Append(" $('vcodeimg' + id).src = '");
  416. templateBuilder.Append(rooturl.ToString());
  417. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  418. templateBuilder.Append(olid.ToString());
  419. templateBuilder.Append("&time=' + Math.random();rn");
  420. templateBuilder.Append("}rn");
  421. templateBuilder.Append("</");
  422. templateBuilder.Append("script>rn");
  423. templateBuilder.Append(" </div>rn");
  424. templateBuilder.Append("     </td>rn");
  425. templateBuilder.Append(" </tr>rn");
  426. templateBuilder.Append(" </tbody>rn");
  427. } //end if
  428. templateBuilder.Append(" <tbody>rn");
  429. templateBuilder.Append(" <tr>rn");
  430. templateBuilder.Append(" <th></th>rn");
  431. templateBuilder.Append(" <td><input type="submit"  value="确定"/></td>rn");
  432. templateBuilder.Append(" </tr>rn");
  433. templateBuilder.Append(" </tbody>rn");
  434. templateBuilder.Append(" </table>rn");
  435. templateBuilder.Append(" </form>rn");
  436. templateBuilder.Append(" </div>rn");
  437. templateBuilder.Append("</div>rn");
  438. }
  439. else
  440. {
  441. if (pagewordad.Length>0)
  442. {
  443. templateBuilder.Append("<div id="ad_text" class="ad_text sclear">rn");
  444. templateBuilder.Append(" <table cellspacing="1" cellpadding="0" width="100%" summary="text ad">rn");
  445. templateBuilder.Append(" <tbody>rn");
  446. templateBuilder.Append(" <tr>rn");
  447. int adindex = 0;
  448. int pageword__loop__id=0;
  449. foreach(string pageword in pagewordad)
  450. {
  451. pageword__loop__id++;
  452. if (adindex<4)
  453. {
  454. templateBuilder.Append(" <td>");
  455. templateBuilder.Append(pageword.ToString());
  456. templateBuilder.Append("</td>rn");
  457.  adindex = adindex+1;
  458. }
  459. else
  460. {
  461. templateBuilder.Append(" </tr><tr>rn");
  462. templateBuilder.Append(" <td>");
  463. templateBuilder.Append(pageword.ToString());
  464. templateBuilder.Append("</td>rn");
  465.  adindex = 1;
  466. } //end if
  467. } //end loop
  468. if (pagewordad.Length%4>0)
  469. {
  470. for (int j = 0; j < (4 - pagewordad.Length % 4); j++)
  471. {
  472. templateBuilder.Append(" <td>&nbsp;</td>rn");
  473. }
  474. } //end if
  475. templateBuilder.Append(" </tr>rn");
  476. templateBuilder.Append(" </tbody>rn");
  477. templateBuilder.Append(" </table>rn");
  478. templateBuilder.Append("</div>rn");
  479. } //end if
  480. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  481. templateBuilder.Append("<div class="main">rn");
  482. templateBuilder.Append(" <div id="forumheader" class="s_clear">rn");
  483. templateBuilder.Append(" <h1>rn");
  484.  aspxrewriteurl = this.ShowForumAspxRewrite(forum.Fid,0);
  485. templateBuilder.Append(forum.Name.ToString().Trim());
  486. templateBuilder.Append("</h1>rn");
  487. templateBuilder.Append(" <p class="forumstats left">[ <em>");
  488. templateBuilder.Append(topiccount.ToString());
  489. templateBuilder.Append("</em> 主题 / ");
  490. templateBuilder.Append(forum.Posts.ToString().Trim());
  491. templateBuilder.Append(" 帖子 / ");
  492. templateBuilder.Append(forum.Todayposts.ToString().Trim());
  493. templateBuilder.Append(" 今日帖子 ]</p>rn");
  494. templateBuilder.Append(" <div class="forumaction left">rn");
  495. templateBuilder.Append(" <a href="");
  496. templateBuilder.Append(forumpath.ToString());
  497. templateBuilder.Append("showforum.aspx?forumid=");
  498. templateBuilder.Append(forumid.ToString());
  499. templateBuilder.Append("&filter=digest" class="digest">精华</a>rn");
  500. if (config.Rssstatus!=0&&forum.Allowrss!=0)
  501. {
  502.  aspxrewriteurl = this.RssAspxRewrite(forum.Fid);
  503. templateBuilder.Append(" <a class="feed" target="_blank" href="");
  504. templateBuilder.Append(forumpath.ToString());
  505. templateBuilder.Append("tools/");
  506. templateBuilder.Append(aspxrewriteurl.ToString());
  507. templateBuilder.Append("">RSS</a> rn");
  508. } //end if
  509. templateBuilder.Append(" </div>rn");
  510. templateBuilder.Append(" <p class="channelinfo f_clear">");
  511. templateBuilder.Append(forum.Description.ToString().Trim());
  512. templateBuilder.Append("</p>rn");
  513. templateBuilder.Append(" <p id="modedby" class="f_clear">rn");
  514. if (page_err==0)
  515. {
  516. templateBuilder.Append("版主: <span class="lightlink">rn");
  517. if (forum.Moderators!="")
  518. {
  519. templateBuilder.Append(" ");
  520. templateBuilder.Append(forum.Moderators.ToString().Trim());
  521. templateBuilder.Append("rn");
  522. }
  523. else
  524. {
  525. templateBuilder.Append(" *空缺中*rn");
  526. } //end if
  527. templateBuilder.Append("</span>rn");
  528. } //end if
  529. templateBuilder.Append(" </p>rn");
  530. templateBuilder.Append(" </div>rn");
  531. if (forum.Rules!="")
  532. {
  533. templateBuilder.Append(" <div class="mainbox" id="rules">rn");
  534. templateBuilder.Append(" <span class="headactions"><img id="rules_img" title="收起" onclick="$('rules_link').style.display = '';toggle_collapse('rules', 1);" alt="收起" src="");
  535. templateBuilder.Append(forumpath.ToString());
  536. templateBuilder.Append("templates/");
  537. templateBuilder.Append(templatepath.ToString());
  538. templateBuilder.Append("/images/collapsed_no.gif" /></span>rn");
  539. templateBuilder.Append(" <h3>本版规则</h3>rn");
  540. templateBuilder.Append(" <div id="rules_link">");
  541. templateBuilder.Append(forum.Rules.ToString().Trim());
  542. templateBuilder.Append("</div>rn");
  543. templateBuilder.Append(" </div>rn");
  544. } //end if
  545. if (forum.Subforumcount>0)
  546. {
  547. templateBuilder.Append("<div id="subforum" class="mainbox list">rn");
  548. templateBuilder.Append(" <span class="headactions">rn");
  549. if (forum.Moderators!="")
  550. {
  551. templateBuilder.Append(" 分类版主: ");
  552. templateBuilder.Append(forum.Moderators.ToString().Trim());
  553. templateBuilder.Append("rn");
  554. } //end if
  555. templateBuilder.Append(" <img id="category_");
  556. templateBuilder.Append(forum.Fid.ToString().Trim());
  557. templateBuilder.Append("_img"  src="");
  558. templateBuilder.Append(forumurl.ToString());
  559. templateBuilder.Append("templates/");
  560. templateBuilder.Append(templatepath.ToString());
  561. templateBuilder.Append("/images/collapsed_no.gif" alt="展开/收起" onclick="toggle_collapse('category_");
  562. templateBuilder.Append(forum.Fid.ToString().Trim());
  563. templateBuilder.Append("');" class="cursor"/>rn");
  564. templateBuilder.Append(" </span>rn");
  565. templateBuilder.Append(" <h3>子版块</h3>rn");
  566. templateBuilder.Append(" <table id="category_");
  567. templateBuilder.Append(forum.Fid.ToString().Trim());
  568. templateBuilder.Append(""  cellspacing="0" cellpadding="0" summary="category_");
  569. templateBuilder.Append(forum.Fid.ToString().Trim());
  570. templateBuilder.Append("">rn");
  571. templateBuilder.Append(" <tbody> rn");
  572. if (forum.Colcount==1)
  573. {
  574. int subforum__loop__id=0;
  575. foreach(IndexPageForumInfo subforum in subforumlist)
  576. {
  577. subforum__loop__id++;
  578. templateBuilder.Append(" <tr>rn");
  579.  aspxrewriteurl = this.ShowForumAspxRewrite(subforum.Fid,0);
  580. templateBuilder.Append(" <th rn");
  581. if (config.Shownewposticon==1)
  582. {
  583. templateBuilder.Append("class="notopic rn");
  584. if (subforum.Havenew=="new")
  585. {
  586. templateBuilder.Append("newrn");
  587. } //end if
  588. templateBuilder.Append(""rn");
  589. } //end if
  590. templateBuilder.Append(">rn");
  591. templateBuilder.Append(" <h2>rn");
  592. if (subforum.Icon!="")
  593. {
  594. templateBuilder.Append(" <img src="");
  595. templateBuilder.Append(subforum.Icon.ToString().Trim());
  596. templateBuilder.Append("" border="0" align="left" hspace="5" alt="");
  597. templateBuilder.Append(subforum.Name.ToString().Trim());
  598. templateBuilder.Append(""/>rn");
  599. } //end if
  600. if (subforum.Redirect=="")
  601. {
  602.  aspxrewriteurl = this.ShowForumAspxRewrite(subforum.Fid,0,subforum.Rewritename);
  603. templateBuilder.Append(" <a href="");
  604. templateBuilder.Append(forumurl.ToString());
  605. templateBuilder.Append(aspxrewriteurl.ToString());
  606. templateBuilder.Append("">rn");
  607. }
  608. else
  609. {
  610. templateBuilder.Append(" <a href="");
  611. templateBuilder.Append(subforum.Redirect.ToString().Trim());
  612. templateBuilder.Append("" target="_blank">rn");
  613. } //end if
  614. templateBuilder.Append(" ");
  615. templateBuilder.Append(subforum.Name.ToString().Trim());
  616. templateBuilder.Append("</a>rn");
  617. if (subforum.Todayposts>0)
  618. {
  619. templateBuilder.Append("<span class="today">(");
  620. templateBuilder.Append(subforum.Todayposts.ToString().Trim());
  621. templateBuilder.Append(")</span>rn");
  622. } //end if
  623. templateBuilder.Append(" </h2>rn");
  624. if (subforum.Description!="")
  625. {
  626. templateBuilder.Append("<p>");
  627. templateBuilder.Append(subforum.Description.ToString().Trim());
  628. templateBuilder.Append("</p>rn");
  629. } //end if
  630. if (subforum.Moderators!="")
  631. {
  632. templateBuilder.Append("<p class="moderators">版主:");
  633. templateBuilder.Append(subforum.Moderators.ToString().Trim());
  634. templateBuilder.Append("</p>rn");
  635. } //end if
  636. templateBuilder.Append(" </th>rn");
  637. templateBuilder.Append(" <td class="nums"><em>");
  638. templateBuilder.Append(subforum.Topics.ToString().Trim());
  639. templateBuilder.Append("</em> / ");
  640. templateBuilder.Append(subforum.Posts.ToString().Trim());
  641. templateBuilder.Append("</td>rn");
  642. templateBuilder.Append(" <td class="lastpost">rn");
  643. if (subforum.Status==-1)
  644. {
  645. templateBuilder.Append(" 私密论坛rn");
  646. }
  647. else
  648. {
  649. if (subforum.Lasttid!=0)
  650. {
  651. templateBuilder.Append(" <p>rn");
  652.  aspxrewriteurl = this.ShowTopicAspxRewrite(subforum.Lasttid,0);
  653. templateBuilder.Append(" <a href="");
  654. templateBuilder.Append(forumurl.ToString());
  655. templateBuilder.Append(aspxrewriteurl.ToString());
  656. templateBuilder.Append("">");
  657. templateBuilder.Append(subforum.Lasttitle.ToString().Trim());
  658. templateBuilder.Append("</a>rn");
  659. templateBuilder.Append(" </p>rn");
  660. templateBuilder.Append(" <div class="topicbackwriter">byrn");
  661. if (subforum.Lastposter!="")
  662. {
  663. if (subforum.Lastposterid==-1)
  664. {
  665. templateBuilder.Append(" 游客rn");
  666. }
  667. else
  668. {
  669.  aspxrewriteurl = this.UserInfoAspxRewrite(subforum.Lastposterid);
  670. templateBuilder.Append(" <a href="");
  671. templateBuilder.Append(forumurl.ToString());
  672. templateBuilder.Append(aspxrewriteurl.ToString());
  673. templateBuilder.Append("" target="_blank">");
  674. templateBuilder.Append(subforum.Lastposter.ToString().Trim());
  675. templateBuilder.Append("</a>rn");
  676. } //end if
  677. }
  678. else
  679. {
  680. templateBuilder.Append(" 匿名rn");
  681. } //end if
  682.  aspxrewriteurl = this.ShowTopicAspxRewrite(subforum.Lasttid,0);
  683. templateBuilder.Append(" -  <a href="");
  684. templateBuilder.Append(forumurl.ToString());
  685. templateBuilder.Append("showtopic.aspx?topicid=");
  686. templateBuilder.Append(subforum.Lasttid.ToString().Trim());
  687. templateBuilder.Append("&page=end#lastpost" title="");
  688. templateBuilder.Append(subforum.Lasttitle.ToString().Trim());
  689. templateBuilder.Append(""><span>rn");
  690. templateBuilder.Append(Convert.ToDateTime(subforum.Lastpost).ToString(" yyyy-MM-dd HH:mm"));
  691. templateBuilder.Append("</span></a>rn");
  692. templateBuilder.Append(" </div>rn");
  693. }
  694. else
  695. {
  696. templateBuilder.Append(" 从未rn");
  697. } //end if
  698. } //end if
  699. templateBuilder.Append(" </td>rn");
  700. templateBuilder.Append("   </tr>rn");
  701. } //end loop
  702. }
  703. else
  704. {
  705. int subforumindex = 0;
  706. double colwidth = 99.6 / forum.Colcount;
  707. int subforum__loop__id=0;
  708. foreach(IndexPageForumInfo subforum in subforumlist)
  709. {
  710. subforum__loop__id++;
  711.  subforumindex = subforumindex+1;
  712. if (subforumindex==1)
  713. {
  714. templateBuilder.Append(" <tr>rn");
  715. } //end if
  716. templateBuilder.Append(" <th style="width:");
  717. templateBuilder.Append(colwidth.ToString());
  718. templateBuilder.Append("%;" rn");
  719. if (config.Shownewposticon==1)
  720. {
  721. templateBuilder.Append("class="notopic rn");
  722. if (subforum.Havenew=="new")
  723. {
  724. templateBuilder.Append("newrn");
  725. } //end if
  726. templateBuilder.Append(""rn");
  727. } //end if
  728. templateBuilder.Append(">rn");
  729. templateBuilder.Append(" <h2>rn");
  730. if (subforum.Icon!="")
  731. {
  732. templateBuilder.Append(" <img src="");
  733. templateBuilder.Append(subforum.Icon.ToString().Trim());
  734. templateBuilder.Append("" alt="");
  735. templateBuilder.Append(subforum.Name.ToString().Trim());
  736. templateBuilder.Append("" hspace="5" />rn");
  737. } //end if
  738. if (forum.Redirect=="")
  739. {
  740.  aspxrewriteurl = this.ShowForumAspxRewrite(subforum.Fid,0,subforum.Rewritename);
  741. templateBuilder.Append(" <a href="");
  742. templateBuilder.Append(forumurl.ToString());
  743. templateBuilder.Append(aspxrewriteurl.ToString());
  744. templateBuilder.Append("">rn");
  745. }
  746. else
  747. {
  748. templateBuilder.Append(" <a href="");
  749. templateBuilder.Append(subforum.Redirect.ToString().Trim());
  750. templateBuilder.Append("" target="_blank">rn");
  751. } //end if
  752. templateBuilder.Append(" ");
  753. templateBuilder.Append(subforum.Name.ToString().Trim());
  754. templateBuilder.Append("</a>rn");
  755. if (subforum.Todayposts>0)
  756. {
  757. templateBuilder.Append(" <span class="time">(");
  758. templateBuilder.Append(subforum.Todayposts.ToString().Trim());
  759. templateBuilder.Append(")</span>rn");
  760. } //end if
  761. templateBuilder.Append(" </h2>rn");
  762. templateBuilder.Append(" <p>主题:");
  763. templateBuilder.Append(subforum.Topics.ToString().Trim());
  764. templateBuilder.Append(", 帖数:");
  765. templateBuilder.Append(subforum.Posts.ToString().Trim());
  766. templateBuilder.Append("</p>rn");
  767. if (subforum.Status==-1)
  768. {
  769. templateBuilder.Append(" <p>私密版块</p>rn");
  770. }
  771. else
  772. {
  773. if (subforum.Lasttid!=0)
  774. {
  775. templateBuilder.Append(" <p>最后: <a href="");
  776. templateBuilder.Append(forumurl.ToString());
  777. templateBuilder.Append("showtopic.aspx?topicid=");
  778. templateBuilder.Append(subforum.Lasttid.ToString().Trim());
  779. templateBuilder.Append("&page=end#lastpost" title="");
  780. templateBuilder.Append(subforum.Lasttitle.ToString().Trim());
  781. templateBuilder.Append(""><span>rn");
  782. templateBuilder.Append(Convert.ToDateTime(subforum.Lastpost).ToString(" yyyy-MM-dd HH:mm"));
  783. templateBuilder.Append("</span></a> by rn");
  784. if (subforum.Lastposter!="")
  785. {
  786. if (subforum.Lastposterid==-1)
  787. {
  788. templateBuilder.Append(" 游客rn");
  789. }
  790. else
  791. {
  792.  aspxrewriteurl = this.UserInfoAspxRewrite(subforum.Lastposterid);
  793. templateBuilder.Append(" <a href="");
  794. templateBuilder.Append(forumurl.ToString());
  795. templateBuilder.Append(aspxrewriteurl.ToString());
  796. templateBuilder.Append("" target="_blank">");
  797. templateBuilder.Append(subforum.Lastposter.ToString().Trim());
  798. templateBuilder.Append("</a>rn");
  799. } //end if
  800. }
  801. else
  802. {
  803. templateBuilder.Append(" 匿名rn");
  804. } //end if
  805. templateBuilder.Append(" </p>rn");
  806. } //end if
  807. } //end if
  808. templateBuilder.Append("  </th>rn");
  809. if (subforumindex==forum.Colcount)
  810. {
  811. templateBuilder.Append(" </tr>rn");
  812.  subforumindex = 0;
  813. } //end if
  814. } //end loop
  815. if (subforumindex!=0)
  816. {
  817. for (int i = 0; i < forum.Colcount-subforumindex; i++)
  818. {
  819. templateBuilder.Append("<td>&nbsp;</td>");
  820. }
  821. templateBuilder.Append(" </tr>rn");
  822. } //end if
  823. } //end if
  824. templateBuilder.Append(" </tbody>rn");
  825. templateBuilder.Append(" </table>rn");
  826. templateBuilder.Append("</div>rn");
  827. } //end if
  828. if (forum.Layer!=0)
  829. {
  830. templateBuilder.Append(" <div class="pages_btns">rn");
  831. templateBuilder.Append(" <div class="pages">rn");
  832. templateBuilder.Append(" <cite class="pageback" id="visitedforums"rn");
  833. if (showvisitedforumsmenu)
  834. {
  835. templateBuilder.Append(" onmouseover="$('visitedforums').id = 'visitedforumstmp';this.id = 'visitedforums';showMenu(this.id);"rn");
  836. } //end if
  837. templateBuilder.Append("><a href="");
  838. templateBuilder.Append(forumpath.ToString());
  839. templateBuilder.Append("">返回首页</a></cite>rn");
  840. if (pagecount!=1)
  841. {
  842. templateBuilder.Append("     ");
  843. templateBuilder.Append(pagenumbers.ToString());
  844. templateBuilder.Append("rn");
  845. if (pagecount>8)
  846. {
  847. templateBuilder.Append("     <kbd><b id="pageidtxt1" title="可以输入页码按回车键自动跳转" onclick="$('pageidtxt1').style.display='none';$('pageidinput1').style.display='';$('pageidinput1').focus();">");
  848. templateBuilder.Append(pageid.ToString());
  849. templateBuilder.Append("</b>rn");
  850. templateBuilder.Append("     <input name="gopage" type="text" class="txt" id="pageidinput1" value="");
  851. templateBuilder.Append(pageid.ToString());
  852. templateBuilder.Append("" style="display:none;text-align:center;" onfocus="this.value=this.defaultValue;this.size=this.value.length;this.select();" onblur="$('pageidinput1').style.display='none';$('pageidtxt1').style.display='';" onKeyDown="if(event.keyCode==13) { if(parseInt('");
  853. templateBuilder.Append(config.Aspxrewrite.ToString().Trim());
  854. templateBuilder.Append("')==1) {window.location='");
  855. templateBuilder.Append(forumpath.ToString());
  856. templateBuilder.Append("showforum-");
  857. templateBuilder.Append(forumid.ToString());
  858. templateBuilder.Append("-' + (parseInt(this.value) > 0 ? parseInt(this.value) : 1) + '");
  859. templateBuilder.Append(config.Extname.ToString().Trim());
  860. templateBuilder.Append("';}else{window.location='");
  861. templateBuilder.Append(forumpath.ToString());
  862. templateBuilder.Append("showforum.aspx?forumid=");
  863. templateBuilder.Append(forumid.ToString());
  864. templateBuilder.Append("&page=' + (parseInt(this.value) > 0 ? parseInt(this.value) : 1);}}if((event.keyCode >= 48 && event.keyCode <= 57) || event.keyCode==8){this.size=this.value.length+1;return true;}else{return false;}" size="");
  865. templateBuilder.Append(pageid.ToString().Trim().Length.ToString().Trim());
  866. templateBuilder.Append("" maxlength="9" />/ ");
  867. templateBuilder.Append(pagecount.ToString());
  868. templateBuilder.Append("</kbd>rn");
  869. } //end if
  870. templateBuilder.Append("     ");
  871. templateBuilder.Append(nextpage.ToString());
  872. templateBuilder.Append("rn");
  873. } //end if
  874. templateBuilder.Append(" </div>rn");
  875. if (userid<0||canposttopic)
  876. {
  877. templateBuilder.Append(" <span onmouseover="if($('newspecial_menu').childNodes.length>0)  showMenu(this.id);" id="newspecial" class="postbtn left"><a title="发新话题" id="newtopic" href="");
  878. templateBuilder.Append(forumpath.ToString());
  879. templateBuilder.Append("posttopic.aspx?forumid=");
  880. templateBuilder.Append(forum.Fid.ToString().Trim());
  881. templateBuilder.Append("&forumpage=");
  882. templateBuilder.Append(pageid.ToString());
  883. templateBuilder.Append("" onmouseover="if($('newspecial_menu').childNodes.length>0)  showMenu(this.id);" onclick="floatwin('open_newthread', '");
  884. templateBuilder.Append(rooturl.ToString());
  885. templateBuilder.Append("posttopic.aspx?forumid=");
  886. templateBuilder.Append(forum.Fid.ToString().Trim());
  887. templateBuilder.Append("&forumpage=");
  888. templateBuilder.Append(pageid.ToString());
  889. templateBuilder.Append("', 600, 410, '600,0');doane(event);"><img alt="发新话题" src="");
  890. templateBuilder.Append(forumpath.ToString());
  891. templateBuilder.Append("templates/");
  892. templateBuilder.Append(templatepath.ToString());
  893. templateBuilder.Append("/images/newtopic.gif"/></a></span>rn");
  894. } //end if
  895. templateBuilder.Append(" <span class="refreshbtn left"><a href="javascript:document.location.reload();"><img alt="刷新页面" src="");
  896. templateBuilder.Append(forumpath.ToString());
  897. templateBuilder.Append("templates/");
  898. templateBuilder.Append(templatepath.ToString());
  899. templateBuilder.Append("/images/refresh.gif"/></a></span>rn");
  900. templateBuilder.Append(" <div onmouseover="showMenu(this.id);" class="left orderselect" id="filterorder">排序方式</div>rn");
  901. templateBuilder.Append(" <ul class="popupmenu_popup" id="filterorder_menu" style="width:60px;display:none;">rn");
  902. templateBuilder.Append(" <li><a href="");
  903. templateBuilder.Append(forumpath.ToString());
  904. templateBuilder.Append("showforum.aspx?search=1&forumid=");
  905. templateBuilder.Append(forumid.ToString());
  906. templateBuilder.Append("&typeid=");
  907. templateBuilder.Append(topictypeid.ToString());
  908. templateBuilder.Append("&filter=");
  909. templateBuilder.Append(filter.ToString());
  910. templateBuilder.Append("&order=2" rn");
  911. if (order==2)
  912. {
  913. templateBuilder.Append("class="active"rn");
  914. } //end if
  915. templateBuilder.Append(">发布时间</a></li>rn");
  916. templateBuilder.Append(" <li><a href="");
  917. templateBuilder.Append(forumpath.ToString());
  918. templateBuilder.Append("showforum.aspx?search=1&forumid=");
  919. templateBuilder.Append(forumid.ToString());
  920. templateBuilder.Append("&typeid=");
  921. templateBuilder.Append(topictypeid.ToString());
  922. templateBuilder.Append("&filter=");
  923. templateBuilder.Append(filter.ToString());
  924. templateBuilder.Append("&order=1" rn");
  925. if (order==1)
  926. {
  927. templateBuilder.Append("class="active"rn");
  928. } //end if
  929. templateBuilder.Append(">回复时间</a></li>rn");
  930. templateBuilder.Append(" </ul>rn");
  931. templateBuilder.Append(" </div>rn");
  932. templateBuilder.Append(" <div id="headfilter">rn");
  933. templateBuilder.Append(" <a href="");
  934. templateBuilder.Append(forumpath.ToString());
  935. templateBuilder.Append(ShowForumAspxRewrite(forumid,0).ToString());
  936. templateBuilder.Append("" rn");
  937. if (filter=="")
  938. {
  939. templateBuilder.Append("class="current"rn");
  940. } //end if
  941. templateBuilder.Append(">全部</a>rn");
  942. int specialpost = forum.Allowpostspecial&1;
  943. if (specialpost==1)
  944. {
  945. templateBuilder.Append(" <a href="");
  946. templateBuilder.Append(forumpath.ToString());
  947. templateBuilder.Append("showforum.aspx?forumid=");
  948. templateBuilder.Append(forumid.ToString());
  949. templateBuilder.Append("&filter=poll" rn");
  950. if (filter=="poll")
  951. {
  952. templateBuilder.Append("class="current"rn");
  953. } //end if
  954. templateBuilder.Append(">投票</a>rn");
  955. } //end if
  956.  specialpost = forum.Allowpostspecial&4;
  957. if (specialpost==4)
  958. {
  959. templateBuilder.Append(" <a href="");
  960. templateBuilder.Append(forumpath.ToString());
  961. templateBuilder.Append("showforum.aspx?forumid=");
  962. templateBuilder.Append(forumid.ToString());
  963. templateBuilder.Append("&filter=reward" id="rewardmenu" class="rn");
  964. if (filter=="reward" || filter=="rewarding")
  965. {
  966. templateBuilder.Append("currentrn");
  967. }
  968. else
  969. {
  970. if (filter=="rewarded")
  971. {
  972. templateBuilder.Append("currentrn");
  973. } //end if
  974. } //end if
  975. templateBuilder.Append(" drop" onMouseOver="showMenu(this.id);">悬赏</a>rn");
  976. } //end if
  977.  specialpost = forum.Allowpostspecial&16;
  978. if (specialpost==16)
  979. {
  980. templateBuilder.Append(" <a href="");
  981. templateBuilder.Append(forumpath.ToString());
  982. templateBuilder.Append("showforum.aspx?forumid=");
  983. templateBuilder.Append(forumid.ToString());
  984. templateBuilder.Append("&filter=debate" rn");
  985. if (filter=="debate")
  986. {
  987. templateBuilder.Append("class="current"rn");
  988. } //end if
  989. templateBuilder.Append(">辩论</a>rn");
  990. } //end if
  991. if (forum.Applytopictype==1 && forum.Viewbytopictype==1)
  992. {
  993. templateBuilder.Append(" ");
  994. templateBuilder.Append(topictypeselectlink.ToString());
  995. templateBuilder.Append("rn");
  996. } //end if
  997. templateBuilder.Append(" </div>rn");
  998. templateBuilder.Append(" <ul class="popupmenu_popup headermenu_popup" id="rewardmenu_menu" style="display: none">rn");
  999. templateBuilder.Append(" <li><a href="");
  1000. templateBuilder.Append(forumpath.ToString());
  1001. templateBuilder.Append("showforum.aspx?forumid=");
  1002. templateBuilder.Append(forumid.ToString());
  1003. templateBuilder.Append("&filter=rewarding">进行中的悬赏</a></li>rn");
  1004. templateBuilder.Append(" <li><a href="");
  1005. templateBuilder.Append(forumpath.ToString());
  1006. templateBuilder.Append("showforum.aspx?forumid=");
  1007. templateBuilder.Append(forumid.ToString());
  1008. templateBuilder.Append("&filter=rewarded">已结束的悬赏</a></li>rn");
  1009. templateBuilder.Append(" </ul>rn");
  1010. templateBuilder.Append(" <div class="threadlist" style="position:relative">rn");
  1011. templateBuilder.Append(" <form id="moderate" name="moderate" method="post" action="");
  1012. templateBuilder.Append(forumpath.ToString());
  1013. templateBuilder.Append("topicadmin.aspx?action=moderate&forumid=");
  1014. templateBuilder.Append(forumid.ToString());
  1015. templateBuilder.Append("&infloat=1">rn");
  1016. templateBuilder.Append(" <table summary="");
  1017. templateBuilder.Append(forum.Fid.ToString().Trim());
  1018. templateBuilder.Append("" id="threadlist" cellspacing="0" cellpadding="0">rn");
  1019. templateBuilder.Append(" <thead class="category">rn");
  1020. templateBuilder.Append(" <tr>rn");
  1021. templateBuilder.Append(" <td class="folder">&nbsp;</td>rn");
  1022. templateBuilder.Append(" <td class="icon">&nbsp;</td>rn");
  1023. templateBuilder.Append(" <th>标题</th>rn");
  1024. templateBuilder.Append(" <td class="author">作者</td>rn");
  1025. templateBuilder.Append(" <td class="nums">回复/查看</td>rn");
  1026. templateBuilder.Append(" <td class="lastpost"><cite>最后发表</cite></td>rn");
  1027. templateBuilder.Append(" </tr>rn");
  1028. templateBuilder.Append(" </thead>rn");
  1029. int announcement__loop__id=0;
  1030. foreach(DataRow announcement in announcementlist.Rows)
  1031. {
  1032. announcement__loop__id++;
  1033. templateBuilder.Append(" <tbody>rn");
  1034. templateBuilder.Append(" <tr>rn");
  1035. templateBuilder.Append(" <td><img src="");
  1036. templateBuilder.Append(forumpath.ToString());
  1037. templateBuilder.Append("templates/");
  1038. templateBuilder.Append(templatepath.ToString());
  1039. templateBuilder.Append("/images/announcement.gif" alt="announcement" /></td>rn");
  1040. templateBuilder.Append(" <td>&nbsp;</td>rn");
  1041. templateBuilder.Append(" <th class="subject">rn");
  1042. templateBuilder.Append(" <a href="");
  1043. templateBuilder.Append(forumpath.ToString());
  1044. templateBuilder.Append("announcement.aspx#" + announcement["id"].ToString().Trim() + "">" + announcement["title"].ToString().Trim() + "</a>rn");
  1045. templateBuilder.Append(" </th>rn");
  1046. templateBuilder.Append(" <td>rn");
  1047. templateBuilder.Append(" <cite>rn");
  1048. if (Utils.StrToInt(announcement["posterid"].ToString().Trim(), 0)==-1)
  1049. {
  1050. templateBuilder.Append(" 游客rn");
  1051. }
  1052. else
  1053. {
  1054.  aspxrewriteurl = this.UserInfoAspxRewrite(announcement["posterid"].ToString().Trim());
  1055. templateBuilder.Append(" <a href="");
  1056. templateBuilder.Append(forumpath.ToString());
  1057. templateBuilder.Append(aspxrewriteurl.ToString());
  1058. templateBuilder.Append("">" + announcement["poster"].ToString().Trim() + "</a>rn");
  1059. } //end if
  1060. templateBuilder.Append(" </cite>rn");
  1061. templateBuilder.Append(" </td>rn");
  1062. templateBuilder.Append(" <td>-</td>rn");
  1063. templateBuilder.Append(" <td>-</td>rn");
  1064. templateBuilder.Append(" </tr>rn");
  1065. templateBuilder.Append(" </tbody>rn");
  1066. } //end loop
  1067. string tdivimg = "";
  1068. int toptopic__loop__id=0;
  1069. foreach(TopicInfo toptopic in toptopiclist)
  1070. {
  1071. toptopic__loop__id++;
  1072. templateBuilder.Append(" <tbody>rn");
  1073. templateBuilder.Append(" <tr>rn");
  1074. templateBuilder.Append(" <td class="folder">rn");
  1075.  aspxrewriteurl = this.ShowTopicAspxRewrite(toptopic.Tid,0);
  1076. templateBuilder.Append(" <a href="");
  1077. templateBuilder.Append(forumpath.ToString());
  1078. templateBuilder.Append(aspxrewriteurl.ToString());
  1079. templateBuilder.Append("" target="_blank"><img src="");
  1080. templateBuilder.Append(forumpath.ToString());
  1081. templateBuilder.Append("templates/");
  1082. templateBuilder.Append(templatepath.ToString());
  1083. templateBuilder.Append("/images/t_top");
  1084. templateBuilder.Append(toptopic.Displayorder.ToString().Trim());
  1085. templateBuilder.Append(".gif"/></a>rn");
  1086. templateBuilder.Append(" </td>rn");
  1087. templateBuilder.Append(" <td class="icon">rn");
  1088. if (toptopic.Special==0)
  1089. {
  1090. if (toptopic.Iconid!=0)
  1091. {
  1092. templateBuilder.Append(" <img src="");
  1093. templateBuilder.Append(forumpath.ToString());
  1094. templateBuilder.Append("images/posticons/");
  1095. templateBuilder.Append(toptopic.Iconid.ToString().Trim());
  1096. templateBuilder.Append(".gif" alt="listicon" />rn");
  1097. }
  1098. else
  1099. {
  1100. templateBuilder.Append(" &nbsp;rn");
  1101. } //end if
  1102. } //end if
  1103. //特殊帖图标
  1104. if (toptopic.Special==1)
  1105. {
  1106. templateBuilder.Append(" <img src="");
  1107. templateBuilder.Append(forumpath.ToString());
  1108. templateBuilder.Append("templates/");
  1109. templateBuilder.Append(templatepath.ToString());
  1110. templateBuilder.Append("/images/pollsmall.gif" alt="投票" />rn");
  1111. } //end if
  1112. if (toptopic.Special==2)
  1113. {
  1114. templateBuilder.Append(" <img src="");
  1115. templateBuilder.Append(forumpath.ToString());
  1116. templateBuilder.Append("templates/");
  1117. templateBuilder.Append(templatepath.ToString());
  1118. templateBuilder.Append("/images/bonus.gif" alt="悬赏"/>rn");
  1119. } //end if
  1120. if (toptopic.Special==3)
  1121. {
  1122. templateBuilder.Append(" <img src="");
  1123. templateBuilder.Append(forumpath.ToString());
  1124. templateBuilder.Append("templates/");
  1125. templateBuilder.Append(templatepath.ToString());
  1126. templateBuilder.Append("/images/rewardsmallend.gif" alt="悬赏已结束"/>rn");
  1127. } //end if
  1128. if (toptopic.Special==4)
  1129. {
  1130. templateBuilder.Append(" <img src="");
  1131. templateBuilder.Append(forumpath.ToString());
  1132. templateBuilder.Append("templates/");
  1133. templateBuilder.Append(templatepath.ToString());
  1134. templateBuilder.Append("/images/debatesmall.gif" alt="辩论"/>rn");
  1135. } //end if
  1136. templateBuilder.Append(" </td>rn");
  1137. templateBuilder.Append(" <th class="subject hot">rn");
  1138. if (toptopic.Digest>0)
  1139. {
  1140. templateBuilder.Append(" <label class="right"><img src="");
  1141. templateBuilder.Append(forumpath.ToString());
  1142. templateBuilder.Append("templates/");
  1143. templateBuilder.Append(templatepath.ToString());
  1144. templateBuilder.Append("/images/digest");
  1145. templateBuilder.Append(toptopic.Digest.ToString().Trim());
  1146. templateBuilder.Append(".gif" alt="digtest"/></label>rn");
  1147. } //end if
  1148. if (toptopic.Rate>0)
  1149. {
  1150. templateBuilder.Append(" <label class="right"><img src="");
  1151. templateBuilder.Append(forumpath.ToString());
  1152. templateBuilder.Append("templates/");
  1153. templateBuilder.Append(templatepath.ToString());
  1154. templateBuilder.Append("/images/agree.gif" alt="正分"/></label>rn");
  1155. } //end if
  1156. if (toptopic.Rate<0)
  1157. {
  1158. templateBuilder.Append(" <label class="right"><img src="");
  1159. templateBuilder.Append(forumpath.ToString());
  1160. templateBuilder.Append("templates/");
  1161. templateBuilder.Append(templatepath.ToString());
  1162. templateBuilder.Append("/images/disagree.gif" alt="负分"/></label>rn");
  1163. } //end if
  1164. if (useradminid>0 && ismoder)
  1165. {
  1166. if (toptopic.Fid==forum.Fid && toptopic.Closed<=1)
  1167. {
  1168. templateBuilder.Append(" <input type="checkbox" name="topicid" value="");
  1169. templateBuilder.Append(toptopic.Tid.ToString().Trim());
  1170. templateBuilder.Append("" onclick="modclick(this);"/>rn");
  1171. }
  1172. else
  1173. {
  1174. templateBuilder.Append(" <input type="checkbox" disabled />rn");
  1175. } //end if
  1176. } //end if
  1177. if (forum.Applytopictype==1 && forum.Topictypeprefix==1)
  1178. {
  1179. if (forum.Viewbytopictype==1 && toptopic.Topictypename!="")
  1180. {
  1181. templateBuilder.Append(" <em>[<a href="");
  1182. templateBuilder.Append(forumpath.ToString());
  1183. templateBuilder.Append("showforum.aspx?forumid=");
  1184. templateBuilder.Append(toptopic.Fid.ToString().Trim());
  1185. templateBuilder.Append("&typeid=");
  1186. templateBuilder.Append(toptopic.Typeid.ToString().Trim());
  1187. templateBuilder.Append("" >");
  1188. templateBuilder.Append(toptopic.Topictypename.ToString().Trim());
  1189. templateBuilder.Append("</a>]</em>rn");
  1190. }
  1191. else if (toptopic.Topictypename!="")
  1192. {
  1193. templateBuilder.Append(" <em>[");
  1194. templateBuilder.Append(toptopic.Topictypename.ToString().Trim());
  1195. templateBuilder.Append("]</em>rn");
  1196. } //end if
  1197. } //end if
  1198.  aspxrewriteurl = this.ShowTopicAspxRewrite(toptopic.Tid,0);
  1199. if (toptopic.Special==3)
  1200. {
  1201.  aspxrewriteurl = this.ShowBonusAspxRewrite(toptopic.Tid,0);
  1202. } //end if
  1203. if (toptopic.Special==4)
  1204. {
  1205.  aspxrewriteurl = this.ShowDebateAspxRewrite(toptopic.Tid);
  1206. } //end if
  1207. int ishtmltitle = Topics.GetMagicValue(toptopic.Magic, MagicType.HtmlTitle);
  1208. if (ishtmltitle==1)
  1209. {
  1210. templateBuilder.Append(" <a href="");
  1211. templateBuilder.Append(forumpath.ToString());
  1212. templateBuilder.Append(aspxrewriteurl.ToString());
  1213. templateBuilder.Append("">");
  1214. templateBuilder.Append(Topics.GetHtmlTitle(toptopic.Tid).ToString().Trim());
  1215. templateBuilder.Append("</a>rn");
  1216. }
  1217. else
  1218. {
  1219. templateBuilder.Append(" <a href="");
  1220. templateBuilder.Append(forumpath.ToString());
  1221. templateBuilder.Append(aspxrewriteurl.ToString());
  1222. templateBuilder.Append("">");
  1223. templateBuilder.Append(toptopic.Title.ToString().Trim());
  1224. templateBuilder.Append("</a>rn");
  1225. } //end if
  1226. if (toptopic.Attachment==1)
  1227. {
  1228. templateBuilder.Append(" <img src="");
  1229. templateBuilder.Append(forumpath.ToString());
  1230. templateBuilder.Append("templates/");
  1231. templateBuilder.Append(templatepath.ToString());
  1232. templateBuilder.Append("/images/attachment.gif" alt="附件"/>rn");
  1233. }
  1234. else if (toptopic.Attachment==2)
  1235. {
  1236. templateBuilder.Append("    <img src="");
  1237. templateBuilder.Append(forumpath.ToString());
  1238. templateBuilder.Append("templates/");
  1239. templateBuilder.Append(templatepath.ToString());
  1240. templateBuilder.Append("/images/attachment_image.gif" alt="图片附件"/>rn");
  1241. } //end if
  1242. if (toptopic.Special==2)
  1243. {
  1244. templateBuilder.Append(" - [悬赏 ");
  1245. templateBuilder.Append(bonusextcreditsinfo.Name.ToString().Trim());
  1246. templateBuilder.Append(" <span class="bold">");
  1247. templateBuilder.Append(toptopic.Price.ToString().Trim());
  1248. templateBuilder.Append("</span> ");
  1249. templateBuilder.Append(bonusextcreditsinfo.Unit.ToString().Trim());
  1250. templateBuilder.Append("] rn");
  1251. }
  1252. else if (toptopic.Special==3)
  1253. {
  1254. templateBuilder.Append(" - [悬赏已结束]rn");
  1255. }
  1256. else if (toptopic.Special==0)
  1257. {
  1258. if (toptopic.Price>0)
  1259. {
  1260. templateBuilder.Append(" - [售价 ");
  1261. templateBuilder.Append(topicextcreditsinfo.Name.ToString().Trim());
  1262. templateBuilder.Append(" <span class="bold">");
  1263. templateBuilder.Append(toptopic.Price.ToString().Trim());
  1264. templateBuilder.Append("</span> ");
  1265. templateBuilder.Append(topicextcreditsinfo.Unit.ToString().Trim());
  1266. templateBuilder.Append("] rn");
  1267. } //end if
  1268. } //end if
  1269. if (toptopic.Readperm>0)
  1270. {
  1271. templateBuilder.Append(" - [阅读权限 <span class="bold">");
  1272. templateBuilder.Append(toptopic.Readperm.ToString().Trim());
  1273. templateBuilder.Append("</span>] rn");
  1274. } //end if
  1275. if (toptopic.Replies/ppp>0)
  1276. {
  1277. templateBuilder.Append(" <span class="threadpages"><script type="text/javascript">getpagenumbers("");
  1278. templateBuilder.Append(config.Extname.ToString().Trim());
  1279. templateBuilder.Append("",");
  1280. templateBuilder.Append(toptopic.Replies.ToString().Trim());
  1281. templateBuilder.Append(",");
  1282. templateBuilder.Append(ppp.ToString());
  1283. templateBuilder.Append(",0,"",");
  1284. templateBuilder.Append(toptopic.Tid.ToString().Trim());
  1285. templateBuilder.Append(",1, "");
  1286. templateBuilder.Append(forumpath.ToString());
  1287. templateBuilder.Append("", aspxrewrite);</");
  1288. templateBuilder.Append("script></span> rn");
  1289. } //end if
  1290. templateBuilder.Append(" </th>rn");
  1291. templateBuilder.Append(" <td class="author">rn");
  1292. templateBuilder.Append(" <cite>rn");
  1293. if (toptopic.Posterid==-1)
  1294. {
  1295. templateBuilder.Append(" 游客rn");
  1296. }
  1297. else
  1298. {
  1299.  aspxrewriteurl = this.UserInfoAspxRewrite(toptopic.Posterid);
  1300. templateBuilder.Append(" <a href="");
  1301. templateBuilder.Append(forumpath.ToString());
  1302. templateBuilder.Append(aspxrewriteurl.ToString());
  1303. templateBuilder.Append("">");
  1304. templateBuilder.Append(toptopic.Poster.ToString().Trim());
  1305. templateBuilder.Append("</a>rn");
  1306. } //end if
  1307. templateBuilder.Append("</cite>rn");
  1308. templateBuilder.Append(" <em>rn");
  1309. templateBuilder.Append(Convert.ToDateTime(toptopic.Postdatetime).ToString(" yyyy-MM-dd HH:mm"));
  1310. templateBuilder.Append("</em>rn");
  1311. templateBuilder.Append(" </td>rn");
  1312. templateBuilder.Append(" <td class="nums"><em>");
  1313. templateBuilder.Append(toptopic.Replies.ToString().Trim());
  1314. templateBuilder.Append("</em> / ");
  1315. templateBuilder.Append(toptopic.Views.ToString().Trim());
  1316. templateBuilder.Append("</td>rn");
  1317. templateBuilder.Append(" <td class="lastpost">rn");
  1318. templateBuilder.Append(" <cite>rn");
  1319. if (toptopic.Lastposterid==-1)
  1320. {
  1321. templateBuilder.Append(" 游客rn");
  1322. }
  1323. else
  1324. {
  1325. templateBuilder.Append(" <a href="");
  1326. templateBuilder.Append(forumpath.ToString());
  1327. templateBuilder.Append(UserInfoAspxRewrite(toptopic.Lastposterid).ToString().Trim());
  1328. templateBuilder.Append("" target="_blank">");
  1329. templateBuilder.Append(toptopic.Lastposter.ToString().Trim());
  1330. templateBuilder.Append("</a>rn");
  1331. } //end if
  1332. templateBuilder.Append(" </cite>rn");
  1333. templateBuilder.Append(" <em><a href="");
  1334. templateBuilder.Append(forumpath.ToString());
  1335. templateBuilder.Append("showtopic.aspx?topicid=");
  1336. templateBuilder.Append(toptopic.Tid.ToString().Trim());
  1337. templateBuilder.Append("rn");
  1338. if (config.Aspxrewrite!=1)
  1339. {
  1340. templateBuilder.Append("&forumpage=");
  1341. templateBuilder.Append(pageid.ToString());
  1342. templateBuilder.Append("rn");
  1343. } //end if
  1344. templateBuilder.Append("&page=end#lastpost">rn");
  1345. templateBuilder.Append(Convert.ToDateTime(toptopic.Lastpost).ToString(" yyyy-MM-dd HH:mm"));
  1346. templateBuilder.Append("</a></em>rn");
  1347. templateBuilder.Append(" </td>rn");
  1348. templateBuilder.Append(" </tr>rn");
  1349. templateBuilder.Append(" </tbody>rn");
  1350. } //end loop
  1351. if (toptopiclist.Count>0 && topiclist.Count>0)
  1352. {
  1353. templateBuilder.Append(" <tbody class="separation">rn");
  1354. templateBuilder.Append(" <tr>rn");
  1355. templateBuilder.Append(" <td class="folder">&nbsp;</td>rn");
  1356. templateBuilder.Append(" <td class="icon">&nbsp;</td>rn");
  1357. templateBuilder.Append(" <th>版块主题</th>rn");
  1358. templateBuilder.Append(" <td class="author">&nbsp;</td>rn");
  1359. templateBuilder.Append(" <td class="nums">&nbsp;</td>rn");
  1360. templateBuilder.Append(" <td class="lastpost">&nbsp;</td>rn");
  1361. templateBuilder.Append(" </tr>rn");
  1362. templateBuilder.Append(" </tbody>rn");
  1363. } //end if
  1364. int topic__loop__id=0;
  1365. foreach(TopicInfo topic in topiclist)
  1366. {
  1367. topic__loop__id++;
  1368. templateBuilder.Append(" <tbody>rn");
  1369. templateBuilder.Append(" <tr>rn");
  1370. templateBuilder.Append(" <td class="folder">rn");
  1371. if (topic.Folder!="")
  1372. {
  1373.  aspxrewriteurl = this.ShowTopicAspxRewrite(topic.Tid,0);
  1374. templateBuilder.Append(" <a href="");
  1375. templateBuilder.Append(forumpath.ToString());
  1376. templateBuilder.Append(aspxrewriteurl.ToString());
  1377. templateBuilder.Append("rn");
  1378. if (config.Aspxrewrite!=1)
  1379. {
  1380. templateBuilder.Append("&forumpage=");
  1381. templateBuilder.Append(pageid.ToString());
  1382. templateBuilder.Append("rn");
  1383. } //end if
  1384. templateBuilder.Append("" target="_blank"><img src="");
  1385. templateBuilder.Append(forumpath.ToString());
  1386. templateBuilder.Append("templates/");
  1387. templateBuilder.Append(templatepath.ToString());
  1388. templateBuilder.Append("/images/folder_");
  1389. templateBuilder.Append(topic.Folder.ToString().Trim());
  1390. templateBuilder.Append(".gif" alt="topicicon" /></a>rn");
  1391. } //end if
  1392. templateBuilder.Append(" </td>rn");
  1393. templateBuilder.Append(" <td class="icon">rn");
  1394. if (topic.Special==0)
  1395. {
  1396. if (topic.Iconid!=0)
  1397. {
  1398. templateBuilder.Append(" <img src="");
  1399. templateBuilder.Append(forumpath.ToString());
  1400. templateBuilder.Append("images/posticons/");
  1401. templateBuilder.Append(topic.Iconid.ToString().Trim());
  1402. templateBuilder.Append(".gif" alt="listicon" />rn");
  1403. }
  1404. else
  1405. {
  1406. templateBuilder.Append(" &nbsp;rn");
  1407. } //end if
  1408. } //end if
  1409. /*特殊帖图标*/
  1410. if (topic.Special==1)
  1411. {
  1412. templateBuilder.Append(" <img src="");
  1413. templateBuilder.Append(forumpath.ToString());
  1414. templateBuilder.Append("templates/");
  1415. templateBuilder.Append(templatepath.ToString());
  1416. templateBuilder.Append("/images/pollsmall.gif" alt="投票" />rn");
  1417. } //end if
  1418. if (topic.Special==2)
  1419. {
  1420. templateBuilder.Append(" <img src="");
  1421. templateBuilder.Append(forumpath.ToString());
  1422. templateBuilder.Append("templates/");
  1423. templateBuilder.Append(templatepath.ToString());
  1424. templateBuilder.Append("/images/bonus.gif" alt="悬赏"/>rn");
  1425. } //end if
  1426. if (topic.Special==3)
  1427. {
  1428. templateBuilder.Append(" <img src="");
  1429. templateBuilder.Append(forumpath.ToString());
  1430. templateBuilder.Append("templates/");
  1431. templateBuilder.Append(templatepath.ToString());
  1432. templateBuilder.Append("/images/rewardsmallend.gif" alt="悬赏已结束"/>rn");
  1433. } //end if
  1434. if (topic.Special==4)
  1435. {
  1436. templateBuilder.Append(" <img src="");
  1437. templateBuilder.Append(forumpath.ToString());
  1438. templateBuilder.Append("templates/");
  1439. templateBuilder.Append(templatepath.ToString());
  1440. templateBuilder.Append("/images/debatesmall.gif" alt="辩论"/>rn");
  1441. } //end if
  1442. templateBuilder.Append(" </td>rn");
  1443. templateBuilder.Append(" <th class="subject">rn");
  1444. if (topic.Digest>0)
  1445. {
  1446. templateBuilder.Append(" <label class="right"><img src="");
  1447. templateBuilder.Append(forumpath.ToString());
  1448. templateBuilder.Append("templates/");
  1449. templateBuilder.Append(templatepath.ToString());
  1450. templateBuilder.Append("/images/digest");
  1451. templateBuilder.Append(topic.Digest.ToString().Trim());
  1452. templateBuilder.Append(".gif" alt="精华"/></label>rn");
  1453. } //end if
  1454. if (topic.Rate>0)
  1455. {
  1456. templateBuilder.Append(" <label class="right"><img src="");
  1457. templateBuilder.Append(forumpath.ToString());
  1458. templateBuilder.Append("templates/");
  1459. templateBuilder.Append(templatepath.ToString());
  1460. templateBuilder.Append("/images/agree.gif" alt="正分"/></label>rn");
  1461. } //end if
  1462. if (topic.Rate<0)
  1463. {
  1464. templateBuilder.Append(" <label class="right"><img src="");
  1465. templateBuilder.Append(forumpath.ToString());
  1466. templateBuilder.Append("templates/");
  1467. templateBuilder.Append(templatepath.ToString());
  1468. templateBuilder.Append("/images/disagree.gif" alt="负分"/></label>rn");
  1469. } //end if
  1470. if (useradminid>0 && ismoder)
  1471. {
  1472. if (topic.Closed<=1)
  1473. {
  1474. templateBuilder.Append(" <input type="checkbox" name="topicid" value="");
  1475. templateBuilder.Append(topic.Tid.ToString().Trim());
  1476. templateBuilder.Append("" onclick="modclick(this);"/>rn");
  1477. }
  1478. else
  1479. {
  1480. templateBuilder.Append(" <input type="checkbox" disabled />rn");
  1481. } //end if
  1482. } //end if
  1483. if (pageid<3 && forum.Allowthumbnail==1)
  1484. {
  1485. if (topic.Attachment==2)
  1486. {
  1487. templateBuilder.Append(" <span id="t_thumbnail_");
  1488. templateBuilder.Append(topic.Tid.ToString().Trim());
  1489. templateBuilder.Append("" onmouseover="showMenu(this.id, 0, 0, 1, 0)">rn");
  1490. if (forum.Applytopictype==1 && forum.Topictypeprefix==1)
  1491. {
  1492. templateBuilder.Append(" <em>rn");
  1493. if (forum.Viewbytopictype==1 && topic.Topictypename!="")
  1494. {
  1495. templateBuilder.Append(" [<a href="");
  1496. templateBuilder.Append(forumpath.ToString());
  1497. templateBuilder.Append("showforum.aspx?forumid=");
  1498. templateBuilder.Append(forumid.ToString());
  1499. templateBuilder.Append("&typeid=");
  1500. templateBuilder.Append(topic.Typeid.ToString().Trim());
  1501. templateBuilder.Append("" >");
  1502. templateBuilder.Append(topic.Topictypename.ToString().Trim());
  1503. templateBuilder.Append("</a>]rn");
  1504. }
  1505. else if (topic.Topictypename!="")
  1506. {
  1507. templateBuilder.Append(" [");
  1508. templateBuilder.Append(topic.Topictypename.ToString().Trim());
  1509. templateBuilder.Append("]rn");
  1510. } //end if
  1511. templateBuilder.Append(" </em>rn");
  1512. } //end if
  1513.  aspxrewriteurl = this.ShowTopicAspxRewrite(topic.Tid,0);
  1514. if (topic.Special==3)
  1515. {
  1516.  aspxrewriteurl = this.ShowBonusAspxRewrite(topic.Tid,0);
  1517. } //end if
  1518. if (topic.Special==4)
  1519. {
  1520.  aspxrewriteurl = this.ShowDebateAspxRewrite(topic.Tid);
  1521. } //end if
  1522. int ishtmltitle = Topics.GetMagicValue(topic.Magic, MagicType.HtmlTitle);
  1523. if (ishtmltitle==1)
  1524. {
  1525. templateBuilder.Append(" <a href="");
  1526. templateBuilder.Append(forumpath.ToString());
  1527. templateBuilder.Append(aspxrewriteurl.ToString());
  1528. templateBuilder.Append("rn");
  1529. if (config.Aspxrewrite!=1)
  1530. {
  1531. templateBuilder.Append("&forumpage=");
  1532. templateBuilder.Append(pageid.ToString());
  1533. templateBuilder.Append("rn");
  1534. } //end if
  1535. templateBuilder.Append("">");
  1536. templateBuilder.Append(Topics.GetHtmlTitle(topic.Tid).ToString().Trim());
  1537. templateBuilder.Append("</a>rn");
  1538. }
  1539. else
  1540. {
  1541. templateBuilder.Append(" <a href="");
  1542. templateBuilder.Append(forumpath.ToString());
  1543. templateBuilder.Append(aspxrewriteurl.ToString());
  1544. templateBuilder.Append("rn");
  1545. if (config.Aspxrewrite!=1)
  1546. {
  1547. templateBuilder.Append("&forumpage=");