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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.forumindex" %>
  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:59.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:59. 
  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 postminchars = parseInt(");
  282. templateBuilder.Append(config.Minpostsize.ToString().Trim());
  283. templateBuilder.Append(");rn");
  284. templateBuilder.Append("var postmaxchars = parseInt(");
  285. templateBuilder.Append(config.Maxpostsize.ToString().Trim());
  286. templateBuilder.Append(");rn");
  287. templateBuilder.Append("var disablepostctrl = parseInt(");
  288. templateBuilder.Append(disablepostctrl.ToString());
  289. templateBuilder.Append(");rn");
  290. templateBuilder.Append("</");
  291. templateBuilder.Append("script>rn");
  292. templateBuilder.Append("<div id="nav">rn");
  293. templateBuilder.Append(" <div class="wrap s_clear">rn");
  294. templateBuilder.Append(" <span class="right">rn");
  295. if (config.Regstatus==2||config.Regstatus==3)
  296. {
  297. if (userid>0)
  298. {
  299. templateBuilder.Append("     <a href="invite.aspx">邀请</a>rn");
  300. } //end if
  301. } //end if
  302. templateBuilder.Append(" <a href="showtopiclist.aspx?type=newtopic">查看新帖</a>rn");
  303. templateBuilder.Append(" <a href="showtopiclist.aspx?type=digest&amp;forums=all">精华区</a>rn");
  304. if (config.Rssstatus!=0)
  305. {
  306. templateBuilder.Append(" <a href="tools/rss.aspx" target="_blank"><img src="templates/");
  307. templateBuilder.Append(templatepath.ToString());
  308. templateBuilder.Append("/images/icon_feed.gif" alt="rss"/></a>rn");
  309. } //end if
  310. templateBuilder.Append(" </span>rn");
  311. if (config.Isframeshow!=0)
  312. {
  313. templateBuilder.Append(" <script type="text/javascript">rn");
  314. templateBuilder.Append(" if(top == self) {rn");
  315. templateBuilder.Append(" document.write('<a href="");
  316. templateBuilder.Append(forumurl.ToString());
  317. templateBuilder.Append("frame.aspx?f=1" target="_top" class="frameswitch">分栏模式<\/a>');rn");
  318. templateBuilder.Append(" }rn");
  319. templateBuilder.Append(" </");
  320. templateBuilder.Append("script>rn");
  321. } //end if
  322. templateBuilder.Append(" <a id="forumlist" href="");
  323. templateBuilder.Append(forumpath.ToString());
  324. templateBuilder.Append("" rn");
  325. if (config.Forumjump==1)
  326. {
  327. templateBuilder.Append("onmouseover="showMenu(this.id);" onmouseout="showMenu(this.id);"rn");
  328. } //end if
  329. templateBuilder.Append(" class="title">");
  330. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  331. templateBuilder.Append("</a> &raquo; 首页rn");
  332. templateBuilder.Append(" </div>rn");
  333. templateBuilder.Append("</div>rn");
  334. if (pagewordad.Length>0)
  335. {
  336. templateBuilder.Append("<div id="ad_text" class="ad_text sclear">rn");
  337. templateBuilder.Append(" <table cellspacing="1" cellpadding="0" width="100%" summary="text ad">rn");
  338. templateBuilder.Append(" <tbody>rn");
  339. templateBuilder.Append(" <tr>rn");
  340. int adindex = 0;
  341. int pageword__loop__id=0;
  342. foreach(string pageword in pagewordad)
  343. {
  344. pageword__loop__id++;
  345. if (adindex<4)
  346. {
  347. templateBuilder.Append(" <td>");
  348. templateBuilder.Append(pageword.ToString());
  349. templateBuilder.Append("</td>rn");
  350.  adindex = adindex+1;
  351. }
  352. else
  353. {
  354. templateBuilder.Append(" </tr><tr>rn");
  355. templateBuilder.Append(" <td>");
  356. templateBuilder.Append(pageword.ToString());
  357. templateBuilder.Append("</td>rn");
  358.  adindex = 1;
  359. } //end if
  360. } //end loop
  361. if (pagewordad.Length%4>0)
  362. {
  363. for (int j = 0; j < (4 - pagewordad.Length % 4); j++)
  364. {
  365. templateBuilder.Append(" <td>&nbsp;</td>rn");
  366. }
  367. } //end if
  368. templateBuilder.Append(" </tr>rn");
  369. templateBuilder.Append(" </tbody>rn");
  370. templateBuilder.Append(" </table>rn");
  371. templateBuilder.Append("</div>rn");
  372. } //end if
  373. templateBuilder.Append("<div class="wrap s_clear forum" id="wrap">rn");
  374. templateBuilder.Append("<div class="main" >rn");
  375. templateBuilder.Append(" <script type="text/javascript" src="javascript/post.js"></");
  376. templateBuilder.Append("script>rn");
  377. templateBuilder.Append(" <script type="text/javascript" src="javascript/template_forumindexquickpost.js"></");
  378. templateBuilder.Append("script>rn");
  379. templateBuilder.Append(" <script type="text/javascript" src="javascript/template_showforum.js"></");
  380. templateBuilder.Append("script>rn");
  381. if (userid>0)
  382. {
  383. if (config.Allwoforumindexpost==1 && Forums.GetLastPostedForum()!=null)
  384. {
  385. templateBuilder.Append(" <script type="text/javascript">rn");
  386. templateBuilder.Append(" var templatepath = "");
  387. templateBuilder.Append(templatepath.ToString());
  388. templateBuilder.Append("";rn");
  389. templateBuilder.Append(" var postbytopictype=");
  390. templateBuilder.Append(Forums.GetLastPostedForum().Postbytopictype.ToString().Trim());
  391. templateBuilder.Append(";rn");
  392. templateBuilder.Append(" var topictypes='");
  393. templateBuilder.Append(Forums.GetLastPostedForum().Topictypes.ToString().Trim());
  394. templateBuilder.Append("';rn");
  395. templateBuilder.Append(" var lastpostforumhtml='您将要在<a id="userselectforum" href="javascript:void(0)" onmouseover="showMenu(this.id)" class="drop">");
  396. templateBuilder.Append(Forums.GetLastPostedForum().Name.ToString().Trim());
  397. templateBuilder.Append("<\/a>发帖'rn");
  398. templateBuilder.Append(" </");
  399. templateBuilder.Append("script>rn");
  400. templateBuilder.Append(" <form  name="postform" id="postform" enctype="multipart/form-data" action="">rn");
  401. templateBuilder.Append(" <input name="forumid" id="forumid" type="hidden" value="");
  402. templateBuilder.Append(Forums.GetLastPostedForum().Fid.ToString().Trim());
  403. templateBuilder.Append("" />rn");
  404. templateBuilder.Append(" <input name="forumname" id="forumname" type="hidden" value="");
  405. templateBuilder.Append(Forums.GetLastPostedForum().Name.ToString().Trim());
  406. templateBuilder.Append("" />rn");
  407. templateBuilder.Append(" <input type="hidden" value="1" name="parseurloff" id="parseurloff"/>rn");
  408. templateBuilder.Append(" <div id="fastpost" class="s_clear" style="position:relative;">rn");
  409. templateBuilder.Append(" <dl class="s_clear">rn");
  410. templateBuilder.Append(" <dt id="loginorreg"></dt>rn");
  411. templateBuilder.Append(" <dd><em id="returnmessage"></em></dd>rn");
  412. templateBuilder.Append(" <dd id="quickmessage" style="padding-top:8px;"><textarea style="height:20px;overflow-y:auto;overflow-x:hidden;" wrap="virtual" class="txtarea" tabindex="2" id="message" name="message" cols="110" rows="1" onfocus="textareafocus(this,1)"></textarea>rn");
  413. templateBuilder.Append(" <button value="true" id="postsubmit" name="topicsubmit" type="button" class="postsubmit" onclick="ajaxposttopic(postbytopictype,topictypes)">发帖</button>rn");
  414. templateBuilder.Append(" </dd>rn");
  415. templateBuilder.Append("     <dd style="display:none;position: relative;" id="vcodediv" >rn");
  416. if (isseccode)
  417. {
  418. templateBuilder.Append("验证码:rn");
  419. templateBuilder.Append("<div id="vcode_temp"></div>rn");
  420. templateBuilder.Append("<script type="text/javascript" reload="1">rn");
  421. templateBuilder.Append(" var infloat = ");
  422. templateBuilder.Append(infloat.ToString());
  423. templateBuilder.Append(";rn");
  424. templateBuilder.Append(" if (typeof vcodeimgid == 'undefined'){rn");
  425. templateBuilder.Append(" var vcodeimgid = 1;rn");
  426. templateBuilder.Append(" }rn");
  427. templateBuilder.Append(" elsern");
  428. templateBuilder.Append("     vcodeimgid++;rn");
  429. 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");
  430. 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="");
  431. templateBuilder.Append(rooturl.ToString());
  432. templateBuilder.Append("tools/VerifyImagePage.aspx?time=");
  433. templateBuilder.Append(Processtime.ToString());
  434. templateBuilder.Append("" class="cursor" id="vcodeimg' + vcodeimgid + '" onclick="this.src=\'");
  435. templateBuilder.Append(rooturl.ToString());
  436. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  437. templateBuilder.Append(olid.ToString());
  438. templateBuilder.Append("&time=\' + Math.random();"/></div>';rn");
  439. templateBuilder.Append(" function changevcode(form, value){rn");
  440. templateBuilder.Append(" if (!$('vcode')){rn");
  441. templateBuilder.Append(" var vcode = document.createElement('input');rn");
  442. templateBuilder.Append(" vcode.id = 'vcode';rn");
  443. templateBuilder.Append(" vcode.name = 'vcode';rn");
  444. templateBuilder.Append(" vcode.type = 'hidden';rn");
  445. templateBuilder.Append(" vcode.value = value;rn");
  446. templateBuilder.Append(" form.appendChild(vcode);rn");
  447. templateBuilder.Append(" }else{rn");
  448. templateBuilder.Append(" $('vcode').value = value;rn");
  449. templateBuilder.Append(" }rn");
  450. templateBuilder.Append(" }rn");
  451. templateBuilder.Append("</");
  452. templateBuilder.Append("script>rn");
  453. templateBuilder.Append("<script type="text/javascript">rn");
  454. templateBuilder.Append("var secclick = new Array();rn");
  455. templateBuilder.Append("var seccodefocus = 0;rn");
  456. templateBuilder.Append("function opensecwin(id,type) {rn");
  457. templateBuilder.Append(" if($('vcode')){rn");
  458. templateBuilder.Append(" $('vcode').parentNode.removeChild($('vcode'));}rn");
  459. templateBuilder.Append(" if (!secclick['vcodetext' + id]) {rn");
  460. templateBuilder.Append("     $('vcodetext' + id).value = '';rn");
  461. templateBuilder.Append("     secclick['vcodetext' + id] = 1;rn");
  462. templateBuilder.Append("     if(type)rn");
  463. templateBuilder.Append("         $('vcodetext' + id + '_menu').style.top = parseInt($('vcodetext' + id + '_menu').style.top) - parseInt($('vcodetext' + id + '_menu').style.height) + 'px';rn");
  464. templateBuilder.Append(" }rn");
  465. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.position = 'absolute';rn");
  466. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.top = (-parseInt($('vcodetext' + id + '_menu').style.height) - 2) + 'px';rn");
  467. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.left = '0px';rn");
  468. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.display = '';rn");
  469. templateBuilder.Append(" $('vcodetext' + id).focus();rn");
  470. templateBuilder.Append(" $('vcodetext' + id).unselectable = 'off';rn");
  471. templateBuilder.Append(" $('vcodeimg' + id).src = '");
  472. templateBuilder.Append(rooturl.ToString());
  473. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  474. templateBuilder.Append(olid.ToString());
  475. templateBuilder.Append("&time=' + Math.random();rn");
  476. templateBuilder.Append("}rn");
  477. templateBuilder.Append("</");
  478. templateBuilder.Append("script>rn");
  479. } //end if
  480. templateBuilder.Append("</dd>rn");
  481. templateBuilder.Append(" </dl>rn");
  482. templateBuilder.Append(" <script type="text/javascript">$('loginorreg').innerHTML=lastpostforumhtml;</");
  483. templateBuilder.Append("script>rn");
  484. templateBuilder.Append(" </div>rn");
  485. templateBuilder.Append("    <div id="userselectforum_menu"  class="popupmenu_popup" style="display:none">rn");
  486. templateBuilder.Append(" <ul>rn");
  487. int simpleforuminfo__loop__id=0;
  488. foreach(SimpleForumInfo simpleforuminfo in Forums.GetVisitedForums())
  489. {
  490. simpleforuminfo__loop__id++;
  491. templateBuilder.Append(" <li>rn");
  492. templateBuilder.Append(" <a href="javascript:void(0)" onClick="chooseforums('");
  493. templateBuilder.Append(simpleforuminfo.Name.ToString().Trim());
  494. templateBuilder.Append("',");
  495. templateBuilder.Append(simpleforuminfo.Fid.ToString().Trim());
  496. templateBuilder.Append(",");
  497. templateBuilder.Append(simpleforuminfo.Postbytopictype.ToString().Trim());
  498. templateBuilder.Append(",'");
  499. templateBuilder.Append(simpleforuminfo.Topictypes.ToString().Trim());
  500. templateBuilder.Append("')">");
  501. templateBuilder.Append(simpleforuminfo.Name.ToString().Trim());
  502. templateBuilder.Append("</a><a href="");
  503. templateBuilder.Append(simpleforuminfo.Url.ToString().Trim());
  504. templateBuilder.Append("" target="_blank"><img src="templates/");
  505. templateBuilder.Append(templatepath.ToString());
  506. templateBuilder.Append("/images/external.png" style="margin-left:5px"/></a>rn");
  507. templateBuilder.Append(" </li>rn");
  508. } //end loop
  509. templateBuilder.Append(" </ul>rn");
  510. templateBuilder.Append(" </div> rn");
  511. templateBuilder.Append(" <script language="javascript" type="text/javascript" >    rn");
  512. templateBuilder.Append(" var pathlist=new Array();rn");
  513. templateBuilder.Append(" var allowedittitle=true;rn");
  514. templateBuilder.Append(" //var ismeesageopen=false;rn");
  515. templateBuilder.Append(" var postminchars = parseInt(");
  516. templateBuilder.Append(config.Minpostsize.ToString().Trim());
  517. templateBuilder.Append(");rn");
  518. templateBuilder.Append(" var postmaxchars = parseInt(");
  519. templateBuilder.Append(config.Maxpostsize.ToString().Trim());
  520. templateBuilder.Append(");rn");
  521. templateBuilder.Append(" var disablepostctrl = parseInt(");
  522. templateBuilder.Append(disablepostctrl.ToString());
  523. templateBuilder.Append(");rn");
  524. templateBuilder.Append(" var textobj = $('message');rn");
  525. templateBuilder.Append(" var lang = new Array();rn");
  526. templateBuilder.Append(" if (is_ie >= 5 || is_moz >= 2) {rn");
  527. templateBuilder.Append(" window.onbeforeunload = function () {rn");
  528. templateBuilder.Append(" saveData(textobj.value);rn");
  529. templateBuilder.Append(" };rn");
  530. templateBuilder.Append(" lang['post_autosave_none'] = "没有可以恢复的数据";rn");
  531. templateBuilder.Append(" lang['post_autosave_confirm'] = "本操作将覆盖当前帖子内容,确定要恢复数据吗?";rn");
  532. templateBuilder.Append(" }rn");
  533. templateBuilder.Append(" else {rn");
  534. templateBuilder.Append(" $('restoredata').style.display = 'none';rn");
  535. templateBuilder.Append(" }rn");
  536. templateBuilder.Append(" </");
  537. templateBuilder.Append("script>rn");
  538. templateBuilder.Append(" </form>rn");
  539. } //end if
  540. } //end if
  541. templateBuilder.Append(" <div class="announcement s_clear">rn");
  542. templateBuilder.Append(" <span class="right">今日:<em>");
  543. templateBuilder.Append(todayposts.ToString());
  544. templateBuilder.Append("</em>, 昨日:<em>");
  545. templateBuilder.Append(yesterdayposts.ToString());
  546. templateBuilder.Append("</em>, 最高:<em title="(");
  547. templateBuilder.Append(highestpostsdate.ToString());
  548. templateBuilder.Append(")">");
  549. templateBuilder.Append(highestposts.ToString());
  550. templateBuilder.Append("</em></span>rn");
  551. templateBuilder.Append(" <div onmouseout="annstop = 0" onmouseover="annstop = 1" id="announcement" class="left">rn");
  552. templateBuilder.Append(" <span>公告:</span>rn");
  553. templateBuilder.Append(" <div id="announcementbody" class="left">rn");
  554. templateBuilder.Append(" <ul> rn");
  555. int announcement__loop__id=0;
  556. foreach(DataRow announcement in announcementlist.Rows)
  557. {
  558. announcement__loop__id++;
  559. templateBuilder.Append(" <li><a href="announcement.aspx#" + announcement["id"].ToString().Trim() + "">" + announcement["title"].ToString().Trim() + "<em>rn");
  560. templateBuilder.Append(Convert.ToDateTime(announcement["starttime"].ToString().Trim()).ToString(" yyyy-MM-dd HH:mm"));
  561. templateBuilder.Append("</em></a></li>rn");
  562. } //end loop
  563. templateBuilder.Append(" </ul>rn");
  564. templateBuilder.Append(" </div>rn");
  565. templateBuilder.Append(" </div>rn");
  566. templateBuilder.Append(" <script type="text/javascript" src="");
  567. templateBuilder.Append(forumurl.ToString());
  568. templateBuilder.Append("javascript/template_announcement.js"></");
  569. templateBuilder.Append("script>rn");
  570. templateBuilder.Append(" </div>rn");
  571. templateBuilder.Append("<!--topic-->rn");
  572. int lastforumlayer = -1;
  573. int lastcolcount = 1;
  574. int lastforumid = 0;
  575. int subforumcount = 0;
  576. int subcount = 0;
  577. int forum__loop__id=0;
  578. foreach(IndexPageForumInfo forum in forumlist)
  579. {
  580. forum__loop__id++;
  581. if (forum.Layer==0)
  582. {
  583.  subcount = 0;
  584. if (lastforumlayer>-1)
  585. {
  586. if (lastcolcount!=1)
  587. {
  588. if (subforumcount!=0)
  589. {
  590. for (int i = 0; i < lastcolcount-subforumcount; i++)
  591. {
  592. templateBuilder.Append("<td>&nbsp;</td>");
  593. }
  594. templateBuilder.Append(" </tr>rn");
  595. } //end if
  596. templateBuilder.Append(" </table>rn");
  597. templateBuilder.Append(" </div>rn");
  598. }
  599. else
  600. {
  601. templateBuilder.Append(" </table>rn");
  602. templateBuilder.Append(" </div> rn");
  603. } //end if
  604. templateBuilder.Append(" <div id="ad_intercat_");
  605. templateBuilder.Append(lastforumid.ToString());
  606. templateBuilder.Append(""></div>rn");
  607. } //end if
  608. if (forum.Colcount!=1)
  609. {
  610.  subforumcount = 0;
  611. } //end if
  612. templateBuilder.Append(" <div class="mainbox list">rn");
  613. templateBuilder.Append(" <span class="headactions grayfont">rn");
  614. if (forum.Moderators!="")
  615. {
  616. templateBuilder.Append(" 分区版主: ");
  617. templateBuilder.Append(forum.Moderators.ToString().Trim());
  618. templateBuilder.Append("rn");
  619. } //end if
  620. templateBuilder.Append(" <img id="category_");
  621. templateBuilder.Append(forum.Fid.ToString().Trim());
  622. templateBuilder.Append("_img"  rn");
  623. if (forum.Collapse!="")
  624. {
  625. templateBuilder.Append(" src="templates/");
  626. templateBuilder.Append(templatepath.ToString());
  627. templateBuilder.Append("/images/collapsed_yes.gif"rn");
  628. }
  629. else
  630. {
  631. templateBuilder.Append(" src="templates/");
  632. templateBuilder.Append(templatepath.ToString());
  633. templateBuilder.Append("/images/collapsed_no.gif"rn");
  634. } //end if
  635. templateBuilder.Append("  alt="展开/收起" onclick="toggle_collapse('category_");
  636. templateBuilder.Append(forum.Fid.ToString().Trim());
  637. templateBuilder.Append("');" class="cursor"/>rn");
  638. templateBuilder.Append(" </span>rn");
  639. templateBuilder.Append(" <h3>rn");
  640.  aspxrewriteurl = this.ShowForumAspxRewrite(forum.Fid,0,forum.Rewritename);
  641. templateBuilder.Append(" <a href="");
  642. templateBuilder.Append(aspxrewriteurl.ToString());
  643. templateBuilder.Append("">");
  644. templateBuilder.Append(forum.Name.ToString().Trim());
  645. templateBuilder.Append("</a>rn");
  646. templateBuilder.Append(" </h3> rn");
  647. templateBuilder.Append(" <table id="category_");
  648. templateBuilder.Append(forum.Fid.ToString().Trim());
  649. templateBuilder.Append("" summary="category_");
  650. templateBuilder.Append(forum.Fid.ToString().Trim());
  651. templateBuilder.Append("" cellspacing="0" cellpadding="0"  style="");
  652. templateBuilder.Append(forum.Collapse.ToString().Trim());
  653. templateBuilder.Append("">rn");
  654.  lastforumlayer = 0;
  655.  lastcolcount = forum.Colcount;
  656.  lastforumid = forum.Fid;
  657. }
  658. else
  659. {
  660.  subcount = subcount+1;
  661.     if (maxsubcount > 0)
  662.         {
  663.             if (subcount > maxsubcount)
  664.                 continue;
  665.         }
  666.         
  667. if (forum.Colcount==1)
  668. {
  669. templateBuilder.Append(" <tbody id="forum");
  670. templateBuilder.Append(forum.Fid.ToString().Trim());
  671. templateBuilder.Append("">rn");
  672. templateBuilder.Append(" <tr>rn");
  673.  aspxrewriteurl = this.ShowTopicAspxRewrite(forum.Lasttid,0);
  674. templateBuilder.Append(" <th rn");
  675. if (config.Shownewposticon==1)
  676. {
  677. templateBuilder.Append("class="notopic rn");
  678. if (forum.Havenew=="new")
  679. {
  680. templateBuilder.Append("newrn");
  681. } //end if
  682. templateBuilder.Append(""rn");
  683. } //end if
  684. templateBuilder.Append(">rn");
  685. if (forum.Icon!="")
  686. {
  687. templateBuilder.Append(" <img src="");
  688. templateBuilder.Append(forum.Icon.ToString().Trim());
  689. templateBuilder.Append("" border="0" align="left" hspace="5" alt="");
  690. templateBuilder.Append(forum.Name.ToString().Trim());
  691. templateBuilder.Append(""/>rn");
  692. } //end if
  693. templateBuilder.Append(" <h2>rn");
  694. if (forum.Redirect=="")
  695. {
  696.  aspxrewriteurl = this.ShowForumAspxRewrite(forum.Fid,0,forum.Rewritename);
  697. templateBuilder.Append(" <a href="");
  698. templateBuilder.Append(aspxrewriteurl.ToString());
  699. templateBuilder.Append("">rn");
  700. }
  701. else
  702. {
  703. templateBuilder.Append(" <a href="");
  704. templateBuilder.Append(forum.Redirect.ToString().Trim());
  705. templateBuilder.Append("" target="_blank">rn");
  706. } //end if
  707. templateBuilder.Append(" ");
  708. templateBuilder.Append(forum.Name.ToString().Trim());
  709. templateBuilder.Append("</a>rn");
  710. if (forum.Todayposts>0)
  711. {
  712. templateBuilder.Append("<em>(今日:<strong>");
  713. templateBuilder.Append(forum.Todayposts.ToString().Trim());
  714. templateBuilder.Append("</strong>)</em>rn");
  715. } //end if
  716. templateBuilder.Append(" </h2>rn");
  717. if (forum.Description!="")
  718. {
  719. templateBuilder.Append("<p>");
  720. templateBuilder.Append(forum.Description.ToString().Trim());
  721. templateBuilder.Append("</p>rn");
  722. } //end if
  723. if (forum.Moderators!="")
  724. {
  725. templateBuilder.Append("<p class="moderators">版主: ");
  726. templateBuilder.Append(forum.Moderators.ToString().Trim());
  727. templateBuilder.Append("</p>rn");
  728. } //end if
  729. templateBuilder.Append(" </th>rn");
  730. templateBuilder.Append(" <td class="nums"><em>rn");
  731. if (forum.Istrade!=1)
  732. {
  733. templateBuilder.Append(forum.Topics.ToString().Trim());
  734. templateBuilder.Append("rn");
  735. }
  736. else
  737. {
  738. templateBuilder.Append("&nbsp;rn");
  739. } //end if
  740. templateBuilder.Append("</em> / rn");
  741. if (forum.Istrade!=1)
  742. {
  743. templateBuilder.Append(forum.Posts.ToString().Trim());
  744. templateBuilder.Append("rn");
  745. }
  746. else
  747. {
  748. templateBuilder.Append("&nbsp;rn");
  749. } //end if
  750. templateBuilder.Append("</td>rn");
  751. templateBuilder.Append(" <td class="lastpost">rn");
  752. if (forum.Istrade!=1)
  753. {
  754. if (forum.Status==-1)
  755. {
  756. templateBuilder.Append(" 私密版块rn");
  757. }
  758. else
  759. {
  760. if (forum.Lasttid!=0)
  761. {
  762. templateBuilder.Append(" <p>rn");
  763.  aspxrewriteurl = this.ShowTopicAspxRewrite(forum.Lasttid,0);
  764. templateBuilder.Append(" <a href="");
  765. templateBuilder.Append(aspxrewriteurl.ToString());
  766. templateBuilder.Append("">");
  767. templateBuilder.Append(forum.Lasttitle.ToString().Trim());
  768. templateBuilder.Append("</a>rn");
  769. templateBuilder.Append(" </p>rn");
  770. templateBuilder.Append(" <div class="topicbackwriter">byrn");
  771. if (forum.Lastposter!="")
  772. {
  773. if (forum.Lastposterid==-1)
  774. {
  775. templateBuilder.Append(" 游客rn");
  776. }
  777. else
  778. {
  779.  aspxrewriteurl = this.UserInfoAspxRewrite(forum.Lastposterid);
  780. templateBuilder.Append(" <a href="");
  781. templateBuilder.Append(aspxrewriteurl.ToString());
  782. templateBuilder.Append("" target="_blank">");
  783. templateBuilder.Append(forum.Lastposter.ToString().Trim());
  784. templateBuilder.Append("</a>rn");
  785. } //end if
  786. }
  787. else
  788. {
  789. templateBuilder.Append(" 匿名rn");
  790. } //end if
  791. string lastpost = ForumUtils.ConvertDateTime(forum.Lastpost);
  792. templateBuilder.Append(" - <a href="showtopic.aspx?topicid=");
  793. templateBuilder.Append(forum.Lasttid.ToString().Trim());
  794. templateBuilder.Append("&page=end#lastpost" title="");
  795. templateBuilder.Append(forum.Lastpost.ToString().Trim());
  796. templateBuilder.Append(""><em>");
  797. templateBuilder.Append(lastpost.ToString());
  798. templateBuilder.Append("</em></a>rn");
  799. templateBuilder.Append(" </div>rn");
  800. }
  801. else
  802. {
  803. templateBuilder.Append(" 从未rn");
  804. } //end if
  805. } //end if
  806. }
  807. else
  808. {
  809. templateBuilder.Append("    <p>");
  810. templateBuilder.Append(forum.Description.ToString().Trim());
  811. templateBuilder.Append("</p>rn");
  812. } //end if
  813. templateBuilder.Append(" </td>rn");
  814. templateBuilder.Append(" </tr>rn");
  815. templateBuilder.Append(" </tbody>rn");
  816. }
  817. else
  818. {
  819.  subforumcount = subforumcount+1;
  820. double colwidth = 99.9 / forum.Colcount;
  821. if (subforumcount==1)
  822. {
  823. templateBuilder.Append(" <tbody>rn");
  824. templateBuilder.Append(" <tr>rn");
  825. } //end if
  826. templateBuilder.Append(" <th style="width:");
  827. templateBuilder.Append(colwidth.ToString());
  828. templateBuilder.Append("%;" rn");
  829. if (config.Shownewposticon==1)
  830. {
  831. templateBuilder.Append("class="notopic rn");
  832. if (forum.Havenew=="new")
  833. {
  834. templateBuilder.Append("newrn");
  835. } //end if
  836. templateBuilder.Append(""rn");
  837. } //end if
  838. templateBuilder.Append(">rn");
  839. templateBuilder.Append(" <h2>rn");
  840. if (forum.Icon!="")
  841. {
  842. templateBuilder.Append(" <img src="");
  843. templateBuilder.Append(forum.Icon.ToString().Trim());
  844. templateBuilder.Append("" border="0" align="left" hspace="5" alt="");
  845. templateBuilder.Append(forum.Name.ToString().Trim());
  846. templateBuilder.Append(""/>rn");
  847. } //end if
  848. if (forum.Redirect=="")
  849. {
  850.  aspxrewriteurl = this.ShowForumAspxRewrite(forum.Fid,0,forum.Rewritename);
  851. templateBuilder.Append(" <a href="");
  852. templateBuilder.Append(aspxrewriteurl.ToString());
  853. templateBuilder.Append("">rn");
  854. }
  855. else
  856. {
  857. templateBuilder.Append(" <a href="");
  858. templateBuilder.Append(forum.Redirect.ToString().Trim());
  859. templateBuilder.Append("" target="_blank">rn");
  860. } //end if
  861. templateBuilder.Append(" ");
  862. templateBuilder.Append(forum.Name.ToString().Trim());
  863. templateBuilder.Append("</a>rn");
  864. if (forum.Todayposts>0)
  865. {
  866. templateBuilder.Append(" <em>(今日:<strong>");
  867. templateBuilder.Append(forum.Todayposts.ToString().Trim());
  868. templateBuilder.Append("</strong>)</em>rn");
  869. } //end if
  870. templateBuilder.Append(" </h2>rn");
  871. templateBuilder.Append(" <p>rn");
  872. if (forum.Istrade!=1)
  873. {
  874. templateBuilder.Append("主题:");
  875. templateBuilder.Append(forum.Topics.ToString().Trim());
  876. templateBuilder.Append(", 帖数:");
  877. templateBuilder.Append(forum.Posts.ToString().Trim());
  878. templateBuilder.Append("rn");
  879. } //end if
  880. templateBuilder.Append("</p>rn");
  881. if (forum.Istrade!=1)
  882. {
  883. if (forum.Status==-1)
  884. {
  885. templateBuilder.Append(" <p>私密版块</p>rn");
  886. }
  887. else
  888. {
  889. if (forum.Lasttid!=0)
  890. {
  891. string lastpost = ForumUtils.ConvertDateTime(forum.Lastpost);
  892. templateBuilder.Append(" <p>最后: <a href="showtopic.aspx?topicid=");
  893. templateBuilder.Append(forum.Lasttid.ToString().Trim());
  894. templateBuilder.Append("&page=end#lastpost" title="");
  895. templateBuilder.Append(forum.Lasttitle.ToString().Trim());
  896. templateBuilder.Append(""><em>");
  897. templateBuilder.Append(lastpost.ToString());
  898. templateBuilder.Append("</em></a> by rn");
  899. if (forum.Lastposter!="")
  900. {
  901. if (forum.Lastposterid==-1)
  902. {
  903. templateBuilder.Append(" 游客rn");
  904. }
  905. else
  906. {
  907.  aspxrewriteurl = this.UserInfoAspxRewrite(forum.Lastposterid);
  908. templateBuilder.Append(" <a href="");
  909. templateBuilder.Append(aspxrewriteurl.ToString());
  910. templateBuilder.Append("" target="_blank">");
  911. templateBuilder.Append(forum.Lastposter.ToString().Trim());
  912. templateBuilder.Append("</a>rn");
  913. } //end if
  914. }
  915. else
  916. {
  917. templateBuilder.Append(" 匿名rn");
  918. } //end if
  919. templateBuilder.Append(" </p>rn");
  920. } //end if
  921. } //end if
  922. }
  923. else
  924. {
  925. templateBuilder.Append("   <p>");
  926. templateBuilder.Append(forum.Description.ToString().Trim());
  927. templateBuilder.Append("</p>rn");
  928. } //end if
  929. templateBuilder.Append(" </th>rn");
  930. if (subforumcount==forum.Colcount)
  931. {
  932. templateBuilder.Append(" </tr>rn");
  933. templateBuilder.Append(" </tbody>rn");
  934.  subforumcount = 0;
  935. } //end if
  936. } //end if
  937.  lastforumlayer = 1;
  938.  lastcolcount = forum.Colcount;
  939. } //end if
  940. } //end loop
  941. if (lastcolcount!=1 && subforumcount!=0)
  942. {
  943. for (int i = 0; i < lastcolcount-subforumcount; i++)
  944. {
  945. templateBuilder.Append("<td>&nbsp;</td>");
  946. }
  947. templateBuilder.Append(" </tr>rn");
  948. } //end if
  949. templateBuilder.Append(" </table>rn");
  950. templateBuilder.Append("</div>rn");
  951. templateBuilder.Append("<!--end topic-->rn");
  952. if (forumlinkcount>0)
  953. {
  954. templateBuilder.Append("<div class="mainbox" id="forumlink">rn");
  955. templateBuilder.Append(" <span class="headactions"><img id="forumlinks_img" src="templates/");
  956. templateBuilder.Append(templatepath.ToString());
  957. templateBuilder.Append("/images/collapsed_no.gif" alt="" onclick="toggle_collapse('forumlinks');"/></span>rn");
  958. templateBuilder.Append(" <h3><a href="###" onclick="toggle_collapse('forumlinks');">友情链接</a></h3>rn");
  959. bool forumlinkend = false;
  960. int forumlink__loop__id=0;
  961. foreach(DataRow forumlink in forumlinklist.Rows)
  962. {
  963. forumlink__loop__id++;
  964. if (forumlink__loop__id==1)
  965. {
  966. templateBuilder.Append(" <div id="forumlinks"> rn");
  967. templateBuilder.Append(" <ul class="forumlinks"> rn");
  968. } //end if
  969. if (forumlink["logo"].ToString().Trim()!="")
  970. {
  971. templateBuilder.Append(" <li>rn");
  972. templateBuilder.Append(" <a href="" + forumlink["url"].ToString().Trim() + "" target="_blank"><img src="" + forumlink["logo"].ToString().Trim() + "" alt="" + forumlink["name"].ToString().Trim() + ""  class="forumlink_logo"/></a>rn");
  973. templateBuilder.Append(" <h5><a href="" + forumlink["url"].ToString().Trim() + "" target="_blank">" + forumlink["name"].ToString().Trim() + "</a></h5>rn");
  974. templateBuilder.Append(" <p>" + forumlink["note"].ToString().Trim() + "</p>rn");
  975. templateBuilder.Append(" </li>rn");
  976. }
  977. else if (forumlink["name"].ToString().Trim()!="$$otherlink$$")
  978. {
  979. templateBuilder.Append(" <li>rn");
  980. templateBuilder.Append(" <h5>rn");
  981. templateBuilder.Append(" <a href="" + forumlink["url"].ToString().Trim() + "" target="_blank">" + forumlink["name"].ToString().Trim() + "</a>rn");
  982. templateBuilder.Append(" </h5>rn");
  983. templateBuilder.Append(" <p>" + forumlink["note"].ToString().Trim() + "</p>rn");
  984. templateBuilder.Append(" </li>rn");
  985. }
  986. else
  987. {
  988. if (forumlinkend==false)
  989. {
  990. templateBuilder.Append(" </ul>rn");
  991. templateBuilder.Append(" </div>rn");
  992.  forumlinkend = true;
  993. } //end if
  994. templateBuilder.Append(" <div class="" + forumlink["url"].ToString().Trim() + "">rn");
  995. templateBuilder.Append("     <ul>rn");
  996. templateBuilder.Append(" " + forumlink["note"].ToString().Trim() + "rn");
  997. templateBuilder.Append(" </ul>rn");
  998. templateBuilder.Append(" </div>rn");
  999. } //end if
  1000. } //end loop
  1001. if (forumlinkend==false)
  1002. {
  1003. templateBuilder.Append(" </ul>rn");
  1004. templateBuilder.Append(" </div>rn");
  1005. } //end if
  1006. templateBuilder.Append("</div>rn");
  1007. } //end if
  1008. if (config.Whosonlinestatus!=0 && config.Whosonlinestatus!=2)
  1009. {
  1010. templateBuilder.Append("<div class="mainbox s_clear" id="online">rn");
  1011. templateBuilder.Append(" <span class="headactions">rn");
  1012. if (showforumonline)
  1013. {
  1014. templateBuilder.Append(" <a href="?showonline=no#online"><img src="templates/");
  1015. templateBuilder.Append(templatepath.ToString());
  1016. templateBuilder.Append("/images/collapsed_no.gif" alt="收起" /></a>rn");
  1017. }
  1018. else
  1019. {
  1020. templateBuilder.Append(" <a href="?showonline=yes#online"><img src="templates/");
  1021. templateBuilder.Append(templatepath.ToString());
  1022. templateBuilder.Append("/images/collapsed_yes.gif" alt="展开" /></a>rn");
  1023. } //end if
  1024. templateBuilder.Append(" </span>rn");
  1025. templateBuilder.Append(" <h3>rn");
  1026. templateBuilder.Append(" <strong><a href="");
  1027. templateBuilder.Append(forumurl.ToString());
  1028. templateBuilder.Append("onlineuser.aspx">在线用户</a></strong> - <em>");
  1029. templateBuilder.Append(totalonline.ToString());
  1030. templateBuilder.Append("</em> 人在线 rn");
  1031. if (showforumonline)
  1032. {
  1033. templateBuilder.Append("- ");
  1034. templateBuilder.Append(totalonlineuser.ToString());
  1035. templateBuilder.Append(" 会员<span id="invisible"></span>, ");
  1036. templateBuilder.Append(totalonlineguest.ToString());
  1037. templateBuilder.Append(" 游客rn");
  1038. } //end if
  1039. templateBuilder.Append("- 最高记录是 <em>");
  1040. templateBuilder.Append(highestonlineusercount.ToString());
  1041. templateBuilder.Append("</em> 于 <em>");
  1042. templateBuilder.Append(highestonlineusertime.ToString());
  1043. templateBuilder.Append("</em>rn");
  1044. templateBuilder.Append(" <em>共<cite>");
  1045. templateBuilder.Append(totalusers.ToString());
  1046. templateBuilder.Append("</cite>位会员- 新会员:<a href="");
  1047. templateBuilder.Append(UserInfoAspxRewrite(lastuserid).ToString());
  1048. templateBuilder.Append("" class="newuser">");
  1049. templateBuilder.Append(lastusername.ToString());
  1050. templateBuilder.Append("</a></em>rn");
  1051. if (showforumonline==false)
  1052. {
  1053. templateBuilder.Append(" <em><a href="?showonline=yes#online">点击查看在线列表</a></em>rn");
  1054. } //end if
  1055. templateBuilder.Append(" </h3>rn");
  1056. if (showforumonline)
  1057. {
  1058. templateBuilder.Append(" <dl id="onlinelist">rn");
  1059. templateBuilder.Append(" <dt>");
  1060. templateBuilder.Append(onlineiconlist.ToString());
  1061. templateBuilder.Append("</dt>rn");
  1062. templateBuilder.Append(" <dd>rn");
  1063. templateBuilder.Append(" <ul class="userlist s_clear">rn");
  1064. int invisiblecount = 0;
  1065. int onlineuser__loop__id=0;
  1066. foreach(OnlineUserInfo onlineuser in onlineuserlist)
  1067. {
  1068. onlineuser__loop__id++;
  1069. if (onlineuser.Invisible==1)
  1070. {
  1071.  invisiblecount = invisiblecount + 1;
  1072. if (useradminid==1)
  1073. {
  1074. templateBuilder.Append(" <li>");
  1075. templateBuilder.Append(onlineuser.Olimg.ToString().Trim());
  1076. templateBuilder.Append(" rn");
  1077.  aspxrewriteurl = this.UserInfoAspxRewrite(onlineuser.Userid);
  1078. templateBuilder.Append(" <a href="");
  1079. templateBuilder.Append(aspxrewriteurl.ToString());
  1080. templateBuilder.Append("" target="_blank" rn");
  1081. if (onlineuser.Forumname!="")
  1082. {
  1083. templateBuilder.Append(" title="时间: ");
  1084. templateBuilder.Append(onlineuser.Lastupdatetime.ToString().Trim());
  1085. templateBuilder.Append(" 操作: ");
  1086. templateBuilder.Append(onlineuser.Actionname.ToString().Trim());
  1087. templateBuilder.Append(" 版块: ");
  1088. templateBuilder.Append(onlineuser.Forumname.ToString().Trim());
  1089. templateBuilder.Append(""rn");
  1090. }
  1091. else if (onlineuser.Actionname!="")
  1092. {
  1093. templateBuilder.Append(" title="时间: ");
  1094. templateBuilder.Append(onlineuser.Lastupdatetime.ToString().Trim());
  1095. templateBuilder.Append(" 操作: ");
  1096. templateBuilder.Append(onlineuser.Actionname.ToString().Trim());
  1097. templateBuilder.Append(""rn");
  1098. }
  1099. else
  1100. {
  1101. templateBuilder.Append(" title="时间: ");
  1102. templateBuilder.Append(onlineuser.Lastupdatetime.ToString().Trim());
  1103. templateBuilder.Append(""rn");
  1104. } //end if
  1105. templateBuilder.Append(">");
  1106. templateBuilder.Append(onlineuser.Username.ToString().Trim());
  1107. templateBuilder.Append("</a>(隐身)rn");
  1108. templateBuilder.Append(" </li>rn");
  1109. }
  1110. else
  1111. {
  1112. templateBuilder.Append(" <li>(隐身会员)</li>rn");
  1113. } //end if
  1114. }
  1115. else
  1116. {
  1117. templateBuilder.Append(" <li>");
  1118. templateBuilder.Append(onlineuser.Olimg.ToString().Trim());
  1119. templateBuilder.Append("rn");
  1120. if (onlineuser.Userid==-1)
  1121. {
  1122. templateBuilder.Append(" ");
  1123. templateBuilder.Append(onlineuser.Username.ToString().Trim());
  1124. templateBuilder.Append("rn");
  1125. }
  1126. else
  1127. {
  1128.  aspxrewriteurl = this.UserInfoAspxRewrite(onlineuser.Userid);
  1129. templateBuilder.Append(" <a href="");
  1130. templateBuilder.Append(aspxrewriteurl.ToString());
  1131. templateBuilder.Append("" target="_blank" rn");
  1132. if (onlineuser.Forumname!="")
  1133. {
  1134. templateBuilder.Append(" title="时间: ");
  1135. templateBuilder.Append(onlineuser.Lastupdatetime.ToString().Trim());
  1136. templateBuilder.Append(" 操作: ");
  1137. templateBuilder.Append(onlineuser.Actionname.ToString().Trim());
  1138. templateBuilder.Append(" 版块: ");
  1139. templateBuilder.Append(onlineuser.Forumname.ToString().Trim());
  1140. templateBuilder.Append(""rn");
  1141. }
  1142. else if (onlineuser.Actionname!="")
  1143. {
  1144. templateBuilder.Append(" title="时间: ");
  1145. templateBuilder.Append(onlineuser.Lastupdatetime.ToString().Trim());
  1146. templateBuilder.Append(" 操作: ");
  1147. templateBuilder.Append(onlineuser.Actionname.ToString().Trim());
  1148. templateBuilder.Append(""rn");
  1149. }
  1150. else
  1151. {
  1152. templateBuilder.Append(" title="时间: ");
  1153. templateBuilder.Append(onlineuser.Lastupdatetime.ToString().Trim());
  1154. templateBuilder.Append(""rn");
  1155. } //end if
  1156. templateBuilder.Append(">");
  1157. templateBuilder.Append(onlineuser.Username.ToString().Trim());
  1158. templateBuilder.Append("</a>rn");
  1159. } //end if
  1160. templateBuilder.Append(" </li>rn");
  1161. } //end if
  1162. } //end loop
  1163. if (invisiblecount>0)
  1164. {
  1165. templateBuilder.Append(" <script type="text/javascript">$('invisible').innerHTML = '(");
  1166. templateBuilder.Append(invisiblecount.ToString());
  1167. templateBuilder.Append("' + " 隐身)";</");
  1168. templateBuilder.Append("script>rn");
  1169. } //end if
  1170. templateBuilder.Append(" </ul>rn");
  1171. templateBuilder.Append(" </dd>rn");
  1172. templateBuilder.Append(" </dl>rn");
  1173. } //end if
  1174. templateBuilder.Append("</div>rn");
  1175. } //end if
  1176. templateBuilder.Append("</div>rn");
  1177. templateBuilder.Append("</div>rn");
  1178. if (config.Forumjump==1)
  1179. {
  1180. templateBuilder.Append(" ");
  1181. templateBuilder.Append(navhomemenu.ToString());
  1182. templateBuilder.Append("rn");
  1183. } //end if
  1184. if (infloat!=1)
  1185. {
  1186. if (pagename=="website.aspx")
  1187. {
  1188. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  1189. }
  1190. else if (footerad!="")
  1191. {
  1192. templateBuilder.Append("     <div id="ad_footerbanner">");
  1193. templateBuilder.Append(footerad.ToString());
  1194. templateBuilder.Append("</div>   rn");
  1195. } //end if
  1196. if (headerad!="")
  1197. {
  1198. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  1199. templateBuilder.Append(headerad.ToString());
  1200. templateBuilder.Append("</div>rn");
  1201. templateBuilder.Append("<script type="text/javascript">rn");
  1202. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  1203. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  1204. templateBuilder.Append("</");
  1205. templateBuilder.Append("script>rn");
  1206. } //end if
  1207. templateBuilder.Append("<div id="footer">rn");
  1208. templateBuilder.Append(" <div class="wrap">rn");
  1209. templateBuilder.Append(" <div id="footlinks">rn");
  1210. templateBuilder.Append(" <p><a href="");
  1211. templateBuilder.Append(config.Weburl.ToString().Trim());
  1212. templateBuilder.Append("" target="_blank">");
  1213. templateBuilder.Append(config.Webtitle.ToString().Trim());
  1214. templateBuilder.Append("</a> - ");
  1215. templateBuilder.Append(config.Linktext.ToString().Trim());
  1216. templateBuilder.Append(" - <a target="_blank" href="");
  1217. templateBuilder.Append(forumurl.ToString());
  1218. templateBuilder.Append("stats.aspx">统计</a> - rn");
  1219. if (config.Sitemapstatus==1)
  1220. {
  1221. templateBuilder.Append("&nbsp;<a href="");
  1222. templateBuilder.Append(forumurl.ToString());
  1223. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  1224. } //end if
  1225. templateBuilder.Append(" ");
  1226. templateBuilder.Append(config.Statcode.ToString().Trim());
  1227. templateBuilder.Append(config.Icp.ToString().Trim());
  1228. templateBuilder.Append("rn");
  1229. templateBuilder.Append(" </p>rn");
  1230. templateBuilder.Append(" <div>rn");
  1231. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  1232. templateBuilder.Append(" - <a href="");
  1233. templateBuilder.Append(forumurl.ToString());
  1234. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  1235. if (config.Stylejump==1)
  1236. {
  1237. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  1238. {
  1239. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  1240. templateBuilder.Append(forumurl.ToString());
  1241. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  1242. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  1243. templateBuilder.Append(" ");
  1244. templateBuilder.Append(templatelistboxoptions.ToString());
  1245. templateBuilder.Append("rn");
  1246. templateBuilder.Append(" </ul>rn");
  1247. } //end if
  1248. } //end if
  1249. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  1250. templateBuilder.Append(" </div>rn");
  1251. templateBuilder.Append(" </div>rn");
  1252. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  1253. templateBuilder.Append(forumurl.ToString());
  1254. templateBuilder.Append("templates/");
  1255. templateBuilder.Append(templatepath.ToString());
  1256. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  1257. templateBuilder.Append(" <p id="copyright">rn");
  1258. 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");
  1259. if (config.Licensed==1)
  1260. {
  1261. 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");
  1262. } //end if
  1263. templateBuilder.Append(" ");
  1264. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  1265. templateBuilder.Append("rn");
  1266. templateBuilder.Append(" </p>rn");
  1267. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  1268. if (config.Debug!=0)
  1269. {
  1270. templateBuilder.Append(" Processed in ");
  1271. templateBuilder.Append(this.Processtime.ToString().Trim());
  1272. templateBuilder.Append(" second(s)rn");
  1273. if (isguestcachepage==1)
  1274. {
  1275. templateBuilder.Append(" (Cached).rn");
  1276. }
  1277. else if (querycount>1)
  1278. {
  1279. templateBuilder.Append("  , ");
  1280. templateBuilder.Append(querycount.ToString());
  1281. templateBuilder.Append(" queries.rn");
  1282. }
  1283. else
  1284. {
  1285. templateBuilder.Append("  , ");
  1286. templateBuilder.Append(querycount.ToString());
  1287. templateBuilder.Append(" query.rn");
  1288. } //end if
  1289. } //end if
  1290. templateBuilder.Append(" </p>rn");
  1291. templateBuilder.Append(" </div>rn");
  1292. templateBuilder.Append("</div>rn");
  1293. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  1294. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  1295. if (config.Enablespace==1)
  1296. {
  1297. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  1298. } //end if
  1299. if (config.Enablealbum==1)
  1300. {
  1301. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  1302. } //end if
  1303. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  1304. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  1305. templateBuilder.Append("</ul>rn");
  1306. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  1307. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  1308. templateBuilder.Append(useravatar.ToString());
  1309. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  1310. templateBuilder.Append(templatepath.ToString());
  1311. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  1312.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  1313. templateBuilder.Append(" <li class="popuser"><a href="");
  1314. templateBuilder.Append(forumurl.ToString());
  1315. templateBuilder.Append(aspxrewriteurl.ToString());
  1316. templateBuilder.Append("">我的资料</a></li>rn");
  1317. if (config.Enablespace==1)
  1318. {
  1319. templateBuilder.Append(" <li class="poplink"><a href="");
  1320. templateBuilder.Append(forumurl.ToString());
  1321. templateBuilder.Append(spaceurl.ToString());
  1322. templateBuilder.Append("space/">我的空间</a></li>rn");
  1323. } //end if
  1324. templateBuilder.Append("</ul>rn");
  1325. int prentid__loop__id=0;
  1326. foreach(string prentid in mainnavigationhassub)
  1327. {
  1328. prentid__loop__id++;
  1329. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  1330. templateBuilder.Append(prentid.ToString());
  1331. templateBuilder.Append("_menu" style="display: none">rn");
  1332. int subnav__loop__id=0;
  1333. foreach(DataRow subnav in subnavigation.Rows)
  1334. {
  1335. subnav__loop__id++;
  1336. bool isoutput = false;
  1337. if (subnav["parentid"].ToString().Trim()==prentid)
  1338. {
  1339. if (subnav["level"].ToString().Trim()=="0")
  1340. {
  1341.  isoutput = true;
  1342. }
  1343. else
  1344. {
  1345. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  1346. {
  1347.  isoutput = true;
  1348. }
  1349. else
  1350. {
  1351. bool leveluseradmindi = true;
  1352.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  1353. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  1354. {
  1355.  isoutput = true;
  1356. } //end if
  1357. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  1358. {
  1359.  isoutput = true;
  1360. } //end if
  1361. } //end if
  1362. } //end if
  1363. } //end if
  1364. if (isoutput)
  1365. {
  1366. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  1367. {
  1368. if (config.Statstatus==1)
  1369. {
  1370. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  1371. continue;
  1372. }
  1373. else
  1374. {
  1375. continue;
  1376. } //end if
  1377. } //end if
  1378. if (subnav["id"].ToString().Trim()=="18")
  1379. {
  1380. if (config.Oltimespan>0)
  1381. {
  1382. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1383. continue;
  1384. }
  1385. else
  1386. {
  1387. continue;
  1388. } //end if
  1389. } //end if
  1390. if (subnav["id"].ToString().Trim()=="24")
  1391. {
  1392. if (config.Enablespace==1)
  1393. {
  1394. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1395. continue;
  1396. }
  1397. else
  1398. {
  1399. continue;
  1400. } //end if
  1401. } //end if
  1402. if (subnav["id"].ToString().Trim()=="25")
  1403. {
  1404. if (config.Enablealbum==1)
  1405. {
  1406. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1407. continue;
  1408. }
  1409. else
  1410. {
  1411. continue;
  1412. } //end if
  1413. } //end if
  1414. if (subnav["id"].ToString().Trim()=="26")
  1415. {
  1416. if (config.Enablemall>=1)
  1417. {
  1418. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1419. continue;
  1420. }
  1421. else
  1422. {
  1423. continue;
  1424. } //end if
  1425. } //end if
  1426. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1427. } //end if
  1428. } //end loop
  1429. templateBuilder.Append("</ul>rn");
  1430. } //end loop
  1431. if (floatad!="")
  1432. {
  1433. templateBuilder.Append(" <script type="text/javascript" src="javascript/template_floatadv.js"></");
  1434. templateBuilder.Append("script>rn");
  1435. templateBuilder.Append(" ");
  1436. templateBuilder.Append(floatad.ToString());
  1437. templateBuilder.Append("rn");
  1438. templateBuilder.Append(" <script type="text/javascript">theFloaters.play();</");
  1439. templateBuilder.Append("script>rn");
  1440. }
  1441. else if (doublead!="")
  1442. {
  1443. templateBuilder.Append(" <script type="text/javascript" src="javascript/template_floatadv.js"></");
  1444. templateBuilder.Append("script>rn");
  1445. templateBuilder.Append(" ");
  1446. templateBuilder.Append(doublead.ToString());
  1447. templateBuilder.Append("rn");
  1448. templateBuilder.Append(" <script type="text/javascript">theFloaters.play();</");
  1449. templateBuilder.Append("script>rn");
  1450. } //end if
  1451. templateBuilder.Append(mediaad.ToString());
  1452. templateBuilder.Append("rn");
  1453. templateBuilder.Append(inforumad.ToString());
  1454. templateBuilder.Append("rn");
  1455. templateBuilder.Append("</body>rn");
  1456. templateBuilder.Append("</html>rn");
  1457. }
  1458. else
  1459. {
  1460. templateBuilder.Append("]]></root>rn");
  1461. } //end if
  1462. Response.Write(templateBuilder.ToString());
  1463. }
  1464. </script>