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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Forum.PageBase" %>
  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:56.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:56. 
  12. */
  13. base.OnInit(e);
  14. templateBuilder.Capacity = 220000;
  15. pagetitle = "版块搜索";
  16. if (infloat!=1)
  17. {
  18. templateBuilder.Append("<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">rn");
  19. templateBuilder.Append("<html xmlns="http://www.w3.org/1999/xhtml">rn");
  20. templateBuilder.Append("<head>rn");
  21. templateBuilder.Append("<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />rn");
  22. if (pagetitle=="首页")
  23. {
  24. templateBuilder.Append("<title>");
  25. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  26. templateBuilder.Append(" ");
  27. templateBuilder.Append(config.Seotitle.ToString().Trim());
  28. templateBuilder.Append(" - Powered by Discuz!NT</title>rn");
  29. }
  30. else
  31. {
  32. templateBuilder.Append("<title>");
  33. templateBuilder.Append(pagetitle.ToString());
  34. templateBuilder.Append(" - ");
  35. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  36. templateBuilder.Append(" ");
  37. templateBuilder.Append(config.Seotitle.ToString().Trim());
  38. templateBuilder.Append(" - Powered by Discuz!NT</title>rn");
  39. } //end if
  40. templateBuilder.Append(meta.ToString());
  41. templateBuilder.Append("rn");
  42. templateBuilder.Append("<meta name="generator" content="Discuz!NT 3.1.0" />rn");
  43. templateBuilder.Append("<meta name="author" content="Discuz!NT Team and Comsenz UI Team" />rn");
  44. templateBuilder.Append("<meta name="copyright" content="2001-2010 Comsenz Inc." />rn");
  45. templateBuilder.Append("<meta http-equiv="x-ua-compatible" content="ie=7" />rn");
  46. templateBuilder.Append("<link rel="icon" href="");
  47. templateBuilder.Append(forumurl.ToString());
  48. templateBuilder.Append("favicon.ico" type="image/x-icon" />rn");
  49. templateBuilder.Append("<link rel="shortcut icon" href="");
  50. templateBuilder.Append(forumurl.ToString());
  51. templateBuilder.Append("favicon.ico" type="image/x-icon" />rn");
  52. templateBuilder.Append("<link rel="stylesheet" href="");
  53. templateBuilder.Append(forumurl.ToString());
  54. templateBuilder.Append("templates/");
  55. templateBuilder.Append(templatepath.ToString());
  56. templateBuilder.Append("/dnt.css" type="text/css" media="all" />rn");
  57. templateBuilder.Append("<link rel="stylesheet" href="");
  58. templateBuilder.Append(forumurl.ToString());
  59. templateBuilder.Append("templates/");
  60. templateBuilder.Append(templatepath.ToString());
  61. templateBuilder.Append("/float.css" type="text/css" />rn");
  62. templateBuilder.Append(link.ToString());
  63. templateBuilder.Append("rn");
  64. templateBuilder.Append("<script type="text/javascript">rn");
  65. templateBuilder.Append("var creditnotice='");
  66. templateBuilder.Append(Scoresets.GetValidScoreNameAndId().ToString().Trim());
  67. templateBuilder.Append("'; rn");
  68. templateBuilder.Append("var forumpath = "");
  69. templateBuilder.Append(forumpath.ToString());
  70. templateBuilder.Append("";rn");
  71. templateBuilder.Append("</");
  72. templateBuilder.Append("script>rn");
  73. templateBuilder.Append("<script type="text/javascript" src="");
  74. templateBuilder.Append(forumurl.ToString());
  75. templateBuilder.Append("javascript/common.js"></");
  76. templateBuilder.Append("script>rn");
  77. templateBuilder.Append("<script type="text/javascript" src="");
  78. templateBuilder.Append(forumurl.ToString());
  79. templateBuilder.Append("javascript/template_report.js"></");
  80. templateBuilder.Append("script>rn");
  81. templateBuilder.Append("<script type="text/javascript" src="");
  82. templateBuilder.Append(forumurl.ToString());
  83. templateBuilder.Append("javascript/template_utils.js"></");
  84. templateBuilder.Append("script>rn");
  85. templateBuilder.Append("<script type="text/javascript" src="");
  86. templateBuilder.Append(forumurl.ToString());
  87. templateBuilder.Append("javascript/ajax.js"></");
  88. templateBuilder.Append("script>rn");
  89. templateBuilder.Append("<script type="text/javascript">rn");
  90. templateBuilder.Append(" var aspxrewrite = ");
  91. templateBuilder.Append(config.Aspxrewrite.ToString().Trim());
  92. templateBuilder.Append(";rn");
  93. templateBuilder.Append(" var IMGDIR = '");
  94. templateBuilder.Append(forumurl.ToString());
  95. templateBuilder.Append("templates/");
  96. templateBuilder.Append(templatepath.ToString());
  97. templateBuilder.Append("/images'rn");
  98. templateBuilder.Append("    var allowfloatwin = ");
  99. templateBuilder.Append(config.Allowfloatwin.ToString().Trim());
  100. templateBuilder.Append("rn");
  101. templateBuilder.Append(" var rooturl="");
  102. templateBuilder.Append(rooturl.ToString());
  103. templateBuilder.Append("";rn");
  104. templateBuilder.Append("</");
  105. templateBuilder.Append("script>rn");
  106. templateBuilder.Append(script.ToString());
  107. templateBuilder.Append("rn");
  108. templateBuilder.Append("</head>rn");
  109. templateBuilder.Append("<body onkeydown="if(event.keyCode==27) return false;">rn");
  110. templateBuilder.Append("<div id="append_parent"></div><div id="ajaxwaitid"></div>rn");
  111. templateBuilder.Append("<div id="submenu">rn");
  112. templateBuilder.Append(" <div class="wrap s_clear">rn");
  113. if (usergroupinfo.Allowsearch>0)
  114. {
  115. templateBuilder.Append(" <form method="post" action="");
  116. templateBuilder.Append(forumurl.ToString());
  117. templateBuilder.Append("search.aspx" target="_blank" onsubmit="bind_keyword(this);;" class="right">rn");
  118. templateBuilder.Append(" <input type="hidden" name="poster" />rn");
  119. templateBuilder.Append(" <input type="hidden" name="keyword" />rn");
  120. templateBuilder.Append(" <input type="hidden" name="type" value="" />rn");
  121. templateBuilder.Append(" <input id="keywordtype" type="hidden" name="keywordtype" value="0" />rn");
  122. templateBuilder.Append(" <a href="javascript:void(0);" class="drop" id="quicksearch" onclick="showMenu(this.id, false);" onmouseover="MouseCursor(this);">快速搜索</a>rn");
  123. 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");
  124. templateBuilder.Append(" <input name="searchsubmit" type="submit" value="" class="btnsearch"/>rn");
  125. templateBuilder.Append(" </form>rn");
  126. templateBuilder.Append(" <script type="text/javascript">rn");
  127. templateBuilder.Append("     function bind_keyword(form) {rn");
  128. templateBuilder.Append(" if (form.keywordtype.value == '9') {rn");
  129. templateBuilder.Append("     form.action = '");
  130. templateBuilder.Append(forumurl.ToString());
  131. templateBuilder.Append("forumsearch.aspx?q=' + escape(form.keywordf.value);rn");
  132. templateBuilder.Append(" } else if (form.keywordtype.value == '8') {rn");
  133. templateBuilder.Append("             form.keyword.value = '';rn");
  134. templateBuilder.Append("             form.poster.value = form.keywordf.value;rn");
  135. templateBuilder.Append("         } else {rn");
  136. templateBuilder.Append("             form.poster.value = '';rn");
  137. templateBuilder.Append("             form.keyword.value = form.keywordf.value;rn");
  138. templateBuilder.Append("             if (form.keywordtype.value == '2')rn");
  139. templateBuilder.Append("                 form.type.value = 'spacepost';rn");
  140. templateBuilder.Append("             if (form.keywordtype.value == '3')rn");
  141. templateBuilder.Append("                 form.type.value = 'album';rn");
  142. templateBuilder.Append("         }rn");
  143. templateBuilder.Append("     }rn");
  144. templateBuilder.Append(" </");
  145. templateBuilder.Append("script>rn");
  146. } //end if
  147. templateBuilder.Append(" <span class="avataonline right">rn");
  148. if (userid==-1)
  149. {
  150. templateBuilder.Append(" <a href="");
  151. templateBuilder.Append(forumpath.ToString());
  152. templateBuilder.Append("login.aspx" onClick="floatwin('open_login', '");
  153. templateBuilder.Append(rooturl.ToString());
  154. templateBuilder.Append("login.aspx', 600, 410);return false;">[登录]</a>rn");
  155. templateBuilder.Append(" <a href="");
  156. templateBuilder.Append(forumpath.ToString());
  157. templateBuilder.Append("register.aspx" onClick="floatwin('open_register', '");
  158. templateBuilder.Append(rooturl.ToString());
  159. templateBuilder.Append("register.aspx', 600, 410);return false;">[注册]</arn");
  160. templateBuilder.Append(" >rn");
  161. }
  162. else
  163. {
  164. templateBuilder.Append(" 欢迎<a class="drop" id="viewpro" onMouseOver="showMenu(this.id)">");
  165. templateBuilder.Append(username.ToString());
  166. templateBuilder.Append("</a>rn");
  167. templateBuilder.Append(" <span class="pipe">|</span>rn");
  168. templateBuilder.Append(" <a href="");
  169. templateBuilder.Append(forumpath.ToString());
  170. templateBuilder.Append("logout.aspx?userkey=");
  171. templateBuilder.Append(userkey.ToString());
  172. templateBuilder.Append("">退出</a>rn");
  173. templateBuilder.Append(" <span class="pipe">|</span>rn");
  174. } //end if
  175. templateBuilder.Append(" </span>rn");
  176. if (userid!=-1)
  177. {
  178. templateBuilder.Append(" <a href="");
  179. templateBuilder.Append(forumpath.ToString());
  180. templateBuilder.Append("usercpinbox.aspx" class="inbox" title="");
  181. templateBuilder.Append(oluserinfo.Newpms.ToString().Trim());
  182. templateBuilder.Append("条新短消息">收件箱</a>rn");
  183. if (oluserinfo.Newpms>0)
  184. {
  185. templateBuilder.Append("<cite>");
  186. templateBuilder.Append(oluserinfo.Newpms.ToString().Trim());
  187. templateBuilder.Append("</cite>rn");
  188. } //end if
  189. templateBuilder.Append(" <span class="pipe">|</span>rn");
  190. templateBuilder.Append(" <a href="");
  191. templateBuilder.Append(forumpath.ToString());
  192. templateBuilder.Append("usercpnotice.aspx?filter=all" class="notice">通知</a>rn");
  193. if (oluserinfo.Newnotices>0)
  194. {
  195. templateBuilder.Append("<cite>");
  196. templateBuilder.Append(oluserinfo.Newnotices.ToString().Trim());
  197. templateBuilder.Append("</cite>rn");
  198. } //end if
  199. templateBuilder.Append(" <span class="pipe">|</span>rn");
  200. templateBuilder.Append(" <a href="");
  201. templateBuilder.Append(forumpath.ToString());
  202. templateBuilder.Append("usercp.aspx" class="usercp">用户中心</a>rn");
  203. templateBuilder.Append(" <span class="pipe">|</span>rn");
  204. if (useradminid==1)
  205. {
  206. templateBuilder.Append(" <a href="");
  207. templateBuilder.Append(forumpath.ToString());
  208. templateBuilder.Append("admin/index.aspx" target="_blank" class="systemmanage">系统设置</a>rn");
  209. templateBuilder.Append(" <span class="pipe">|</span>rn");
  210. } //end if
  211. templateBuilder.Append(" <a href="javascript:void(0);" class="drop" id="mymenu" onMouseOver="showMenu(this.id, false);" >我的</a>rn");
  212. templateBuilder.Append(" <ul class="popupmenu_popup headermenu_popup" id="mymenu_menu" style="display: none">rn");
  213. templateBuilder.Append(" <li><a href="");
  214. templateBuilder.Append(forumpath.ToString());
  215. templateBuilder.Append("mytopics.aspx">我的主题</a></li>rn");
  216. templateBuilder.Append(" <li><a href="");
  217. templateBuilder.Append(forumpath.ToString());
  218. templateBuilder.Append("myposts.aspx">我的帖子</a></li>rn");
  219. templateBuilder.Append(" <li><a href="");
  220. templateBuilder.Append(forumpath.ToString());
  221. templateBuilder.Append("search.aspx?posterid=current&type=digest">我的精华</a></li>rn");
  222. templateBuilder.Append(" <li><a href="");
  223. templateBuilder.Append(forumpath.ToString());
  224. templateBuilder.Append("myattachment.aspx">我的附件</a></li>rn");
  225. templateBuilder.Append(" <li><a href="");
  226. templateBuilder.Append(forumpath.ToString());
  227. templateBuilder.Append("usercpsubscribe.aspx">我的收藏</a></li>rn");
  228. if (config.Enablespace==1)
  229. {
  230. templateBuilder.Append(" <li><a href="");
  231. templateBuilder.Append(forumpath.ToString());
  232. templateBuilder.Append("space/">我的空间</a></li>rn");
  233. } //end if
  234. if (config.Enablealbum==1)
  235. {
  236. templateBuilder.Append(" <li><a href="");
  237. templateBuilder.Append(forumpath.ToString());
  238. templateBuilder.Append("showalbumlist.aspx?uid=");
  239. templateBuilder.Append(userid.ToString());
  240. templateBuilder.Append("">我的相册</a></li>rn");
  241. } //end if
  242. if (config.Enablemall==1)
  243. {
  244. templateBuilder.Append(" <li><a href="");
  245. templateBuilder.Append(forumpath.ToString());
  246. templateBuilder.Append("usercpmygoods.aspx">我的商品</a></li>rn");
  247. } //end if
  248. templateBuilder.Append("    </ul>rn");
  249. } //end if
  250. templateBuilder.Append("</div>rn");
  251. templateBuilder.Append("</div>rn");
  252. templateBuilder.Append("<div id="header">rn");
  253. templateBuilder.Append(" <div class="wrap s_clear">rn");
  254. templateBuilder.Append(" <h2><a href="");
  255. templateBuilder.Append(forumpath.ToString());
  256. templateBuilder.Append("index.aspx" title="Discuz!NT|BBS|论坛"><img src="");
  257. templateBuilder.Append(forumpath.ToString());
  258. templateBuilder.Append("templates/");
  259. templateBuilder.Append(templatepath.ToString());
  260. templateBuilder.Append("/images/logo.gif" alt="Discuz!NT|BBS|论坛"/></a></h2>rn");
  261. if (headerad!="")
  262. {
  263. templateBuilder.Append(" <div id="ad_headerbanner"></div>rn");
  264. } //end if
  265. templateBuilder.Append(" <ul id="menu">rn");
  266. templateBuilder.Append(" ");
  267. templateBuilder.Append(mainnavigation.ToString());
  268. templateBuilder.Append("rn");
  269. templateBuilder.Append(" </ul>rn");
  270. templateBuilder.Append(" </div>rn");
  271. templateBuilder.Append("</div>rn");
  272. }
  273. else
  274. {
  275. Response.Clear();
  276. Response.ContentType = "Text/XML";
  277. Response.Expires = 0;
  278. Response.Cache.SetNoStore();
  279. templateBuilder.Append("<?xml version="1.0" encoding="utf-8"?><root><![CDATA[rn");
  280. } //end if
  281. templateBuilder.Append("<div id="nav">rn");
  282. templateBuilder.Append(" <div class="wrap s_clear">rn");
  283. templateBuilder.Append(" <a id="forumlist" href="");
  284. templateBuilder.Append(forumpath.ToString());
  285. templateBuilder.Append("" rn");
  286. if (config.Forumjump==1)
  287. {
  288. templateBuilder.Append("onmouseover="showMenu(this.id);" onmouseout="showMenu(this.id);"rn");
  289. } //end if
  290. templateBuilder.Append(" class="title">");
  291. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  292. templateBuilder.Append("</a> &raquo; 版块搜索rn");
  293. templateBuilder.Append(" </div>rn");
  294. templateBuilder.Append("</div>rn");
  295. string key = Utils.UrlDecode(DNTRequest.GetString("q")).ToLower().Trim();
  296. int count = 0;
  297. Discuz.Common.Generic.List<Discuz.Entity.ForumInfo> forumlist = Discuz.Forum.Forums.GetForumList();
  298. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  299. templateBuilder.Append("<div class="main">rn");
  300. templateBuilder.Append(" <div class="s_clear" id="forumheader">rn");
  301. templateBuilder.Append(" <p class="channelinfo f_clear right">共搜索到<span id="resultcount"></span>个符合条件的版块</p>rn");
  302. templateBuilder.Append(" <h1>版块搜索结果</h1>rn");
  303. templateBuilder.Append(" </div>rn");
  304. templateBuilder.Append(" <div class="mainbox" style="border-top:1px solid #D3E0EC;">rn");
  305. templateBuilder.Append(" <table summary="版块搜索" cellspacing="0" cellpadding="0">rn");
  306. templateBuilder.Append(" <thead class="category">rn");
  307. templateBuilder.Append(" <tr>rn");
  308. templateBuilder.Append(" <td style="background:#EEF4F9;border-bottom:1px solid #D3E0EC;padding:4px 0;text-align:left;padding-left:55px;">版块</td>rn");
  309. templateBuilder.Append(" <td class="nums" style="background:#EEF4F9;border-bottom:1px solid #D3E0EC;padding:4px 0;text-align:center;">主题</td>rn");
  310. templateBuilder.Append(" <td class="nums" style="background:#EEF4F9;border-bottom:1px solid #D3E0EC;padding:4px 0;text-align:center;">帖子</td>rn");
  311. templateBuilder.Append(" </tr>rn");
  312. templateBuilder.Append(" </thead>rn");
  313. templateBuilder.Append(" <tbody class="list">rn");
  314. int subforum__loop__id=0;
  315. foreach(ForumInfo subforum in forumlist)
  316. {
  317. subforum__loop__id++;
  318. if (key=="" || subforum.Name.ToLower().IndexOf(key.ToLower())==-1)
  319. {
  320. continue;
  321. } //end if
  322. if (subforum.Name.ToLower().IndexOf(key)==0&&subforum.Name.ToLower().Substring(0,key.Length)!=key)
  323. {
  324. continue;
  325. } //end if
  326. templateBuilder.Append(" <tr>rn");
  327.  aspxrewriteurl = this.ShowForumAspxRewrite(subforum.Fid,0);
  328. templateBuilder.Append(" <th>rn");
  329. templateBuilder.Append(" <h2>rn");
  330. if (subforum.Icon!="")
  331. {
  332. templateBuilder.Append(" <img src="");
  333. templateBuilder.Append(subforum.Icon.ToString().Trim());
  334. templateBuilder.Append("" border="0" align="left" hspace="5" alt="");
  335. templateBuilder.Append(subforum.Name.ToString().Trim());
  336. templateBuilder.Append(""/>rn");
  337. } //end if
  338. if (subforum.Redirect=="")
  339. {
  340.  aspxrewriteurl = this.ShowForumAspxRewrite(subforum.Fid,0,subforum.Rewritename);
  341. templateBuilder.Append(" <a href="");
  342. templateBuilder.Append(aspxrewriteurl.ToString());
  343. templateBuilder.Append("">rn");
  344. }
  345. else
  346. {
  347. templateBuilder.Append(" <a href="");
  348. templateBuilder.Append(subforum.Redirect.ToString().Trim());
  349. templateBuilder.Append("" target="_blank">rn");
  350. } //end if
  351. templateBuilder.Append(" ");
  352. templateBuilder.Append(subforum.Name.ToString().Trim());
  353. templateBuilder.Append("</a>rn");
  354. if (subforum.Todayposts>0)
  355. {
  356. templateBuilder.Append("<span class="today">(");
  357. templateBuilder.Append(subforum.Todayposts.ToString().Trim());
  358. templateBuilder.Append(")</span>rn");
  359. } //end if
  360. templateBuilder.Append(" </h2>rn");
  361. if (subforum.Description!="")
  362. {
  363. templateBuilder.Append("<p>");
  364. templateBuilder.Append(subforum.Description.ToString().Trim());
  365. templateBuilder.Append("</p>rn");
  366. } //end if
  367. if (subforum.Moderators!="")
  368. {
  369. templateBuilder.Append("<p class="moderators">版主:");
  370. templateBuilder.Append(subforum.Moderators.ToString().Trim());
  371. templateBuilder.Append("</p>rn");
  372. } //end if
  373. templateBuilder.Append(" </th>rn");
  374. templateBuilder.Append(" <td class="nums">");
  375. templateBuilder.Append(subforum.Topics.ToString().Trim());
  376. templateBuilder.Append("</td>rn");
  377. templateBuilder.Append(" <td class="nums">");
  378. templateBuilder.Append(subforum.Posts.ToString().Trim());
  379. templateBuilder.Append("</td>rn");
  380. templateBuilder.Append(" </tr>rn");
  381.  count = count+1;
  382. } //end loop
  383. templateBuilder.Append(" </tbody>rn");
  384. templateBuilder.Append(" </table>rn");
  385. templateBuilder.Append(" <script type="text/javascript">rn");
  386. templateBuilder.Append(" $('resultcount').innerHTML = ");
  387. templateBuilder.Append(count.ToString());
  388. templateBuilder.Append(";rn");
  389. templateBuilder.Append(" </");
  390. templateBuilder.Append("script>rn");
  391. if (count==0&&key!="")
  392. {
  393. templateBuilder.Append(" <div class="zerothreads">没有搜索到你要查找的版块</div>rn");
  394. } //end if
  395. templateBuilder.Append(" <div style="border-top:1px solid #D3E0EC;padding-top:20px;"><input type="text" size="40" value="");
  396. templateBuilder.Append(key.ToString());
  397. templateBuilder.Append("" id="f_key" /><input type="button" value="搜  索" onclick="window.location='?q=' + escape($('f_key').value)" /></div>rn");
  398. templateBuilder.Append(" </div>rn");
  399. templateBuilder.Append("</div>rn");
  400. templateBuilder.Append("</div>rn");
  401. if (infloat!=1)
  402. {
  403. if (pagename=="website.aspx")
  404. {
  405. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  406. }
  407. else if (footerad!="")
  408. {
  409. templateBuilder.Append("     <div id="ad_footerbanner">");
  410. templateBuilder.Append(footerad.ToString());
  411. templateBuilder.Append("</div>   rn");
  412. } //end if
  413. if (headerad!="")
  414. {
  415. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  416. templateBuilder.Append(headerad.ToString());
  417. templateBuilder.Append("</div>rn");
  418. templateBuilder.Append("<script type="text/javascript">rn");
  419. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  420. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  421. templateBuilder.Append("</");
  422. templateBuilder.Append("script>rn");
  423. } //end if
  424. templateBuilder.Append("<div id="footer">rn");
  425. templateBuilder.Append(" <div class="wrap">rn");
  426. templateBuilder.Append(" <div id="footlinks">rn");
  427. templateBuilder.Append(" <p><a href="");
  428. templateBuilder.Append(config.Weburl.ToString().Trim());
  429. templateBuilder.Append("" target="_blank">");
  430. templateBuilder.Append(config.Webtitle.ToString().Trim());
  431. templateBuilder.Append("</a> - ");
  432. templateBuilder.Append(config.Linktext.ToString().Trim());
  433. templateBuilder.Append(" - <a target="_blank" href="");
  434. templateBuilder.Append(forumurl.ToString());
  435. templateBuilder.Append("stats.aspx">统计</a> - rn");
  436. if (config.Sitemapstatus==1)
  437. {
  438. templateBuilder.Append("&nbsp;<a href="");
  439. templateBuilder.Append(forumurl.ToString());
  440. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  441. } //end if
  442. templateBuilder.Append(" ");
  443. templateBuilder.Append(config.Statcode.ToString().Trim());
  444. templateBuilder.Append(config.Icp.ToString().Trim());
  445. templateBuilder.Append("rn");
  446. templateBuilder.Append(" </p>rn");
  447. templateBuilder.Append(" <div>rn");
  448. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  449. templateBuilder.Append(" - <a href="");
  450. templateBuilder.Append(forumurl.ToString());
  451. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  452. if (config.Stylejump==1)
  453. {
  454. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  455. {
  456. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  457. templateBuilder.Append(forumurl.ToString());
  458. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  459. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  460. templateBuilder.Append(" ");
  461. templateBuilder.Append(templatelistboxoptions.ToString());
  462. templateBuilder.Append("rn");
  463. templateBuilder.Append(" </ul>rn");
  464. } //end if
  465. } //end if
  466. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  467. templateBuilder.Append(" </div>rn");
  468. templateBuilder.Append(" </div>rn");
  469. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  470. templateBuilder.Append(forumurl.ToString());
  471. templateBuilder.Append("templates/");
  472. templateBuilder.Append(templatepath.ToString());
  473. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  474. templateBuilder.Append(" <p id="copyright">rn");
  475. 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");
  476. if (config.Licensed==1)
  477. {
  478. 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");
  479. } //end if
  480. templateBuilder.Append(" ");
  481. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  482. templateBuilder.Append("rn");
  483. templateBuilder.Append(" </p>rn");
  484. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  485. if (config.Debug!=0)
  486. {
  487. templateBuilder.Append(" Processed in ");
  488. templateBuilder.Append(this.Processtime.ToString().Trim());
  489. templateBuilder.Append(" second(s)rn");
  490. if (isguestcachepage==1)
  491. {
  492. templateBuilder.Append(" (Cached).rn");
  493. }
  494. else if (querycount>1)
  495. {
  496. templateBuilder.Append("  , ");
  497. templateBuilder.Append(querycount.ToString());
  498. templateBuilder.Append(" queries.rn");
  499. }
  500. else
  501. {
  502. templateBuilder.Append("  , ");
  503. templateBuilder.Append(querycount.ToString());
  504. templateBuilder.Append(" query.rn");
  505. } //end if
  506. } //end if
  507. templateBuilder.Append(" </p>rn");
  508. templateBuilder.Append(" </div>rn");
  509. templateBuilder.Append("</div>rn");
  510. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  511. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  512. if (config.Enablespace==1)
  513. {
  514. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  515. } //end if
  516. if (config.Enablealbum==1)
  517. {
  518. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  519. } //end if
  520. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  521. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  522. templateBuilder.Append("</ul>rn");
  523. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  524. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  525. templateBuilder.Append(useravatar.ToString());
  526. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  527. templateBuilder.Append(templatepath.ToString());
  528. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  529.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  530. templateBuilder.Append(" <li class="popuser"><a href="");
  531. templateBuilder.Append(forumurl.ToString());
  532. templateBuilder.Append(aspxrewriteurl.ToString());
  533. templateBuilder.Append("">我的资料</a></li>rn");
  534. if (config.Enablespace==1)
  535. {
  536. templateBuilder.Append(" <li class="poplink"><a href="");
  537. templateBuilder.Append(forumurl.ToString());
  538. templateBuilder.Append(spaceurl.ToString());
  539. templateBuilder.Append("space/">我的空间</a></li>rn");
  540. } //end if
  541. templateBuilder.Append("</ul>rn");
  542. int prentid__loop__id=0;
  543. foreach(string prentid in mainnavigationhassub)
  544. {
  545. prentid__loop__id++;
  546. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  547. templateBuilder.Append(prentid.ToString());
  548. templateBuilder.Append("_menu" style="display: none">rn");
  549. int subnav__loop__id=0;
  550. foreach(DataRow subnav in subnavigation.Rows)
  551. {
  552. subnav__loop__id++;
  553. bool isoutput = false;
  554. if (subnav["parentid"].ToString().Trim()==prentid)
  555. {
  556. if (subnav["level"].ToString().Trim()=="0")
  557. {
  558.  isoutput = true;
  559. }
  560. else
  561. {
  562. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  563. {
  564.  isoutput = true;
  565. }
  566. else
  567. {
  568. bool leveluseradmindi = true;
  569.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  570. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  571. {
  572.  isoutput = true;
  573. } //end if
  574. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  575. {
  576.  isoutput = true;
  577. } //end if
  578. } //end if
  579. } //end if
  580. } //end if
  581. if (isoutput)
  582. {
  583. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  584. {
  585. if (config.Statstatus==1)
  586. {
  587. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  588. continue;
  589. }
  590. else
  591. {
  592. continue;
  593. } //end if
  594. } //end if
  595. if (subnav["id"].ToString().Trim()=="18")
  596. {
  597. if (config.Oltimespan>0)
  598. {
  599. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  600. continue;
  601. }
  602. else
  603. {
  604. continue;
  605. } //end if
  606. } //end if
  607. if (subnav["id"].ToString().Trim()=="24")
  608. {
  609. if (config.Enablespace==1)
  610. {
  611. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  612. continue;
  613. }
  614. else
  615. {
  616. continue;
  617. } //end if
  618. } //end if
  619. if (subnav["id"].ToString().Trim()=="25")
  620. {
  621. if (config.Enablealbum==1)
  622. {
  623. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  624. continue;
  625. }
  626. else
  627. {
  628. continue;
  629. } //end if
  630. } //end if
  631. if (subnav["id"].ToString().Trim()=="26")
  632. {
  633. if (config.Enablemall>=1)
  634. {
  635. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  636. continue;
  637. }
  638. else
  639. {
  640. continue;
  641. } //end if
  642. } //end if
  643. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  644. } //end if
  645. } //end loop
  646. templateBuilder.Append("</ul>rn");
  647. } //end loop
  648. templateBuilder.Append("</body>rn");
  649. templateBuilder.Append("</html>rn");
  650. }
  651. else
  652. {
  653. templateBuilder.Append("]]></root>rn");
  654. } //end if
  655. Response.Write(templateBuilder.ToString());
  656. }
  657. </script>