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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.myattachment" %>
  2. <%@ Import namespace="System.Data" %>
  3. <%@ Import namespace="Discuz.Common" %>
  4. <%@ Import namespace="Discuz.Forum" %>
  5. <%@ Import namespace="Discuz.Entity" %>
  6. <%@ Import namespace="Discuz.Config" %>
  7. <script runat="server">
  8. override protected void OnInit(EventArgs e)
  9. {
  10. /* 
  11. This page was created by Discuz!NT Template Engine at 2010/2/8 15:43:58.
  12. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:58. 
  13. */
  14. base.OnInit(e);
  15. templateBuilder.Capacity = 220000;
  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 href="");
  284. templateBuilder.Append(config.Forumurl.ToString().Trim());
  285. templateBuilder.Append("" class="title">");
  286. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  287. templateBuilder.Append("</a> &raquo; <a href="usercpprofile.aspx">用户中心</a> &raquo; <strong>附件</strong>rn");
  288. templateBuilder.Append(" </div>rn");
  289. templateBuilder.Append("</div>rn");
  290. templateBuilder.Append("<script type="text/javascript">rn");
  291. templateBuilder.Append(" function checkCheckBox(form,objtag)rn");
  292. templateBuilder.Append(" {rn");
  293. templateBuilder.Append(" for(var i = 0; i < form.elements.length; i++) rn");
  294. templateBuilder.Append(" {rn");
  295. templateBuilder.Append(" var e = form.elements[i];rn");
  296. templateBuilder.Append(" if(e.name == "pmitemid") rn");
  297. templateBuilder.Append(" {rn");
  298. templateBuilder.Append(" e.checked = objtag.checked;rn");
  299. templateBuilder.Append(" }rn");
  300. templateBuilder.Append(" }rn");
  301. templateBuilder.Append(" objtag.checked = !objtag.checked;rn");
  302. templateBuilder.Append(" }rn");
  303. templateBuilder.Append("</");
  304. templateBuilder.Append("script>rn");
  305. templateBuilder.Append("<div class="wrap with_side s_clear" id="wrap">rn");
  306. templateBuilder.Append("<div class="side">rn");
  307. if (userid>0)
  308. {
  309. templateBuilder.Append(" <h2>个人中心</h2>rn");
  310. templateBuilder.Append(" <div class="sideinner">rn");
  311. templateBuilder.Append(" <ul class="tabs">rn");
  312. if (pagename=="usercptopic.aspx"||pagename=="usercppost.aspx"||pagename=="usercpdigest.aspx"||pagename=="usercpprofile.aspx"||pagename=="usercpnewpassword.aspx"||pagename=="usercppreference.aspx")
  313. {
  314. templateBuilder.Append(" <li><a href="usercpprofile.aspx" class="current"><span>个人设置</span></a></li>rn");
  315. }
  316. else
  317. {
  318. templateBuilder.Append(" <li><a href="usercpprofile.aspx">个人设置</a></li>rn");
  319. } //end if
  320. if (pagename=="usercpinbox.aspx"||pagename=="usercpsentbox.aspx"||pagename=="usercpdraftbox.aspx"||pagename=="usercppostpm.aspx"||pagename=="usercpshowpm.aspx"||pagename=="usercppmset.aspx")
  321. {
  322. templateBuilder.Append(" <li><a href="usercpinbox.aspx" class="current"><span>短消息</span></a></li>rn");
  323. }
  324. else
  325. {
  326. templateBuilder.Append(" <li><a href="usercpinbox.aspx">短消息</a></li>rn");
  327. } //end if
  328. if (config.Enablespace==1 && user.Spaceid>0)
  329. {
  330. if (pagename=="usercpspacepostblog.aspx"||pagename=="usercpspacemanageblog.aspx"||pagename=="usercpspaceeditblog.aspx"||pagename=="usercpspacelinklist.aspx"||pagename=="usercpspacelinkedit.aspx"||pagename=="usercpspacelinkadd.aspx"||pagename=="usercpspacecomment.aspx"||pagename=="usercpspacemanagecategory.aspx"||pagename=="usercpspacecategoryadd.aspx"||pagename=="usercpspacecategoryedit.aspx"||pagename=="usercpspacemanageattachment.aspx"||pagename=="usercpspaceset.aspx")
  331. {
  332. templateBuilder.Append(" <li><a href="usercpspacemanageblog.aspx" class="current"><span>");
  333. templateBuilder.Append(config.Spacename.ToString().Trim());
  334. templateBuilder.Append("管理</span></a></li>rn");
  335. }
  336. else
  337. {
  338. templateBuilder.Append(" <li><a href="usercpspacemanageblog.aspx">");
  339. templateBuilder.Append(config.Spacename.ToString().Trim());
  340. templateBuilder.Append("管理</a></li>rn");
  341. } //end if
  342. } //end if
  343. if (config.Enablealbum==1)
  344. {
  345. if (pagename=="usercpspacemanagealbum.aspx"||pagename=="usercpspacemanagephoto.aspx"||pagename=="usercpspacephotoadd.aspx"||pagename=="usercpeditphoto.aspx")
  346. {
  347. templateBuilder.Append(" <li><a href="usercpspacemanagealbum.aspx" class="current"><span>");
  348. templateBuilder.Append(config.Albumname.ToString().Trim());
  349. templateBuilder.Append("管理</span></a></li>rn");
  350. }
  351. else
  352. {
  353. templateBuilder.Append(" <li><a href="usercpspacemanagealbum.aspx">");
  354. templateBuilder.Append(config.Albumname.ToString().Trim());
  355. templateBuilder.Append("管理</a></li>rn");
  356. } //end if
  357. } //end if
  358. if (config.Enablemall>=1)
  359. {
  360. if (pagename=="usercpmygoods.aspx")
  361. {
  362. templateBuilder.Append(" <li><a href="usercpmygoods.aspx" class="current"><span>交易管理</span></a></li>rn");
  363. }
  364. else
  365. {
  366. templateBuilder.Append(" <li><a href="usercpmygoods.aspx">交易管理</a></li>rn");
  367. } //end if
  368. } //end if
  369. if (config.Enablemall==2)
  370. {
  371. if (pagename=="usercpshopcategory.aspx")
  372. {
  373. templateBuilder.Append(" <li><a href="usercpshopcategory.aspx?item=shopcategory" class="current"><span>店铺管理</span></a></li>rn");
  374. }
  375. else
  376. {
  377. templateBuilder.Append(" <li><a href="usercpshopcategory.aspx?item=shopcategory">店铺管理</a></li>rn");
  378. } //end if
  379. } //end if
  380. templateBuilder.Append(" </ul>rn");
  381. templateBuilder.Append(" </div>rn");
  382. templateBuilder.Append(" <hr class="shadowline"/>rn");
  383. templateBuilder.Append(" <div class="sideinner">rn");
  384. templateBuilder.Append(" <ul class="tabs">rn");
  385. if (pagename=="mytopics.aspx")
  386. {
  387. templateBuilder.Append(" <li><a href="mytopics.aspx" class="current"><span>我的主题</span></a></li>rn");
  388. }
  389. else
  390. {
  391. templateBuilder.Append(" <li><a href="mytopics.aspx">我的主题</a></li>rn");
  392. } //end if
  393. if (pagename=="myposts.aspx")
  394. {
  395. templateBuilder.Append(" <li><a href="myposts.aspx" class="current"><span>我的帖子</span></a></li>rn");
  396. }
  397. else
  398. {
  399. templateBuilder.Append(" <li><a href="myposts.aspx">我的帖子</a></li>rn");
  400. } //end if
  401. templateBuilder.Append(" <li><a href="search.aspx?posterid=current&type=digest">我的精华</a></li>rn");
  402. if (pagename=="myattachment.aspx")
  403. {
  404. templateBuilder.Append(" <li><a href="myattachment.aspx" class="current"><span>我的附件</span></a></li>rn");
  405. }
  406. else
  407. {
  408. templateBuilder.Append(" <li><a href="myattachment.aspx">我的附件</a></li>rn");
  409. } //end if
  410. if (pagename=="usercpsubscribe.aspx")
  411. {
  412. templateBuilder.Append(" <li><a href="usercpsubscribe.aspx" class="current"><span>收藏夹</span></a></li>rn");
  413. }
  414. else
  415. {
  416. templateBuilder.Append(" <li><a href="usercpsubscribe.aspx">收藏夹</a></li>rn");
  417. } //end if
  418. templateBuilder.Append(" </ul>rn");
  419. templateBuilder.Append(" </div>rn");
  420. templateBuilder.Append(" <hr class="shadowline"/>rn");
  421. templateBuilder.Append(" <div class="sideinner">rn");
  422. templateBuilder.Append(" <ul class="tabs">rn");
  423. if (pagename=="usercpcreditspay.aspx"||pagename=="usercpcreditstransfer.aspx"||pagename=="usercpcreditspayoutlog.aspx"||pagename=="usercpcreditspayinlog.aspx"    ||pagename=="usercpcreaditstransferlog.aspx")
  424. {
  425. templateBuilder.Append(" <li><a href="usercpcreditspay.aspx" class="current"><span>积分交易</span></a></li>rn");
  426. }
  427. else
  428. {
  429. templateBuilder.Append(" <li><a href="usercpcreditspay.aspx">积分交易</a></li>rn");
  430. } //end if
  431. if (pagename=="usercp.aspx")
  432. {
  433. templateBuilder.Append(" <li><a href="usercp.aspx" class="current"><span>用户组&权限</span></a></li>rn");
  434. }
  435. else
  436. {
  437. templateBuilder.Append(" <li><a href="usercp.aspx">用户组&权限</a></li>rn");
  438. } //end if
  439. templateBuilder.Append(" </ul>rn");
  440. templateBuilder.Append(" </div>rn");
  441. } //end if
  442. templateBuilder.Append("</div>rn");
  443. templateBuilder.Append(" <div class="cpmain">rn");
  444. templateBuilder.Append(" <div class="cpcontent">rn");
  445. templateBuilder.Append(" <h1>附件</h1>rn");
  446. if (page_err==0)
  447. {
  448. templateBuilder.Append("<div class="cm_header itemtitle s_clear">rn");
  449. templateBuilder.Append(" <ul>rn");
  450. templateBuilder.Append(" <li rn");
  451. if (typeid==0)
  452. {
  453. templateBuilder.Append("class="current"rn");
  454. } //end if
  455. templateBuilder.Append("><a href="myattachment.aspx"><span>全部</span></a></li>rn");
  456. int list__loop__id=0;
  457. foreach(AttachmentType list in Attachments.AttachTypeList())
  458. {
  459. list__loop__id++;
  460. templateBuilder.Append(" <li rn");
  461. if (typeid==list.TypeId)
  462. {
  463. templateBuilder.Append("class="current"rn");
  464. } //end if
  465. templateBuilder.Append("><a href="?typeid=");
  466. templateBuilder.Append(list.TypeId.ToString().Trim());
  467. templateBuilder.Append(""><span>");
  468. templateBuilder.Append(list.TypeName.ToString().Trim());
  469. templateBuilder.Append("</span></a></li>rn");
  470. } //end loop
  471. templateBuilder.Append(" </ul>rn");
  472. templateBuilder.Append("</div>rn");
  473. if (ispost)
  474. {
  475. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  476. templateBuilder.Append("<div class="main">rn");
  477. templateBuilder.Append(" <div class="msgbox">rn");
  478. templateBuilder.Append(" <h1>");
  479. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  480. templateBuilder.Append(" 提示信息</h1>rn");
  481. templateBuilder.Append(" <hr class="solidline"/>rn");
  482. templateBuilder.Append(" <div class="msg_inner">rn");
  483. templateBuilder.Append(" <p>");
  484. templateBuilder.Append(msgbox_text.ToString());
  485. templateBuilder.Append("</p>rn");
  486. if (msgbox_url!="")
  487. {
  488. templateBuilder.Append(" <p><a href="");
  489. templateBuilder.Append(msgbox_url.ToString());
  490. templateBuilder.Append("">如果浏览器没有转向, 请点击这里.</a></p>rn");
  491. } //end if
  492. templateBuilder.Append(" </div>rn");
  493. templateBuilder.Append(" </div>rn");
  494. templateBuilder.Append("</div>rn");
  495. templateBuilder.Append("</div>rn");
  496. }
  497. else
  498. {
  499. if (myattachmentlist.Count>0)
  500. {
  501. templateBuilder.Append(" <form id="pmform" name="pmform" method="post" action="" class="datalist">rn");
  502. templateBuilder.Append(" <table width="100%" border="0" cellspacing="0" cellpadding="0" class="datatable">rn");
  503. templateBuilder.Append(" <thead>rn");
  504. templateBuilder.Append(" <tr class="colplural">rn");
  505. templateBuilder.Append(" <th width="22%">附件名称</th>rn");
  506. templateBuilder.Append(" <th>附件描述</th>rn");
  507. templateBuilder.Append(" <th width="15%">上传时间</th>rn");
  508. templateBuilder.Append(" <th width="10%">下载次数</th>rn");
  509. templateBuilder.Append(" </tr>rn");
  510. templateBuilder.Append(" </thead>rn");
  511. templateBuilder.Append(" <tbody>rn");
  512. int myatinfo__loop__id=0;
  513. foreach(MyAttachmentInfo myatinfo in myattachmentlist)
  514. {
  515. myatinfo__loop__id++;
  516. templateBuilder.Append(" <tr>rn");
  517. templateBuilder.Append(" <td  class="datatitle"><a href="");
  518. templateBuilder.Append(myatinfo.Filename.ToString().Trim());
  519. templateBuilder.Append("" title="");
  520. templateBuilder.Append(myatinfo.Attachment.ToString().Trim());
  521. templateBuilder.Append("">");
  522. templateBuilder.Append(myatinfo.SimpleName.ToString().Trim());
  523. templateBuilder.Append("</a></td>rn");
  524. templateBuilder.Append(" <td>");
  525. templateBuilder.Append(myatinfo.Description.ToString().Trim());
  526. templateBuilder.Append("</td>rn");
  527. templateBuilder.Append(" <td class="time">");
  528. templateBuilder.Append(myatinfo.Postdatetime.ToString().Trim());
  529. templateBuilder.Append("</td>rn");
  530. templateBuilder.Append(" <td>");
  531. templateBuilder.Append(myatinfo.Downloads.ToString().Trim());
  532. templateBuilder.Append("</td>rn");
  533. templateBuilder.Append(" </tr>rn");
  534. } //end loop
  535. templateBuilder.Append(" </tbody>rn");
  536. templateBuilder.Append(" </table>rn");
  537. templateBuilder.Append(" </form> rn");
  538. templateBuilder.Append(" <div class="cpbox s_clear">rn");
  539. templateBuilder.Append(" <div class="pages_btns">rn");
  540. templateBuilder.Append(" <div class="pages">rn");
  541. templateBuilder.Append(" ");
  542. templateBuilder.Append(pagenumbers.ToString());
  543. templateBuilder.Append("<em>");
  544. templateBuilder.Append(pageid.ToString());
  545. templateBuilder.Append("/");
  546. templateBuilder.Append(pagecount.ToString());
  547. templateBuilder.Append("页</em>rn");
  548. templateBuilder.Append(" </div>rn");
  549. templateBuilder.Append(" </div>rn");
  550. templateBuilder.Append(" </div>rn");
  551. }
  552. else
  553. {
  554. templateBuilder.Append(" <div class="zerothreads">暂无附件</div>rn");
  555. } //end if
  556. } //end if
  557. }
  558. else
  559. {
  560. templateBuilder.Append("<div class="msgbox error_msg">rn");
  561. templateBuilder.Append(" <h3>错误提示</h3>rn");
  562. templateBuilder.Append(" <p>");
  563. templateBuilder.Append(msgbox_text.ToString());
  564. templateBuilder.Append("</p>rn");
  565. templateBuilder.Append(" <p class="errorback">rn");
  566. templateBuilder.Append(" <script type="text/javascript">rn");
  567. templateBuilder.Append(" if(");
  568. templateBuilder.Append(msgbox_showbacklink.ToString());
  569. templateBuilder.Append(")rn");
  570. templateBuilder.Append(" {rn");
  571. templateBuilder.Append(" document.write("<a href=\"");
  572. templateBuilder.Append(msgbox_backlink.ToString());
  573. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|  ");rn");
  574. templateBuilder.Append(" }rn");
  575. templateBuilder.Append(" </");
  576. templateBuilder.Append("script>rn");
  577. templateBuilder.Append(" &nbsp; &nbsp; <a href="forumindex.aspx">论坛首页</a>rn");
  578. if (usergroupid==7)
  579. {
  580. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  581. } //end if
  582. templateBuilder.Append(" </p>rn");
  583. templateBuilder.Append("</div>rn");
  584. } //end if
  585. templateBuilder.Append(" </div>rn");
  586. templateBuilder.Append(" </div>rn");
  587. templateBuilder.Append("</div>rn");
  588. if (infloat!=1)
  589. {
  590. if (pagename=="website.aspx")
  591. {
  592. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  593. }
  594. else if (footerad!="")
  595. {
  596. templateBuilder.Append("     <div id="ad_footerbanner">");
  597. templateBuilder.Append(footerad.ToString());
  598. templateBuilder.Append("</div>   rn");
  599. } //end if
  600. if (headerad!="")
  601. {
  602. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  603. templateBuilder.Append(headerad.ToString());
  604. templateBuilder.Append("</div>rn");
  605. templateBuilder.Append("<script type="text/javascript">rn");
  606. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  607. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  608. templateBuilder.Append("</");
  609. templateBuilder.Append("script>rn");
  610. } //end if
  611. templateBuilder.Append("<div id="footer">rn");
  612. templateBuilder.Append(" <div class="wrap">rn");
  613. templateBuilder.Append(" <div id="footlinks">rn");
  614. templateBuilder.Append(" <p><a href="");
  615. templateBuilder.Append(config.Weburl.ToString().Trim());
  616. templateBuilder.Append("" target="_blank">");
  617. templateBuilder.Append(config.Webtitle.ToString().Trim());
  618. templateBuilder.Append("</a> - ");
  619. templateBuilder.Append(config.Linktext.ToString().Trim());
  620. templateBuilder.Append(" - <a target="_blank" href="");
  621. templateBuilder.Append(forumurl.ToString());
  622. templateBuilder.Append("stats.aspx">统计</a> - rn");
  623. if (config.Sitemapstatus==1)
  624. {
  625. templateBuilder.Append("&nbsp;<a href="");
  626. templateBuilder.Append(forumurl.ToString());
  627. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  628. } //end if
  629. templateBuilder.Append(" ");
  630. templateBuilder.Append(config.Statcode.ToString().Trim());
  631. templateBuilder.Append(config.Icp.ToString().Trim());
  632. templateBuilder.Append("rn");
  633. templateBuilder.Append(" </p>rn");
  634. templateBuilder.Append(" <div>rn");
  635. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  636. templateBuilder.Append(" - <a href="");
  637. templateBuilder.Append(forumurl.ToString());
  638. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  639. if (config.Stylejump==1)
  640. {
  641. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  642. {
  643. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  644. templateBuilder.Append(forumurl.ToString());
  645. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  646. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  647. templateBuilder.Append(" ");
  648. templateBuilder.Append(templatelistboxoptions.ToString());
  649. templateBuilder.Append("rn");
  650. templateBuilder.Append(" </ul>rn");
  651. } //end if
  652. } //end if
  653. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  654. templateBuilder.Append(" </div>rn");
  655. templateBuilder.Append(" </div>rn");
  656. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  657. templateBuilder.Append(forumurl.ToString());
  658. templateBuilder.Append("templates/");
  659. templateBuilder.Append(templatepath.ToString());
  660. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  661. templateBuilder.Append(" <p id="copyright">rn");
  662. 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");
  663. if (config.Licensed==1)
  664. {
  665. 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");
  666. } //end if
  667. templateBuilder.Append(" ");
  668. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  669. templateBuilder.Append("rn");
  670. templateBuilder.Append(" </p>rn");
  671. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  672. if (config.Debug!=0)
  673. {
  674. templateBuilder.Append(" Processed in ");
  675. templateBuilder.Append(this.Processtime.ToString().Trim());
  676. templateBuilder.Append(" second(s)rn");
  677. if (isguestcachepage==1)
  678. {
  679. templateBuilder.Append(" (Cached).rn");
  680. }
  681. else if (querycount>1)
  682. {
  683. templateBuilder.Append("  , ");
  684. templateBuilder.Append(querycount.ToString());
  685. templateBuilder.Append(" queries.rn");
  686. }
  687. else
  688. {
  689. templateBuilder.Append("  , ");
  690. templateBuilder.Append(querycount.ToString());
  691. templateBuilder.Append(" query.rn");
  692. } //end if
  693. } //end if
  694. templateBuilder.Append(" </p>rn");
  695. templateBuilder.Append(" </div>rn");
  696. templateBuilder.Append("</div>rn");
  697. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  698. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  699. if (config.Enablespace==1)
  700. {
  701. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  702. } //end if
  703. if (config.Enablealbum==1)
  704. {
  705. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  706. } //end if
  707. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  708. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  709. templateBuilder.Append("</ul>rn");
  710. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  711. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  712. templateBuilder.Append(useravatar.ToString());
  713. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  714. templateBuilder.Append(templatepath.ToString());
  715. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  716.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  717. templateBuilder.Append(" <li class="popuser"><a href="");
  718. templateBuilder.Append(forumurl.ToString());
  719. templateBuilder.Append(aspxrewriteurl.ToString());
  720. templateBuilder.Append("">我的资料</a></li>rn");
  721. if (config.Enablespace==1)
  722. {
  723. templateBuilder.Append(" <li class="poplink"><a href="");
  724. templateBuilder.Append(forumurl.ToString());
  725. templateBuilder.Append(spaceurl.ToString());
  726. templateBuilder.Append("space/">我的空间</a></li>rn");
  727. } //end if
  728. templateBuilder.Append("</ul>rn");
  729. int prentid__loop__id=0;
  730. foreach(string prentid in mainnavigationhassub)
  731. {
  732. prentid__loop__id++;
  733. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  734. templateBuilder.Append(prentid.ToString());
  735. templateBuilder.Append("_menu" style="display: none">rn");
  736. int subnav__loop__id=0;
  737. foreach(DataRow subnav in subnavigation.Rows)
  738. {
  739. subnav__loop__id++;
  740. bool isoutput = false;
  741. if (subnav["parentid"].ToString().Trim()==prentid)
  742. {
  743. if (subnav["level"].ToString().Trim()=="0")
  744. {
  745.  isoutput = true;
  746. }
  747. else
  748. {
  749. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  750. {
  751.  isoutput = true;
  752. }
  753. else
  754. {
  755. bool leveluseradmindi = true;
  756.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  757. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  758. {
  759.  isoutput = true;
  760. } //end if
  761. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  762. {
  763.  isoutput = true;
  764. } //end if
  765. } //end if
  766. } //end if
  767. } //end if
  768. if (isoutput)
  769. {
  770. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  771. {
  772. if (config.Statstatus==1)
  773. {
  774. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  775. continue;
  776. }
  777. else
  778. {
  779. continue;
  780. } //end if
  781. } //end if
  782. if (subnav["id"].ToString().Trim()=="18")
  783. {
  784. if (config.Oltimespan>0)
  785. {
  786. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  787. continue;
  788. }
  789. else
  790. {
  791. continue;
  792. } //end if
  793. } //end if
  794. if (subnav["id"].ToString().Trim()=="24")
  795. {
  796. if (config.Enablespace==1)
  797. {
  798. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  799. continue;
  800. }
  801. else
  802. {
  803. continue;
  804. } //end if
  805. } //end if
  806. if (subnav["id"].ToString().Trim()=="25")
  807. {
  808. if (config.Enablealbum==1)
  809. {
  810. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  811. continue;
  812. }
  813. else
  814. {
  815. continue;
  816. } //end if
  817. } //end if
  818. if (subnav["id"].ToString().Trim()=="26")
  819. {
  820. if (config.Enablemall>=1)
  821. {
  822. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  823. continue;
  824. }
  825. else
  826. {
  827. continue;
  828. } //end if
  829. } //end if
  830. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  831. } //end if
  832. } //end loop
  833. templateBuilder.Append("</ul>rn");
  834. } //end loop
  835. templateBuilder.Append("</body>rn");
  836. templateBuilder.Append("</html>rn");
  837. }
  838. else
  839. {
  840. templateBuilder.Append("]]></root>rn");
  841. } //end if
  842. Response.Write(templateBuilder.ToString());
  843. }
  844. </script>