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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.tags" %>
  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:51.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:51. 
  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 aspxrewrite = ");
  282. templateBuilder.Append(config.Aspxrewrite.ToString().Trim());
  283. templateBuilder.Append(";rn");
  284. templateBuilder.Append("</");
  285. templateBuilder.Append("script>rn");
  286. templateBuilder.Append("<div id="nav">rn");
  287. templateBuilder.Append(" <div class="wrap s_clear">rn");
  288. templateBuilder.Append(" <a href="");
  289. templateBuilder.Append(config.Forumurl.ToString().Trim());
  290. templateBuilder.Append("" class="title">");
  291. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  292. templateBuilder.Append("</a> &raquo; <a href="tags.aspx">标签</a>rn");
  293. if (page_err==0 && tagid>0)
  294. {
  295. templateBuilder.Append(" &raquo; ");
  296. templateBuilder.Append(tag.Tagname.ToString().Trim());
  297. templateBuilder.Append("rn");
  298. } //end if
  299. templateBuilder.Append(" </div>rn");
  300. templateBuilder.Append("</div>rn");
  301. if (page_err==0)
  302. {
  303. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  304. templateBuilder.Append(" <div class="main">rn");
  305. if (tagid>0)
  306. {
  307. templateBuilder.Append(" <script type="text/javascript">rn");
  308. templateBuilder.Append(" function changeTab(obj)rn");
  309. templateBuilder.Append(" {rn");
  310. templateBuilder.Append(" if (obj.className == 'current')rn");
  311. templateBuilder.Append(" {rn");
  312. templateBuilder.Append(" obj.className = '';rn");
  313. templateBuilder.Append(" }rn");
  314. templateBuilder.Append(" elsern");
  315. templateBuilder.Append(" {rn");
  316. templateBuilder.Append(" obj.className = 'currentt';rn");
  317. templateBuilder.Append(" }rn");
  318. templateBuilder.Append(" }rn");
  319. templateBuilder.Append(" </");
  320. templateBuilder.Append("script>rn");
  321. templateBuilder.Append(" <div class="cm_header itemtitle s_clear">rn");
  322. templateBuilder.Append(" <ul>rn");
  323. templateBuilder.Append(" <li id="tab_forum" rn");
  324. if (listtype=="topic")
  325. {
  326. templateBuilder.Append("class="current" rn");
  327. }
  328. else
  329. {
  330. templateBuilder.Append(" onmouseout="changeTab(this)" onmouseover="changeTab(this)" rn");
  331. } //end if
  332. templateBuilder.Append("><a href="rn");
  333. if (config.Aspxrewrite==1)
  334. {
  335. templateBuilder.Append("topictag-");
  336. templateBuilder.Append(tagid.ToString());
  337. templateBuilder.Append(".aspxrn");
  338. }
  339. else
  340. {
  341. templateBuilder.Append("tags.aspx?tagid=");
  342. templateBuilder.Append(tagid.ToString());
  343. templateBuilder.Append("rn");
  344. } //end if
  345. templateBuilder.Append(""><span>主题</span></a></li>rn");
  346. if (config.Enablespace==1)
  347. {
  348. templateBuilder.Append(" <li id="tab_space" rn");
  349. if (listtype=="spacepost")
  350. {
  351. templateBuilder.Append("class="current" rn");
  352. }
  353. else
  354. {
  355. templateBuilder.Append(" onmouseout="changeTab(this)" onmouseover="changeTab(this)" rn");
  356. } //end if
  357. templateBuilder.Append("><a href="rn");
  358. if (config.Aspxrewrite==1)
  359. {
  360. templateBuilder.Append("spacetag-");
  361. templateBuilder.Append(tagid.ToString());
  362. templateBuilder.Append(".aspxrn");
  363. }
  364. else
  365. {
  366. templateBuilder.Append("tags.aspx?tagid=");
  367. templateBuilder.Append(tagid.ToString());
  368. templateBuilder.Append("rn");
  369. } //end if
  370. templateBuilder.Append(""><span>空间</span></a></li>rn");
  371. } //end if
  372. if (config.Enablealbum==1)
  373. {
  374. templateBuilder.Append(" <li id="tab_album" rn");
  375. if (listtype=="photo")
  376. {
  377. templateBuilder.Append("class="current" rn");
  378. }
  379. else
  380. {
  381. templateBuilder.Append(" onmouseout="changeTab(this)" onmouseover="changeTab(this)" rn");
  382. } //end if
  383. templateBuilder.Append("><a href="rn");
  384. if (config.Aspxrewrite==1)
  385. {
  386. templateBuilder.Append("phototag-");
  387. templateBuilder.Append(tagid.ToString());
  388. templateBuilder.Append(".aspxrn");
  389. }
  390. else
  391. {
  392. templateBuilder.Append("tags.aspx?tagid=");
  393. templateBuilder.Append(tagid.ToString());
  394. templateBuilder.Append("rn");
  395. } //end if
  396. templateBuilder.Append(""><span>相册</span></a></li>rn");
  397. } //end if
  398. if (config.Enablemall==1)
  399. {
  400. templateBuilder.Append(" <li id="tab_mall" rn");
  401. if (listtype=="mall")
  402. {
  403. templateBuilder.Append("class="current" rn");
  404. }
  405. else
  406. {
  407. templateBuilder.Append(" onmouseout="changeTab(this)" onmouseover="changeTab(this)" rn");
  408. } //end if
  409. templateBuilder.Append("><a href="rn");
  410. if (config.Aspxrewrite==1)
  411. {
  412. templateBuilder.Append("malltag-");
  413. templateBuilder.Append(tagid.ToString());
  414. templateBuilder.Append(".aspxrn");
  415. }
  416. else
  417. {
  418. templateBuilder.Append("tags.aspx?tagid=");
  419. templateBuilder.Append(tagid.ToString());
  420. templateBuilder.Append("rn");
  421. } //end if
  422. templateBuilder.Append(""><span>商城</span></a></li>rn");
  423. } //end if
  424. templateBuilder.Append(" </ul>rn");
  425. templateBuilder.Append(" </div>rn");
  426. if (listtype=="topic")
  427. {
  428. if (topiccount==0)
  429. {
  430. templateBuilder.Append(" <div class="msgbox">rn");
  431. templateBuilder.Append(" <h1>");
  432. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  433. templateBuilder.Append(" 提示信息</h1>rn");
  434. templateBuilder.Append(" <p>");
  435. templateBuilder.Append(msgbox_text.ToString());
  436. templateBuilder.Append("</p>rn");
  437. if (msgbox_url!="")
  438. {
  439. templateBuilder.Append(" <p><a href="");
  440. templateBuilder.Append(msgbox_url.ToString());
  441. templateBuilder.Append("">如果浏览器没有转向, 请点击这里.</a></p>rn");
  442. } //end if
  443. templateBuilder.Append(" </div>rn");
  444. }
  445. else
  446. {
  447. templateBuilder.Append(" <div class="threadlist taglist">rn");
  448. templateBuilder.Append(" <table cellSpacing="0" cellPadding="0" summary="主题标签">rn");
  449. templateBuilder.Append(" <thead>rn");
  450. templateBuilder.Append(" <tr>rn");
  451. templateBuilder.Append(" <th style="padding:4px 0; text-align:center;">标题</th>rn");
  452. templateBuilder.Append(" <th>所在版块</th>rn");
  453. templateBuilder.Append(" <td class="author">作者</td>rn");
  454. templateBuilder.Append(" <td class="nums">回复 / 查看</td>rn");
  455. templateBuilder.Append(" <td class="lastpost"><cite>最后发表</cite></td>rn");
  456. templateBuilder.Append(" </tr>rn");
  457. templateBuilder.Append(" </thead>rn");
  458. int topic__loop__id=0;
  459. foreach(TopicInfo topic in topiclist)
  460. {
  461. topic__loop__id++;
  462. templateBuilder.Append(" <tbody>rn");
  463. templateBuilder.Append(" <tr>rn");
  464. templateBuilder.Append(" <th class="subject">rn");
  465.  aspxrewriteurl = this.ShowTopicAspxRewrite(topic.Tid,0);
  466. templateBuilder.Append(" <a href="");
  467. templateBuilder.Append(aspxrewriteurl.ToString());
  468. templateBuilder.Append("" target="_blank">");
  469. templateBuilder.Append(topic.Title.ToString().Trim());
  470. templateBuilder.Append("</a>rn");
  471. templateBuilder.Append(" </th>rn");
  472. templateBuilder.Append(" <td>rn");
  473.  aspxrewriteurl = this.ShowForumAspxRewrite(topic.Fid,0);
  474. templateBuilder.Append(" <a href="");
  475. templateBuilder.Append(aspxrewriteurl.ToString());
  476. templateBuilder.Append("">");
  477. templateBuilder.Append(topic.Forumname.ToString().Trim());
  478. templateBuilder.Append("</a>rn");
  479. templateBuilder.Append(" </td>rn");
  480. templateBuilder.Append(" <td class="author">rn");
  481. templateBuilder.Append(" <cite>rn");
  482. if (Utils.StrToInt(topic.Posterid, 0)==-1)
  483. {
  484. templateBuilder.Append(" 游客rn");
  485. }
  486. else
  487. {
  488.  aspxrewriteurl = this.UserInfoAspxRewrite(topic.Posterid);
  489. templateBuilder.Append(" <a href="");
  490. templateBuilder.Append(aspxrewriteurl.ToString());
  491. templateBuilder.Append("">");
  492. templateBuilder.Append(topic.Poster.ToString().Trim());
  493. templateBuilder.Append("</a>rn");
  494. } //end if
  495. templateBuilder.Append("</cite>rn");
  496. templateBuilder.Append(" <em>rn");
  497. templateBuilder.Append(Convert.ToDateTime(topic.Postdatetime).ToString("yyyy.MM.dd HH:mm"));
  498. templateBuilder.Append("</em>rn");
  499. templateBuilder.Append(" </td>rn");
  500. templateBuilder.Append(" <td class="nums">");
  501. templateBuilder.Append(topic.Replies.ToString().Trim());
  502. templateBuilder.Append(" / ");
  503. templateBuilder.Append(topic.Views.ToString().Trim());
  504. templateBuilder.Append("</td>rn");
  505. templateBuilder.Append(" <td class="lastpost">rn");
  506. templateBuilder.Append(" <em><a href="showtopic.aspx?topicid=");
  507. templateBuilder.Append(topic.Tid.ToString().Trim());
  508. templateBuilder.Append("&page=end" target="_blank">rn");
  509. templateBuilder.Append(Convert.ToDateTime(topic.Lastpost).ToString("yyyy.MM.dd HH:mm"));
  510. templateBuilder.Append("</a></em>rn");
  511. templateBuilder.Append(" <cite>byrn");
  512. if (topic.Lastposterid==-1)
  513. {
  514. templateBuilder.Append(" 游客rn");
  515. }
  516. else
  517. {
  518. templateBuilder.Append(" <a href="");
  519. templateBuilder.Append(UserInfoAspxRewrite(topic.Lastposterid).ToString().Trim());
  520. templateBuilder.Append("" target="_blank">");
  521. templateBuilder.Append(topic.Lastposter.ToString().Trim());
  522. templateBuilder.Append("</a>rn");
  523. } //end if
  524. templateBuilder.Append(" </cite>rn");
  525. templateBuilder.Append(" </td>rn");
  526. templateBuilder.Append(" </tr>rn");
  527. templateBuilder.Append(" </tbody>rn");
  528. } //end loop
  529. templateBuilder.Append(" </table> rn");
  530. templateBuilder.Append(" </div>rn");
  531. templateBuilder.Append(" <div class="pages_btns">rn");
  532. templateBuilder.Append(" <div class="pages">rn");
  533. templateBuilder.Append(" <em>");
  534. templateBuilder.Append(pageid.ToString());
  535. templateBuilder.Append("/");
  536. templateBuilder.Append(pagecount.ToString());
  537. templateBuilder.Append("页</em>");
  538. templateBuilder.Append(pagenumbers.ToString());
  539. templateBuilder.Append("rn");
  540. templateBuilder.Append(" </div>rn");
  541. templateBuilder.Append(" </div>rn");
  542. } //end if
  543. }
  544. else if (listtype=="spacepost")
  545. {
  546. if (spacepostcount==0)
  547. {
  548. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  549. templateBuilder.Append("<div class="main">rn");
  550. templateBuilder.Append(" <div class="msgbox">rn");
  551. templateBuilder.Append(" <h1>");
  552. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  553. templateBuilder.Append(" 提示信息</h1>rn");
  554. templateBuilder.Append(" <hr class="solidline"/>rn");
  555. templateBuilder.Append(" <div class="msg_inner">rn");
  556. templateBuilder.Append(" <p>");
  557. templateBuilder.Append(msgbox_text.ToString());
  558. templateBuilder.Append("</p>rn");
  559. if (msgbox_url!="")
  560. {
  561. templateBuilder.Append(" <p><a href="");
  562. templateBuilder.Append(msgbox_url.ToString());
  563. templateBuilder.Append("">如果浏览器没有转向, 请点击这里.</a></p>rn");
  564. } //end if
  565. templateBuilder.Append(" </div>rn");
  566. templateBuilder.Append(" </div>rn");
  567. templateBuilder.Append("</div>rn");
  568. templateBuilder.Append("</div>rn");
  569. }
  570. else
  571. {
  572. templateBuilder.Append(" <div class="threadlist taglist">rn");
  573. templateBuilder.Append(" <table cellSpacing="0" cellPadding="0" summary="日志标签结果">rn");
  574. templateBuilder.Append(" <thead>rn");
  575. templateBuilder.Append(" <tr>rn");
  576. templateBuilder.Append(" <th style="padding:4px 0; text-align:center;">标题</th>rn");
  577. templateBuilder.Append(" <td class="author">作者</td>rn");
  578. templateBuilder.Append(" <td class="nums">回复 / 查看</td>rn");
  579. templateBuilder.Append(" </tr>rn");
  580. templateBuilder.Append(" </thead>rn");
  581. int post__loop__id=0;
  582. foreach(SpacePostInfo post in spacepostlist)
  583. {
  584. post__loop__id++;
  585. templateBuilder.Append(" <tbody>rn");
  586. templateBuilder.Append(" <tr>rn");
  587. templateBuilder.Append(" <th class="subject">rn");
  588. templateBuilder.Append(" <a href="");
  589. templateBuilder.Append(spaceurl.ToString());
  590. templateBuilder.Append("space/viewspacepost.aspx?postid=");
  591. templateBuilder.Append(post.Postid.ToString().Trim());
  592. templateBuilder.Append("" target="_blank">");
  593. templateBuilder.Append(post.Title.ToString().Trim());
  594. templateBuilder.Append("</a>rn");
  595. templateBuilder.Append(" </th>rn");
  596. templateBuilder.Append(" <td class="author">rn");
  597. templateBuilder.Append(" <cite>rn");
  598. if (Utils.StrToInt(post.Uid, 0)==-1)
  599. {
  600. templateBuilder.Append(" 游客rn");
  601. }
  602. else
  603. {
  604.  aspxrewriteurl = this.UserInfoAspxRewrite(post.Uid);
  605. templateBuilder.Append(" <a href="");
  606. templateBuilder.Append(aspxrewriteurl.ToString());
  607. templateBuilder.Append("">");
  608. templateBuilder.Append(post.Author.ToString().Trim());
  609. templateBuilder.Append("</a>rn");
  610. } //end if
  611. templateBuilder.Append("</cite>rn");
  612. templateBuilder.Append(" <em>rn");
  613. templateBuilder.Append(Convert.ToDateTime(post.Postdatetime).ToString("yyyy.MM.dd HH:mm"));
  614. templateBuilder.Append("</em>rn");
  615. templateBuilder.Append(" </td>rn");
  616. templateBuilder.Append(" <td class="nums"><em>");
  617. templateBuilder.Append(post.Commentcount.ToString().Trim());
  618. templateBuilder.Append("</em> / ");
  619. templateBuilder.Append(post.Views.ToString().Trim());
  620. templateBuilder.Append("</td>rn");
  621. templateBuilder.Append(" </tr>rn");
  622. templateBuilder.Append(" </tbody>rn");
  623. } //end loop
  624. templateBuilder.Append(" </table>rn");
  625. templateBuilder.Append(" </div>rn");
  626. templateBuilder.Append(" <div class="pages_btns">rn");
  627. templateBuilder.Append(" <div class="pages">rn");
  628. templateBuilder.Append(" <em>");
  629. templateBuilder.Append(pageid.ToString());
  630. templateBuilder.Append("/");
  631. templateBuilder.Append(pagecount.ToString());
  632. templateBuilder.Append("页</em>");
  633. templateBuilder.Append(pagenumbers.ToString());
  634. templateBuilder.Append("rn");
  635. templateBuilder.Append(" </div>rn");
  636. templateBuilder.Append(" </div>rn");
  637. } //end if
  638. }
  639. else if (listtype=="photo")
  640. {
  641. if (photocount==0)
  642. {
  643. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  644. templateBuilder.Append("<div class="main">rn");
  645. templateBuilder.Append(" <div class="msgbox">rn");
  646. templateBuilder.Append(" <h1>");
  647. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  648. templateBuilder.Append(" 提示信息</h1>rn");
  649. templateBuilder.Append(" <hr class="solidline"/>rn");
  650. templateBuilder.Append(" <div class="msg_inner">rn");
  651. templateBuilder.Append(" <p>");
  652. templateBuilder.Append(msgbox_text.ToString());
  653. templateBuilder.Append("</p>rn");
  654. if (msgbox_url!="")
  655. {
  656. templateBuilder.Append(" <p><a href="");
  657. templateBuilder.Append(msgbox_url.ToString());
  658. templateBuilder.Append("">如果浏览器没有转向, 请点击这里.</a></p>rn");
  659. } //end if
  660. templateBuilder.Append(" </div>rn");
  661. templateBuilder.Append(" </div>rn");
  662. templateBuilder.Append("</div>rn");
  663. templateBuilder.Append("</div>rn");
  664. }
  665. else
  666. {
  667. templateBuilder.Append(" <div class="albumbox">rn");
  668. templateBuilder.Append(" <table cellSpacing="0" cellPadding="0" summary="相册标签结果">rn");
  669. int photoindex = 1;
  670. int photo__loop__id=0;
  671. foreach(PhotoInfo photo in photolist)
  672. {
  673. photo__loop__id++;
  674. if (photoindex==1)
  675. {
  676. templateBuilder.Append(" <tr>rn");
  677. } //end if
  678. templateBuilder.Append(" <td style="width:25%; text-align:center;">rn");
  679. templateBuilder.Append(" <div>rn");
  680. templateBuilder.Append(" <a href="");
  681. templateBuilder.Append(albumurl.ToString());
  682. templateBuilder.Append("showphoto.aspx?photoid=");
  683. templateBuilder.Append(photo.Photoid.ToString().Trim());
  684. templateBuilder.Append(""><img src="");
  685. templateBuilder.Append(photo.Filename.ToString().Trim());
  686. templateBuilder.Append("" alt="");
  687. templateBuilder.Append(photo.Title.ToString().Trim());
  688. templateBuilder.Append("" title="");
  689. templateBuilder.Append(photo.Title.ToString().Trim());
  690. templateBuilder.Append("" /></a>rn");
  691. templateBuilder.Append(" </div>rn");
  692. templateBuilder.Append(" <p>rn");
  693. templateBuilder.Append(" <script language="javascript" type="text/javascript">rn");
  694. templateBuilder.Append(" ShowFormatBytesStr(");
  695. templateBuilder.Append(photo.Filesize.ToString().Trim());
  696. templateBuilder.Append(");rn");
  697. templateBuilder.Append(" </");
  698. templateBuilder.Append("script>rn");
  699. templateBuilder.Append(" </p>rn");
  700. templateBuilder.Append(" <p><a href="");
  701. templateBuilder.Append(albumurl.ToString());
  702. templateBuilder.Append("showphoto.aspx?photoid=");
  703. templateBuilder.Append(photo.Photoid.ToString().Trim());
  704. templateBuilder.Append("">");
  705. templateBuilder.Append(photo.Title.ToString().Trim());
  706. templateBuilder.Append("</a></p>rn");
  707. templateBuilder.Append(" </td> rn");
  708. if (photoindex==4)
  709. {
  710. templateBuilder.Append(" </tr>rn");
  711.  photoindex = 1;
  712. }
  713. else
  714. {
  715.  photoindex = photoindex+1;
  716. } //end if
  717. } //end loop
  718. templateBuilder.Append(" </table>rn");
  719. templateBuilder.Append(" </div>rn");
  720. templateBuilder.Append(" <div class="pages_btns">rn");
  721. templateBuilder.Append(" <div class="pages">rn");
  722. templateBuilder.Append(" <em>");
  723. templateBuilder.Append(pageid.ToString());
  724. templateBuilder.Append("/");
  725. templateBuilder.Append(pagecount.ToString());
  726. templateBuilder.Append("页</em>");
  727. templateBuilder.Append(pagenumbers.ToString());
  728. templateBuilder.Append("rn");
  729. templateBuilder.Append(" </div>rn");
  730. templateBuilder.Append(" </div>rn");
  731. } //end if
  732. }
  733. else if (listtype=="mall")
  734. {
  735. if (goodscount==0)
  736. {
  737. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  738. templateBuilder.Append("<div class="main">rn");
  739. templateBuilder.Append(" <div class="msgbox">rn");
  740. templateBuilder.Append(" <h1>");
  741. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  742. templateBuilder.Append(" 提示信息</h1>rn");
  743. templateBuilder.Append(" <hr class="solidline"/>rn");
  744. templateBuilder.Append(" <div class="msg_inner">rn");
  745. templateBuilder.Append(" <p>");
  746. templateBuilder.Append(msgbox_text.ToString());
  747. templateBuilder.Append("</p>rn");
  748. if (msgbox_url!="")
  749. {
  750. templateBuilder.Append(" <p><a href="");
  751. templateBuilder.Append(msgbox_url.ToString());
  752. templateBuilder.Append("">如果浏览器没有转向, 请点击这里.</a></p>rn");
  753. } //end if
  754. templateBuilder.Append(" </div>rn");
  755. templateBuilder.Append(" </div>rn");
  756. templateBuilder.Append("</div>rn");
  757. templateBuilder.Append("</div>rn");
  758. }
  759. else
  760. {
  761. templateBuilder.Append(" <div class="mallbox">rn");
  762. templateBuilder.Append(" <table cellSpacing="0" cellPadding="0" summary="商品标签结果">rn");
  763. templateBuilder.Append(" <thead>rn");
  764. templateBuilder.Append(" <tr>rn");
  765. templateBuilder.Append(" <th>&nbsp;</th>rn");
  766. templateBuilder.Append(" <th>商品名称/卖家</th>rn");
  767. templateBuilder.Append(" <th>价格</th>rn");
  768. templateBuilder.Append(" <th>运费</th>rn");
  769. templateBuilder.Append(" <th>所在地</th>rn");
  770. templateBuilder.Append(" <th>截至日期</th>rn");
  771. templateBuilder.Append(" </tr>rn");
  772. templateBuilder.Append(" </thead>rn");
  773. int goodsinfo__loop__id=0;
  774. foreach(Goodsinfo goodsinfo in goodslist)
  775. {
  776. goodsinfo__loop__id++;
  777. templateBuilder.Append(" <tbody>rn");
  778. templateBuilder.Append(" <tr>rn");
  779.  aspxrewriteurl = this.ShowGoodsAspxRewrite(goodsinfo.Goodsid);
  780. templateBuilder.Append(" <td class="shoppicture">rn");
  781. templateBuilder.Append("  <a href="");
  782. templateBuilder.Append(aspxrewriteurl.ToString());
  783. templateBuilder.Append("" target="_blank">rn");
  784. if (goodsinfo.Goodspic=="")
  785. {
  786. templateBuilder.Append(" <img width="80" src="templates/");
  787. templateBuilder.Append(templatepath.ToString());
  788. templateBuilder.Append("/images/NoPhoto.jpg" onerror="this.onerror=null;this.src='");
  789. templateBuilder.Append(goodsinfo.Goodspic.ToString().Trim());
  790. templateBuilder.Append("';"  title="");
  791. templateBuilder.Append(goodsinfo.Title.ToString().Trim());
  792. templateBuilder.Append("">rn");
  793. }
  794. else
  795. {
  796. templateBuilder.Append(" <img width="80" src="upload/");
  797. templateBuilder.Append(goodsinfo.Goodspic.ToString().Trim());
  798. templateBuilder.Append("" onerror="this.onerror=null;this.src='");
  799. templateBuilder.Append(goodsinfo.Goodspic.ToString().Trim());
  800. templateBuilder.Append("';"  title="");
  801. templateBuilder.Append(goodsinfo.Title.ToString().Trim());
  802. templateBuilder.Append("">rn");
  803. } //end if
  804. templateBuilder.Append(" </a>rn");
  805. templateBuilder.Append(" </td>         rn");
  806. templateBuilder.Append(" <th>rn");
  807. templateBuilder.Append(" <h3><a href="");
  808. templateBuilder.Append(aspxrewriteurl.ToString());
  809. templateBuilder.Append("" target="_blank">");
  810. templateBuilder.Append(goodsinfo.Htmltitle.ToString().Trim());
  811. templateBuilder.Append("</a></h3>rn");
  812. templateBuilder.Append(" <p>卖家:rn");
  813.  aspxrewriteurl = this.UserInfoAspxRewrite(goodsinfo.Selleruid);
  814. templateBuilder.Append(" <a href="");
  815. templateBuilder.Append(aspxrewriteurl.ToString());
  816. templateBuilder.Append("" target="_blank">");
  817. templateBuilder.Append(goodsinfo.Seller.ToString().Trim());
  818. templateBuilder.Append("</a></p>rn");
  819. templateBuilder.Append(" <p><a class="submitbutton" href="usercppostpm.aspx?msgtoid=");
  820. templateBuilder.Append(goodsinfo.Selleruid.ToString().Trim());
  821. templateBuilder.Append("" onclick="floatwin('open_postpm', this.href, 600, 410, '600,0');doane(event);" target="_blank">给我留言</a> <a class="selectall" href="favorites.aspx?goodsid=");
  822. templateBuilder.Append(goodsinfo.Goodsid.ToString().Trim());
  823. templateBuilder.Append("">收藏</a></p>rn");
  824. templateBuilder.Append(" </th>rn");
  825. templateBuilder.Append(" <td><p class="price">");
  826. templateBuilder.Append(goodsinfo.Price.ToString().Trim());
  827. templateBuilder.Append("</p></td>rn");
  828. templateBuilder.Append(" <td>");
  829. templateBuilder.Append(goodsinfo.Ordinaryfee.ToString().Trim());
  830. templateBuilder.Append("</td>rn");
  831. templateBuilder.Append(" <td>");
  832. templateBuilder.Append(goodsinfo.Locus.ToString().Trim());
  833. templateBuilder.Append("</td>rn");
  834. templateBuilder.Append(" <td>");
  835. templateBuilder.Append(goodsinfo.Expiration.ToString().Trim());
  836. templateBuilder.Append("</td>rn");
  837. templateBuilder.Append(" </tr>rn");
  838. templateBuilder.Append(" </tbody>rn");
  839. } //end loop
  840. templateBuilder.Append(" </table> rn");
  841. templateBuilder.Append(" </div>rn");
  842. templateBuilder.Append(" <div class="pages_btns">rn");
  843. templateBuilder.Append(" <div class="pages">rn");
  844. templateBuilder.Append(" <em>");
  845. templateBuilder.Append(pageid.ToString());
  846. templateBuilder.Append("/");
  847. templateBuilder.Append(pagecount.ToString());
  848. templateBuilder.Append("页</em>");
  849. templateBuilder.Append(pagenumbers.ToString());
  850. templateBuilder.Append("rn");
  851. templateBuilder.Append(" </div>rn");
  852. templateBuilder.Append(" </div>rn");
  853. } //end if
  854. } //end if
  855. }
  856. else
  857. {
  858. templateBuilder.Append(" <script type="text/javascript" src="cache/tag/closedtags.txt"></");
  859. templateBuilder.Append("script>rn");
  860. templateBuilder.Append(" <script type="text/javascript" src="cache/tag/colorfultags.txt"></");
  861. templateBuilder.Append("script>rn");
  862. templateBuilder.Append(" <script type="text/javascript" src="javascript/template_showtopic.js"></");
  863. templateBuilder.Append("script> rn");
  864. templateBuilder.Append(" <script type="text/javascript" src="javascript/template_tags.js"></");
  865. templateBuilder.Append("script> rn");
  866. templateBuilder.Append(" <script type="text/javascript" src="javascript/ajax.js"></");
  867. templateBuilder.Append("script>rn");
  868. templateBuilder.Append(" <h3>论坛热门标签</h3>rn");
  869. templateBuilder.Append(" <hr class="solidline"/>rn");
  870. templateBuilder.Append(" <ul id="forumhottags" class="taglist">rn");
  871. int tag__loop__id=0;
  872. foreach(TagInfo tag in taglist)
  873. {
  874. tag__loop__id++;
  875. templateBuilder.Append(" <li><a rn");
  876. if (config.Aspxrewrite==1)
  877. {
  878. templateBuilder.Append(" href="topictag-");
  879. templateBuilder.Append(tag.Tagid.ToString().Trim());
  880. templateBuilder.Append(".aspx" rn");
  881. }
  882. else
  883. {
  884. templateBuilder.Append(" href="tags.aspx?t=topic&tagid=");
  885. templateBuilder.Append(tag.Tagid.ToString().Trim());
  886. templateBuilder.Append("" rn");
  887. } //end if
  888. if (tag.Color!="")
  889. {
  890. templateBuilder.Append(" style="color: #");
  891. templateBuilder.Append(tag.Color.ToString().Trim());
  892. templateBuilder.Append(";"rn");
  893. } //end if
  894. templateBuilder.Append(" title="");
  895. templateBuilder.Append(tag.Fcount.ToString().Trim());
  896. templateBuilder.Append("">");
  897. templateBuilder.Append(tag.Tagname.ToString().Trim());
  898. templateBuilder.Append("</a></li>rn");
  899. } //end loop
  900. templateBuilder.Append(" </ul>rn");
  901. if (config.Enablespace==1)
  902. {
  903. templateBuilder.Append(" <h3>空间热门标签</h3>rn");
  904. templateBuilder.Append(" <hr class="solidline"/>rn");
  905. templateBuilder.Append(" <ul id="spacehottags" class="taglist"><script type="text/javascript" src="cache/hottags_space_cache_jsonp.txt" onerror="this.onerror=null;getajaxspacehottags();"></");
  906. templateBuilder.Append("script></ul>rn");
  907. } //end if
  908. if (config.Enablealbum==1)
  909. {
  910. templateBuilder.Append(" <h3>图片热门标签</h3>rn");
  911. templateBuilder.Append(" <hr class="solidline"/>rn");
  912. templateBuilder.Append(" <ul id="photohottags" class="taglist"><script type="text/javascript" src="cache/hottags_photo_cache_jsonp.txt" onerror="this.onerror=null;getajaxphotohottags();"></");
  913. templateBuilder.Append("script></ul>rn");
  914. } //end if
  915. if (config.Enablemall==1)
  916. {
  917. templateBuilder.Append(" <h3>商城热门标签</h3>rn");
  918. templateBuilder.Append(" <hr class="solidline"/>rn");
  919. templateBuilder.Append(" <ul id="mallhottags" class="taglist"><script type="text/javascript" src="cache/hottags_mall_cache_jsonp.txt" onerror="this.onerror=null;getajaxmallhottags();"></");
  920. templateBuilder.Append("script></ul>rn");
  921. } //end if
  922. } //end if
  923. templateBuilder.Append("</div>rn");
  924. }
  925. else
  926. {
  927. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  928. templateBuilder.Append("<div class="main">rn");
  929. templateBuilder.Append(" <div class="msgbox">rn");
  930. templateBuilder.Append(" <h1>出现了");
  931. templateBuilder.Append(page_err.ToString());
  932. templateBuilder.Append("个错误</h1>rn");
  933. templateBuilder.Append(" <hr class="solidline"/>rn");
  934. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  935. templateBuilder.Append(" <p>");
  936. templateBuilder.Append(msgbox_text.ToString());
  937. templateBuilder.Append("</p>rn");
  938. templateBuilder.Append(" <p class="errorback">rn");
  939. templateBuilder.Append(" <script type="text/javascript">rn");
  940. templateBuilder.Append(" if(");
  941. templateBuilder.Append(msgbox_showbacklink.ToString());
  942. templateBuilder.Append(")rn");
  943. templateBuilder.Append(" {rn");
  944. templateBuilder.Append(" document.write("<a href=\"");
  945. templateBuilder.Append(msgbox_backlink.ToString());
  946. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|&nbsp; &nbsp  ");rn");
  947. templateBuilder.Append(" }rn");
  948. templateBuilder.Append(" </");
  949. templateBuilder.Append("script>rn");
  950. templateBuilder.Append(" <a href="forumindex.aspx">论坛首页</a>rn");
  951. if (usergroupid==7)
  952. {
  953. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  954. } //end if
  955. templateBuilder.Append(" </p>rn");
  956. templateBuilder.Append(" </div>rn");
  957. templateBuilder.Append(" </div>rn");
  958. templateBuilder.Append("</div>rn");
  959. templateBuilder.Append("</div>rn");
  960. } //end if
  961. templateBuilder.Append("</div>rn");
  962. if (infloat!=1)
  963. {
  964. if (pagename=="website.aspx")
  965. {
  966. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  967. }
  968. else if (footerad!="")
  969. {
  970. templateBuilder.Append("     <div id="ad_footerbanner">");
  971. templateBuilder.Append(footerad.ToString());
  972. templateBuilder.Append("</div>   rn");
  973. } //end if
  974. if (headerad!="")
  975. {
  976. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  977. templateBuilder.Append(headerad.ToString());
  978. templateBuilder.Append("</div>rn");
  979. templateBuilder.Append("<script type="text/javascript">rn");
  980. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  981. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  982. templateBuilder.Append("</");
  983. templateBuilder.Append("script>rn");
  984. } //end if
  985. templateBuilder.Append("<div id="footer">rn");
  986. templateBuilder.Append(" <div class="wrap">rn");
  987. templateBuilder.Append(" <div id="footlinks">rn");
  988. templateBuilder.Append(" <p><a href="");
  989. templateBuilder.Append(config.Weburl.ToString().Trim());
  990. templateBuilder.Append("" target="_blank">");
  991. templateBuilder.Append(config.Webtitle.ToString().Trim());
  992. templateBuilder.Append("</a> - ");
  993. templateBuilder.Append(config.Linktext.ToString().Trim());
  994. templateBuilder.Append(" - <a target="_blank" href="");
  995. templateBuilder.Append(forumurl.ToString());
  996. templateBuilder.Append("stats.aspx">统计</a> - rn");
  997. if (config.Sitemapstatus==1)
  998. {
  999. templateBuilder.Append("&nbsp;<a href="");
  1000. templateBuilder.Append(forumurl.ToString());
  1001. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  1002. } //end if
  1003. templateBuilder.Append(" ");
  1004. templateBuilder.Append(config.Statcode.ToString().Trim());
  1005. templateBuilder.Append(config.Icp.ToString().Trim());
  1006. templateBuilder.Append("rn");
  1007. templateBuilder.Append(" </p>rn");
  1008. templateBuilder.Append(" <div>rn");
  1009. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  1010. templateBuilder.Append(" - <a href="");
  1011. templateBuilder.Append(forumurl.ToString());
  1012. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  1013. if (config.Stylejump==1)
  1014. {
  1015. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  1016. {
  1017. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  1018. templateBuilder.Append(forumurl.ToString());
  1019. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  1020. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  1021. templateBuilder.Append(" ");
  1022. templateBuilder.Append(templatelistboxoptions.ToString());
  1023. templateBuilder.Append("rn");
  1024. templateBuilder.Append(" </ul>rn");
  1025. } //end if
  1026. } //end if
  1027. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  1028. templateBuilder.Append(" </div>rn");
  1029. templateBuilder.Append(" </div>rn");
  1030. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  1031. templateBuilder.Append(forumurl.ToString());
  1032. templateBuilder.Append("templates/");
  1033. templateBuilder.Append(templatepath.ToString());
  1034. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  1035. templateBuilder.Append(" <p id="copyright">rn");
  1036. 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");
  1037. if (config.Licensed==1)
  1038. {
  1039. 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");
  1040. } //end if
  1041. templateBuilder.Append(" ");
  1042. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  1043. templateBuilder.Append("rn");
  1044. templateBuilder.Append(" </p>rn");
  1045. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  1046. if (config.Debug!=0)
  1047. {
  1048. templateBuilder.Append(" Processed in ");
  1049. templateBuilder.Append(this.Processtime.ToString().Trim());
  1050. templateBuilder.Append(" second(s)rn");
  1051. if (isguestcachepage==1)
  1052. {
  1053. templateBuilder.Append(" (Cached).rn");
  1054. }
  1055. else if (querycount>1)
  1056. {
  1057. templateBuilder.Append("  , ");
  1058. templateBuilder.Append(querycount.ToString());
  1059. templateBuilder.Append(" queries.rn");
  1060. }
  1061. else
  1062. {
  1063. templateBuilder.Append("  , ");
  1064. templateBuilder.Append(querycount.ToString());
  1065. templateBuilder.Append(" query.rn");
  1066. } //end if
  1067. } //end if
  1068. templateBuilder.Append(" </p>rn");
  1069. templateBuilder.Append(" </div>rn");
  1070. templateBuilder.Append("</div>rn");
  1071. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  1072. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  1073. if (config.Enablespace==1)
  1074. {
  1075. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  1076. } //end if
  1077. if (config.Enablealbum==1)
  1078. {
  1079. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  1080. } //end if
  1081. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  1082. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  1083. templateBuilder.Append("</ul>rn");
  1084. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  1085. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  1086. templateBuilder.Append(useravatar.ToString());
  1087. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  1088. templateBuilder.Append(templatepath.ToString());
  1089. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  1090.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  1091. templateBuilder.Append(" <li class="popuser"><a href="");
  1092. templateBuilder.Append(forumurl.ToString());
  1093. templateBuilder.Append(aspxrewriteurl.ToString());
  1094. templateBuilder.Append("">我的资料</a></li>rn");
  1095. if (config.Enablespace==1)
  1096. {
  1097. templateBuilder.Append(" <li class="poplink"><a href="");
  1098. templateBuilder.Append(forumurl.ToString());
  1099. templateBuilder.Append(spaceurl.ToString());
  1100. templateBuilder.Append("space/">我的空间</a></li>rn");
  1101. } //end if
  1102. templateBuilder.Append("</ul>rn");
  1103. int prentid__loop__id=0;
  1104. foreach(string prentid in mainnavigationhassub)
  1105. {
  1106. prentid__loop__id++;
  1107. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  1108. templateBuilder.Append(prentid.ToString());
  1109. templateBuilder.Append("_menu" style="display: none">rn");
  1110. int subnav__loop__id=0;
  1111. foreach(DataRow subnav in subnavigation.Rows)
  1112. {
  1113. subnav__loop__id++;
  1114. bool isoutput = false;
  1115. if (subnav["parentid"].ToString().Trim()==prentid)
  1116. {
  1117. if (subnav["level"].ToString().Trim()=="0")
  1118. {
  1119.  isoutput = true;
  1120. }
  1121. else
  1122. {
  1123. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  1124. {
  1125.  isoutput = true;
  1126. }
  1127. else
  1128. {
  1129. bool leveluseradmindi = true;
  1130.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  1131. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  1132. {
  1133.  isoutput = true;
  1134. } //end if
  1135. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  1136. {
  1137.  isoutput = true;
  1138. } //end if
  1139. } //end if
  1140. } //end if
  1141. } //end if
  1142. if (isoutput)
  1143. {
  1144. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  1145. {
  1146. if (config.Statstatus==1)
  1147. {
  1148. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  1149. continue;
  1150. }
  1151. else
  1152. {
  1153. continue;
  1154. } //end if
  1155. } //end if
  1156. if (subnav["id"].ToString().Trim()=="18")
  1157. {
  1158. if (config.Oltimespan>0)
  1159. {
  1160. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1161. continue;
  1162. }
  1163. else
  1164. {
  1165. continue;
  1166. } //end if
  1167. } //end if
  1168. if (subnav["id"].ToString().Trim()=="24")
  1169. {
  1170. if (config.Enablespace==1)
  1171. {
  1172. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1173. continue;
  1174. }
  1175. else
  1176. {
  1177. continue;
  1178. } //end if
  1179. } //end if
  1180. if (subnav["id"].ToString().Trim()=="25")
  1181. {
  1182. if (config.Enablealbum==1)
  1183. {
  1184. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1185. continue;
  1186. }
  1187. else
  1188. {
  1189. continue;
  1190. } //end if
  1191. } //end if
  1192. if (subnav["id"].ToString().Trim()=="26")
  1193. {
  1194. if (config.Enablemall>=1)
  1195. {
  1196. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1197. continue;
  1198. }
  1199. else
  1200. {
  1201. continue;
  1202. } //end if
  1203. } //end if
  1204. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1205. } //end if
  1206. } //end loop
  1207. templateBuilder.Append("</ul>rn");
  1208. } //end loop
  1209. templateBuilder.Append("</body>rn");
  1210. templateBuilder.Append("</html>rn");
  1211. }
  1212. else
  1213. {
  1214. templateBuilder.Append("]]></root>rn");
  1215. } //end if
  1216. Response.Write(templateBuilder.ToString());
  1217. }
  1218. </script>