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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.attachment" %>
  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:58.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:58. 
  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. if (page_err==0)
  281. {
  282. templateBuilder.Append("<div id="nav">rn");
  283. templateBuilder.Append(" <div class="wrap s_clear">rn");
  284. templateBuilder.Append(" <a href="");
  285. templateBuilder.Append(config.Forumurl.ToString().Trim());
  286. templateBuilder.Append("" class="title">");
  287. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  288. templateBuilder.Append("</a> &raquo; {ForumUtils.UpdatePathListExtname(forum.Pathlist.Trim(), config.Extname)} &raquo; rn");
  289.  aspxrewriteurl = this.ShowTopicAspxRewrite(topic.Tid,0);
  290. templateBuilder.Append("     <a href="");
  291. templateBuilder.Append(aspxrewriteurl.ToString());
  292. templateBuilder.Append("">");
  293. templateBuilder.Append(topic.Title.ToString().Trim());
  294. templateBuilder.Append("</a> &raquo; <strong>附件</strong>rn");
  295. templateBuilder.Append(" </div>rn");
  296. templateBuilder.Append("</div>rn");
  297. }
  298. else
  299. {
  300. if (needlogin)
  301. {
  302. if (infloat!=1)
  303. {
  304. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  305. templateBuilder.Append("<div class="main login">rn");
  306. templateBuilder.Append(" <div class="message">rn");
  307. templateBuilder.Append(" <h1>");
  308. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  309. templateBuilder.Append(" 提示信息</h1>rn");
  310. templateBuilder.Append(" <p>您无权进行当前操作,这可能因以下原因之一造成</p>rn");
  311. templateBuilder.Append(" <p><b>");
  312. templateBuilder.Append(msgbox_text.ToString());
  313. templateBuilder.Append("</b></p>rn");
  314. templateBuilder.Append(" <p>您还没有登录,请填写下面的登录表单后再尝试访问。</p>rn");
  315. templateBuilder.Append(" </div>rn");
  316. templateBuilder.Append(" <hr class="solidline"/>rn");
  317. templateBuilder.Append(" <div class="nojs">rn");
  318. templateBuilder.Append(" <div class="float" id="floatlayout_login" style="width: 600px; height: 300px;">rn");
  319. templateBuilder.Append(" <form id="formlogin" name="formlogin" method="post" action="");
  320. templateBuilder.Append(rooturl.ToString());
  321. templateBuilder.Append("login.aspx" onsubmit="submitLogin(this);">rn");
  322. templateBuilder.Append(" <input type="hidden" value="2592000" name="cookietime"/>rn");
  323. templateBuilder.Append(" <h1 style="margin-bottom:10px;">会员登录</h1>rn");
  324. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" class="formtable">rn");
  325. templateBuilder.Append(" <tbody>rn");
  326. templateBuilder.Append(" <tr>rn");
  327. templateBuilder.Append(" <th><label for="username">用户名</label></th>rn");
  328. templateBuilder.Append(" <td><input type="text" id="username" name="username" size="25" maxlength="40" tabindex="2" class="txt" />  <a href="");
  329. templateBuilder.Append(rooturl.ToString());
  330. templateBuilder.Append("register.aspx" tabindex="-1" accesskey="r" title="立即注册 (ALT + R)" class="lightlink">立即注册</a>rn");
  331. templateBuilder.Append(" </td>rn");
  332. templateBuilder.Append(" </tr>rn");
  333. templateBuilder.Append(" <tr>rn");
  334. templateBuilder.Append(" <th><label for="password">密码</label></th>rn");
  335. templateBuilder.Append(" <td><input type="password" name="password" size="25" tabindex="3" class="txt"/> <a href="");
  336. templateBuilder.Append(rooturl.ToString());
  337. templateBuilder.Append("getpassword.aspx" tabindex="-1" accesskey="g" title="忘记密码 (ALT + G)" class="lightlink">忘记密码</a>rn");
  338. templateBuilder.Append(" </td>rn");
  339. templateBuilder.Append(" </tr>rn");
  340. if (config.Secques==1)
  341. {
  342. templateBuilder.Append(" <tr>rn");
  343. templateBuilder.Append(" <th><label for="questionid">安全问题</label></th>rn");
  344. templateBuilder.Append(" <td>rn");
  345. templateBuilder.Append(" <select name="questionid" tabindex="4">rn");
  346. templateBuilder.Append(" <option value="0">&nbsp;</option>rn");
  347. templateBuilder.Append(" <option value="1">母亲的名字</option>rn");
  348. templateBuilder.Append(" <option value="2">爷爷的名字</option>rn");
  349. templateBuilder.Append(" <option value="3">父亲出生的城市</option>rn");
  350. templateBuilder.Append(" <option value="4">您其中一位老师的名字</option>rn");
  351. templateBuilder.Append(" <option value="5">您个人计算机的型号</option>rn");
  352. templateBuilder.Append(" <option value="6">您最喜欢的餐馆名称</option>rn");
  353. templateBuilder.Append(" <option value="7">驾驶执照的最后四位数字</option>rn");
  354. templateBuilder.Append(" </select>rn");
  355. templateBuilder.Append(" </td>rn");
  356. templateBuilder.Append(" </tr>rn");
  357. templateBuilder.Append(" <tr>rn");
  358. templateBuilder.Append(" <th><label for="answer">答案</label></th>rn");
  359. templateBuilder.Append(" <td><input type="text" name="answer" size="25" tabindex="5" class="txt" /></td>rn");
  360. templateBuilder.Append(" </tr>rn");
  361. } //end if
  362. templateBuilder.Append(" <tr>rn");
  363. templateBuilder.Append(" <th> </th>rn");
  364. templateBuilder.Append(" <td>rn");
  365. templateBuilder.Append(" <button type="submit" name="loginsubmit" id="loginsubmit" value="true" tabindex="6">会员登录</button>rn");
  366. templateBuilder.Append(" </td>rn");
  367. templateBuilder.Append(" </tr>rn");
  368. templateBuilder.Append(" </tbody>rn");
  369. templateBuilder.Append(" </table>rn");
  370. templateBuilder.Append(" </form>rn");
  371. templateBuilder.Append(" </div>rn");
  372. templateBuilder.Append(" </div>rn");
  373. templateBuilder.Append("</div>rn");
  374. templateBuilder.Append("</div>rn");
  375. }
  376. else
  377. {
  378. templateBuilder.Append("<div class="msgbox" style="background:none;text-align:left;">rn");
  379. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  380. templateBuilder.Append(" <p>您无权进行当前操作,这可能因以下原因之一造成</p>rn");
  381. templateBuilder.Append(" <p><b>");
  382. templateBuilder.Append(msgbox_text.ToString());
  383. templateBuilder.Append("</b></p>rn");
  384. templateBuilder.Append(" <p>您还没有登录,请的登录后再尝试访问。</p>rn");
  385. templateBuilder.Append(" </div>rn");
  386. templateBuilder.Append("</div>rn");
  387. templateBuilder.Append(" <script type="text/javascript" reload="1">rn");
  388. templateBuilder.Append(" setTimeout("floatwin('close_newthread');floatwin('close_reply');floatwin('close_edit');floatwin('open_login', '");
  389. templateBuilder.Append(forumurl.ToString());
  390. templateBuilder.Append("login.aspx', 600, 410)",1000);rn");
  391. templateBuilder.Append(" </");
  392. templateBuilder.Append("script>rn");
  393. } //end if
  394. templateBuilder.Append("<script type="text/javascript">rn");
  395. if (infloat!=1)
  396. {
  397. templateBuilder.Append(" document.getElementById("username").focus();rn");
  398. } //end if
  399. templateBuilder.Append(" function submitLogin(loginForm)rn");
  400. templateBuilder.Append(" {rn");
  401. templateBuilder.Append("     loginForm.action = '");
  402. templateBuilder.Append(rooturl.ToString());
  403. templateBuilder.Append("login.aspx?loginsubmit=true&reurl=' + escape(window.location);rn");
  404. templateBuilder.Append(" loginForm.submit();rn");
  405. templateBuilder.Append(" }rn");
  406. templateBuilder.Append("</");
  407. templateBuilder.Append("script>rn");
  408. }
  409. else
  410. {
  411. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  412. templateBuilder.Append("<div class="main">rn");
  413. templateBuilder.Append(" <div class="msgbox">rn");
  414. templateBuilder.Append(" <h1>出现了");
  415. templateBuilder.Append(page_err.ToString());
  416. templateBuilder.Append("个错误</h1>rn");
  417. templateBuilder.Append(" <hr class="solidline"/>rn");
  418. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  419. templateBuilder.Append(" <p>");
  420. templateBuilder.Append(msgbox_text.ToString());
  421. templateBuilder.Append("</p>rn");
  422. templateBuilder.Append(" <p class="errorback">rn");
  423. templateBuilder.Append(" <script type="text/javascript">rn");
  424. templateBuilder.Append(" if(");
  425. templateBuilder.Append(msgbox_showbacklink.ToString());
  426. templateBuilder.Append(")rn");
  427. templateBuilder.Append(" {rn");
  428. templateBuilder.Append(" document.write("<a href=\"");
  429. templateBuilder.Append(msgbox_backlink.ToString());
  430. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|&nbsp; &nbsp  ");rn");
  431. templateBuilder.Append(" }rn");
  432. templateBuilder.Append(" </");
  433. templateBuilder.Append("script>rn");
  434. templateBuilder.Append(" <a href="forumindex.aspx">论坛首页</a>rn");
  435. if (usergroupid==7)
  436. {
  437. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  438. } //end if
  439. templateBuilder.Append(" </p>rn");
  440. templateBuilder.Append(" </div>rn");
  441. templateBuilder.Append(" </div>rn");
  442. templateBuilder.Append("</div>rn");
  443. templateBuilder.Append("</div>rn");
  444. } //end if
  445. } //end if
  446. if (infloat!=1)
  447. {
  448. if (pagename=="website.aspx")
  449. {
  450. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  451. }
  452. else if (footerad!="")
  453. {
  454. templateBuilder.Append("     <div id="ad_footerbanner">");
  455. templateBuilder.Append(footerad.ToString());
  456. templateBuilder.Append("</div>   rn");
  457. } //end if
  458. if (headerad!="")
  459. {
  460. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  461. templateBuilder.Append(headerad.ToString());
  462. templateBuilder.Append("</div>rn");
  463. templateBuilder.Append("<script type="text/javascript">rn");
  464. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  465. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  466. templateBuilder.Append("</");
  467. templateBuilder.Append("script>rn");
  468. } //end if
  469. templateBuilder.Append("<div id="footer">rn");
  470. templateBuilder.Append(" <div class="wrap">rn");
  471. templateBuilder.Append(" <div id="footlinks">rn");
  472. templateBuilder.Append(" <p><a href="");
  473. templateBuilder.Append(config.Weburl.ToString().Trim());
  474. templateBuilder.Append("" target="_blank">");
  475. templateBuilder.Append(config.Webtitle.ToString().Trim());
  476. templateBuilder.Append("</a> - ");
  477. templateBuilder.Append(config.Linktext.ToString().Trim());
  478. templateBuilder.Append(" - <a target="_blank" href="");
  479. templateBuilder.Append(forumurl.ToString());
  480. templateBuilder.Append("stats.aspx">统计</a> - rn");
  481. if (config.Sitemapstatus==1)
  482. {
  483. templateBuilder.Append("&nbsp;<a href="");
  484. templateBuilder.Append(forumurl.ToString());
  485. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  486. } //end if
  487. templateBuilder.Append(" ");
  488. templateBuilder.Append(config.Statcode.ToString().Trim());
  489. templateBuilder.Append(config.Icp.ToString().Trim());
  490. templateBuilder.Append("rn");
  491. templateBuilder.Append(" </p>rn");
  492. templateBuilder.Append(" <div>rn");
  493. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  494. templateBuilder.Append(" - <a href="");
  495. templateBuilder.Append(forumurl.ToString());
  496. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  497. if (config.Stylejump==1)
  498. {
  499. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  500. {
  501. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  502. templateBuilder.Append(forumurl.ToString());
  503. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  504. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  505. templateBuilder.Append(" ");
  506. templateBuilder.Append(templatelistboxoptions.ToString());
  507. templateBuilder.Append("rn");
  508. templateBuilder.Append(" </ul>rn");
  509. } //end if
  510. } //end if
  511. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  512. templateBuilder.Append(" </div>rn");
  513. templateBuilder.Append(" </div>rn");
  514. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  515. templateBuilder.Append(forumurl.ToString());
  516. templateBuilder.Append("templates/");
  517. templateBuilder.Append(templatepath.ToString());
  518. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  519. templateBuilder.Append(" <p id="copyright">rn");
  520. 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");
  521. if (config.Licensed==1)
  522. {
  523. 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");
  524. } //end if
  525. templateBuilder.Append(" ");
  526. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  527. templateBuilder.Append("rn");
  528. templateBuilder.Append(" </p>rn");
  529. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  530. if (config.Debug!=0)
  531. {
  532. templateBuilder.Append(" Processed in ");
  533. templateBuilder.Append(this.Processtime.ToString().Trim());
  534. templateBuilder.Append(" second(s)rn");
  535. if (isguestcachepage==1)
  536. {
  537. templateBuilder.Append(" (Cached).rn");
  538. }
  539. else if (querycount>1)
  540. {
  541. templateBuilder.Append("  , ");
  542. templateBuilder.Append(querycount.ToString());
  543. templateBuilder.Append(" queries.rn");
  544. }
  545. else
  546. {
  547. templateBuilder.Append("  , ");
  548. templateBuilder.Append(querycount.ToString());
  549. templateBuilder.Append(" query.rn");
  550. } //end if
  551. } //end if
  552. templateBuilder.Append(" </p>rn");
  553. templateBuilder.Append(" </div>rn");
  554. templateBuilder.Append("</div>rn");
  555. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  556. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  557. if (config.Enablespace==1)
  558. {
  559. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  560. } //end if
  561. if (config.Enablealbum==1)
  562. {
  563. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  564. } //end if
  565. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  566. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  567. templateBuilder.Append("</ul>rn");
  568. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  569. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  570. templateBuilder.Append(useravatar.ToString());
  571. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  572. templateBuilder.Append(templatepath.ToString());
  573. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  574.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  575. templateBuilder.Append(" <li class="popuser"><a href="");
  576. templateBuilder.Append(forumurl.ToString());
  577. templateBuilder.Append(aspxrewriteurl.ToString());
  578. templateBuilder.Append("">我的资料</a></li>rn");
  579. if (config.Enablespace==1)
  580. {
  581. templateBuilder.Append(" <li class="poplink"><a href="");
  582. templateBuilder.Append(forumurl.ToString());
  583. templateBuilder.Append(spaceurl.ToString());
  584. templateBuilder.Append("space/">我的空间</a></li>rn");
  585. } //end if
  586. templateBuilder.Append("</ul>rn");
  587. int prentid__loop__id=0;
  588. foreach(string prentid in mainnavigationhassub)
  589. {
  590. prentid__loop__id++;
  591. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  592. templateBuilder.Append(prentid.ToString());
  593. templateBuilder.Append("_menu" style="display: none">rn");
  594. int subnav__loop__id=0;
  595. foreach(DataRow subnav in subnavigation.Rows)
  596. {
  597. subnav__loop__id++;
  598. bool isoutput = false;
  599. if (subnav["parentid"].ToString().Trim()==prentid)
  600. {
  601. if (subnav["level"].ToString().Trim()=="0")
  602. {
  603.  isoutput = true;
  604. }
  605. else
  606. {
  607. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  608. {
  609.  isoutput = true;
  610. }
  611. else
  612. {
  613. bool leveluseradmindi = true;
  614.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  615. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  616. {
  617.  isoutput = true;
  618. } //end if
  619. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  620. {
  621.  isoutput = true;
  622. } //end if
  623. } //end if
  624. } //end if
  625. } //end if
  626. if (isoutput)
  627. {
  628. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  629. {
  630. if (config.Statstatus==1)
  631. {
  632. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  633. continue;
  634. }
  635. else
  636. {
  637. continue;
  638. } //end if
  639. } //end if
  640. if (subnav["id"].ToString().Trim()=="18")
  641. {
  642. if (config.Oltimespan>0)
  643. {
  644. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  645. continue;
  646. }
  647. else
  648. {
  649. continue;
  650. } //end if
  651. } //end if
  652. if (subnav["id"].ToString().Trim()=="24")
  653. {
  654. if (config.Enablespace==1)
  655. {
  656. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  657. continue;
  658. }
  659. else
  660. {
  661. continue;
  662. } //end if
  663. } //end if
  664. if (subnav["id"].ToString().Trim()=="25")
  665. {
  666. if (config.Enablealbum==1)
  667. {
  668. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  669. continue;
  670. }
  671. else
  672. {
  673. continue;
  674. } //end if
  675. } //end if
  676. if (subnav["id"].ToString().Trim()=="26")
  677. {
  678. if (config.Enablemall>=1)
  679. {
  680. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  681. continue;
  682. }
  683. else
  684. {
  685. continue;
  686. } //end if
  687. } //end if
  688. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  689. } //end if
  690. } //end loop
  691. templateBuilder.Append("</ul>rn");
  692. } //end loop
  693. templateBuilder.Append("</body>rn");
  694. templateBuilder.Append("</html>rn");
  695. }
  696. else
  697. {
  698. templateBuilder.Append("]]></root>rn");
  699. } //end if
  700. Response.Write(templateBuilder.ToString());
  701. }
  702. </script>