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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.showdebate" %>
  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:47.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:47. 
  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 forumpath = "");
  294. templateBuilder.Append(forumpath.ToString());
  295. templateBuilder.Append("";rn");
  296. templateBuilder.Append("var ismoder = ");
  297. templateBuilder.Append(ismoder.ToString());
  298. templateBuilder.Append(";rn");
  299. templateBuilder.Append("var userid = parseInt('");
  300. templateBuilder.Append(userid.ToString());
  301. templateBuilder.Append("');rn");
  302. templateBuilder.Append("var forumallowhtml =true;rn");
  303. templateBuilder.Append("</");
  304. templateBuilder.Append("script>rn");
  305. if (enabletag)
  306. {
  307. templateBuilder.Append("<script type="text/javascript" src="cache/tag/closedtags.txt"></");
  308. templateBuilder.Append("script>rn");
  309. templateBuilder.Append("<script type="text/javascript" src="cache/tag/colorfultags.txt"></");
  310. templateBuilder.Append("script>rn");
  311. } //end if
  312. templateBuilder.Append("<script type="text/javascript" src="javascript/template_showtopic.js"></");
  313. templateBuilder.Append("script>rn");
  314. templateBuilder.Append("<script type="text/javascript" src="javascript/bbcode.js"></");
  315. templateBuilder.Append("script>rn");
  316. templateBuilder.Append("<script type="text/javascript" src="javascript/ajax.js"></");
  317. templateBuilder.Append("script>rn");
  318. templateBuilder.Append("<script type="text/javascript" src="javascript/post.js"></");
  319. templateBuilder.Append("script>rn");
  320. templateBuilder.Append("<script type="text/javascript" src="javascript/template_debate.js"></");
  321. templateBuilder.Append("script>rn");
  322. templateBuilder.Append("<script type="text/javascript" src="javascript/post_editor.js"></");
  323. templateBuilder.Append("script>rn");
  324. if (page_err==0)
  325. {
  326. templateBuilder.Append("<div id="nav">rn");
  327. templateBuilder.Append(" <div class="wrap s_clear">rn");
  328. templateBuilder.Append(" <a id="forumlist" href="");
  329. templateBuilder.Append(forumpath.ToString());
  330. templateBuilder.Append("" rn");
  331. if (config.Forumjump==1)
  332. {
  333. templateBuilder.Append("onmouseover="showMenu(this.id);" onmouseout="showMenu(this.id);"rn");
  334. } //end if
  335. templateBuilder.Append(" class="title">");
  336. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  337. templateBuilder.Append("</a> &raquo; ");
  338. templateBuilder.Append(ShowForumAspxRewrite(forum.Pathlist.Trim(),forumid,forumpageid).ToString().Trim());
  339. templateBuilder.Append("rn");
  340. int ishtmltitle = Topics.GetMagicValue(topic.Magic, MagicType.HtmlTitle);
  341. if (ishtmltitle==1)
  342. {
  343. templateBuilder.Append("   &raquo; <strong>");
  344. templateBuilder.Append(Topics.GetHtmlTitle(topic.Tid).ToString().Trim());
  345. templateBuilder.Append("</strong>rn");
  346. }
  347. else
  348. {
  349. templateBuilder.Append("   &raquo; <strong>");
  350. templateBuilder.Append(topic.Title.ToString().Trim());
  351. templateBuilder.Append("</strong>rn");
  352. } //end if
  353. templateBuilder.Append(" </div>rn");
  354. templateBuilder.Append("</div>rn");
  355. if (config.Forumjump==1)
  356. {
  357. templateBuilder.Append(" ");
  358. templateBuilder.Append(Caches.GetForumListMenuDivCache(usergroupid,userid,config.Extname).ToString().Trim());
  359. templateBuilder.Append("rn");
  360. } //end if
  361. templateBuilder.Append("<div class="wrap s_clear thread" id="wrap">rn");
  362. templateBuilder.Append("<div class="main viewthread">rn");
  363. templateBuilder.Append(" <div id="forumheader" class="s_clear">rn");
  364. templateBuilder.Append(" <h1>rn");
  365. if (forum.Applytopictype==1 && forum.Topictypeprefix==1)
  366. {
  367. templateBuilder.Append(" ");
  368. templateBuilder.Append(topictypes.ToString());
  369. templateBuilder.Append(" rn");
  370. } //end if
  371. templateBuilder.Append("辩论主题rn");
  372. templateBuilder.Append(" </h1>rn");
  373. templateBuilder.Append(" <p class="channelinfo f_clear">开始时间 <em>rn");
  374. templateBuilder.Append(Convert.ToDateTime(debatepost.Postdatetime).ToString(" yyyy-MM-dd HH:mm"));
  375. templateBuilder.Append("</em> -- 结束时间 <em>rn");
  376. templateBuilder.Append(Convert.ToDateTime(debateexpand.Terminaltime).ToString(" yyyy-MM-dd HH:mm"));
  377. templateBuilder.Append("</em></p>rn");
  378. templateBuilder.Append(" </div>rn");
  379. templateBuilder.Append(" <div id="postsContainer">rn");
  380. templateBuilder.Append(" <table cellspacing="0" cellpadding="0" summary="辩论主题"  class="topic_table"> rn");
  381. templateBuilder.Append(" <tr>rn");
  382. templateBuilder.Append(" <td class="postauthor">rn");
  383. if (debatepost.Posterid!=-1)
  384. {
  385. templateBuilder.Append(" <!-- member menu -->rn");
  386. templateBuilder.Append(" <div class="popupmenu_popup userinfopanel" id="");
  387. templateBuilder.Append(debatepost.Posterid.ToString().Trim());
  388. templateBuilder.Append("" style="display:none; clip: rect(auto auto auto auto); position absolute;" initialized ctrlkey="userinfo2">rn");
  389. templateBuilder.Append(" <div class="popavatar">rn");
  390. templateBuilder.Append(" <div id="");
  391. templateBuilder.Append(debatepost.Posterid.ToString().Trim());
  392. templateBuilder.Append("_ma"></div>rn");
  393. templateBuilder.Append(" <ul class="profile_side">rn");
  394. templateBuilder.Append(" <li class="post_pm"><a href="usercppostpm.aspx?msgtoid=");
  395. templateBuilder.Append(debatepost.Posterid.ToString().Trim());
  396. templateBuilder.Append("" onclick="floatwin('open_postpm', this.href, 600, 410, '600,0');doane(event);" target="_blank">发送短消息</a></li>rn");
  397. templateBuilder.Append(" </ul>rn");
  398. templateBuilder.Append(" </div>rn");
  399. templateBuilder.Append(" <div class="popuserinfo">rn");
  400. templateBuilder.Append(" <dl class="s_clear">rn");
  401. templateBuilder.Append(" <dt>UID</dt><dd>");
  402. templateBuilder.Append(debatepost.Posterid.ToString().Trim());
  403. templateBuilder.Append("</dd>rn");
  404. templateBuilder.Append(" <dt>精华</dt><dd>rn");
  405. if (debatepost.Digestposts>0)
  406. {
  407. templateBuilder.Append("<a href="search.aspx?posterid=");
  408. templateBuilder.Append(debatepost.Posterid.ToString().Trim());
  409. templateBuilder.Append("&type=digest">");
  410. templateBuilder.Append(debatepost.Digestposts.ToString().Trim());
  411. templateBuilder.Append("</a>rn");
  412. }
  413. else
  414. {
  415. templateBuilder.Append(debatepost.Digestposts.ToString().Trim());
  416. templateBuilder.Append("rn");
  417. } //end if
  418. templateBuilder.Append("</dd>rn");
  419. if (score[1].ToString().Trim()!="")
  420. {
  421. templateBuilder.Append(" <dt>" + score[1].ToString().Trim() + "</dt><dd>");
  422. templateBuilder.Append(debatepost.Extcredits1.ToString().Trim());
  423. templateBuilder.Append(" " + scoreunit[1].ToString().Trim() + "</dd>rn");
  424. } //end if
  425. if (score[2].ToString().Trim()!="")
  426. {
  427. templateBuilder.Append(" <dt>" + score[2].ToString().Trim() + "</dt><dd>");
  428. templateBuilder.Append(debatepost.Extcredits2.ToString().Trim());
  429. templateBuilder.Append(" " + scoreunit[2].ToString().Trim() + "</dd>rn");
  430. } //end if
  431. if (score[3].ToString().Trim()!="")
  432. {
  433. templateBuilder.Append(" <dt>" + score[3].ToString().Trim() + "</dt><dd>");
  434. templateBuilder.Append(debatepost.Extcredits3.ToString().Trim());
  435. templateBuilder.Append(" " + scoreunit[3].ToString().Trim() + "</dd>rn");
  436. } //end if
  437. if (score[4].ToString().Trim()!="")
  438. {
  439. templateBuilder.Append(" <dt>" + score[4].ToString().Trim() + "</dt><dd>");
  440. templateBuilder.Append(debatepost.Extcredits4.ToString().Trim());
  441. templateBuilder.Append(" " + scoreunit[4].ToString().Trim() + "</dd>rn");
  442. } //end if
  443. if (score[5].ToString().Trim()!="")
  444. {
  445. templateBuilder.Append(" <dt>" + score[5].ToString().Trim() + "</dt><dd>");
  446. templateBuilder.Append(debatepost.Extcredits5.ToString().Trim());
  447. templateBuilder.Append(" " + scoreunit[5].ToString().Trim() + "</dd>rn");
  448. } //end if
  449. if (score[6].ToString().Trim()!="")
  450. {
  451. templateBuilder.Append(" <dt>" + score[6].ToString().Trim() + "</dt><dd>");
  452. templateBuilder.Append(debatepost.Extcredits6.ToString().Trim());
  453. templateBuilder.Append(" " + scoreunit[6].ToString().Trim() + "</dd>rn");
  454. } //end if
  455. if (score[7].ToString().Trim()!="")
  456. {
  457. templateBuilder.Append(" <dt>" + score[7].ToString().Trim() + "</dt><dd>");
  458. templateBuilder.Append(debatepost.Extcredits7.ToString().Trim());
  459. templateBuilder.Append(" " + scoreunit[7].ToString().Trim() + "</dd>rn");
  460. } //end if
  461. if (score[8].ToString().Trim()!="")
  462. {
  463. templateBuilder.Append(" <dt>" + score[8].ToString().Trim() + "</dt><dd>");
  464. templateBuilder.Append(debatepost.Extcredits8.ToString().Trim());
  465. templateBuilder.Append(" " + scoreunit[8].ToString().Trim() + "</dd>rn");
  466. } //end if
  467. if (debatepost.Location!="")
  468. {
  469. templateBuilder.Append(" <dt>来自</dt><dd>");
  470. templateBuilder.Append(debatepost.Location.ToString().Trim());
  471. templateBuilder.Append("</dd>rn");
  472. } //end if
  473. templateBuilder.Append(" </dl>rn");
  474. templateBuilder.Append(" <div class="imicons s_clear">rn");
  475. if (debatepost.Msn!="")
  476. {
  477. templateBuilder.Append(" <a href="mailto:");
  478. templateBuilder.Append(debatepost.Msn.ToString().Trim());
  479. templateBuilder.Append("" target="_blank" class="msn">");
  480. templateBuilder.Append(debatepost.Msn.ToString().Trim());
  481. templateBuilder.Append("</a>rn");
  482. } //end if
  483. if (debatepost.Skype!="")
  484. {
  485. templateBuilder.Append(" <a href="skype:");
  486. templateBuilder.Append(debatepost.Skype.ToString().Trim());
  487. templateBuilder.Append("" target="_blank" class="skype">");
  488. templateBuilder.Append(debatepost.Skype.ToString().Trim());
  489. templateBuilder.Append("</a>rn");
  490. } //end if
  491. if (debatepost.Icq!="")
  492. {
  493. templateBuilder.Append(" <a href="http://wwp.icq.com/scripts/search.dll?to=");
  494. templateBuilder.Append(debatepost.Icq.ToString().Trim());
  495. templateBuilder.Append("" target="_blank" class="icq">");
  496. templateBuilder.Append(debatepost.Icq.ToString().Trim());
  497. templateBuilder.Append("</a>rn");
  498. } //end if
  499. if (debatepost.Qq!="")
  500. {
  501. templateBuilder.Append(" <a href="http://wpa.qq.com/msgrd?V=1&Uin=");
  502. templateBuilder.Append(debatepost.Qq.ToString().Trim());
  503. templateBuilder.Append("&Site=");
  504. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  505. templateBuilder.Append("&Menu=yes" target="_blank" class="qq">");
  506. templateBuilder.Append(debatepost.Qq.ToString().Trim());
  507. templateBuilder.Append("</a>rn");
  508. } //end if
  509. if (debatepost.Yahoo!="")
  510. {
  511. templateBuilder.Append(" <a href="http://edit.yahoo.com/config/send_webmesg?.target=");
  512. templateBuilder.Append(debatepost.Yahoo.ToString().Trim());
  513. templateBuilder.Append("&.src=pg" target="_blank" class="yahoo">");
  514. templateBuilder.Append(debatepost.Yahoo.ToString().Trim());
  515. templateBuilder.Append("</a>rn");
  516. } //end if
  517. templateBuilder.Append(" </div>rn");
  518. templateBuilder.Append(" <div class="imicons s_clear">rn");
  519.  aspxrewriteurl = this.UserInfoAspxRewrite(debatepost.Posterid);
  520. templateBuilder.Append(" <a href="");
  521. templateBuilder.Append(aspxrewriteurl.ToString());
  522. templateBuilder.Append("" target="_blank" class="public_info">查看公共资料</a>rn");
  523. templateBuilder.Append(" <a href="search.aspx?posterid=");
  524. templateBuilder.Append(debatepost.Posterid.ToString().Trim());
  525. templateBuilder.Append("" class="all_topic">搜索帖子</a>rn");
  526. if (useradminid>0)
  527. {
  528. if (admininfo.Allowviewip==1)
  529. {
  530. templateBuilder.Append(" <a onclick="floatwin('open_getip', this.href, 400, 170, '600,0');doane(event);"  href="getip.aspx?pid=");
  531. templateBuilder.Append(debatepost.Pid.ToString().Trim());
  532. templateBuilder.Append("&topicid=");
  533. templateBuilder.Append(topicid.ToString());
  534. templateBuilder.Append("" title="查看IP" class="ip">查看IP</a>rn");
  535. } //end if
  536. if (admininfo.Allowbanuser==1)
  537. {
  538. templateBuilder.Append(" <a href="useradmin.aspx?action=banuser&uid=");
  539. templateBuilder.Append(debatepost.Posterid.ToString().Trim());
  540. templateBuilder.Append("" onclick="floatwin('open_mods', this.href, 250, 270, '600,0');doane(event);" title="禁止用户" class="forbid_user">禁止用户</a>rn");
  541. } //end if
  542. } //end if
  543. templateBuilder.Append(" </div>rn");
  544. templateBuilder.Append(" </div>rn");
  545. templateBuilder.Append(" </div>rn");
  546. templateBuilder.Append(" <!-- member menu -->rn");
  547. } //end if
  548. if (debatepost.Posterid!=-1)
  549. {
  550. templateBuilder.Append(" <cite>rn");
  551. templateBuilder.Append(" <span  rn");
  552. if (debatepost.Onlinestate==1)
  553. {
  554. templateBuilder.Append("class="onlineyes" title="在线"rn");
  555. }
  556. else
  557. {
  558. templateBuilder.Append("class="onlineno" title="未在线"rn");
  559. } //end if
  560. templateBuilder.Append(">");
  561. templateBuilder.Append(debatepost.Poster.ToString().Trim());
  562. templateBuilder.Append("</span>rn");
  563. templateBuilder.Append(" </cite>rn");
  564. templateBuilder.Append(" <div id="");
  565. templateBuilder.Append(debatepost.Posterid.ToString().Trim());
  566. templateBuilder.Append("_a">rn");
  567. if (config.Showavatars==1)
  568. {
  569. templateBuilder.Append(" <div class="avatar">rn");
  570. string avatarurl = Avatars.GetAvatarUrl(debatepost.Posterid);
  571. templateBuilder.Append("     <img src="");
  572. templateBuilder.Append(avatarurl.ToString());
  573. templateBuilder.Append("" onerror="this.onerror=null;this.src='");
  574. templateBuilder.Append(forumpath.ToString());
  575. templateBuilder.Append("templates/");
  576. templateBuilder.Append(templatepath.ToString());
  577. templateBuilder.Append("/images/noavatar_medium.gif';" onmouseover="showauthor(this,");
  578. templateBuilder.Append(debatepost.Posterid.ToString().Trim());
  579. templateBuilder.Append(")"/>rn");
  580. templateBuilder.Append(" </div>rn");
  581. } //end if
  582. if (debatepost.Nickname!="")
  583. {
  584. templateBuilder.Append(" <p>昵称<em>:");
  585. templateBuilder.Append(debatepost.Nickname.ToString().Trim());
  586. templateBuilder.Append("</em></p>rn");
  587. } //end if
  588. templateBuilder.Append(" </div>rn");
  589. templateBuilder.Append(" <p>rn");
  590. templateBuilder.Append(" <script type="text/javascript">rn");
  591. templateBuilder.Append(" ShowStars(");
  592. templateBuilder.Append(debatepost.Stars.ToString().Trim());
  593. templateBuilder.Append(", ");
  594. templateBuilder.Append(config.Starthreshold.ToString().Trim());
  595. templateBuilder.Append(");rn");
  596. templateBuilder.Append(" </");
  597. templateBuilder.Append("script>rn");
  598. templateBuilder.Append(" </p>rn");
  599. templateBuilder.Append(" <ul class="otherinfo">rn");
  600. if (config.Userstatusby==1)
  601. {
  602. templateBuilder.Append(" <li><label>组别</label>");
  603. templateBuilder.Append(debatepost.Status.ToString().Trim());
  604. templateBuilder.Append("</li>rn");
  605. } //end if
  606. templateBuilder.Append(" <li><label>性别</label><script type="text/javascript">document.write(displayGender(");
  607. templateBuilder.Append(debatepost.Gender.ToString().Trim());
  608. templateBuilder.Append("));</");
  609. templateBuilder.Append("script></span></li>rn");
  610. if (debatepost.Bday!="")
  611. {
  612. templateBuilder.Append(" <li><label>生日</label>");
  613. templateBuilder.Append(debatepost.Bday.ToString().Trim());
  614. templateBuilder.Append("</li>rn");
  615. } //end if
  616. templateBuilder.Append(" <li><label>来自</label>");
  617. templateBuilder.Append(debatepost.Location.ToString().Trim());
  618. templateBuilder.Append("</li>rn");
  619. templateBuilder.Append(" <li><label>积分</label>");
  620. templateBuilder.Append(debatepost.Credits.ToString().Trim());
  621. templateBuilder.Append("</li>rn");
  622. templateBuilder.Append(" <li><label>帖子</label>");
  623. templateBuilder.Append(debatepost.Posts.ToString().Trim());
  624. templateBuilder.Append("</li>rn");
  625. templateBuilder.Append(" <li><label>注册时间</label>rn");
  626. if (debatepost.Joindate!="")
  627. {
  628. templateBuilder.Append(Convert.ToDateTime(debatepost.Joindate).ToString("yyyy-MM-dd"));
  629. } //end if
  630. templateBuilder.Append("</li>rn");
  631. templateBuilder.Append(" </ul>rn");
  632. if (debatepost.Medals!="")
  633. {
  634. templateBuilder.Append(" <div class="medals">");
  635. templateBuilder.Append(debatepost.Medals.ToString().Trim());
  636. templateBuilder.Append("</div>rn");
  637. } //end if
  638. }
  639. else
  640. {
  641. templateBuilder.Append(" <cite><span>");
  642. templateBuilder.Append(debatepost.Poster.ToString().Trim());
  643. templateBuilder.Append("</span>  ");
  644. templateBuilder.Append(debatepost.Ip.ToString().Trim());
  645. templateBuilder.Append("rn");
  646. if (useradminid>0 && admininfo.Allowviewip==1)
  647. {
  648. templateBuilder.Append(" <a href="getip.aspx?pid=");
  649. templateBuilder.Append(debatepost.Pid.ToString().Trim());
  650. templateBuilder.Append("&topicid=");
  651. templateBuilder.Append(topicid.ToString());
  652. templateBuilder.Append("" onclick="floatwin('open_getip', this.href, 400, 170, '600,0');doane(event);" title="查看IP"><img src="templates/");
  653. templateBuilder.Append(templatepath.ToString());
  654. templateBuilder.Append("/images/ip.gif" alt="查看IP"/></a>rn");
  655. } //end if
  656. templateBuilder.Append(" </cite>rn");
  657. templateBuilder.Append(" <p><em>未注册</em></p>rn");
  658. } //end if
  659. templateBuilder.Append(" </td>rn");
  660. templateBuilder.Append(" <td class="postcontent">rn");
  661. templateBuilder.Append(" <div class="postinfo">rn");
  662. if (ismoder==1)
  663. {
  664. templateBuilder.Append(" <a href="editpost.aspx?topicid=");
  665. templateBuilder.Append(topicid.ToString());
  666. templateBuilder.Append("&postid=");
  667. templateBuilder.Append(debatepost.Pid.ToString().Trim());
  668. templateBuilder.Append("">编辑</a>|rn");
  669. templateBuilder.Append(" <a href="delpost.aspx?topicid=");
  670. templateBuilder.Append(topicid.ToString());
  671. templateBuilder.Append("&postid=");
  672. templateBuilder.Append(debatepost.Pid.ToString().Trim());
  673. templateBuilder.Append("" onclick="return confirm('确定要删除吗?');">删除</a> rn");
  674. if (debatepost.Posterid!=-1)
  675. {
  676. if (debatepost.Ratetimes>0)
  677. {
  678. templateBuilder.Append(" <a href="###" onclick="action_onchange('cancelrate',$('moderate'),'");
  679. templateBuilder.Append(debatepost.Pid.ToString().Trim());
  680. templateBuilder.Append("');">撤销</a>rn");
  681. } //end if
  682. } //end if
  683. if (debatepost.Layer==0 && topic.Special==4)
  684. {
  685. if (isenddebate==true  && userid==debatepost.Posterid)
  686. {
  687. templateBuilder.Append(" <a href="###" onClick="showMenu(this.id)" id="commentdebates" name="commentdebates">点评</a>|rn");
  688. } //end if
  689. } //end if
  690. }
  691. else
  692. {
  693. if (debatepost.Posterid!=-1 && userid==debatepost.Posterid)
  694. {
  695. if (topic.Closed==0)
  696. {
  697. templateBuilder.Append(" <a href="editpost.aspx?topicid=");
  698. templateBuilder.Append(topicid.ToString());
  699. templateBuilder.Append("&postid=");
  700. templateBuilder.Append(debatepost.Pid.ToString().Trim());
  701. templateBuilder.Append("">编辑</a>|rn");
  702. } //end if
  703. templateBuilder.Append(" <a href="delpost.aspx?topicid=");
  704. templateBuilder.Append(topicid.ToString());
  705. templateBuilder.Append("&postid=");
  706. templateBuilder.Append(debatepost.Pid.ToString().Trim());
  707. templateBuilder.Append("" onclick="return confirm('确定要删除吗?');">删除</a>rn");
  708. } //end if
  709. } //end if
  710. templateBuilder.Append(" </div>rn");
  711. templateBuilder.Append(" <div class="postmessage defaultpost">rn");
  712. templateBuilder.Append(" <h2>");
  713. templateBuilder.Append(debatepost.Title.ToString().Trim());
  714. templateBuilder.Append(" </h2>rn");
  715. templateBuilder.Append(" <div class="t_msgfont">rn");
  716. if (debatepost.Id==1)
  717. {
  718. templateBuilder.Append("     <div id="firstpost">rn");
  719. templateBuilder.Append("                 <div id="topictag"></div>rn");
  720. } //end if
  721. templateBuilder.Append(" ");
  722. templateBuilder.Append(debatepost.Message.ToString().Trim());
  723. templateBuilder.Append("rn");
  724. templateBuilder.Append(" <div class="debate_show">rn");
  725. templateBuilder.Append(" <p>正方观点</p>rn");
  726. templateBuilder.Append(" ");
  727. templateBuilder.Append(debateexpand.Positiveopinion.ToString().Trim());
  728. templateBuilder.Append("rn");
  729. templateBuilder.Append(" <p>反方观点</p>rn");
  730. templateBuilder.Append(" ");
  731. templateBuilder.Append(debateexpand.Negativeopinion.ToString().Trim());
  732. templateBuilder.Append("rn");
  733. templateBuilder.Append(" </div>rn");
  734. if (debatepost.Id==1)
  735. {
  736. templateBuilder.Append(" </div>rn");
  737. } //end if
  738. templateBuilder.Append(" </div>rn");
  739. if (enabletag)
  740. {
  741. templateBuilder.Append(" <script type="text/javascript">rn");
  742. templateBuilder.Append(" function forumhottag_callback(data)rn");
  743. templateBuilder.Append(" {rn");
  744. templateBuilder.Append(" tags = data;rn");
  745. templateBuilder.Append(" }rn");
  746. templateBuilder.Append(" </");
  747. templateBuilder.Append("script>rn");
  748. templateBuilder.Append(" <script type="text/javascript" src="cache/hottags_forum_cache_jsonp.txt"></");
  749. templateBuilder.Append("script>rn");
  750. int hastag = Topics.GetMagicValue(topic.Magic, MagicType.TopicTag);
  751. if (hastag==1)
  752. {
  753. templateBuilder.Append(" <script type="text/javascript">getTopicTags(");
  754. templateBuilder.Append(topic.Tid.ToString().Trim());
  755. templateBuilder.Append(");</");
  756. templateBuilder.Append("script>rn");
  757. }
  758. else
  759. {
  760. templateBuilder.Append(" <script type="text/javascript">parsetag();</");
  761. templateBuilder.Append("script>rn");
  762. } //end if
  763. } //end if
  764. templateBuilder.Append(" </div> rn");
  765. templateBuilder.Append(" <div class="useraction s_clear">rn");
  766. templateBuilder.Append(" <a href="favorites.aspx?topicid=");
  767. templateBuilder.Append(topicid.ToString());
  768. templateBuilder.Append("" id="ajax_favorite">收藏</a>rn");
  769. templateBuilder.Append(" <a href="javascript:void(0);" id="share">分享</a>rn");
  770. if (ismoder==1)
  771. {
  772. if (debatepost.Posterid!=-1)
  773. {
  774. templateBuilder.Append(" <a href="###" onclick="action_onchange('rate',$('moderate'),'");
  775. templateBuilder.Append(debatepost.Pid.ToString().Trim());
  776. templateBuilder.Append("');">评分</a>rn");
  777. } //end if
  778. }
  779. else
  780. {
  781. if (usergroupinfo.Raterange!="" && debatepost.Posterid!=-1)
  782. {
  783. templateBuilder.Append(" <a href="###" onclick="action_onchange('rate',$('moderate'),'");
  784. templateBuilder.Append(debatepost.Pid.ToString().Trim());
  785. templateBuilder.Append("');">评分</a>rn");
  786. } //end if
  787. } //end if
  788. templateBuilder.Append(" </div>rn");
  789. templateBuilder.Append(" </td>rn");
  790. templateBuilder.Append(" </tr>rn");
  791. templateBuilder.Append(" <tr>rn");
  792. templateBuilder.Append(" <td class="postauthor">&nbsp;</td>rn");
  793. templateBuilder.Append(" <td class="postcontent postactions">rn");
  794. if (userid!=-1)
  795. {
  796. templateBuilder.Append("<script type="text/javascript">rn");
  797. templateBuilder.Append("    show_report_button(");
  798. templateBuilder.Append(forumid.ToString());
  799. templateBuilder.Append(");rn");
  800. templateBuilder.Append("</");
  801. templateBuilder.Append("script>rn");
  802. templateBuilder.Append("|rn");
  803. } //end if
  804. templateBuilder.Append(" <a href="#" onclick="window.scrollTo(0,0)">TOP</a>rn");
  805. templateBuilder.Append(" </td>rn");
  806. templateBuilder.Append(" </tr>rn");
  807. templateBuilder.Append(" <tbody>rn");
  808. templateBuilder.Append(" <tr class="threadad">rn");
  809. templateBuilder.Append(" <td class="postauthor"></td>rn");
  810. templateBuilder.Append(" <td class="adcontent">rn");
  811. templateBuilder.Append(" </td>rn");
  812. templateBuilder.Append(" </tr>rn");
  813. templateBuilder.Append(" </tbody>rn");
  814. templateBuilder.Append(" </table>rn");
  815. templateBuilder.Append(" <div id="commentdebates_menu" style="display: none; width:270px;" class="popupmenu_popup">rn");
  816. templateBuilder.Append(" <form id="commentform" >rn");
  817. templateBuilder.Append(" <table border="0" cellpadding="0" cellspacing="0">rn");
  818. templateBuilder.Append("   <tr>rn");
  819. templateBuilder.Append("  <td><textarea name="commentdebatesmsg" cols="43" rows="6" id="commentdebatesmsg"></textarea></td>rn");
  820. templateBuilder.Append("   </tr>                                                      rn");
  821. templateBuilder.Append("   <tr>rn");
  822. templateBuilder.Append(" <td><input type="button" value="提交"  onclick="commentdebates(");
  823. templateBuilder.Append(topic.Tid.ToString().Trim());
  824. templateBuilder.Append(",'firstpost')"/></td>rn");
  825. templateBuilder.Append("   </tr>rn");
  826. templateBuilder.Append(" </table>rn");
  827. templateBuilder.Append(" </form>rn");
  828. templateBuilder.Append(" </div>rn");
  829. templateBuilder.Append(" <hr class="solidline"/>rn");
  830. templateBuilder.Append(" <div id="ajaxdebateposts">rn");
  831. templateBuilder.Append(" <h1>rn");
  832.  aspxrewriteurl = this.ShowTopicAspxRewrite(topic.Tid,0);
  833. templateBuilder.Append("  辩论详情 <a href="");
  834. templateBuilder.Append(aspxrewriteurl.ToString());
  835. templateBuilder.Append("" style="font-size:12px;text-decoration:underline;">普通模式</a>rn");
  836. templateBuilder.Append(" </h1>rn");
  837. templateBuilder.Append(" <div class="debatebox s_clear">rn");
  838. templateBuilder.Append(" <div class="specialtitle">rn");
  839. templateBuilder.Append(" <div class="squaretitle">rn");
  840. templateBuilder.Append(" <p>正方观点</p>rn");
  841. templateBuilder.Append(" ");
  842. templateBuilder.Append(debateexpand.Positiveopinion.ToString().Trim());
  843. templateBuilder.Append("rn");
  844. templateBuilder.Append(" </div>rn");
  845. templateBuilder.Append(" <div class="sidetitle right">rn");
  846. templateBuilder.Append(" <p>反方观点</p>rn");
  847. templateBuilder.Append(" ");
  848. templateBuilder.Append(debateexpand.Negativeopinion.ToString().Trim());
  849. templateBuilder.Append("rn");
  850. templateBuilder.Append(" </div>rn");
  851. templateBuilder.Append(" </div>rn");
  852. templateBuilder.Append(" <div class="balance">rn");
  853. templateBuilder.Append(" <span class="scalevalue1"><b id="positivediggs">");
  854. templateBuilder.Append(debateexpand.Positivediggs.ToString().Trim());
  855. templateBuilder.Append("</b></span>rn");
  856. templateBuilder.Append(" <span class="scalevalue"><b id="negativediggs">");
  857. templateBuilder.Append(debateexpand.Negativediggs.ToString().Trim());
  858. templateBuilder.Append("</b></span>rn");
  859. templateBuilder.Append(" <div id="positivepercent" class="squareboll" style="width:");
  860. templateBuilder.Append(positivepercent.ToString());
  861. templateBuilder.Append("%;"></div>rn");
  862. templateBuilder.Append(" </div>rn");
  863. templateBuilder.Append(" <div class="talkinner f_clear">rn");
  864. templateBuilder.Append(" <div class="squarebox">rn");
  865. if (!isenddebate)
  866. {
  867. templateBuilder.Append(" <div class="buttoncontrol"><button onclick="$('positivepostform').style.display='';this.style.display='none';">加入正方</button></div>rn");
  868. templateBuilder.Append(" <div id="positivepostform" style="display: none;">rn");
  869. templateBuilder.Append(" <form method="post" name="postform_");
  870. templateBuilder.Append(topicid.ToString());
  871. templateBuilder.Append("" id="postform_");
  872. templateBuilder.Append(topicid.ToString());
  873. templateBuilder.Append("" action="postreply.aspx?topicid=");
  874. templateBuilder.Append(topicid.ToString());
  875. templateBuilder.Append("" enctype="multipart/form-data" onsubmit="return fastvalidate(this);" >rn");
  876. templateBuilder.Append(" <input type="hidden" id="title" name="title" size="84" tabindex="1" value="" />rn");
  877. templateBuilder.Append(" <input type="hidden" id="postid" name="postid" value="-1" />rn");
  878. templateBuilder.Append(" <input type="hidden" name="debateopinion" value="1" />rn");
  879. templateBuilder.Append(" <input type="hidden" name="parseurloff" value="");
  880. templateBuilder.Append(parseurloff.ToString());
  881. templateBuilder.Append("" />rn");
  882. templateBuilder.Append(" <input type="hidden" name="smileyoff" value="");
  883. templateBuilder.Append(smileyoff.ToString());
  884. templateBuilder.Append("" />rn");
  885. templateBuilder.Append(" <input type="hidden" name="bbcodeoff" value="");
  886. templateBuilder.Append(bbcodeoff.ToString());
  887. templateBuilder.Append("" />rn");
  888. templateBuilder.Append(" <input type="hidden" name="usesig" value="0" />rn");
  889. templateBuilder.Append(" <table cellspacing="0" cellpadding="0" summary="正方观点">rn");
  890. templateBuilder.Append(" <tr><td>我的意见:</td></tr>rn");
  891. templateBuilder.Append(" <tr>rn");
  892. templateBuilder.Append(" <td>rn");
  893. templateBuilder.Append(" <textarea name="message" cols="50" rows="4" class="autosave txtarea" id="message" tabindex="2" onkeydown="debatequickreply(event, this.form);" onfocus="textareachange(this.form.id)";></textarea>rn");
  894. templateBuilder.Append(" </td>rn");
  895. templateBuilder.Append(" </tr>rn");
  896. templateBuilder.Append(" <tr>rn");
  897. templateBuilder.Append(" <td>rn");
  898. if (isseccode)
  899. {
  900. templateBuilder.Append("<div id="debate_vcode" name="debate_vcode"><span style="position: relative;">验证码:rn");
  901. templateBuilder.Append("<div id="vcode_temp"></div>rn");
  902. templateBuilder.Append("<script type="text/javascript" reload="1">rn");
  903. templateBuilder.Append(" var infloat = ");
  904. templateBuilder.Append(infloat.ToString());
  905. templateBuilder.Append(";rn");
  906. templateBuilder.Append(" if (typeof vcodeimgid == 'undefined'){rn");
  907. templateBuilder.Append(" var vcodeimgid = 1;rn");
  908. templateBuilder.Append(" }rn");
  909. templateBuilder.Append(" elsern");
  910. templateBuilder.Append("     vcodeimgid++;rn");
  911. 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");
  912. 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="");
  913. templateBuilder.Append(rooturl.ToString());
  914. templateBuilder.Append("tools/VerifyImagePage.aspx?time=");
  915. templateBuilder.Append(Processtime.ToString());
  916. templateBuilder.Append("" class="cursor" id="vcodeimg' + vcodeimgid + '" onclick="this.src=\'");
  917. templateBuilder.Append(rooturl.ToString());
  918. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  919. templateBuilder.Append(olid.ToString());
  920. templateBuilder.Append("&time=\' + Math.random();"/></div>';rn");
  921. templateBuilder.Append(" function changevcode(form, value){rn");
  922. templateBuilder.Append(" if (!$('vcode')){rn");
  923. templateBuilder.Append(" var vcode = document.createElement('input');rn");
  924. templateBuilder.Append(" vcode.id = 'vcode';rn");
  925. templateBuilder.Append(" vcode.name = 'vcode';rn");
  926. templateBuilder.Append(" vcode.type = 'hidden';rn");
  927. templateBuilder.Append(" vcode.value = value;rn");
  928. templateBuilder.Append(" form.appendChild(vcode);rn");
  929. templateBuilder.Append(" }else{rn");
  930. templateBuilder.Append(" $('vcode').value = value;rn");
  931. templateBuilder.Append(" }rn");
  932. templateBuilder.Append(" }rn");
  933. templateBuilder.Append("</");
  934. templateBuilder.Append("script>rn");
  935. templateBuilder.Append("<script type="text/javascript">rn");
  936. templateBuilder.Append("var secclick = new Array();rn");
  937. templateBuilder.Append("var seccodefocus = 0;rn");
  938. templateBuilder.Append("function opensecwin(id,type) {rn");
  939. templateBuilder.Append(" if($('vcode')){rn");
  940. templateBuilder.Append(" $('vcode').parentNode.removeChild($('vcode'));}rn");
  941. templateBuilder.Append(" if (!secclick['vcodetext' + id]) {rn");
  942. templateBuilder.Append("     $('vcodetext' + id).value = '';rn");
  943. templateBuilder.Append("     secclick['vcodetext' + id] = 1;rn");
  944. templateBuilder.Append("     if(type)rn");
  945. templateBuilder.Append("         $('vcodetext' + id + '_menu').style.top = parseInt($('vcodetext' + id + '_menu').style.top) - parseInt($('vcodetext' + id + '_menu').style.height) + 'px';rn");
  946. templateBuilder.Append(" }rn");
  947. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.position = 'absolute';rn");
  948. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.top = (-parseInt($('vcodetext' + id + '_menu').style.height) - 2) + 'px';rn");
  949. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.left = '0px';rn");
  950. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.display = '';rn");
  951. templateBuilder.Append(" $('vcodetext' + id).focus();rn");
  952. templateBuilder.Append(" $('vcodetext' + id).unselectable = 'off';rn");
  953. templateBuilder.Append(" $('vcodeimg' + id).src = '");
  954. templateBuilder.Append(rooturl.ToString());
  955. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  956. templateBuilder.Append(olid.ToString());
  957. templateBuilder.Append("&time=' + Math.random();rn");
  958. templateBuilder.Append("}rn");
  959. templateBuilder.Append("</");
  960. templateBuilder.Append("script>rn");
  961. templateBuilder.Append("</span></div>rn");
  962. } //end if
  963. templateBuilder.Append(" <button type="submit" name="replysubmit">我要发表</button>rn");
  964. templateBuilder.Append(" </td>rn");
  965. templateBuilder.Append(" </tr>rn");
  966. templateBuilder.Append(" </table>rn");
  967. templateBuilder.Append(" </form>rn");
  968. templateBuilder.Append(" </div>rn");
  969. }
  970. else
  971. {
  972. templateBuilder.Append(" <div class="buttoncontrol"></div>rn");
  973. } //end if
  974. if (positivepostlist.Count>0)
  975. {
  976. templateBuilder.Append(" <div id="positive_pagenumbers_top" class="debatepages">");
  977. templateBuilder.Append(positivepagenumbers.ToString());
  978. templateBuilder.Append("</div>rn");
  979. templateBuilder.Append(" <div id="positivepage_owner">rn");
  980. int positivepost__loop__id=0;
  981. foreach(ShowtopicPagePostInfo positivepost in positivepostlist)
  982. {
  983. positivepost__loop__id++;
  984. templateBuilder.Append(" <div class="square">rn");
  985. templateBuilder.Append(" <table cellspacing="0" cellpadding="0" summary="正方观点">rn");
  986. templateBuilder.Append(" <tbody>rn");
  987. templateBuilder.Append(" <tr>rn");
  988. templateBuilder.Append(" <td class="supportbox">rn");
  989. templateBuilder.Append(" <p>支持度rn");
  990. templateBuilder.Append(" <span class="talknum" id="diggs");
  991. templateBuilder.Append(positivepost.Pid.ToString().Trim());
  992. templateBuilder.Append("">");
  993. templateBuilder.Append(positivepost.Diggs.ToString().Trim());
  994. templateBuilder.Append("</span>rn");
  995. if (!isenddebate  && positivepost.Posterid!=userid)
  996. {
  997. if (!positivepost.Digged)
  998. {
  999. templateBuilder.Append(" <span class="cliktalk" id="cliktalk");
  1000. templateBuilder.Append(positivepost.Pid.ToString().Trim());
  1001. templateBuilder.Append(""><a href="###" onclick="digg(");
  1002. templateBuilder.Append(positivepost.Pid.ToString().Trim());
  1003. templateBuilder.Append(",");
  1004. templateBuilder.Append(topic.Tid.ToString().Trim());
  1005. templateBuilder.Append(",1)">支持</a></span>rn");
  1006. } //end if
  1007. } //end if
  1008. templateBuilder.Append(" </p>rn");
  1009. templateBuilder.Append(" </td>rn");
  1010. templateBuilder.Append(" <td class="comment">rn");
  1011. templateBuilder.Append(" <h3>发表者:<a id="poster");
  1012. templateBuilder.Append(positivepost.Pid.ToString().Trim());
  1013. templateBuilder.Append("" href="");
  1014. templateBuilder.Append(UserInfoAspxRewrite(positivepost.Posterid).ToString().Trim());
  1015. templateBuilder.Append("">");
  1016. templateBuilder.Append(positivepost.Poster.ToString().Trim());
  1017. templateBuilder.Append("</a>  时间:rn");
  1018. templateBuilder.Append(Convert.ToDateTime(positivepost.Postdatetime).ToString("yyyy-MM-dd HH:mm"));
  1019. templateBuilder.Append(" <span>rn");
  1020. if (ismoder==1)
  1021. {
  1022. templateBuilder.Append(" <a href="editpost.aspx?topicid=");
  1023. templateBuilder.Append(topicid.ToString());
  1024. templateBuilder.Append("&postid=");
  1025. templateBuilder.Append(positivepost.Pid.ToString().Trim());
  1026. templateBuilder.Append("&debate=1">编辑</a>|rn");
  1027. templateBuilder.Append(" <a href="delpost.aspx?topicid=");
  1028. templateBuilder.Append(topicid.ToString());
  1029. templateBuilder.Append("&postid=");
  1030. templateBuilder.Append(positivepost.Pid.ToString().Trim());
  1031. templateBuilder.Append("&opinion=1" onclick="return confirm('确定要删除吗?');">删除</a>rn");
  1032. }
  1033. else
  1034. {
  1035. if (positivepost.Posterid!=-1 && userid==positivepost.Posterid)
  1036. {
  1037. templateBuilder.Append(" <a href="editpost.aspx?topicid=");
  1038. templateBuilder.Append(topicid.ToString());
  1039. templateBuilder.Append("&postid=");
  1040. templateBuilder.Append(positivepost.Pid.ToString().Trim());
  1041. templateBuilder.Append("&debate=1">编辑</a>|rn");
  1042. templateBuilder.Append(" <a href="delpost.aspx?topicid=");
  1043. templateBuilder.Append(topicid.ToString());
  1044. templateBuilder.Append("&postid=");
  1045. templateBuilder.Append(positivepost.Pid.ToString().Trim());
  1046. templateBuilder.Append("&opinion=1" onclick="return confirm('确定要删除吗?');">删除</a>rn");
  1047. } //end if
  1048. } //end if
  1049. templateBuilder.Append(" </span>rn");
  1050. templateBuilder.Append(" </h3>rn");
  1051. templateBuilder.Append(" <div class="debatemessage"  id="message");
  1052. templateBuilder.Append(positivepost.Pid.ToString().Trim());
  1053. templateBuilder.Append("">rn");
  1054. templateBuilder.Append(" ");
  1055. templateBuilder.Append(positivepost.Message.ToString().Trim());
  1056. templateBuilder.Append("rn");
  1057. templateBuilder.Append(" </div>rn");
  1058. if (!isenddebate  && positivepost.Posterid!=userid)
  1059. {
  1060. templateBuilder.Append(" <input name="hiddendpid");
  1061. templateBuilder.Append(positivepost.Pid.ToString().Trim());
  1062. templateBuilder.Append("" type="hidden" id="hiddendpid");
  1063. templateBuilder.Append(positivepost.Pid.ToString().Trim());
  1064. templateBuilder.Append("" value="");
  1065. templateBuilder.Append(positivepost.Ubbmessage.ToString().Trim());
  1066. templateBuilder.Append("" />rn");
  1067. templateBuilder.Append(" <p class="othertalk"><a id="reply_btn_");
  1068. templateBuilder.Append(positivepost.Pid.ToString().Trim());
  1069. templateBuilder.Append("" href="###" onclick="showDebatReplyBox(");
  1070. templateBuilder.Append(topic.Tid.ToString().Trim());
  1071. templateBuilder.Append(", ");
  1072. templateBuilder.Append(positivepost.Pid.ToString().Trim());
  1073. templateBuilder.Append(", 2, ");
  1074. templateBuilder.Append(parseurloff.ToString());
  1075. templateBuilder.Append(", ");
  1076. templateBuilder.Append(smileyoff.ToString());
  1077. templateBuilder.Append(", ");
  1078. templateBuilder.Append(bbcodeoff.ToString());
  1079. templateBuilder.Append(", ");
  1080. templateBuilder.Append(Processtime.ToString());
  1081. templateBuilder.Append(", ");
  1082. templateBuilder.Append(olid.ToString());
  1083. templateBuilder.Append(");this.style.display='none';">我不同意</a><div id="reply_box_owner_");
  1084. templateBuilder.Append(positivepost.Pid.ToString().Trim());
  1085. templateBuilder.Append(""></div>rn");
  1086. templateBuilder.Append(" </p>rn");
  1087. } //end if
  1088. templateBuilder.Append(" </td>rn");
  1089. templateBuilder.Append(" </tr>rn");
  1090. templateBuilder.Append(" </tbody>rn");
  1091. templateBuilder.Append(" </table>rn");
  1092. templateBuilder.Append(" </div>rn");
  1093. } //end loop
  1094. templateBuilder.Append(" </div>rn");
  1095. templateBuilder.Append(" <div id="positive_pagenumbers_buttom" class="debatepages">");
  1096. templateBuilder.Append(positivepagenumbers.ToString());
  1097. templateBuilder.Append("</div>rn");
  1098. if (!isenddebate)
  1099. {
  1100. templateBuilder.Append(" <div class="buttoncontrol"><button onclick="$('positivepostform2').style.display='';this.style.display='none';">加入正方</button></div>rn");
  1101. templateBuilder.Append(" <div id="positivepostform2" style="display:none;">rn");
  1102. templateBuilder.Append("        <form method="post" name="postform_");
  1103. templateBuilder.Append(topicid.ToString());
  1104. templateBuilder.Append("" id="Form1" action="postreply.aspx?topicid=");
  1105. templateBuilder.Append(topicid.ToString());
  1106. templateBuilder.Append("" enctype="multipart/form-data" onsubmit="return fastvalidate(this);" >rn");
  1107. templateBuilder.Append("     <input type="hidden" id="Hidden1" name="title" size="84" tabindex="1" value="" />rn");
  1108. templateBuilder.Append("     <input type="hidden" id="Hidden2" name="postid" value="-1" />rn");
  1109. templateBuilder.Append("     <input type="hidden" name="debateopinion" value="1" />rn");
  1110. templateBuilder.Append("     <input type="hidden" name="parseurloff" value="");
  1111. templateBuilder.Append(parseurloff.ToString());
  1112. templateBuilder.Append("" />rn");
  1113. templateBuilder.Append("     <input type="hidden" name="smileyoff" value="");
  1114. templateBuilder.Append(smileyoff.ToString());
  1115. templateBuilder.Append("" />rn");
  1116. templateBuilder.Append("     <input type="hidden" name="bbcodeoff" value="");
  1117. templateBuilder.Append(bbcodeoff.ToString());
  1118. templateBuilder.Append("" />rn");
  1119. templateBuilder.Append("     <input type="hidden" name="usesig" value="0" />rn");
  1120. templateBuilder.Append("     <table cellspacing="0" cellpadding="0" summary="正方观点">rn");
  1121. templateBuilder.Append("     <tr><td>我的意见:</td></tr>rn");
  1122. templateBuilder.Append("     <tr>rn");
  1123. templateBuilder.Append("     <td>rn");
  1124. templateBuilder.Append("     <textarea name="message" cols="50" rows="4" class="autosave txtarea" id="Textarea1" tabindex="2" onkeydown="debatequickreply(event, this.form);" onfocus="textareachange(this.form.id)";></textarea>rn");
  1125. templateBuilder.Append("     </td>rn");
  1126. templateBuilder.Append("     </tr>rn");
  1127. templateBuilder.Append("     <tr>rn");
  1128. templateBuilder.Append("     <td>rn");
  1129. if (isseccode)
  1130. {
  1131. templateBuilder.Append("<div id="Div1" name="debate_vcode"><span style="position: relative;">验证码:rn");
  1132. templateBuilder.Append("<div id="vcode_temp"></div>rn");
  1133. templateBuilder.Append("<script type="text/javascript" reload="1">rn");
  1134. templateBuilder.Append(" var infloat = ");
  1135. templateBuilder.Append(infloat.ToString());
  1136. templateBuilder.Append(";rn");
  1137. templateBuilder.Append(" if (typeof vcodeimgid == 'undefined'){rn");
  1138. templateBuilder.Append(" var vcodeimgid = 1;rn");
  1139. templateBuilder.Append(" }rn");
  1140. templateBuilder.Append(" elsern");
  1141. templateBuilder.Append("     vcodeimgid++;rn");
  1142. 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");
  1143. 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="");
  1144. templateBuilder.Append(rooturl.ToString());
  1145. templateBuilder.Append("tools/VerifyImagePage.aspx?time=");
  1146. templateBuilder.Append(Processtime.ToString());
  1147. templateBuilder.Append("" class="cursor" id="vcodeimg' + vcodeimgid + '" onclick="this.src=\'");
  1148. templateBuilder.Append(rooturl.ToString());
  1149. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  1150. templateBuilder.Append(olid.ToString());
  1151. templateBuilder.Append("&time=\' + Math.random();"/></div>';rn");
  1152. templateBuilder.Append(" function changevcode(form, value){rn");
  1153. templateBuilder.Append(" if (!$('vcode')){rn");
  1154. templateBuilder.Append(" var vcode = document.createElement('input');rn");
  1155. templateBuilder.Append(" vcode.id = 'vcode';rn");
  1156. templateBuilder.Append(" vcode.name = 'vcode';rn");
  1157. templateBuilder.Append(" vcode.type = 'hidden';rn");
  1158. templateBuilder.Append(" vcode.value = value;rn");
  1159. templateBuilder.Append(" form.appendChild(vcode);rn");
  1160. templateBuilder.Append(" }else{rn");
  1161. templateBuilder.Append(" $('vcode').value = value;rn");
  1162. templateBuilder.Append(" }rn");
  1163. templateBuilder.Append(" }rn");
  1164. templateBuilder.Append("</");
  1165. templateBuilder.Append("script>rn");
  1166. templateBuilder.Append("<script type="text/javascript">rn");
  1167. templateBuilder.Append("var secclick = new Array();rn");
  1168. templateBuilder.Append("var seccodefocus = 0;rn");
  1169. templateBuilder.Append("function opensecwin(id,type) {rn");
  1170. templateBuilder.Append(" if($('vcode')){rn");
  1171. templateBuilder.Append(" $('vcode').parentNode.removeChild($('vcode'));}rn");
  1172. templateBuilder.Append(" if (!secclick['vcodetext' + id]) {rn");
  1173. templateBuilder.Append("     $('vcodetext' + id).value = '';rn");
  1174. templateBuilder.Append("     secclick['vcodetext' + id] = 1;rn");
  1175. templateBuilder.Append("     if(type)rn");
  1176. templateBuilder.Append("         $('vcodetext' + id + '_menu').style.top = parseInt($('vcodetext' + id + '_menu').style.top) - parseInt($('vcodetext' + id + '_menu').style.height) + 'px';rn");
  1177. templateBuilder.Append(" }rn");
  1178. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.position = 'absolute';rn");
  1179. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.top = (-parseInt($('vcodetext' + id + '_menu').style.height) - 2) + 'px';rn");
  1180. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.left = '0px';rn");
  1181. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.display = '';rn");
  1182. templateBuilder.Append(" $('vcodetext' + id).focus();rn");
  1183. templateBuilder.Append(" $('vcodetext' + id).unselectable = 'off';rn");
  1184. templateBuilder.Append(" $('vcodeimg' + id).src = '");
  1185. templateBuilder.Append(rooturl.ToString());
  1186. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  1187. templateBuilder.Append(olid.ToString());
  1188. templateBuilder.Append("&time=' + Math.random();rn");
  1189. templateBuilder.Append("}rn");
  1190. templateBuilder.Append("</");
  1191. templateBuilder.Append("script>rn");
  1192. templateBuilder.Append("</span></div>rn");
  1193. } //end if
  1194. templateBuilder.Append("     <button type="submit" name="replysubmit">我要发表</button>rn");
  1195. templateBuilder.Append("     </td>rn");
  1196. templateBuilder.Append("     </tr>rn");
  1197. templateBuilder.Append("     </table>rn");
  1198. templateBuilder.Append("     </form>rn");
  1199. templateBuilder.Append(" </div>rn");
  1200. } //end if
  1201. } //end if
  1202. templateBuilder.Append(" </div>rn");
  1203. templateBuilder.Append(" <div class="oppositionbox right">rn");
  1204. if (!isenddebate)
  1205. {
  1206. templateBuilder.Append(" <div class="buttoncontrol"><button onclick="$('negativepostform').style.display='';this.style.display='none';">加入反方</button></div>rn");
  1207. templateBuilder.Append(" <div id="negativepostform" style="display: none;" >rn");
  1208. templateBuilder.Append(" <form method="post" name="postform_");
  1209. templateBuilder.Append(topicid.ToString());
  1210. templateBuilder.Append("" id="postform_");
  1211. templateBuilder.Append(topicid.ToString());
  1212. templateBuilder.Append("" action="postreply.aspx?topicid=");
  1213. templateBuilder.Append(topicid.ToString());
  1214. templateBuilder.Append("" enctype="multipart/form-data" onsubmit="return fastvalidate(this);" >rn");
  1215. templateBuilder.Append(" <input type="hidden" id="title" name="title" size="84" tabindex="1" value=""/>rn");
  1216. templateBuilder.Append(" <input type="hidden" id="postid" name="postid" value="-1" />rn");
  1217. templateBuilder.Append(" <input type="hidden" name="debateopinion" value="2" />rn");
  1218. templateBuilder.Append(" <input type="hidden" name="parseurloff" value="");
  1219. templateBuilder.Append(parseurloff.ToString());
  1220. templateBuilder.Append("" />rn");
  1221. templateBuilder.Append(" <input type="hidden" name="smileyoff" value="");
  1222. templateBuilder.Append(smileyoff.ToString());
  1223. templateBuilder.Append("" />rn");
  1224. templateBuilder.Append(" <input type="hidden" name="bbcodeoff" value="");
  1225. templateBuilder.Append(bbcodeoff.ToString());
  1226. templateBuilder.Append("" />rn");
  1227. templateBuilder.Append(" <input type="hidden" name="usesig" value="0" />rn");
  1228. templateBuilder.Append(" <table cellspacing="0" cellpadding="0" summary="反方观点">rn");
  1229. templateBuilder.Append(" <tr>rn");
  1230. templateBuilder.Append(" <td>我的意见:</td>rn");
  1231. templateBuilder.Append(" </tr>rn");
  1232. templateBuilder.Append(" <tr>rn");
  1233. templateBuilder.Append(" <td>rn");
  1234. templateBuilder.Append(" <textarea name="message" cols="50" rows="4" class="autosave txtarea" id="message" tabindex="2" onkeydown="debatequickreply(event, this.form);" onfocus="textareachange(this.form.id);"></textarea>rn");
  1235. templateBuilder.Append(" </td>rn");
  1236. templateBuilder.Append(" </tr>rn");
  1237. templateBuilder.Append(" <tr>rn");
  1238. templateBuilder.Append(" <td>rn");
  1239. if (isseccode)
  1240. {
  1241. templateBuilder.Append("<div id="debate_vcode" name="debate_vcode"><span style="position: relative;">验证码:rn");
  1242. templateBuilder.Append("<div id="vcode_temp"></div>rn");
  1243. templateBuilder.Append("<script type="text/javascript" reload="1">rn");
  1244. templateBuilder.Append(" var infloat = ");
  1245. templateBuilder.Append(infloat.ToString());
  1246. templateBuilder.Append(";rn");
  1247. templateBuilder.Append(" if (typeof vcodeimgid == 'undefined'){rn");
  1248. templateBuilder.Append(" var vcodeimgid = 1;rn");
  1249. templateBuilder.Append(" }rn");
  1250. templateBuilder.Append(" elsern");
  1251. templateBuilder.Append("     vcodeimgid++;rn");
  1252. 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");
  1253. 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="");
  1254. templateBuilder.Append(rooturl.ToString());
  1255. templateBuilder.Append("tools/VerifyImagePage.aspx?time=");
  1256. templateBuilder.Append(Processtime.ToString());
  1257. templateBuilder.Append("" class="cursor" id="vcodeimg' + vcodeimgid + '" onclick="this.src=\'");
  1258. templateBuilder.Append(rooturl.ToString());
  1259. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  1260. templateBuilder.Append(olid.ToString());
  1261. templateBuilder.Append("&time=\' + Math.random();"/></div>';rn");
  1262. templateBuilder.Append(" function changevcode(form, value){rn");
  1263. templateBuilder.Append(" if (!$('vcode')){rn");
  1264. templateBuilder.Append(" var vcode = document.createElement('input');rn");
  1265. templateBuilder.Append(" vcode.id = 'vcode';rn");
  1266. templateBuilder.Append(" vcode.name = 'vcode';rn");
  1267. templateBuilder.Append(" vcode.type = 'hidden';rn");
  1268. templateBuilder.Append(" vcode.value = value;rn");
  1269. templateBuilder.Append(" form.appendChild(vcode);rn");
  1270. templateBuilder.Append(" }else{rn");
  1271. templateBuilder.Append(" $('vcode').value = value;rn");
  1272. templateBuilder.Append(" }rn");
  1273. templateBuilder.Append(" }rn");
  1274. templateBuilder.Append("</");
  1275. templateBuilder.Append("script>rn");
  1276. templateBuilder.Append("<script type="text/javascript">rn");
  1277. templateBuilder.Append("var secclick = new Array();rn");
  1278. templateBuilder.Append("var seccodefocus = 0;rn");
  1279. templateBuilder.Append("function opensecwin(id,type) {rn");
  1280. templateBuilder.Append(" if($('vcode')){rn");
  1281. templateBuilder.Append(" $('vcode').parentNode.removeChild($('vcode'));}rn");
  1282. templateBuilder.Append(" if (!secclick['vcodetext' + id]) {rn");
  1283. templateBuilder.Append("     $('vcodetext' + id).value = '';rn");
  1284. templateBuilder.Append("     secclick['vcodetext' + id] = 1;rn");
  1285. templateBuilder.Append("     if(type)rn");
  1286. templateBuilder.Append("         $('vcodetext' + id + '_menu').style.top = parseInt($('vcodetext' + id + '_menu').style.top) - parseInt($('vcodetext' + id + '_menu').style.height) + 'px';rn");
  1287. templateBuilder.Append(" }rn");
  1288. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.position = 'absolute';rn");
  1289. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.top = (-parseInt($('vcodetext' + id + '_menu').style.height) - 2) + 'px';rn");
  1290. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.left = '0px';rn");
  1291. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.display = '';rn");
  1292. templateBuilder.Append(" $('vcodetext' + id).focus();rn");
  1293. templateBuilder.Append(" $('vcodetext' + id).unselectable = 'off';rn");
  1294. templateBuilder.Append(" $('vcodeimg' + id).src = '");
  1295. templateBuilder.Append(rooturl.ToString());
  1296. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  1297. templateBuilder.Append(olid.ToString());
  1298. templateBuilder.Append("&time=' + Math.random();rn");
  1299. templateBuilder.Append("}rn");
  1300. templateBuilder.Append("</");
  1301. templateBuilder.Append("script>rn");
  1302. templateBuilder.Append("</span></div>rn");
  1303. } //end if
  1304. templateBuilder.Append("<button type="submit" name="replysubmit"/>我要发表</button>rn");
  1305. templateBuilder.Append(" </td>rn");
  1306. templateBuilder.Append(" </tr>rn");
  1307. templateBuilder.Append(" </table>rn");
  1308. templateBuilder.Append(" </form>rn");
  1309. templateBuilder.Append(" </div>rn");
  1310. }
  1311. else
  1312. {
  1313. templateBuilder.Append(" <div class="buttoncontrol"></div>rn");
  1314. } //end if
  1315. if (negativepostlist.Count>0)
  1316. {
  1317. templateBuilder.Append(" <div id="negative_pagenumbers_top" class="debatepages">");
  1318. templateBuilder.Append(negativepagenumbers.ToString());
  1319. templateBuilder.Append("</div>rn");
  1320. templateBuilder.Append(" <div id="negativepage_owner">rn");
  1321. int negativepost__loop__id=0;
  1322. foreach(ShowtopicPagePostInfo negativepost in negativepostlist)
  1323. {
  1324. negativepost__loop__id++;
  1325. templateBuilder.Append(" <div class="square s_clear">rn");
  1326. templateBuilder.Append(" <table cellspacing="0" cellpadding="0" summary="反方观点">rn");
  1327. templateBuilder.Append(" <tbody>rn");
  1328. templateBuilder.Append(" <tr>rn");
  1329. templateBuilder.Append(" <td class="supportbox">rn");
  1330. templateBuilder.Append(" <p>支持度rn");
  1331. templateBuilder.Append(" <span class="talknum" id="diggs");
  1332. templateBuilder.Append(negativepost.Pid.ToString().Trim());
  1333. templateBuilder.Append("">");
  1334. templateBuilder.Append(negativepost.Diggs.ToString().Trim());
  1335. templateBuilder.Append("</span>rn");
  1336. if (!isenddebate && negativepost.Posterid!=userid)
  1337. {
  1338. if (!negativepost.Digged)
  1339. {
  1340. templateBuilder.Append(" <span class="cliktalk" id="cliktalk");
  1341. templateBuilder.Append(negativepost.Pid.ToString().Trim());
  1342. templateBuilder.Append(""><a href="###" onclick="digg(");
  1343. templateBuilder.Append(negativepost.Pid.ToString().Trim());
  1344. templateBuilder.Append(",");
  1345. templateBuilder.Append(topic.Tid.ToString().Trim());
  1346. templateBuilder.Append(",2)">支持</a></span>rn");
  1347. } //end if
  1348. } //end if
  1349. templateBuilder.Append(" </p>rn");
  1350. templateBuilder.Append(" </td>rn");
  1351. templateBuilder.Append(" <td class="comment">rn");
  1352. templateBuilder.Append(" <h3></span>发表者:<a id="poster");
  1353. templateBuilder.Append(negativepost.Pid.ToString().Trim());
  1354. templateBuilder.Append("" href="");
  1355. templateBuilder.Append(UserInfoAspxRewrite(negativepost.Posterid).ToString().Trim());
  1356. templateBuilder.Append("">");
  1357. templateBuilder.Append(negativepost.Poster.ToString().Trim());
  1358. templateBuilder.Append("</a>  时间:rn");
  1359. templateBuilder.Append(Convert.ToDateTime(negativepost.Postdatetime).ToString("yyyy-MM-dd HH:mm"));
  1360. templateBuilder.Append(" <span>rn");
  1361. if (ismoder==1)
  1362. {
  1363. templateBuilder.Append(" <a href="editpost.aspx?topicid=");
  1364. templateBuilder.Append(topicid.ToString());
  1365. templateBuilder.Append("&postid=");
  1366. templateBuilder.Append(negativepost.Pid.ToString().Trim());
  1367. templateBuilder.Append("&debate=1">编辑</a>|rn");
  1368. templateBuilder.Append(" <a href="delpost.aspx?topicid=");
  1369. templateBuilder.Append(topicid.ToString());
  1370. templateBuilder.Append("&postid=");
  1371. templateBuilder.Append(negativepost.Pid.ToString().Trim());
  1372. templateBuilder.Append("&opinion=2" onclick="return confirm('确定要删除吗?');">删除</a>rn");
  1373. }
  1374. else
  1375. {
  1376. if (negativepost.Posterid!=-1 && userid==negativepost.Posterid)
  1377. {
  1378. templateBuilder.Append(" <a href="editpost.aspx?topicid=");
  1379. templateBuilder.Append(topicid.ToString());
  1380. templateBuilder.Append("&postid=");
  1381. templateBuilder.Append(negativepost.Pid.ToString().Trim());
  1382. templateBuilder.Append("&debate=1">编辑</a>|rn");
  1383. templateBuilder.Append(" <a href="delpost.aspx?topicid=");
  1384. templateBuilder.Append(topicid.ToString());
  1385. templateBuilder.Append("&postid=");
  1386. templateBuilder.Append(negativepost.Pid.ToString().Trim());
  1387. templateBuilder.Append("&opinion=2" onclick="return confirm('确定要删除吗?');">删除</a>rn");
  1388. } //end if
  1389. } //end if
  1390. templateBuilder.Append(" </span>rn");
  1391. templateBuilder.Append(" </h3>rn");
  1392. templateBuilder.Append(" <div class="debatemessage" id="message");
  1393. templateBuilder.Append(negativepost.Pid.ToString().Trim());
  1394. templateBuilder.Append("">rn");
  1395. templateBuilder.Append(" ");
  1396. templateBuilder.Append(negativepost.Message.ToString().Trim());
  1397. templateBuilder.Append("rn");
  1398. templateBuilder.Append(" </div>rn");
  1399. if (!isenddebate  && negativepost.Posterid!=userid)
  1400. {
  1401. templateBuilder.Append(" <input name="hiddendpid");
  1402. templateBuilder.Append(negativepost.Pid.ToString().Trim());
  1403. templateBuilder.Append("" type="hidden" id="hiddendpid");
  1404. templateBuilder.Append(negativepost.Pid.ToString().Trim());
  1405. templateBuilder.Append("" value="");
  1406. templateBuilder.Append(negativepost.Ubbmessage.ToString().Trim());
  1407. templateBuilder.Append("" />rn");
  1408. templateBuilder.Append(" <p class="othertalk"><a href="###" id="reply_btn_");
  1409. templateBuilder.Append(negativepost.Pid.ToString().Trim());
  1410. templateBuilder.Append("" onclick="showDebatReplyBox(");
  1411. templateBuilder.Append(topic.Tid.ToString().Trim());
  1412. templateBuilder.Append(", ");
  1413. templateBuilder.Append(negativepost.Pid.ToString().Trim());
  1414. templateBuilder.Append(", 1, ");
  1415. templateBuilder.Append(parseurloff.ToString());
  1416. templateBuilder.Append(", ");
  1417. templateBuilder.Append(smileyoff.ToString());
  1418. templateBuilder.Append(", ");
  1419. templateBuilder.Append(bbcodeoff.ToString());
  1420. templateBuilder.Append(", ");
  1421. templateBuilder.Append(Processtime.ToString());
  1422. templateBuilder.Append(", ");
  1423. templateBuilder.Append(olid.ToString());
  1424. templateBuilder.Append(");this.style.display='none';">我不同意</a><div id="reply_box_owner_");
  1425. templateBuilder.Append(negativepost.Pid.ToString().Trim());
  1426. templateBuilder.Append(""></div>rn");
  1427. templateBuilder.Append(" </p>rn");
  1428. } //end if
  1429. templateBuilder.Append(" </td>rn");
  1430. templateBuilder.Append(" </tr>rn");
  1431. templateBuilder.Append(" </tbody>rn");
  1432. templateBuilder.Append(" </table>rn");
  1433. templateBuilder.Append(" </div>rn");
  1434. } //end loop
  1435. templateBuilder.Append(" </div>rn");
  1436. templateBuilder.Append(" <div id="negative_pagenumbers_buttom" class="debatepages">");
  1437. templateBuilder.Append(negativepagenumbers.ToString());
  1438. templateBuilder.Append("</div>rn");
  1439. if (!isenddebate)
  1440. {
  1441. templateBuilder.Append(" <div class="buttoncontrol">rn");
  1442. templateBuilder.Append(" <button onclick="$('negativepostform2').style.display='';this.style.display='none';">加入反方</button></div>rn");
  1443. templateBuilder.Append(" <div id="negativepostform2" style="display:none;">rn");
  1444. templateBuilder.Append("     <form method="post" name="postform_");
  1445. templateBuilder.Append(topicid.ToString());
  1446. templateBuilder.Append("" id="Form2" action="postreply.aspx?topicid=");
  1447. templateBuilder.Append(topicid.ToString());
  1448. templateBuilder.Append("" enctype="multipart/form-data" onsubmit="return fastvalidate(this);" >rn");
  1449. templateBuilder.Append(" <input type="hidden" id="Hidden3" name="title" size="84" tabindex="1" value=""/>rn");
  1450. templateBuilder.Append(" <input type="hidden" id="Hidden4" name="postid" value="-1" />rn");
  1451. templateBuilder.Append(" <input type="hidden" name="debateopinion" value="2" />rn");
  1452. templateBuilder.Append(" <input type="hidden" name="parseurloff" value="");
  1453. templateBuilder.Append(parseurloff.ToString());
  1454. templateBuilder.Append("" />rn");
  1455. templateBuilder.Append(" <input type="hidden" name="smileyoff" value="");
  1456. templateBuilder.Append(smileyoff.ToString());
  1457. templateBuilder.Append("" />rn");
  1458. templateBuilder.Append(" <input type="hidden" name="bbcodeoff" value="");
  1459. templateBuilder.Append(bbcodeoff.ToString());
  1460. templateBuilder.Append("" />rn");
  1461. templateBuilder.Append(" <input type="hidden" name="usesig" value="0" />rn");
  1462. templateBuilder.Append(" <table cellspacing="0" cellpadding="0" summary="反方观点">rn");
  1463. templateBuilder.Append(" <tr>rn");
  1464. templateBuilder.Append(" <td>我的意见:</td>rn");
  1465. templateBuilder.Append(" </tr>rn");
  1466. templateBuilder.Append(" <tr>rn");
  1467. templateBuilder.Append(" <td>rn");
  1468. templateBuilder.Append(" <textarea name="message" cols="50" rows="4" class="autosave txtarea" id="Textarea2" tabindex="2" onkeydown="debatequickreply(event, this.form);" onfocus="textareachange(this.form.id);"></textarea>rn");
  1469. templateBuilder.Append(" </td>rn");
  1470. templateBuilder.Append(" </tr>rn");
  1471. templateBuilder.Append(" <tr>rn");
  1472. templateBuilder.Append(" <td>rn");
  1473. if (isseccode)
  1474. {
  1475. templateBuilder.Append("<div id="Div2" name="debate_vcode"><span style="position: relative;">验证码:rn");
  1476. templateBuilder.Append("<div id="vcode_temp"></div>rn");
  1477. templateBuilder.Append("<script type="text/javascript" reload="1">rn");
  1478. templateBuilder.Append(" var infloat = ");
  1479. templateBuilder.Append(infloat.ToString());
  1480. templateBuilder.Append(";rn");
  1481. templateBuilder.Append(" if (typeof vcodeimgid == 'undefined'){rn");
  1482. templateBuilder.Append(" var vcodeimgid = 1;rn");
  1483. templateBuilder.Append(" }rn");
  1484. templateBuilder.Append(" elsern");
  1485. templateBuilder.Append("     vcodeimgid++;rn");
  1486. 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");
  1487. 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="");
  1488. templateBuilder.Append(rooturl.ToString());
  1489. templateBuilder.Append("tools/VerifyImagePage.aspx?time=");
  1490. templateBuilder.Append(Processtime.ToString());
  1491. templateBuilder.Append("" class="cursor" id="vcodeimg' + vcodeimgid + '" onclick="this.src=\'");
  1492. templateBuilder.Append(rooturl.ToString());
  1493. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  1494. templateBuilder.Append(olid.ToString());
  1495. templateBuilder.Append("&time=\' + Math.random();"/></div>';rn");
  1496. templateBuilder.Append(" function changevcode(form, value){rn");
  1497. templateBuilder.Append(" if (!$('vcode')){rn");
  1498. templateBuilder.Append(" var vcode = document.createElement('input');rn");
  1499. templateBuilder.Append(" vcode.id = 'vcode';rn");
  1500. templateBuilder.Append(" vcode.name = 'vcode';rn");
  1501. templateBuilder.Append(" vcode.type = 'hidden';rn");
  1502. templateBuilder.Append(" vcode.value = value;rn");
  1503. templateBuilder.Append(" form.appendChild(vcode);rn");
  1504. templateBuilder.Append(" }else{rn");
  1505. templateBuilder.Append(" $('vcode').value = value;rn");
  1506. templateBuilder.Append(" }rn");
  1507. templateBuilder.Append(" }rn");
  1508. templateBuilder.Append("</");
  1509. templateBuilder.Append("script>rn");
  1510. templateBuilder.Append("<script type="text/javascript">rn");
  1511. templateBuilder.Append("var secclick = new Array();rn");
  1512. templateBuilder.Append("var seccodefocus = 0;rn");
  1513. templateBuilder.Append("function opensecwin(id,type) {rn");
  1514. templateBuilder.Append(" if($('vcode')){rn");
  1515. templateBuilder.Append(" $('vcode').parentNode.removeChild($('vcode'));}rn");
  1516. templateBuilder.Append(" if (!secclick['vcodetext' + id]) {rn");
  1517. templateBuilder.Append("     $('vcodetext' + id).value = '';rn");
  1518. templateBuilder.Append("     secclick['vcodetext' + id] = 1;rn");
  1519. templateBuilder.Append("     if(type)rn");
  1520. templateBuilder.Append("         $('vcodetext' + id + '_menu').style.top = parseInt($('vcodetext' + id + '_menu').style.top) - parseInt($('vcodetext' + id + '_menu').style.height) + 'px';rn");
  1521. templateBuilder.Append(" }rn");
  1522. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.position = 'absolute';rn");
  1523. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.top = (-parseInt($('vcodetext' + id + '_menu').style.height) - 2) + 'px';rn");
  1524. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.left = '0px';rn");
  1525. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.display = '';rn");
  1526. templateBuilder.Append(" $('vcodetext' + id).focus();rn");
  1527. templateBuilder.Append(" $('vcodetext' + id).unselectable = 'off';rn");
  1528. templateBuilder.Append(" $('vcodeimg' + id).src = '");
  1529. templateBuilder.Append(rooturl.ToString());
  1530. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  1531. templateBuilder.Append(olid.ToString());
  1532. templateBuilder.Append("&time=' + Math.random();rn");
  1533. templateBuilder.Append("}rn");
  1534. templateBuilder.Append("</");
  1535. templateBuilder.Append("script>rn");
  1536. templateBuilder.Append("</span></div>rn");
  1537. } //end if
  1538. templateBuilder.Append("<button type="submit" name="replysubmit"/>我要发表</button>rn");
  1539. templateBuilder.Append(" </td>rn");
  1540. templateBuilder.Append(" </tr>rn");
  1541. templateBuilder.Append(" </table>rn");
  1542. templateBuilder.Append(" </form>rn");
  1543. templateBuilder.Append(" </div>rn");
  1544. } //end if
  1545. } //end if
  1546. templateBuilder.Append(" </div>rn");
  1547. templateBuilder.Append(" </div>rn");
  1548. templateBuilder.Append(" </div>rn");
  1549. templateBuilder.Append("</div>rn");
  1550. templateBuilder.Append("</div>rn");
  1551. templateBuilder.Append("</div>rn");
  1552. templateBuilder.Append("</div>rn");
  1553. }
  1554. else
  1555. {
  1556. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  1557. templateBuilder.Append("<div class="main">rn");
  1558. templateBuilder.Append(" <div class="msgbox">rn");
  1559. templateBuilder.Append(" <h1>出现了");
  1560. templateBuilder.Append(page_err.ToString());
  1561. templateBuilder.Append("个错误</h1>rn");
  1562. templateBuilder.Append(" <hr class="solidline"/>rn");
  1563. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  1564. templateBuilder.Append(" <p>");
  1565. templateBuilder.Append(msgbox_text.ToString());
  1566. templateBuilder.Append("</p>rn");
  1567. templateBuilder.Append(" <p class="errorback">rn");
  1568. templateBuilder.Append(" <script type="text/javascript">rn");
  1569. templateBuilder.Append(" if(");
  1570. templateBuilder.Append(msgbox_showbacklink.ToString());
  1571. templateBuilder.Append(")rn");
  1572. templateBuilder.Append(" {rn");
  1573. templateBuilder.Append(" document.write("<a href=\"");
  1574. templateBuilder.Append(msgbox_backlink.ToString());
  1575. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|&nbsp; &nbsp  ");rn");
  1576. templateBuilder.Append(" }rn");
  1577. templateBuilder.Append(" </");
  1578. templateBuilder.Append("script>rn");
  1579. templateBuilder.Append(" <a href="forumindex.aspx">论坛首页</a>rn");
  1580. if (usergroupid==7)
  1581. {
  1582. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  1583. } //end if
  1584. templateBuilder.Append(" </p>rn");
  1585. templateBuilder.Append(" </div>rn");
  1586. templateBuilder.Append(" </div>rn");
  1587. templateBuilder.Append("</div>rn");
  1588. templateBuilder.Append("</div>rn");
  1589. } //end if
  1590. if (config.Forumjump==1)
  1591. {
  1592. templateBuilder.Append(" ");
  1593. templateBuilder.Append(navhomemenu.ToString());
  1594. templateBuilder.Append("rn");
  1595. } //end if
  1596. if (floatad!="")
  1597. {
  1598. templateBuilder.Append(" <script type="text/javascript" src="javascript/template_floatadv.js"></");
  1599. templateBuilder.Append("script>rn");
  1600. templateBuilder.Append(" ");
  1601. templateBuilder.Append(floatad.ToString());
  1602. templateBuilder.Append("rn");
  1603. templateBuilder.Append(" <script type="text/javascript">theFloaters.play();</");
  1604. templateBuilder.Append("script>rn");
  1605. }
  1606. else if (doublead!="")
  1607. {
  1608. templateBuilder.Append(" <script type="text/javascript" src="javascript/template_floatadv.js"></");
  1609. templateBuilder.Append("script>rn");
  1610. templateBuilder.Append(" ");
  1611. templateBuilder.Append(doublead.ToString());
  1612. templateBuilder.Append("rn");
  1613. templateBuilder.Append(" <script type="text/javascript">theFloaters.play();</");
  1614. templateBuilder.Append("script>rn");
  1615. } //end if
  1616. if (infloat!=1)
  1617. {
  1618. if (pagename=="website.aspx")
  1619. {
  1620. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  1621. }
  1622. else if (footerad!="")
  1623. {
  1624. templateBuilder.Append("     <div id="ad_footerbanner">");
  1625. templateBuilder.Append(footerad.ToString());
  1626. templateBuilder.Append("</div>   rn");
  1627. } //end if
  1628. if (headerad!="")
  1629. {
  1630. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  1631. templateBuilder.Append(headerad.ToString());
  1632. templateBuilder.Append("</div>rn");
  1633. templateBuilder.Append("<script type="text/javascript">rn");
  1634. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  1635. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  1636. templateBuilder.Append("</");
  1637. templateBuilder.Append("script>rn");
  1638. } //end if
  1639. templateBuilder.Append("<div id="footer">rn");
  1640. templateBuilder.Append(" <div class="wrap">rn");
  1641. templateBuilder.Append(" <div id="footlinks">rn");
  1642. templateBuilder.Append(" <p><a href="");
  1643. templateBuilder.Append(config.Weburl.ToString().Trim());
  1644. templateBuilder.Append("" target="_blank">");
  1645. templateBuilder.Append(config.Webtitle.ToString().Trim());
  1646. templateBuilder.Append("</a> - ");
  1647. templateBuilder.Append(config.Linktext.ToString().Trim());
  1648. templateBuilder.Append(" - <a target="_blank" href="");
  1649. templateBuilder.Append(forumurl.ToString());
  1650. templateBuilder.Append("stats.aspx">统计</a> - rn");
  1651. if (config.Sitemapstatus==1)
  1652. {
  1653. templateBuilder.Append("&nbsp;<a href="");
  1654. templateBuilder.Append(forumurl.ToString());
  1655. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  1656. } //end if
  1657. templateBuilder.Append(" ");
  1658. templateBuilder.Append(config.Statcode.ToString().Trim());
  1659. templateBuilder.Append(config.Icp.ToString().Trim());
  1660. templateBuilder.Append("rn");
  1661. templateBuilder.Append(" </p>rn");
  1662. templateBuilder.Append(" <div>rn");
  1663. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  1664. templateBuilder.Append(" - <a href="");
  1665. templateBuilder.Append(forumurl.ToString());
  1666. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  1667. if (config.Stylejump==1)
  1668. {
  1669. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  1670. {
  1671. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  1672. templateBuilder.Append(forumurl.ToString());
  1673. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  1674. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  1675. templateBuilder.Append(" ");
  1676. templateBuilder.Append(templatelistboxoptions.ToString());
  1677. templateBuilder.Append("rn");
  1678. templateBuilder.Append(" </ul>rn");
  1679. } //end if
  1680. } //end if
  1681. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  1682. templateBuilder.Append(" </div>rn");
  1683. templateBuilder.Append(" </div>rn");
  1684. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  1685. templateBuilder.Append(forumurl.ToString());
  1686. templateBuilder.Append("templates/");
  1687. templateBuilder.Append(templatepath.ToString());
  1688. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  1689. templateBuilder.Append(" <p id="copyright">rn");
  1690. templateBuilder.Append(" Powered by <strong><a href="http://nt.discuz.net" target="_blank" title="Discuz!NT 3.1.0 (.NET Framework 2.0/3.x)">Discuz!NT</a></strong> <em class="f_bold">3.1.0</em>rn");
  1691. if (config.Licensed==1)
  1692. {
  1693. templateBuilder.Append(" (<a href="" onclick="this.href='http://nt.discuz.net/certificate/?host='+location.href.substring(0, location.href.lastIndexOf('/'))" target="_blank">Licensed</a>)rn");
  1694. } //end if
  1695. templateBuilder.Append(" ");
  1696. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  1697. templateBuilder.Append("rn");
  1698. templateBuilder.Append(" </p>rn");
  1699. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  1700. if (config.Debug!=0)
  1701. {
  1702. templateBuilder.Append(" Processed in ");
  1703. templateBuilder.Append(this.Processtime.ToString().Trim());
  1704. templateBuilder.Append(" second(s)rn");
  1705. if (isguestcachepage==1)
  1706. {
  1707. templateBuilder.Append(" (Cached).rn");
  1708. }
  1709. else if (querycount>1)
  1710. {
  1711. templateBuilder.Append("  , ");
  1712. templateBuilder.Append(querycount.ToString());
  1713. templateBuilder.Append(" queries.rn");
  1714. }
  1715. else
  1716. {
  1717. templateBuilder.Append("  , ");
  1718. templateBuilder.Append(querycount.ToString());
  1719. templateBuilder.Append(" query.rn");
  1720. } //end if
  1721. } //end if
  1722. templateBuilder.Append(" </p>rn");
  1723. templateBuilder.Append(" </div>rn");
  1724. templateBuilder.Append("</div>rn");
  1725. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  1726. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  1727. if (config.Enablespace==1)
  1728. {
  1729. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  1730. } //end if
  1731. if (config.Enablealbum==1)
  1732. {
  1733. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  1734. } //end if
  1735. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  1736. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  1737. templateBuilder.Append("</ul>rn");
  1738. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  1739. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  1740. templateBuilder.Append(useravatar.ToString());
  1741. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  1742. templateBuilder.Append(templatepath.ToString());
  1743. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  1744.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  1745. templateBuilder.Append(" <li class="popuser"><a href="");
  1746. templateBuilder.Append(forumurl.ToString());
  1747. templateBuilder.Append(aspxrewriteurl.ToString());
  1748. templateBuilder.Append("">我的资料</a></li>rn");
  1749. if (config.Enablespace==1)
  1750. {
  1751. templateBuilder.Append(" <li class="poplink"><a href="");
  1752. templateBuilder.Append(forumurl.ToString());
  1753. templateBuilder.Append(spaceurl.ToString());
  1754. templateBuilder.Append("space/">我的空间</a></li>rn");
  1755. } //end if
  1756. templateBuilder.Append("</ul>rn");
  1757. int prentid__loop__id=0;
  1758. foreach(string prentid in mainnavigationhassub)
  1759. {
  1760. prentid__loop__id++;
  1761. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  1762. templateBuilder.Append(prentid.ToString());
  1763. templateBuilder.Append("_menu" style="display: none">rn");
  1764. int subnav__loop__id=0;
  1765. foreach(DataRow subnav in subnavigation.Rows)
  1766. {
  1767. subnav__loop__id++;
  1768. bool isoutput = false;
  1769. if (subnav["parentid"].ToString().Trim()==prentid)
  1770. {
  1771. if (subnav["level"].ToString().Trim()=="0")
  1772. {
  1773.  isoutput = true;
  1774. }
  1775. else
  1776. {
  1777. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  1778. {
  1779.  isoutput = true;
  1780. }
  1781. else
  1782. {
  1783. bool leveluseradmindi = true;
  1784.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  1785. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  1786. {
  1787.  isoutput = true;
  1788. } //end if
  1789. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  1790. {
  1791.  isoutput = true;
  1792. } //end if
  1793. } //end if
  1794. } //end if
  1795. } //end if
  1796. if (isoutput)
  1797. {
  1798. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  1799. {
  1800. if (config.Statstatus==1)
  1801. {
  1802. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  1803. continue;
  1804. }
  1805. else
  1806. {
  1807. continue;
  1808. } //end if
  1809. } //end if
  1810. if (subnav["id"].ToString().Trim()=="18")
  1811. {
  1812. if (config.Oltimespan>0)
  1813. {
  1814. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1815. continue;
  1816. }
  1817. else
  1818. {
  1819. continue;
  1820. } //end if
  1821. } //end if
  1822. if (subnav["id"].ToString().Trim()=="24")
  1823. {
  1824. if (config.Enablespace==1)
  1825. {
  1826. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1827. continue;
  1828. }
  1829. else
  1830. {
  1831. continue;
  1832. } //end if
  1833. } //end if
  1834. if (subnav["id"].ToString().Trim()=="25")
  1835. {
  1836. if (config.Enablealbum==1)
  1837. {
  1838. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1839. continue;
  1840. }
  1841. else
  1842. {
  1843. continue;
  1844. } //end if
  1845. } //end if
  1846. if (subnav["id"].ToString().Trim()=="26")
  1847. {
  1848. if (config.Enablemall>=1)
  1849. {
  1850. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1851. continue;
  1852. }
  1853. else
  1854. {
  1855. continue;
  1856. } //end if
  1857. } //end if
  1858. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1859. } //end if
  1860. } //end loop
  1861. templateBuilder.Append("</ul>rn");
  1862. } //end loop
  1863. templateBuilder.Append("</body>rn");
  1864. templateBuilder.Append("</html>rn");
  1865. }
  1866. else
  1867. {
  1868. templateBuilder.Append("]]></root>rn");
  1869. } //end if
  1870. Response.Write(templateBuilder.ToString());
  1871. }
  1872. </script>