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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.showuser" %>
  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. 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("<div id="nav">rn");
  281. templateBuilder.Append(" <div class="wrap s_clear">rn");
  282. templateBuilder.Append(" <a href="");
  283. templateBuilder.Append(config.Forumurl.ToString().Trim());
  284. templateBuilder.Append("" class="title">");
  285. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  286. templateBuilder.Append("</a> &raquo; <strong>用户列表</strong>rn");
  287. templateBuilder.Append(" </div>rn");
  288. templateBuilder.Append("</div>rn");
  289. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  290. templateBuilder.Append("<div class="main datalist">rn");
  291. if (page_err==0)
  292. {
  293. templateBuilder.Append(" <h1>会员列表</h1>rn");
  294. templateBuilder.Append(" <div class="pages_btns">rn");
  295. templateBuilder.Append(" <div class="pages">rn");
  296. templateBuilder.Append(" <kbd>共");
  297. templateBuilder.Append(totalusers.ToString());
  298. templateBuilder.Append("名用户</kbd>");
  299. templateBuilder.Append(pagenumbers.ToString());
  300. templateBuilder.Append("<kbd>共");
  301. templateBuilder.Append(pagecount.ToString());
  302. templateBuilder.Append("页</kbd>rn");
  303. templateBuilder.Append(" </div>rn");
  304. templateBuilder.Append(" <span class="postbtn left">rn");
  305. templateBuilder.Append(" <input type="text" size="22" id="username" name="username" class="txt" onKeyDown="javascript:if(event.keyCode==13) window.location.href='userinfo.aspx?username='+this.value;" />rn");
  306. templateBuilder.Append(" <button type="button" onclick="if(document.getElementById('username').value==''){return false;}else{window.location.href='userinfo.aspx?username=' + document.getElementById('username').value;}">查看用户</button>rn");
  307. templateBuilder.Append(" </span>rn");
  308. templateBuilder.Append(" </div>rn");
  309. templateBuilder.Append(" <table summary="用户列表" cellspacing="0" cellpadding="0" class="datatable">rn");
  310. templateBuilder.Append(" <thead class="colplural">rn");
  311. templateBuilder.Append(" <tr>rn");
  312. templateBuilder.Append(" <th>&nbsp;</th>rn");
  313. templateBuilder.Append(" <th>用户名</th>rn");
  314. templateBuilder.Append(" <th>组别</th>rn");
  315. templateBuilder.Append(" <th>积分</th>rn");
  316. templateBuilder.Append(" <th>发帖数</th>rn");
  317. templateBuilder.Append(" <th>来自</th>rn");
  318. templateBuilder.Append(" <th>注册时间</th>rn");
  319. templateBuilder.Append(" <th>最后访问</th>rn");
  320. templateBuilder.Append(" </tr>rn");
  321. templateBuilder.Append(" </thead>rn");
  322. int user__loop__id=0;
  323. foreach(DataRow user in userlist.Rows)
  324. {
  325. user__loop__id++;
  326. templateBuilder.Append(" <tbody>rn");
  327. templateBuilder.Append(" <tr>rn");
  328. templateBuilder.Append(" <td>" + user["olimg"].ToString().Trim() + "</td>rn");
  329. templateBuilder.Append(" <th class="datatitle">rn");
  330.  aspxrewriteurl = this.UserInfoAspxRewrite(user["uid"].ToString().Trim());
  331. templateBuilder.Append(" <a href="");
  332. templateBuilder.Append(aspxrewriteurl.ToString());
  333. templateBuilder.Append("">" + user["username"].ToString().Trim() + "</a>rn");
  334. if (user["nickname"].ToString().Trim()!="")
  335. {
  336. if (user["nickname"].ToString().Trim()!=user["username"].ToString().Trim())
  337. {
  338. templateBuilder.Append("&nbsp;&nbsp;(" + user["nickname"].ToString().Trim() + ")rn");
  339. } //end if
  340. } //end if
  341. templateBuilder.Append(" </th>rn");
  342. templateBuilder.Append(" <td>" + user["grouptitle"].ToString().Trim() + "</td>rn");
  343. templateBuilder.Append(" <td>" + user["credits"].ToString().Trim() + "</td>rn");
  344. templateBuilder.Append(" <td>" + user["posts"].ToString().Trim() + "</td>rn");
  345. templateBuilder.Append(" <td>" + user["location"].ToString().Trim() + "&nbsp;</td>rn");
  346. templateBuilder.Append(" <td class="time">" + user["joindate"].ToString().Trim() + "</td>rn");
  347. templateBuilder.Append(" <td class="time">" + user["lastactivity"].ToString().Trim() + "</td>rn");
  348. templateBuilder.Append(" </tr>rn");
  349. templateBuilder.Append(" </tbody>rn");
  350. } //end loop
  351. templateBuilder.Append(" </table>rn");
  352. templateBuilder.Append(" <div class="pages_btns">rn");
  353. templateBuilder.Append(" <div class="pages">rn");
  354. templateBuilder.Append(" <kbd>共");
  355. templateBuilder.Append(totalusers.ToString());
  356. templateBuilder.Append("名用户</kbd>");
  357. templateBuilder.Append(pagenumbers.ToString());
  358. templateBuilder.Append("<kbd>共");
  359. templateBuilder.Append(pagecount.ToString());
  360. templateBuilder.Append("页</kbd>rn");
  361. templateBuilder.Append(" </div>rn");
  362. templateBuilder.Append(" <span class="postbtn left">rn");
  363. templateBuilder.Append(" <form method="get" action="">rn");
  364. templateBuilder.Append(" 按:rn");
  365. templateBuilder.Append(" <input id="page" type="hidden" value="");
  366. templateBuilder.Append(pageid.ToString());
  367. templateBuilder.Append("" name="page" />rn");
  368. templateBuilder.Append(" <select name="orderby" id="orderby">rn");
  369. templateBuilder.Append("   <option value=""></option>rn");
  370. templateBuilder.Append("   <option value="uid">用户ID</option>rn");
  371. templateBuilder.Append("   <option value="username">用户名</option>rn");
  372. templateBuilder.Append("   <option value="credits">积分</option>rn");
  373. templateBuilder.Append("   <option value="posts">发帖数</option>rn");
  374. templateBuilder.Append("   <option value="admin">管理权限</option>rn");
  375. templateBuilder.Append("   <option value="joindate">注册日期</option>rn");
  376. templateBuilder.Append("   <option value="lastactivity">最后访问日期</option>rn");
  377. templateBuilder.Append(" </select>rn");
  378. templateBuilder.Append(" <select name="ordertype" id="ordertype">rn");
  379. templateBuilder.Append("   <option value="asc">升序</option>rn");
  380. templateBuilder.Append("   <option value="desc">降序</option>rn");
  381. templateBuilder.Append(" </select>rn");
  382. templateBuilder.Append(" <script type="text/javascript">rn");
  383. templateBuilder.Append(" document.getElementById('orderby').value="" + DNTRequest.GetString("orderby") + "";rn");
  384. templateBuilder.Append(" document.getElementById('ordertype').value="" + DNTRequest.GetString("ordertype") + "";rn");
  385. templateBuilder.Append(" </");
  386. templateBuilder.Append("script>rn");
  387. templateBuilder.Append(" &nbsp;rn");
  388. templateBuilder.Append(" <button type="submit" name="Submit" onclick="document.getElementById('username').value='';this.form.submit();">排序</button>rn");
  389. templateBuilder.Append(" </form>rn");
  390. templateBuilder.Append(" </span>rn");
  391. templateBuilder.Append(" </div>rn");
  392. templateBuilder.Append("</div>rn");
  393. templateBuilder.Append("</div>rn");
  394. }
  395. else
  396. {
  397. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  398. templateBuilder.Append("<div class="main">rn");
  399. templateBuilder.Append(" <div class="msgbox">rn");
  400. templateBuilder.Append(" <h1>出现了");
  401. templateBuilder.Append(page_err.ToString());
  402. templateBuilder.Append("个错误</h1>rn");
  403. templateBuilder.Append(" <hr class="solidline"/>rn");
  404. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  405. templateBuilder.Append(" <p>");
  406. templateBuilder.Append(msgbox_text.ToString());
  407. templateBuilder.Append("</p>rn");
  408. templateBuilder.Append(" <p class="errorback">rn");
  409. templateBuilder.Append(" <script type="text/javascript">rn");
  410. templateBuilder.Append(" if(");
  411. templateBuilder.Append(msgbox_showbacklink.ToString());
  412. templateBuilder.Append(")rn");
  413. templateBuilder.Append(" {rn");
  414. templateBuilder.Append(" document.write("<a href=\"");
  415. templateBuilder.Append(msgbox_backlink.ToString());
  416. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|&nbsp; &nbsp  ");rn");
  417. templateBuilder.Append(" }rn");
  418. templateBuilder.Append(" </");
  419. templateBuilder.Append("script>rn");
  420. templateBuilder.Append(" <a href="forumindex.aspx">论坛首页</a>rn");
  421. if (usergroupid==7)
  422. {
  423. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  424. } //end if
  425. templateBuilder.Append(" </p>rn");
  426. templateBuilder.Append(" </div>rn");
  427. templateBuilder.Append(" </div>rn");
  428. templateBuilder.Append("</div>rn");
  429. templateBuilder.Append("</div>rn");
  430. } //end if
  431. if (infloat!=1)
  432. {
  433. if (pagename=="website.aspx")
  434. {
  435. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  436. }
  437. else if (footerad!="")
  438. {
  439. templateBuilder.Append("     <div id="ad_footerbanner">");
  440. templateBuilder.Append(footerad.ToString());
  441. templateBuilder.Append("</div>   rn");
  442. } //end if
  443. if (headerad!="")
  444. {
  445. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  446. templateBuilder.Append(headerad.ToString());
  447. templateBuilder.Append("</div>rn");
  448. templateBuilder.Append("<script type="text/javascript">rn");
  449. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  450. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  451. templateBuilder.Append("</");
  452. templateBuilder.Append("script>rn");
  453. } //end if
  454. templateBuilder.Append("<div id="footer">rn");
  455. templateBuilder.Append(" <div class="wrap">rn");
  456. templateBuilder.Append(" <div id="footlinks">rn");
  457. templateBuilder.Append(" <p><a href="");
  458. templateBuilder.Append(config.Weburl.ToString().Trim());
  459. templateBuilder.Append("" target="_blank">");
  460. templateBuilder.Append(config.Webtitle.ToString().Trim());
  461. templateBuilder.Append("</a> - ");
  462. templateBuilder.Append(config.Linktext.ToString().Trim());
  463. templateBuilder.Append(" - <a target="_blank" href="");
  464. templateBuilder.Append(forumurl.ToString());
  465. templateBuilder.Append("stats.aspx">统计</a> - rn");
  466. if (config.Sitemapstatus==1)
  467. {
  468. templateBuilder.Append("&nbsp;<a href="");
  469. templateBuilder.Append(forumurl.ToString());
  470. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  471. } //end if
  472. templateBuilder.Append(" ");
  473. templateBuilder.Append(config.Statcode.ToString().Trim());
  474. templateBuilder.Append(config.Icp.ToString().Trim());
  475. templateBuilder.Append("rn");
  476. templateBuilder.Append(" </p>rn");
  477. templateBuilder.Append(" <div>rn");
  478. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  479. templateBuilder.Append(" - <a href="");
  480. templateBuilder.Append(forumurl.ToString());
  481. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  482. if (config.Stylejump==1)
  483. {
  484. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  485. {
  486. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  487. templateBuilder.Append(forumurl.ToString());
  488. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  489. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  490. templateBuilder.Append(" ");
  491. templateBuilder.Append(templatelistboxoptions.ToString());
  492. templateBuilder.Append("rn");
  493. templateBuilder.Append(" </ul>rn");
  494. } //end if
  495. } //end if
  496. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  497. templateBuilder.Append(" </div>rn");
  498. templateBuilder.Append(" </div>rn");
  499. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  500. templateBuilder.Append(forumurl.ToString());
  501. templateBuilder.Append("templates/");
  502. templateBuilder.Append(templatepath.ToString());
  503. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  504. templateBuilder.Append(" <p id="copyright">rn");
  505. 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");
  506. if (config.Licensed==1)
  507. {
  508. 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");
  509. } //end if
  510. templateBuilder.Append(" ");
  511. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  512. templateBuilder.Append("rn");
  513. templateBuilder.Append(" </p>rn");
  514. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  515. if (config.Debug!=0)
  516. {
  517. templateBuilder.Append(" Processed in ");
  518. templateBuilder.Append(this.Processtime.ToString().Trim());
  519. templateBuilder.Append(" second(s)rn");
  520. if (isguestcachepage==1)
  521. {
  522. templateBuilder.Append(" (Cached).rn");
  523. }
  524. else if (querycount>1)
  525. {
  526. templateBuilder.Append("  , ");
  527. templateBuilder.Append(querycount.ToString());
  528. templateBuilder.Append(" queries.rn");
  529. }
  530. else
  531. {
  532. templateBuilder.Append("  , ");
  533. templateBuilder.Append(querycount.ToString());
  534. templateBuilder.Append(" query.rn");
  535. } //end if
  536. } //end if
  537. templateBuilder.Append(" </p>rn");
  538. templateBuilder.Append(" </div>rn");
  539. templateBuilder.Append("</div>rn");
  540. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  541. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  542. if (config.Enablespace==1)
  543. {
  544. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  545. } //end if
  546. if (config.Enablealbum==1)
  547. {
  548. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  549. } //end if
  550. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  551. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  552. templateBuilder.Append("</ul>rn");
  553. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  554. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  555. templateBuilder.Append(useravatar.ToString());
  556. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  557. templateBuilder.Append(templatepath.ToString());
  558. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  559.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  560. templateBuilder.Append(" <li class="popuser"><a href="");
  561. templateBuilder.Append(forumurl.ToString());
  562. templateBuilder.Append(aspxrewriteurl.ToString());
  563. templateBuilder.Append("">我的资料</a></li>rn");
  564. if (config.Enablespace==1)
  565. {
  566. templateBuilder.Append(" <li class="poplink"><a href="");
  567. templateBuilder.Append(forumurl.ToString());
  568. templateBuilder.Append(spaceurl.ToString());
  569. templateBuilder.Append("space/">我的空间</a></li>rn");
  570. } //end if
  571. templateBuilder.Append("</ul>rn");
  572. int prentid__loop__id=0;
  573. foreach(string prentid in mainnavigationhassub)
  574. {
  575. prentid__loop__id++;
  576. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  577. templateBuilder.Append(prentid.ToString());
  578. templateBuilder.Append("_menu" style="display: none">rn");
  579. int subnav__loop__id=0;
  580. foreach(DataRow subnav in subnavigation.Rows)
  581. {
  582. subnav__loop__id++;
  583. bool isoutput = false;
  584. if (subnav["parentid"].ToString().Trim()==prentid)
  585. {
  586. if (subnav["level"].ToString().Trim()=="0")
  587. {
  588.  isoutput = true;
  589. }
  590. else
  591. {
  592. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  593. {
  594.  isoutput = true;
  595. }
  596. else
  597. {
  598. bool leveluseradmindi = true;
  599.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  600. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  601. {
  602.  isoutput = true;
  603. } //end if
  604. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  605. {
  606.  isoutput = true;
  607. } //end if
  608. } //end if
  609. } //end if
  610. } //end if
  611. if (isoutput)
  612. {
  613. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  614. {
  615. if (config.Statstatus==1)
  616. {
  617. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  618. continue;
  619. }
  620. else
  621. {
  622. continue;
  623. } //end if
  624. } //end if
  625. if (subnav["id"].ToString().Trim()=="18")
  626. {
  627. if (config.Oltimespan>0)
  628. {
  629. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  630. continue;
  631. }
  632. else
  633. {
  634. continue;
  635. } //end if
  636. } //end if
  637. if (subnav["id"].ToString().Trim()=="24")
  638. {
  639. if (config.Enablespace==1)
  640. {
  641. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  642. continue;
  643. }
  644. else
  645. {
  646. continue;
  647. } //end if
  648. } //end if
  649. if (subnav["id"].ToString().Trim()=="25")
  650. {
  651. if (config.Enablealbum==1)
  652. {
  653. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  654. continue;
  655. }
  656. else
  657. {
  658. continue;
  659. } //end if
  660. } //end if
  661. if (subnav["id"].ToString().Trim()=="26")
  662. {
  663. if (config.Enablemall>=1)
  664. {
  665. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  666. continue;
  667. }
  668. else
  669. {
  670. continue;
  671. } //end if
  672. } //end if
  673. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  674. } //end if
  675. } //end loop
  676. templateBuilder.Append("</ul>rn");
  677. } //end loop
  678. templateBuilder.Append("</body>rn");
  679. templateBuilder.Append("</html>rn");
  680. }
  681. else
  682. {
  683. templateBuilder.Append("]]></root>rn");
  684. } //end if
  685. Response.Write(templateBuilder.ToString());
  686. }
  687. </script>