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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.showtopic" %>
  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:54.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:54. 
  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">rn");
  281. templateBuilder.Append("var templatepath = "");
  282. templateBuilder.Append(templatepath.ToString());
  283. templateBuilder.Append("";rn");
  284. templateBuilder.Append("var postminchars = parseInt(");
  285. templateBuilder.Append(config.Minpostsize.ToString().Trim());
  286. templateBuilder.Append(");rn");
  287. templateBuilder.Append("var postmaxchars = parseInt(");
  288. templateBuilder.Append(config.Maxpostsize.ToString().Trim());
  289. templateBuilder.Append(");rn");
  290. templateBuilder.Append("var disablepostctrl = parseInt(");
  291. templateBuilder.Append(disablepostctrl.ToString());
  292. templateBuilder.Append(");rn");
  293. templateBuilder.Append("var attachtransname = "");
  294. templateBuilder.Append(Scoresets.GetTopicAttachCreditsTransName().ToString().Trim());
  295. templateBuilder.Append("";rn");
  296. templateBuilder.Append("var forumtitle = '");
  297. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  298. templateBuilder.Append("';rn");
  299. templateBuilder.Append("function modaction(action, pid, extra) rn");
  300. templateBuilder.Append("{rn");
  301. templateBuilder.Append("    if(!action) rn");
  302. templateBuilder.Append("    {rn");
  303. templateBuilder.Append("        return;rn");
  304. templateBuilder.Append("    }rn");
  305. templateBuilder.Append("    var extra = !extra ? '' : '&' + extra;rn");
  306. templateBuilder.Append("    if(!pid && in_array(action, ['delposts', 'banpost'])) rn");
  307. templateBuilder.Append("    {rn");
  308. templateBuilder.Append("        var checked = 0;rn");
  309. templateBuilder.Append("        var pid = '';rn");
  310. templateBuilder.Append("        for(var i = 0; i < $('postsform').elements.length; i++) rn");
  311. templateBuilder.Append("        {rn");
  312. templateBuilder.Append("            if($('postsform').elements[i].name.match('topiclist')) rn");
  313. templateBuilder.Append("            {rn");
  314. templateBuilder.Append("                checked = 1;rn");
  315. templateBuilder.Append("                break;rn");
  316. templateBuilder.Append("            }rn");
  317. templateBuilder.Append("        }rn");
  318. templateBuilder.Append("    } rn");
  319. templateBuilder.Append("    else rn");
  320. templateBuilder.Append("    {rn");
  321. templateBuilder.Append("        var checked = 1;rn");
  322. templateBuilder.Append("    }rn");
  323. templateBuilder.Append("    if(!checked) rn");
  324. templateBuilder.Append("    {rn");
  325. templateBuilder.Append("        alert('请选择需要操作的帖子');rn");
  326. templateBuilder.Append("    } rn");
  327. templateBuilder.Append("    else rn");
  328. templateBuilder.Append("    {rn");
  329. templateBuilder.Append("        floatwinreset = 1;rn");
  330. templateBuilder.Append("        $('postsform').action = 'topicadmin.aspx?action='+ action +'&fid=");
  331. templateBuilder.Append(forumid.ToString());
  332. templateBuilder.Append("&tid=");
  333. templateBuilder.Append(topicid.ToString());
  334. templateBuilder.Append("&infloat=1&nopost=1' + (!$('postsform').pid.value ? '' : '&postid=' + $('postsform').pid.value) + extra;rn");
  335. templateBuilder.Append("        floatwin('open_mods', '', 250, 220);rn");
  336. templateBuilder.Append("        $('floatwin_mods').innerHTML = '';rn");
  337. templateBuilder.Append("        ajaxpost('postsform', 'floatwin_mods', '');rn");
  338. templateBuilder.Append("        if(is_ie) rn");
  339. templateBuilder.Append("        {rn");
  340. templateBuilder.Append("            doane(event);rn");
  341. templateBuilder.Append("        }rn");
  342. templateBuilder.Append("        hideMenu();rn");
  343. templateBuilder.Append("    }rn");
  344. templateBuilder.Append("}rn");
  345. templateBuilder.Append("function pidchecked(obj) rn");
  346. templateBuilder.Append("{rn");
  347. templateBuilder.Append("    if(obj.checked) rn");
  348. templateBuilder.Append("    {rn");
  349. templateBuilder.Append("        if(is_ie && !is_opera) rn");
  350. templateBuilder.Append("        {rn");
  351. templateBuilder.Append("            var inp = document.createElement('<input name="topiclist[]" />');rn");
  352. templateBuilder.Append("        } rn");
  353. templateBuilder.Append("        else rn");
  354. templateBuilder.Append("        {rn");
  355. templateBuilder.Append("            var inp = document.createElement('input');rn");
  356. templateBuilder.Append("            inp.name = 'topiclist[]';rn");
  357. templateBuilder.Append("        }rn");
  358. templateBuilder.Append("        inp.id = 'topiclist_' + obj.value;rn");
  359. templateBuilder.Append("        inp.value = obj.value;rn");
  360. templateBuilder.Append("        inp.style.display = 'none';rn");
  361. templateBuilder.Append("        $('postsform').appendChild(inp);rn");
  362. templateBuilder.Append("    } rn");
  363. templateBuilder.Append("    elsern");
  364. templateBuilder.Append("    {rn");
  365. templateBuilder.Append("        $('postsform').removeChild($('topiclist_' + obj.value));rn");
  366. templateBuilder.Append("    }rn");
  367. templateBuilder.Append("}rn");
  368. templateBuilder.Append("var modclickcount = 0;rn");
  369. templateBuilder.Append("function modclick(obj, pid) rn");
  370. templateBuilder.Append("{rn");
  371. templateBuilder.Append("    if(obj.checked) rn");
  372. templateBuilder.Append("    {rn");
  373. templateBuilder.Append("        modclickcount++;rn");
  374. templateBuilder.Append("        if($('postsform').pid.value)rn");
  375. templateBuilder.Append("            $('postsform').pid.value += "," + pid;rn");
  376. templateBuilder.Append("        elsern");
  377. templateBuilder.Append("            $('postsform').pid.value = pid;rn");
  378. templateBuilder.Append("    } rn");
  379. templateBuilder.Append("    else rn");
  380. templateBuilder.Append("    {rn");
  381. templateBuilder.Append("        modclickcount--;rn");
  382. templateBuilder.Append("        if(modclickcount > 0)rn");
  383. templateBuilder.Append("        {rn");
  384. templateBuilder.Append("            $('postsform').pid.value = $('postsform').pid.value.replace("," + pid + ",", ",");rn");
  385. templateBuilder.Append("            $('postsform').pid.value = $('postsform').pid.value.replace("," + pid, "");rn");
  386. templateBuilder.Append("            $('postsform').pid.value = $('postsform').pid.value.replace(pid + ",", "");rn");
  387. templateBuilder.Append("        }rn");
  388. templateBuilder.Append("        elsern");
  389. templateBuilder.Append("            $('postsform').pid.value = '';rn");
  390. templateBuilder.Append("    }rn");
  391. templateBuilder.Append("    $('modcount').innerHTML = modclickcount;rn");
  392. templateBuilder.Append("    if(modclickcount > 0) rn");
  393. templateBuilder.Append("    {rn");
  394. templateBuilder.Append("        var offset = fetchOffset(obj); rn");
  395. templateBuilder.Append("        $('modlayer').style.top = offset['top'] - 65 + 'px';rn");
  396. templateBuilder.Append("        $('modlayer').style.left = offset['left'] - 215 + 'px';rn");
  397. templateBuilder.Append("        $('modlayer').style.display = '';rn");
  398. templateBuilder.Append("    } rn");
  399. templateBuilder.Append("    else rn");
  400. templateBuilder.Append("    {rn");
  401. templateBuilder.Append("        $('modlayer').style.display = 'none';rn");
  402. templateBuilder.Append("    }rn");
  403. templateBuilder.Append("}rn");
  404. templateBuilder.Append("</");
  405. templateBuilder.Append("script>rn");
  406. if (enabletag)
  407. {
  408. templateBuilder.Append("<script type="text/javascript" src="cache/tag/closedtags.txt"></");
  409. templateBuilder.Append("script>rn");
  410. templateBuilder.Append("<script type="text/javascript" src="cache/tag/colorfultags.txt"></");
  411. templateBuilder.Append("script>rn");
  412. } //end if
  413. templateBuilder.Append("<script type="text/javascript" src="javascript/template_showtopic.js"></");
  414. templateBuilder.Append("script>rn");
  415. templateBuilder.Append("<script type="text/javascript" src="javascript/template_share.js"></");
  416. templateBuilder.Append("script>rn");
  417. int loopi = 1;
  418. if (page_err==0)
  419. {
  420. templateBuilder.Append("<div id="nav">rn");
  421. templateBuilder.Append(" <div class="wrap s_clear">rn");
  422. templateBuilder.Append(" <a id="forumlist" href="");
  423. templateBuilder.Append(forumpath.ToString());
  424. templateBuilder.Append("" rn");
  425. if (config.Forumjump==1)
  426. {
  427. templateBuilder.Append("onmouseover="showMenu(this.id);" onmouseout="showMenu(this.id);"rn");
  428. } //end if
  429. templateBuilder.Append(" class="title">");
  430. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  431. templateBuilder.Append("</a>  &raquo; ");
  432. templateBuilder.Append(ShowForumAspxRewrite(forum.Pathlist.Trim(),forumid,forumpageid).ToString().Trim());
  433. templateBuilder.Append("rn");
  434. int ishtmltitle = Topics.GetMagicValue(topic.Magic, MagicType.HtmlTitle);
  435. if (ishtmltitle==1)
  436. {
  437. templateBuilder.Append("   &raquo; <strong>");
  438. templateBuilder.Append(Topics.GetHtmlTitle(topic.Tid).ToString().Trim());
  439. templateBuilder.Append("</strong>rn");
  440. }
  441. else
  442. {
  443. templateBuilder.Append("   &raquo; <strong>");
  444. templateBuilder.Append(topic.Title.ToString().Trim());
  445. templateBuilder.Append("</strong>rn");
  446. } //end if
  447. templateBuilder.Append(" </div>rn");
  448. templateBuilder.Append("</div>rn");
  449. if (config.Forumjump==1)
  450. {
  451. templateBuilder.Append(" ");
  452. templateBuilder.Append(Caches.GetForumListMenuDivCache(usergroupid,userid,config.Extname).ToString().Trim());
  453. templateBuilder.Append("rn");
  454. } //end if
  455. if (pagewordad.Length>0)
  456. {
  457. templateBuilder.Append("<div id="ad_text" class="ad_text sclear">rn");
  458. templateBuilder.Append(" <table cellspacing="1" cellpadding="0" width="100%" summary="text ad">rn");
  459. templateBuilder.Append(" <tbody>rn");
  460. templateBuilder.Append(" <tr>rn");
  461. int adindex = 0;
  462. int pageword__loop__id=0;
  463. foreach(string pageword in pagewordad)
  464. {
  465. pageword__loop__id++;
  466. if (adindex<4)
  467. {
  468. templateBuilder.Append(" <td>");
  469. templateBuilder.Append(pageword.ToString());
  470. templateBuilder.Append("</td>rn");
  471.  adindex = adindex+1;
  472. }
  473. else
  474. {
  475. templateBuilder.Append(" </tr><tr>rn");
  476. templateBuilder.Append(" <td>");
  477. templateBuilder.Append(pageword.ToString());
  478. templateBuilder.Append("</td>rn");
  479.  adindex = 1;
  480. } //end if
  481. } //end loop
  482. if (pagewordad.Length%4>0)
  483. {
  484. for (int j = 0; j < (4 - pagewordad.Length % 4); j++)
  485. {
  486. templateBuilder.Append(" <td>&nbsp;</td>rn");
  487. }
  488. } //end if
  489. templateBuilder.Append(" </tr>rn");
  490. templateBuilder.Append(" </tbody>rn");
  491. templateBuilder.Append(" </table>rn");
  492. templateBuilder.Append("</div>rn");
  493. } //end if
  494. templateBuilder.Append("<div class="wrap s_clear thread" id="wrap">rn");
  495. templateBuilder.Append("<div class="main viewthread">rn");
  496. templateBuilder.Append(" <div id="forumheader" class="s_clear">rn");
  497. templateBuilder.Append(" <h1>rn");
  498. if (forum.Applytopictype==1 && forum.Topictypeprefix==1)
  499. {
  500. templateBuilder.Append(" <cite>");
  501. templateBuilder.Append(topictypes.ToString());
  502. templateBuilder.Append("</cite>rn");
  503. } //end if
  504. templateBuilder.Append(" ");
  505. templateBuilder.Append(topic.Title.ToString().Trim());
  506. templateBuilder.Append(" rn");
  507. templateBuilder.Append(" </h1>rn");
  508. templateBuilder.Append(" <p class="forumstats">[ <em>");
  509. templateBuilder.Append(topicviews.ToString());
  510. templateBuilder.Append("</em> 查看 / <em>");
  511. templateBuilder.Append(topic.Replies.ToString().Trim());
  512. templateBuilder.Append("</em> 回复 ]</p>rn");
  513. templateBuilder.Append(" </div>rn");
  514. templateBuilder.Append(" <div class="pages_btns">rn");
  515. templateBuilder.Append(" <div class="pages">rn");
  516. templateBuilder.Append(" <cite class="pageback">");
  517. templateBuilder.Append(listlink.ToString());
  518. templateBuilder.Append("</cite>rn");
  519. if (pagecount!=1)
  520. {
  521. templateBuilder.Append(" ");
  522. templateBuilder.Append(pagenumbers.ToString());
  523. templateBuilder.Append("rn");
  524. if (pagecount>8)
  525. {
  526. templateBuilder.Append(" <kbd><b id="pageidtxt1" title="可以输入页码按回车键自动跳转" onclick="$('pageidtxt1').style.display='none';$('pageidinput1').style.display='';$('pageidinput1').focus();">");
  527. templateBuilder.Append(pageid.ToString());
  528. templateBuilder.Append("</b>rn");
  529. templateBuilder.Append("     <input name="gopage" type="text" class="txt" id="pageidinput1" value="");
  530. templateBuilder.Append(pageid.ToString());
  531. 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(");
  532. templateBuilder.Append(config.Aspxrewrite.ToString().Trim());
  533. templateBuilder.Append(") {window.location='showtopic-");
  534. templateBuilder.Append(topicid.ToString());
  535. templateBuilder.Append("-' + (parseInt(this.value) > 0 ? parseInt(this.value) : 1) + '");
  536. templateBuilder.Append(config.Extname.ToString().Trim());
  537. templateBuilder.Append("';}else{window.location='showtopic.aspx?topicid=");
  538. templateBuilder.Append(topicid.ToString());
  539. 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="");
  540. templateBuilder.Append(pageid.ToString().Trim().Length.ToString().Trim());
  541. templateBuilder.Append("" maxlength="9" />/ ");
  542. templateBuilder.Append(pagecount.ToString());
  543. templateBuilder.Append("</kbd>rn");
  544. } //end if
  545. templateBuilder.Append(" ");
  546. templateBuilder.Append(nextpage.ToString());
  547. templateBuilder.Append("rn");
  548. } //end if
  549. templateBuilder.Append(" </div>rn");
  550. if (userid<0||canposttopic)
  551. {
  552. templateBuilder.Append(" <span onmouseover="if($('newspecial_menu').childNodes.length>0)  showMenu(this.id);" id="newspecial" class="postbtn"><a title="发新话题" id="newtopic" href="posttopic.aspx?forumid=");
  553. templateBuilder.Append(forum.Fid.ToString().Trim());
  554. templateBuilder.Append("" onmouseover="if($('newspecial_menu').childNodes.length>0)  showMenu(this.id);"  onclick="floatwin('open_newthread', this.href, 600, 410, '600,0');doane(event);"><img alt="发新话题" src="templates/");
  555. templateBuilder.Append(templatepath.ToString());
  556. templateBuilder.Append("/images/newtopic.gif"/></a></span>rn");
  557. } //end if
  558. if (userid<0||canreply)
  559. {
  560. templateBuilder.Append(" <span class="replybtn"><a href="postreply.aspx?topicid=");
  561. templateBuilder.Append(topicid.ToString());
  562. templateBuilder.Append("&forumpage=");
  563. templateBuilder.Append(forumpageid.ToString());
  564. templateBuilder.Append("" onclick="floatwin('open_reply', this.href, 600, 410, '600,0');doane(event);"><img src="templates/");
  565. templateBuilder.Append(templatepath.ToString());
  566. templateBuilder.Append("/images/reply.gif" border="0" alt="回复该主题" /></a></span>rn");
  567. } //end if
  568. templateBuilder.Append(" </div>rn");
  569. templateBuilder.Append(" <form id="postsform" name="postsform" method="post" action="topicadmin.aspx?action=moderate&forumid=");
  570. templateBuilder.Append(forumid.ToString());
  571. templateBuilder.Append("">rn");
  572. templateBuilder.Append(" <input name="forumid" type="hidden" value="");
  573. templateBuilder.Append(forumid.ToString());
  574. templateBuilder.Append("" />rn");
  575. templateBuilder.Append(" <input name="topicid" type="hidden" value="");
  576. templateBuilder.Append(topicid.ToString());
  577. templateBuilder.Append("" />rn");
  578. templateBuilder.Append(" <input name="operat" type="hidden" value="delposts" />rn");
  579. templateBuilder.Append(" <input name="pid" type="hidden" />rn");
  580. if (ismoder==1)
  581. {
  582. templateBuilder.Append(" <div style="display:none;width:165px;" id="modlayer">rn");
  583. templateBuilder.Append("    <span>选中</span><strong id="modcount">1</strong><span>篇: </span>rn");
  584. templateBuilder.Append("    <a onclick="modaction('banpost')" href="javascript:;">屏蔽</a>rn");
  585. templateBuilder.Append("    <a onclick="modaction('delposts')" href="javascript:;">删除</a>rn");
  586. templateBuilder.Append("    </div>rn");
  587. } //end if
  588. templateBuilder.Append(" <div id="postsContainer">rn");
  589. int post__loop__id=0;
  590. foreach(ShowtopicPagePostInfo post in postlist)
  591. {
  592. post__loop__id++;
  593. templateBuilder.Append(" <table id="");
  594. templateBuilder.Append(post.Pid.ToString().Trim());
  595. templateBuilder.Append("" summary="");
  596. templateBuilder.Append(post.Pid.ToString().Trim());
  597. templateBuilder.Append("" cellspacing="0" cellpadding="0" class="topic_table">rn");
  598. templateBuilder.Append(" <tbody>rn");
  599. templateBuilder.Append(" <tr>rn");
  600. templateBuilder.Append(" <td class="postauthor" id="");
  601. templateBuilder.Append(post.Pid.ToString().Trim());
  602. templateBuilder.Append("">rn");
  603. if (post.Posterid!=-1)
  604. {
  605. templateBuilder.Append(" <!-- member menu -->rn");
  606. templateBuilder.Append(" <div class="popupmenu_popup userinfopanel" id="");
  607. templateBuilder.Append(post.Posterid.ToString().Trim());
  608. templateBuilder.Append(loopi.ToString());
  609. templateBuilder.Append("" style="display:none; clip: rect(auto auto auto auto); position:absolute;" initialized ctrlkey="userinfo2">rn");
  610. templateBuilder.Append(" <div class="popavatar">rn");
  611. templateBuilder.Append(" <div id="");
  612. templateBuilder.Append(post.Posterid.ToString().Trim());
  613. templateBuilder.Append(loopi.ToString());
  614. templateBuilder.Append("_ma"></div>rn");
  615. templateBuilder.Append(" <ul class="profile_side">rn");
  616. templateBuilder.Append(" <li class="post_pm"><a onclick="floatwin('open_postpm', this.href, 600, 410, '600,0');doane(event);" href="usercppostpm.aspx?msgtoid=");
  617. templateBuilder.Append(post.Posterid.ToString().Trim());
  618. templateBuilder.Append("" target="_blank">发送短消息</a></li>rn");
  619. if (useradminid==1||useradminid==2)
  620. {
  621. templateBuilder.Append(" <li class="edit_user"><a href="modcp.aspx?operation=edituser&op=edit&uid=");
  622. templateBuilder.Append(post.Posterid.ToString().Trim());
  623. templateBuilder.Append("" target="_blank">编辑该用户</a></li>rn");
  624. } //end if
  625. templateBuilder.Append(" </ul>rn");
  626. templateBuilder.Append(" </div>rn");
  627. templateBuilder.Append(" <div class="popuserinfo">rn");
  628. templateBuilder.Append(" <dl class="s_clear">rn");
  629. if (Utils.InArray("uid",userfaceshow))
  630. {
  631. templateBuilder.Append("<dt>UID</dt><dd>");
  632. templateBuilder.Append(post.Posterid.ToString().Trim());
  633. templateBuilder.Append("</dd>rn");
  634. } //end if
  635. if (Utils.InArray("bday",userfaceshow))
  636. {
  637. templateBuilder.Append("<dt>生日</dt><dd>");
  638. templateBuilder.Append(post.Bday.ToString().Trim());
  639. templateBuilder.Append("</dd>rn");
  640. } //end if
  641. if (Utils.InArray("posts",userfaceshow))
  642. {
  643. templateBuilder.Append("<dt>帖子</dt><dd>");
  644. templateBuilder.Append(post.Posts.ToString().Trim());
  645. templateBuilder.Append("</dd>rn");
  646. } //end if
  647. if (Utils.InArray("digestposts",userfaceshow))
  648. {
  649. templateBuilder.Append("<dt>精华</dt><dd>");
  650. templateBuilder.Append(post.Digestposts.ToString().Trim());
  651. templateBuilder.Append("</dd>rn");
  652. } //end if
  653. if (Utils.InArray("credits",userfaceshow))
  654. {
  655. templateBuilder.Append("<dt>积分</dt><dd>");
  656. templateBuilder.Append(post.Credits.ToString().Trim());
  657. templateBuilder.Append("</dd>rn");
  658. } //end if
  659. if (score[1].ToString().Trim()!="" && Utils.InArray("extcredits1",userfaceshow))
  660. {
  661. templateBuilder.Append("<dt>" + score[1].ToString().Trim() + "</dt><dd>");
  662. templateBuilder.Append(post.Extcredits1.ToString().Trim());
  663. templateBuilder.Append(" " + scoreunit[1].ToString().Trim() + "</dd>rn");
  664. } //end if
  665. if (score[2].ToString().Trim()!="" && Utils.InArray("extcredits2",userfaceshow))
  666. {
  667. templateBuilder.Append("<dt>" + score[2].ToString().Trim() + "</dt><dd>");
  668. templateBuilder.Append(post.Extcredits2.ToString().Trim());
  669. templateBuilder.Append(" " + scoreunit[2].ToString().Trim() + "</dd>rn");
  670. } //end if
  671. if (score[3].ToString().Trim()!="" && Utils.InArray("extcredits3",userfaceshow))
  672. {
  673. templateBuilder.Append("<dt>" + score[3].ToString().Trim() + "</dt><dd>");
  674. templateBuilder.Append(post.Extcredits3.ToString().Trim());
  675. templateBuilder.Append(" " + scoreunit[3].ToString().Trim() + "</dd>rn");
  676. } //end if
  677. if (score[4].ToString().Trim()!="" && Utils.InArray("extcredits4",userfaceshow))
  678. {
  679. templateBuilder.Append("<dt>" + score[4].ToString().Trim() + "</dt><dd>");
  680. templateBuilder.Append(post.Extcredits4.ToString().Trim());
  681. templateBuilder.Append(" " + scoreunit[4].ToString().Trim() + "</dd>rn");
  682. } //end if
  683. if (score[5].ToString().Trim()!="" && Utils.InArray("extcredits5",userfaceshow))
  684. {
  685. templateBuilder.Append("<dt>" + score[5].ToString().Trim() + "</dt><dd>");
  686. templateBuilder.Append(post.Extcredits5.ToString().Trim());
  687. templateBuilder.Append(" " + scoreunit[5].ToString().Trim() + "</dd>rn");
  688. } //end if
  689. if (score[6].ToString().Trim()!="" && Utils.InArray("extcredits6",userfaceshow))
  690. {
  691. templateBuilder.Append("<dt>" + score[6].ToString().Trim() + "</dt><dd>");
  692. templateBuilder.Append(post.Extcredits6.ToString().Trim());
  693. templateBuilder.Append(" " + scoreunit[6].ToString().Trim() + "</dd>rn");
  694. } //end if
  695. if (score[7].ToString().Trim()!="" && Utils.InArray("extcredits7",userfaceshow))
  696. {
  697. templateBuilder.Append("<dt>" + score[7].ToString().Trim() + "</dt><dd>");
  698. templateBuilder.Append(post.Extcredits7.ToString().Trim());
  699. templateBuilder.Append(" " + scoreunit[7].ToString().Trim() + "</dd>rn");
  700. } //end if
  701. if (score[8].ToString().Trim()!="" && Utils.InArray("extcredits8",userfaceshow))
  702. {
  703. templateBuilder.Append("<dt>" + score[8].ToString().Trim() + "</dt><dd>");
  704. templateBuilder.Append(post.Extcredits8.ToString().Trim());
  705. templateBuilder.Append(" " + scoreunit[8].ToString().Trim() + "</dd>rn");
  706. } //end if
  707. if (Utils.InArray("gender",userfaceshow))
  708. {
  709. templateBuilder.Append("<dt>性别</dt><dd><script type="text/javascript">document.write(displayGender(");
  710. templateBuilder.Append(post.Gender.ToString().Trim());
  711. templateBuilder.Append("));</");
  712. templateBuilder.Append("script></dd>rn");
  713. } //end if
  714. if (Utils.InArray("location",userfaceshow))
  715. {
  716. templateBuilder.Append("<dt>来自</dt><dd>");
  717. templateBuilder.Append(post.Location.ToString().Trim());
  718. templateBuilder.Append("</dd>rn");
  719. } //end if
  720. if (Utils.InArray("oltime",userfaceshow))
  721. {
  722. templateBuilder.Append("<dt>在线时间</dt><dd>");
  723. templateBuilder.Append(post.Oltime.ToString().Trim());
  724. templateBuilder.Append("</dd>rn");
  725. } //end if
  726. if (Utils.InArray("joindate",userfaceshow))
  727. {
  728. templateBuilder.Append("<dt>注册时间</dt><dd>rn");
  729. templateBuilder.Append(Convert.ToDateTime(post.Joindate).ToString("yyyy-MM-dd"));
  730. templateBuilder.Append("</dd>rn");
  731. } //end if
  732. if (Utils.InArray("lastvisit",userfaceshow))
  733. {
  734. templateBuilder.Append("<dt>最后登录</dt><dd>rn");
  735. templateBuilder.Append(Convert.ToDateTime(post.Lastvisit).ToString("yyyy-MM-dd"));
  736. templateBuilder.Append("</dd>rn");
  737. } //end if
  738. templateBuilder.Append(" </dl>rn");
  739. templateBuilder.Append(" <div class="imicons s_clear">rn");
  740. if (post.Msn!="")
  741. {
  742. templateBuilder.Append(" <a href="mailto:");
  743. templateBuilder.Append(post.Msn.ToString().Trim());
  744. templateBuilder.Append("" target="_blank" class="msn">");
  745. templateBuilder.Append(post.Msn.ToString().Trim());
  746. templateBuilder.Append("</a>rn");
  747. } //end if
  748. if (post.Skype!="")
  749. {
  750. templateBuilder.Append(" <a href="skype:");
  751. templateBuilder.Append(post.Skype.ToString().Trim());
  752. templateBuilder.Append("" target="_blank" class="skype">");
  753. templateBuilder.Append(post.Skype.ToString().Trim());
  754. templateBuilder.Append("</a>rn");
  755. } //end if
  756. if (post.Icq!="")
  757. {
  758. templateBuilder.Append(" <a href="http://wwp.icq.com/scripts/search.dll?to=");
  759. templateBuilder.Append(post.Icq.ToString().Trim());
  760. templateBuilder.Append("" target="_blank" class="icq">");
  761. templateBuilder.Append(post.Icq.ToString().Trim());
  762. templateBuilder.Append("</a>rn");
  763. } //end if
  764. if (post.Qq!="")
  765. {
  766. templateBuilder.Append(" <a href="http://wpa.qq.com/msgrd?V=1&Uin=");
  767. templateBuilder.Append(post.Qq.ToString().Trim());
  768. templateBuilder.Append("&Site=");
  769. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  770. templateBuilder.Append("&Menu=yes" target="_blank" class="qq">");
  771. templateBuilder.Append(post.Qq.ToString().Trim());
  772. templateBuilder.Append("</a>rn");
  773. } //end if
  774. if (post.Yahoo!="")
  775. {
  776. templateBuilder.Append(" <a href="http://edit.yahoo.com/config/send_webmesg?.target=");
  777. templateBuilder.Append(post.Yahoo.ToString().Trim());
  778. templateBuilder.Append("&.src=pg" target="_blank" class="yahoo">");
  779. templateBuilder.Append(post.Yahoo.ToString().Trim());
  780. templateBuilder.Append("</a>rn");
  781. } //end if
  782. templateBuilder.Append(" </div>rn");
  783. templateBuilder.Append(" <div class="imicons s_clear">rn");
  784.  aspxrewriteurl = this.UserInfoAspxRewrite(post.Posterid);
  785. templateBuilder.Append(" <a href="");
  786. templateBuilder.Append(aspxrewriteurl.ToString());
  787. templateBuilder.Append("" target="_blank" class="public_info">查看公共资料</a>rn");
  788. templateBuilder.Append(" <a href="search.aspx?posterid=");
  789. templateBuilder.Append(post.Posterid.ToString().Trim());
  790. templateBuilder.Append("" class="all_topic">搜索帖子</a> rn");
  791. if (useradminid>0)
  792. {
  793. if (admininfo.Allowviewip==1)
  794. {
  795. templateBuilder.Append(" <a onclick="floatwin('open_getip', this.href, 400, 170, '600,0');doane(event);" href="getip.aspx?pid=");
  796. templateBuilder.Append(post.Pid.ToString().Trim());
  797. templateBuilder.Append("&topicid=");
  798. templateBuilder.Append(topicid.ToString());
  799. templateBuilder.Append("" title="查看IP" class="ip">查看IP</a>rn");
  800. } //end if
  801. if (admininfo.Allowbanuser==1)
  802. {
  803. templateBuilder.Append(" <a href="useradmin.aspx?action=banuser&uid=");
  804. templateBuilder.Append(post.Posterid.ToString().Trim());
  805. templateBuilder.Append("" onclick="floatwin('open_mods', this.href, 250, 270, '600,0');doane(event);" title="禁止用户" class="forbid_user">禁止用户</a>rn");
  806. } //end if
  807. } //end if
  808. templateBuilder.Append(" </div>rn");
  809. templateBuilder.Append(" </div>rn");
  810. templateBuilder.Append(" </div>rn");
  811. templateBuilder.Append(" <!-- member menu -->rn");
  812. } //end if
  813. if (post__loop__id==postlist.Count)
  814. {
  815. templateBuilder.Append(" <a name="lastpost"></a>rn");
  816. } //end if
  817. if (post.Posterid!=-1)
  818. {
  819. templateBuilder.Append(" <!--register user-->rn");
  820. templateBuilder.Append(" <cite>rn");
  821. templateBuilder.Append(" <span rn");
  822. if (post.Onlinestate==1)
  823. {
  824. templateBuilder.Append("class="onlineyes" title="在线"rn");
  825. }
  826. else
  827. {
  828. templateBuilder.Append("class="onlineno" title="未在线"rn");
  829. } //end if
  830. templateBuilder.Append(">");
  831. templateBuilder.Append(post.Poster.ToString().Trim());
  832. templateBuilder.Append("</span>rn");
  833. templateBuilder.Append(" </cite>rn");
  834. templateBuilder.Append(" <div id="");
  835. templateBuilder.Append(post.Posterid.ToString().Trim());
  836. templateBuilder.Append(loopi.ToString());
  837. templateBuilder.Append("_a">rn");
  838. if (config.Showavatars==1)
  839. {
  840. templateBuilder.Append(" <div class="avatar">rn");
  841. string avatarurl = Avatars.GetAvatarUrl(post.Posterid);
  842. templateBuilder.Append(" <img src="");
  843. templateBuilder.Append(avatarurl.ToString());
  844. templateBuilder.Append("" onerror="this.onerror=null;this.src='");
  845. templateBuilder.Append(forumpath.ToString());
  846. templateBuilder.Append("templates/");
  847. templateBuilder.Append(templatepath.ToString());
  848. templateBuilder.Append("/images/noavatar_medium.gif';"  alt="头像" id="memberinfo_");
  849. templateBuilder.Append(loopi.ToString());
  850. templateBuilder.Append("" onmouseover="showauthor(this,");
  851. templateBuilder.Append(post.Posterid.ToString().Trim());
  852. templateBuilder.Append(loopi.ToString());
  853. templateBuilder.Append(")"/>rn");
  854. templateBuilder.Append(" </div>rn");
  855. } //end if
  856. if (post.Nickname!="")
  857. {
  858. templateBuilder.Append(" <p><em>");
  859. templateBuilder.Append(post.Nickname.ToString().Trim());
  860. templateBuilder.Append("</em></p>rn");
  861. } //end if
  862. templateBuilder.Append(" </div>rn");
  863. templateBuilder.Append(" <p>rn");
  864. templateBuilder.Append(" <script type="text/javascript">rn");
  865. templateBuilder.Append(" ShowStars(");
  866. templateBuilder.Append(post.Stars.ToString().Trim());
  867. templateBuilder.Append(", ");
  868. templateBuilder.Append(config.Starthreshold.ToString().Trim());
  869. templateBuilder.Append(");rn");
  870. templateBuilder.Append(" </");
  871. templateBuilder.Append("script>rn");
  872. templateBuilder.Append(" </p>rn");
  873. templateBuilder.Append(" <ul class="otherinfo">rn");
  874. if (config.Userstatusby==1)
  875. {
  876. templateBuilder.Append(" <li><label>组别</label>");
  877. templateBuilder.Append(post.Status.ToString().Trim());
  878. templateBuilder.Append("</li>rn");
  879. } //end if
  880. if (Utils.InArray("uid",postleftshow))
  881. {
  882. templateBuilder.Append("<li><label>UID</label>");
  883. templateBuilder.Append(post.Posterid.ToString().Trim());
  884. templateBuilder.Append("</li>rn");
  885. } //end if
  886. if (Utils.InArray("bday",postleftshow))
  887. {
  888. templateBuilder.Append("<li><label>生日</label>");
  889. templateBuilder.Append(post.Bday.ToString().Trim());
  890. templateBuilder.Append("</li>rn");
  891. } //end if
  892. if (Utils.InArray("posts",postleftshow))
  893. {
  894. templateBuilder.Append("<li><label>帖子</label>");
  895. templateBuilder.Append(post.Posts.ToString().Trim());
  896. templateBuilder.Append("</li>rn");
  897. } //end if
  898. if (Utils.InArray("digestposts",postleftshow))
  899. {
  900. templateBuilder.Append("<li><label>精华</label>");
  901. templateBuilder.Append(post.Digestposts.ToString().Trim());
  902. templateBuilder.Append("</li>rn");
  903. } //end if
  904. if (Utils.InArray("credits",postleftshow))
  905. {
  906. templateBuilder.Append("<li><label>积分</label>");
  907. templateBuilder.Append(post.Credits.ToString().Trim());
  908. templateBuilder.Append("</li>rn");
  909. } //end if
  910. if (score[1].ToString().Trim()!="" && Utils.InArray("extcredits1",postleftshow))
  911. {
  912. templateBuilder.Append("<li><label>" + score[1].ToString().Trim() + "</label>");
  913. templateBuilder.Append(post.Extcredits1.ToString().Trim());
  914. templateBuilder.Append(" " + scoreunit[1].ToString().Trim() + "</li>rn");
  915. } //end if
  916. if (score[2].ToString().Trim()!="" && Utils.InArray("extcredits2",postleftshow))
  917. {
  918. templateBuilder.Append("<li><label>" + score[2].ToString().Trim() + "</label>");
  919. templateBuilder.Append(post.Extcredits2.ToString().Trim());
  920. templateBuilder.Append(" " + scoreunit[2].ToString().Trim() + "</li>rn");
  921. } //end if
  922. if (score[3].ToString().Trim()!="" && Utils.InArray("extcredits3",postleftshow))
  923. {
  924. templateBuilder.Append("<li><label>" + score[3].ToString().Trim() + "</label>");
  925. templateBuilder.Append(post.Extcredits3.ToString().Trim());
  926. templateBuilder.Append(" " + scoreunit[3].ToString().Trim() + "</li>rn");
  927. } //end if
  928. if (score[4].ToString().Trim()!="" && Utils.InArray("extcredits4",postleftshow))
  929. {
  930. templateBuilder.Append("<li><label>" + score[4].ToString().Trim() + "</label>");
  931. templateBuilder.Append(post.Extcredits4.ToString().Trim());
  932. templateBuilder.Append(" " + scoreunit[4].ToString().Trim() + "</li>rn");
  933. } //end if
  934. if (score[5].ToString().Trim()!="" && Utils.InArray("extcredits5",postleftshow))
  935. {
  936. templateBuilder.Append("<li><label>" + score[5].ToString().Trim() + "</label>");
  937. templateBuilder.Append(post.Extcredits5.ToString().Trim());
  938. templateBuilder.Append(" " + scoreunit[5].ToString().Trim() + "</li>rn");
  939. } //end if
  940. if (score[6].ToString().Trim()!="" && Utils.InArray("extcredits6",postleftshow))
  941. {
  942. templateBuilder.Append("<li><label>" + score[6].ToString().Trim() + "</label>");
  943. templateBuilder.Append(post.Extcredits6.ToString().Trim());
  944. templateBuilder.Append(" " + scoreunit[6].ToString().Trim() + "</li>rn");
  945. } //end if
  946. if (score[7].ToString().Trim()!="" && Utils.InArray("extcredits7",postleftshow))
  947. {
  948. templateBuilder.Append("<li><label>" + score[7].ToString().Trim() + "</label>");
  949. templateBuilder.Append(post.Extcredits7.ToString().Trim());
  950. templateBuilder.Append(" " + scoreunit[7].ToString().Trim() + "</li>rn");
  951. } //end if
  952. if (score[8].ToString().Trim()!="" && Utils.InArray("extcredits8",postleftshow))
  953. {
  954. templateBuilder.Append("<li><label>" + score[8].ToString().Trim() + "</label>");
  955. templateBuilder.Append(post.Extcredits8.ToString().Trim());
  956. templateBuilder.Append(" " + scoreunit[8].ToString().Trim() + "</li>rn");
  957. } //end if
  958. if (Utils.InArray("gender",postleftshow))
  959. {
  960. templateBuilder.Append("<li><label>性别</label><script type="text/javascript">document.write(displayGender(");
  961. templateBuilder.Append(post.Gender.ToString().Trim());
  962. templateBuilder.Append("));</");
  963. templateBuilder.Append("script></li>rn");
  964. } //end if
  965. if (Utils.InArray("location",postleftshow))
  966. {
  967. templateBuilder.Append("<li><label>来自</label>");
  968. templateBuilder.Append(post.Location.ToString().Trim());
  969. templateBuilder.Append("</li>rn");
  970. } //end if
  971. if (Utils.InArray("oltime",postleftshow))
  972. {
  973. templateBuilder.Append("<li><label>在线时间</label>");
  974. templateBuilder.Append(post.Oltime.ToString().Trim());
  975. templateBuilder.Append("</li>rn");
  976. } //end if
  977. if (Utils.InArray("joindate",postleftshow))
  978. {
  979. templateBuilder.Append("<li><label>注册时间</label>rn");
  980. templateBuilder.Append(Convert.ToDateTime(post.Joindate).ToString("yyyy-MM-dd"));
  981. templateBuilder.Append("</li>rn");
  982. } //end if
  983. if (Utils.InArray("lastvisit",postleftshow))
  984. {
  985. templateBuilder.Append("<li><label>最后登录</label>rn");
  986. templateBuilder.Append(Convert.ToDateTime(post.Lastvisit).ToString("yyyy-MM-dd"));
  987. templateBuilder.Append("</li>rn");
  988. } //end if
  989. templateBuilder.Append(" </ul>rn");
  990. if (config.Enablespace==1 || config.Enablealbum==1)
  991. {
  992. templateBuilder.Append(" <ul class="plug">rn");
  993. if (config.Enablespace==1)
  994. {
  995. templateBuilder.Append(" <li class="space">rn");
  996. if (post.Spaceid>0)
  997. {
  998. templateBuilder.Append("<a href="");
  999. templateBuilder.Append(spaceurl.ToString());
  1000. templateBuilder.Append("space/?uid=");
  1001. templateBuilder.Append(post.Posterid.ToString().Trim());
  1002. templateBuilder.Append("">个人空间</a>rn");
  1003. }
  1004. else
  1005. {
  1006. templateBuilder.Append("<a href="###" onclick="nospace('");
  1007. templateBuilder.Append(post.Poster.ToString().Trim());
  1008. templateBuilder.Append("');">个人空间</a>rn");
  1009. } //end if
  1010. templateBuilder.Append(" </li>rn");
  1011. } //end if
  1012. if (config.Enablealbum==1)
  1013. {
  1014. templateBuilder.Append(" <li class="album"><a href="showalbumlist.aspx?uid=");
  1015. templateBuilder.Append(post.Posterid.ToString().Trim());
  1016. templateBuilder.Append("">相册</a></li>rn");
  1017. } //end if
  1018. templateBuilder.Append(" </ul>rn");
  1019. } //end if
  1020. if (post.Medals!="")
  1021. {
  1022. templateBuilder.Append(" <div class="medals">");
  1023. templateBuilder.Append(post.Medals.ToString().Trim());
  1024. templateBuilder.Append("</div>rn");
  1025. } //end if
  1026. }
  1027. else
  1028. {
  1029. templateBuilder.Append(" <cite style="padding-left:15px;">rn");
  1030. templateBuilder.Append("     <em id="traveler_ip_");
  1031. templateBuilder.Append(post.Pid.ToString().Trim());
  1032. templateBuilder.Append("" name="traveler_ip" style="display:none">");
  1033. templateBuilder.Append(post.Ip.ToString().Trim());
  1034. templateBuilder.Append("</em>rn");
  1035. if (useradminid>0 && admininfo.Allowviewip==1)
  1036. {
  1037. templateBuilder.Append(" <a href="getip.aspx?pid=");
  1038. templateBuilder.Append(post.Pid.ToString().Trim());
  1039. templateBuilder.Append("&topicid=");
  1040. templateBuilder.Append(topicid.ToString());
  1041. templateBuilder.Append("" onclick="floatwin('open_getip', this.href, 400, 170, '600,0');doane(event);" title="查看IP"><img src="templates/");
  1042. templateBuilder.Append(templatepath.ToString());
  1043. templateBuilder.Append("/images/ip.gif" alt="查看IP"/></a>rn");
  1044. } //end if
  1045. templateBuilder.Append(" </cite>rn");
  1046. templateBuilder.Append(" <p><em>未注册</em></p>rn");
  1047. } //end if
  1048. templateBuilder.Append(" </td>rn");
  1049. templateBuilder.Append(" <td class="postcontent">rn");
  1050. templateBuilder.Append(" <div class="postinfo">rn");
  1051. templateBuilder.Append(" <em class="hidden"><a href="");
  1052. templateBuilder.Append(UserInfoAspxRewrite(post.Posterid).ToString().Trim());
  1053. templateBuilder.Append("">");
  1054. templateBuilder.Append(post.Poster.ToString().Trim());
  1055. templateBuilder.Append("</a></em>rn");
  1056. if (topic.Special==4)
  1057. {
  1058. templateBuilder.Append(" <em>rn");
  1059. if (post.Debateopinion==1)
  1060. {
  1061. templateBuilder.Append(" 正方rn");
  1062. }
  1063. else if (post.Debateopinion==2)
  1064. {
  1065. templateBuilder.Append(" 反方rn");
  1066. }
  1067. else
  1068. {
  1069. templateBuilder.Append(" 辩论主题 [<a href="");
  1070. templateBuilder.Append(ShowDebateAspxRewrite(topicid).ToString());
  1071. templateBuilder.Append("">辩论模式</a>]rn");
  1072. } //end if
  1073. templateBuilder.Append("  </em>rn");
  1074. } //end if
  1075. templateBuilder.Append(" <em>rn");
  1076. String olimg = OnlineUsers.GetGroupImg(post.Groupid);
  1077. templateBuilder.Append("     ");
  1078. templateBuilder.Append(olimg.ToString());
  1079. templateBuilder.Append("rn");
  1080. templateBuilder.Append(Convert.ToDateTime(post.Postdatetime).ToString("yyyy-MM-dd HH:mm"));
  1081. templateBuilder.Append("</em>rn");
  1082. if (post.Posterid!=-1)
  1083. {
  1084. templateBuilder.Append(" <em>rn");
  1085. if (onlyauthor=="1" || onlyauthor=="2")
  1086. {
  1087.  aspxrewriteurl = this.ShowTopicAspxRewrite(topicid,0);
  1088. templateBuilder.Append(" <a href="");
  1089. templateBuilder.Append(aspxrewriteurl.ToString());
  1090. templateBuilder.Append("">显示全部</a>  rn");
  1091. }
  1092. else
  1093. {
  1094. if (topic.Posterid==post.Posterid)
  1095. {
  1096. templateBuilder.Append(" |<a href="showtopic.aspx?topicid=");
  1097. templateBuilder.Append(topicid.ToString());
  1098. templateBuilder.Append("&forumpage=");
  1099. templateBuilder.Append(forumpageid.ToString());
  1100. templateBuilder.Append("&onlyauthor=1&posterid=");
  1101. templateBuilder.Append(topic.Posterid.ToString().Trim());
  1102. templateBuilder.Append("">只看楼主</a>  rn");
  1103. }
  1104. else
  1105. {
  1106. templateBuilder.Append(" |<a href="showtopic.aspx?topicid=");
  1107. templateBuilder.Append(topicid.ToString());
  1108. templateBuilder.Append("&forumpage=");
  1109. templateBuilder.Append(forumpageid.ToString());
  1110. templateBuilder.Append("&onlyauthor=2&posterid=");
  1111. templateBuilder.Append(post.Posterid.ToString().Trim());
  1112. templateBuilder.Append("">只看该用户</a>  rn");
  1113. } //end if
  1114. } //end if
  1115. templateBuilder.Append(" </em> rn");
  1116. } //end if
  1117. templateBuilder.Append(" <span class="right">rn");
  1118. templateBuilder.Append(" <a href="###" class="floor" title="复制帖子链接到剪贴板" onclick="setcopy(window.location.toString().replace(/#(.*?)$/ig, '') + '#");
  1119. templateBuilder.Append(post.Pid.ToString().Trim());
  1120. templateBuilder.Append("', '已经复制到剪贴板')">rn");
  1121. if (post.Postnocustom!="")
  1122. {
  1123. templateBuilder.Append(" ");
  1124. templateBuilder.Append(post.Postnocustom.ToString().Trim());
  1125. templateBuilder.Append("rn");
  1126. }
  1127. else
  1128. {
  1129. templateBuilder.Append(" ");
  1130. templateBuilder.Append(post.Id.ToString().Trim());
  1131. templateBuilder.Append("<sup>#</sup>rn");
  1132. } //end if
  1133. templateBuilder.Append(" </a>rn");
  1134. templateBuilder.Append(" </span>rn");
  1135. templateBuilder.Append(" <div class="msgfsize right">rn");
  1136. templateBuilder.Append(" <label style="margin-left:4px;">字体大小: </label>rn");
  1137. templateBuilder.Append(" <small title="正常" onclick="$('message");
  1138. templateBuilder.Append(post.Pid.ToString().Trim());
  1139. templateBuilder.Append("').className='t_msgfont'"><b>t</b></small>rn");
  1140. templateBuilder.Append(" <big title="放大" onclick="$('message");
  1141. templateBuilder.Append(post.Pid.ToString().Trim());
  1142. templateBuilder.Append("').className='t_bigfont'"><b>T</b></big>rn");
  1143. templateBuilder.Append(" </div>rn");
  1144. templateBuilder.Append(" <div class="change_topic right">rn");
  1145. if (userid!=-1)
  1146. {
  1147. templateBuilder.Append("<script type="text/javascript">rn");
  1148. templateBuilder.Append("    show_report_button(");
  1149. templateBuilder.Append(forumid.ToString());
  1150. templateBuilder.Append(");rn");
  1151. templateBuilder.Append("</");
  1152. templateBuilder.Append("script>rn");
  1153. templateBuilder.Append("<span class="pipe">|</span>rn");
  1154. if (usergroupinfo.Raterange!="" && post.Posterid!=-1)
  1155. {
  1156. if (post.Layer!=0)
  1157. {
  1158. templateBuilder.Append(" <a href="topicadmin.aspx?action=rate&forumid=");
  1159. templateBuilder.Append(forumid.ToString());
  1160. templateBuilder.Append("&topicid=");
  1161. templateBuilder.Append(topic.Tid.ToString().Trim());
  1162. templateBuilder.Append("&postid=");
  1163. templateBuilder.Append(post.Pid.ToString().Trim());
  1164. templateBuilder.Append("&operat=rate" onclick="floatwin('open_mods', this.href, 250, 270);return false;">评分</a><span class="pipe">|</span>rn");
  1165. } //end if
  1166. } //end if
  1167. } //end if
  1168. if (ismoder==1)
  1169. {
  1170. if (post.Ratetimes>0)
  1171. {
  1172. templateBuilder.Append(" <a href="topicadmin.aspx?action=cancelrate&forumid=");
  1173. templateBuilder.Append(forumid.ToString());
  1174. templateBuilder.Append("&topicid=");
  1175. templateBuilder.Append(topic.Tid.ToString().Trim());
  1176. templateBuilder.Append("&postid=");
  1177. templateBuilder.Append(post.Pid.ToString().Trim());
  1178. templateBuilder.Append(""onclick="floatwin('open_mods', this.href, 600, 410);return false;">撤销评分</a><span class="pipe">|</span>rn");
  1179. } //end if
  1180. if (post.Id==1 && topic.Special==2)
  1181. {
  1182. if (topic.Replies>0)
  1183. {
  1184. templateBuilder.Append(" <a href="topicadmin.aspx?action=bonus&forumid=");
  1185. templateBuilder.Append(forumid.ToString());
  1186. templateBuilder.Append("&topicid=");
  1187. templateBuilder.Append(topic.Tid.ToString().Trim());
  1188. templateBuilder.Append("&operat=bonus" onclick="floatwin('open_mods', this.href, 400, 380);return false;">结帖</a><span class="pipe">|</span>rn");
  1189. } //end if
  1190. } //end if
  1191. }
  1192. else
  1193. {
  1194. if (post.Posterid!=-1 && userid==post.Posterid)
  1195. {
  1196. if (post.Id==1 && topic.Special==2)
  1197. {
  1198. if (topic.Replies>0)
  1199. {
  1200. templateBuilder.Append(" <a href="topicadmin.aspx?action=bonus&forumid=");
  1201. templateBuilder.Append(forumid.ToString());
  1202. templateBuilder.Append("&topicid=");
  1203. templateBuilder.Append(topic.Tid.ToString().Trim());
  1204. templateBuilder.Append("&operat=bonus" onclick="floatwin('open_mods', this.href, 400, 380);return false;">结帖</a><span class="pipe">|</span>rn");
  1205. } //end if
  1206. } //end if
  1207. } //end if
  1208. } //end if
  1209. templateBuilder.Append(" </div>rn");
  1210. templateBuilder.Append(" </div> rn");
  1211. templateBuilder.Append(" <div id="ad_thread2_" + post__loop__id.ToString() + ""></div>rn");
  1212. templateBuilder.Append(" <div id="ad_thread3_" + post__loop__id.ToString() + ""></div>rn");
  1213. templateBuilder.Append(" <div class="postmessage defaultpost">rn");
  1214. if (post.Invisible!=-2 || ismoder==1)
  1215. {
  1216. if (topic.Identify>0 && post.Id==1)
  1217. {
  1218. templateBuilder.Append(" <div class="threadstamp" onclick="this.style.display='none';"><img src="images/identify/");
  1219. templateBuilder.Append(topicidentify.Filename.ToString().Trim());
  1220. templateBuilder.Append("" alt="点击关闭鉴定图章" title="点击关闭鉴定图章" /></div>rn");
  1221. } //end if
  1222. if (ismoder==1 && post.Invisible==-2)
  1223. {
  1224. templateBuilder.Append(" <div class="hintinfo">提示: 该帖已被屏蔽, 您拥有管理权限, 以下是帖子内容</div>               rn");
  1225. } //end if
  1226. if (post.Layer!=0)
  1227. {
  1228. templateBuilder.Append("<h2>");
  1229. templateBuilder.Append(post.Title.ToString().Trim());
  1230. templateBuilder.Append("</h2>rn");
  1231. } //end if
  1232. templateBuilder.Append("     <div id="topictag"></div>rn");
  1233. templateBuilder.Append("     <div id="message");
  1234. templateBuilder.Append(post.Pid.ToString().Trim());
  1235. templateBuilder.Append("" class="t_msgfont">rn");
  1236. if (post.Id==1)
  1237. {
  1238. templateBuilder.Append("     <div id="firstpost">rn");
  1239. } //end if
  1240. templateBuilder.Append("     ");
  1241. templateBuilder.Append(post.Message.ToString().Trim());
  1242. templateBuilder.Append("rn");
  1243. if (post.Id==1)
  1244. {
  1245. templateBuilder.Append("       </div>rn");
  1246. } //end if
  1247. if (post.Id==1 && enabletag)
  1248. {
  1249. templateBuilder.Append("             <script type="text/javascript">function forumhottag_callback(data){ tags = data; }</");
  1250. templateBuilder.Append("script>rn");
  1251. templateBuilder.Append("             <script type="text/javascript" src="cache/tag/hottags_forum_cache_jsonp.txt"></");
  1252. templateBuilder.Append("script>rn");
  1253. int hastag = Topics.GetMagicValue(topic.Magic, MagicType.TopicTag);
  1254. if (hastag==1)
  1255. {
  1256. templateBuilder.Append("             <script type="text/javascript">getTopicTags(");
  1257. templateBuilder.Append(topic.Tid.ToString().Trim());
  1258. templateBuilder.Append(");</");
  1259. templateBuilder.Append("script>rn");
  1260. }
  1261. else
  1262. {
  1263. templateBuilder.Append("             <script type="text/javascript">parsetag();</");
  1264. templateBuilder.Append("script>rn");
  1265. } //end if
  1266. } //end if
  1267. templateBuilder.Append("     </div>rn");
  1268. if (post.Lastedit!="")
  1269. {
  1270. templateBuilder.Append(" <div class="lastediter"><img src="templates/");
  1271. templateBuilder.Append(templatepath.ToString());
  1272. templateBuilder.Append("/images/lastedit.gif" alt="最后编辑"/>");
  1273. templateBuilder.Append(post.Lastedit.ToString().Trim());
  1274. templateBuilder.Append("</div>rn");
  1275. } //end if
  1276. if (attachmentlist.Count>0)
  1277. {
  1278. int currentattachcount = 0;
  1279. int attachtemp__loop__id=0;
  1280. foreach(ShowtopicPageAttachmentInfo attachtemp in attachmentlist)
  1281. {
  1282. attachtemp__loop__id++;
  1283. if (attachtemp.Pid==post.Pid)
  1284. {
  1285.  currentattachcount = currentattachcount + 1;
  1286. } //end if
  1287. } //end loop
  1288. if (currentattachcount>0)
  1289. {
  1290. int getattachperm = attachmentlist[0].Getattachperm;
  1291. if (getattachperm==1)
  1292. {
  1293. templateBuilder.Append(" <div class="postattachlist">rn");
  1294. templateBuilder.Append(" <div id="BOX_overlay" style="background: #000; position: absolute; z-index:100; filter:alpha(opacity=50);-moz-opacity: 0.6;opacity: 0.6;"></div>rn");
  1295. templateBuilder.Append("                        <div id="attachpaymentlog" style="display: none; background :Aliceblue;  border:0px solid #999; width:503px; height:443px;"></div>rn");
  1296. templateBuilder.Append("                        <div id="buyattach" style="display: none; background :Aliceblue; border:0px solid #999; width:503px; height:323px;"></div>rn");
  1297. int attachment__loop__id=0;
  1298. foreach(ShowtopicPageAttachmentInfo attachment in attachmentlist)
  1299. {
  1300. attachment__loop__id++;
  1301. if (attachment.Pid==post.Pid)
  1302. {
  1303. if (attachment.Allowread==1)
  1304. {
  1305. templateBuilder.Append("<dl class="rn");
  1306. if (attachment.Attachimgpost==1)
  1307. {
  1308. templateBuilder.Append("t_attachlist_imgrn");
  1309. }
  1310. else
  1311. {
  1312. templateBuilder.Append("t_attachlistrn");
  1313. } //end if
  1314. templateBuilder.Append(" attachimg">rn");
  1315. templateBuilder.Append(" <dt>rn");
  1316. if (attachment.Attachimgpost==1)
  1317. {
  1318. templateBuilder.Append(" <img class="absmiddle" border="0" alt="" src="images/attachicons/image.gif"/>rn");
  1319. }
  1320. else if (attachment.Filename.Trim().ToLower().EndsWith("rar")||attachment.Filename.Trim().ToLower().EndsWith("zip"))
  1321. {
  1322. templateBuilder.Append(" <img class="absmiddle" border="0" alt="" src="images/attachicons/rar.gif"/>rn");
  1323. }
  1324. else
  1325. {
  1326. templateBuilder.Append(" <img class="absmiddle" border="0" alt="" src="images/attachicons/attachment.gif"/>rn");
  1327. } //end if
  1328. templateBuilder.Append(" <strong>rn");
  1329. if (attachment.Attachprice<=0)
  1330. {
  1331. templateBuilder.Append("    <a target="_blank" href="attachment.aspx?attachmentid=");
  1332. templateBuilder.Append(attachment.Aid.ToString().Trim());
  1333. templateBuilder.Append("">");
  1334. templateBuilder.Append(attachment.Attachment.ToString().Trim());
  1335. templateBuilder.Append("</a>rn");
  1336. }
  1337. else
  1338. {
  1339. if (attachment.Isbought==1 || post.Posterid==userid)
  1340. {
  1341. templateBuilder.Append("    <a target="_blank" href="attachment.aspx?attachmentid=");
  1342. templateBuilder.Append(attachment.Aid.ToString().Trim());
  1343. templateBuilder.Append("">");
  1344. templateBuilder.Append(attachment.Attachment.ToString().Trim());
  1345. templateBuilder.Append("</a>rn");
  1346. }
  1347. else
  1348. {
  1349. if (usergroupinfo.Radminid==1)
  1350. {
  1351. templateBuilder.Append("   <a target="_blank" href="attachment.aspx?attachmentid=");
  1352. templateBuilder.Append(attachment.Aid.ToString().Trim());
  1353. templateBuilder.Append("">");
  1354. templateBuilder.Append(attachment.Attachment.ToString().Trim());
  1355. templateBuilder.Append("</a>rn");
  1356. }
  1357. else
  1358. {
  1359. templateBuilder.Append("   ");
  1360. templateBuilder.Append(attachment.Attachment.ToString().Trim());
  1361. templateBuilder.Append("rn");
  1362. } //end if
  1363. } //end if
  1364. } //end if
  1365. templateBuilder.Append(" </strong>rn");
  1366. templateBuilder.Append(" <em>(<script type="text/javascript">ShowFormatBytesStr(");
  1367. templateBuilder.Append(attachment.Filesize.ToString().Trim());
  1368. templateBuilder.Append(");</");
  1369. templateBuilder.Append("script>)</em>rn");
  1370. bool viewattach = false;
  1371. if (attachment.Attachprice>0)
  1372. {
  1373. templateBuilder.Append(" <p>rn");
  1374. templateBuilder.Append(" 售价(");
  1375. templateBuilder.Append(Scoresets.GetTopicAttachCreditsTransName().ToString().Trim());
  1376. templateBuilder.Append("):<strong>");
  1377. templateBuilder.Append(attachment.Attachprice.ToString().Trim());
  1378. templateBuilder.Append(" </strong> rn");
  1379. templateBuilder.Append(" [<a onclick="BOX_show('attachpaymentlog', ");
  1380. templateBuilder.Append(attachment.Aid.ToString().Trim());
  1381. templateBuilder.Append(");" href="javascript:void(0);">记录</a>]rn");
  1382.  viewattach = attachment.Isbought==1;
  1383. if (post.Posterid!=userid && !viewattach)
  1384. {
  1385. if (usergroupinfo.Radminid!=1)
  1386. {
  1387. templateBuilder.Append(" [<a onclick="BOX_show('buyattach', ");
  1388. templateBuilder.Append(attachment.Aid.ToString().Trim());
  1389. templateBuilder.Append(");" href="javascript:void(0);">购买</a>] rn");
  1390. } //end if
  1391. } //end if
  1392. templateBuilder.Append(" </p>rn");
  1393. } //end if
  1394. templateBuilder.Append(" </dt>rn");
  1395. templateBuilder.Append(" <dd>rn");
  1396. templateBuilder.Append(" <p style="padding:3px 0;">rn");
  1397. if (attachment.Description!="")
  1398. {
  1399. templateBuilder.Append(attachment.Description.ToString().Trim());
  1400. templateBuilder.Append("rn");
  1401. } //end if
  1402. templateBuilder.Append("<span style="color:#666">(");
  1403. templateBuilder.Append(attachment.Postdatetime.ToString().Trim());
  1404. templateBuilder.Append(")</span></p>rn");
  1405. if (attachment.Preview!="")
  1406. {
  1407. templateBuilder.Append(" <p>");
  1408. templateBuilder.Append(attachment.Preview.ToString().Trim());
  1409. templateBuilder.Append("</p>rn");
  1410. } //end if
  1411. templateBuilder.Append(" <p>rn");
  1412. if (post.Posterid==userid || usergroupinfo.Radminid==1)
  1413. {
  1414.  viewattach = true;
  1415. } //end if
  1416. templateBuilder.Append(" <a name="attach");
  1417. templateBuilder.Append(attachment.Aid.ToString().Trim());
  1418. templateBuilder.Append(""></a>rn");
  1419. if (UserAuthority.DownloadAttachment(forum,userid,usergroupinfo))
  1420. {
  1421. templateBuilder.Append("<!--当用户有下载附件权限时-->rn");
  1422. if (config.Showimages==1)
  1423. {
  1424. if (config.Attachimgpost==1)
  1425. {
  1426. if (attachment.Attachimgpost==1)
  1427. {
  1428. if (attachment.Attachprice<=0 || viewattach)
  1429. {
  1430. templateBuilder.Append(" <img alt="");
  1431. templateBuilder.Append(attachment.Attachment.ToString().Trim());
  1432. templateBuilder.Append("" rn");
  1433. if (config.Showattachmentpath==1)
  1434. {
  1435. if (attachment.Filename.IndexOf("http")>=0)
  1436. {
  1437. templateBuilder.Append(" src="");
  1438. templateBuilder.Append(attachment.Filename.ToString().Trim());
  1439. templateBuilder.Append(""rn");
  1440. }
  1441. else
  1442. {
  1443. templateBuilder.Append(" src="upload/");
  1444. templateBuilder.Append(attachment.Filename.ToString().Trim());
  1445. templateBuilder.Append(""rn");
  1446. } //end if
  1447. }
  1448. else
  1449. {
  1450. templateBuilder.Append(" src="attachment.aspx?attachmentid=");
  1451. templateBuilder.Append(attachment.Aid.ToString().Trim());
  1452. templateBuilder.Append(""rn");
  1453. } //end if
  1454. templateBuilder.Append(" onmouseover="attachimg(this, 'mouseover')" onload="attachimg(this, 'load');" onclick="zoom(this, this.src);" />rn");
  1455. } //end if
  1456. } //end if
  1457. } //end if
  1458. } //end if
  1459. }
  1460. else
  1461. {
  1462. templateBuilder.Append(" <span class=\"attachnotdown\">您所在的用户组无法下载或查看附件</span>rn");
  1463. } //end if
  1464. templateBuilder.Append(" </p>rn");
  1465. templateBuilder.Append(" </dd> rn");
  1466. templateBuilder.Append("</dl>rn");
  1467. }
  1468. else
  1469. {
  1470. templateBuilder.Append(" <span class="notdown">你的下载权限 ");
  1471. templateBuilder.Append(usergroupinfo.Readaccess.ToString().Trim());
  1472. templateBuilder.Append(" 低于此附件所需权限 ");
  1473. templateBuilder.Append(attachment.Readperm.ToString().Trim());
  1474. templateBuilder.Append(", 你无权查看此附件</span>rn");
  1475. } //end if
  1476. } //end if
  1477. } //end loop
  1478. templateBuilder.Append(" </div>rn");
  1479. }
  1480. else
  1481. {
  1482. templateBuilder.Append(" <div class="notice">rn");
  1483. templateBuilder.Append(" 附件:<em>您所在的用户组无法下载或查看附件</em>rn");
  1484. templateBuilder.Append(" </div>rn");
  1485. } //end if
  1486. } //end if
  1487. } //end if
  1488. if (post.Ratetimes>0)
  1489. {
  1490. templateBuilder.Append("<dl class="newrate s_clear">rn");
  1491. templateBuilder.Append(" <dt>rn");
  1492. templateBuilder.Append(" <strong><a title="本帖最近评分记录" href="#">");