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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.usercpsubscribe" %>
  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:54.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:54. 
  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; <a href="usercpprofile.aspx">用户中心</a> &raquo; <strong>收藏夹</strong>rn");
  287. templateBuilder.Append(" </div>rn");
  288. templateBuilder.Append("</div>rn");
  289. templateBuilder.Append("<!--body-->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 == "titemid") 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 datalist">rn");
  445. templateBuilder.Append(" <h1>收藏夹</h1>rn");
  446. if (userid>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="usercpsubscribe.aspx?typeid=0"><span>收藏的主题</span></a></li>rn");
  456. if (config.Enablealbum==1)
  457. {
  458. templateBuilder.Append(" <li rn");
  459. if (typeid==1)
  460. {
  461. templateBuilder.Append("class="current"rn");
  462. } //end if
  463. templateBuilder.Append("><a href="usercpsubscribe.aspx?typeid=1"><span>收藏的");
  464. templateBuilder.Append(config.Albumname.ToString().Trim());
  465. templateBuilder.Append("</span></a></li>rn");
  466. } //end if
  467. if (config.Enablespace==1 && user.Spaceid>0)
  468. {
  469. templateBuilder.Append(" <li rn");
  470. if (typeid==2)
  471. {
  472. templateBuilder.Append("class="current"rn");
  473. } //end if
  474. templateBuilder.Append("><a href="usercpsubscribe.aspx?typeid=2"><span>收藏的日志</span></a></li>rn");
  475. } //end if
  476. if (config.Enablemall==1)
  477. {
  478. templateBuilder.Append(" <li rn");
  479. if (typeid==3)
  480. {
  481. templateBuilder.Append("class="current"rn");
  482. } //end if
  483. templateBuilder.Append("><a href="usercpsubscribe.aspx?typeid=3"><span>收藏的商品</span></a></li>rn");
  484. } //end if
  485. templateBuilder.Append(" </ul>rn");
  486. templateBuilder.Append("</div>rn");
  487. } //end if
  488. if (page_err==0)
  489. {
  490. if (ispost)
  491. {
  492. templateBuilder.Append(" <div class="msgbox">rn");
  493. templateBuilder.Append(" <h1>");
  494. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  495. templateBuilder.Append(" 提示信息</h1>rn");
  496. templateBuilder.Append(" <p>");
  497. templateBuilder.Append(msgbox_text.ToString());
  498. templateBuilder.Append("</p>rn");
  499. if (msgbox_url!="")
  500. {
  501. templateBuilder.Append(" <p><a href="");
  502. templateBuilder.Append(msgbox_url.ToString());
  503. templateBuilder.Append("">如果浏览器没有转向, 请点击这里.</a></p>rn");
  504. } //end if
  505. templateBuilder.Append(" </div>rn");
  506. }
  507. else
  508. {
  509. if (favoriteCount>0)
  510. {
  511. templateBuilder.Append(" <form id="favlist" name="favlist" method="post" action="" class="datalist">rn");
  512. templateBuilder.Append(" <table width="100%" border="0" cellspacing="0" cellpadding="0" class="datatable">rn");
  513. templateBuilder.Append(" <tr class="colplural">rn");
  514. templateBuilder.Append(" <td width="4%">&nbsp;</td>rn");
  515. templateBuilder.Append(" <td width="55%" style="text-align: left;">标题</td>rn");
  516. templateBuilder.Append(" <td width="15%">作者</td>rn");
  517. templateBuilder.Append(" <td>收藏时间</td>rn");
  518. templateBuilder.Append(" <td>&nbsp;</td>rn");
  519. templateBuilder.Append(" </tr>rn");
  520. templateBuilder.Append(" <tbody>rn");
  521. int favorites__loop__id=0;
  522. foreach(DataRow favorites in Favorites.GetFavoritesList(userid,16,pageid,type).Rows)
  523. {
  524. favorites__loop__id++;
  525. templateBuilder.Append(" <tr>rn");
  526. templateBuilder.Append(" <td><input name="titemid" id="id" + favorites["tid"].ToString().Trim() + "" type="checkbox"  id="Checkbox1"  value="" + favorites["tid"].ToString().Trim() + ""/></td>rn");
  527. templateBuilder.Append(" <td class="datatitle">rn");
  528. if (typeid==1)
  529. {
  530. templateBuilder.Append(" <a href="showalbum.aspx?albumid=" + favorites["tid"].ToString().Trim() + "">" + favorites["title"].ToString().Trim() + "</a>rn");
  531. }
  532. else if (typeid==2)
  533. {
  534. templateBuilder.Append(" <a href="space/viewspacepost.aspx?postid=" + favorites["tid"].ToString().Trim() + "">" + favorites["title"].ToString().Trim() + "</a>rn");
  535. }
  536. else if (typeid==3)
  537. {
  538. templateBuilder.Append(" <a href="showgoods.aspx?goodsid=" + favorites["goodsid"].ToString().Trim() + "">" + favorites["title"].ToString().Trim() + "</a>rn");
  539. }
  540. else
  541. {
  542.  aspxrewriteurl = this.ShowTopicAspxRewrite(favorites["tid"].ToString().Trim(),0);
  543. templateBuilder.Append(" <a href="");
  544. templateBuilder.Append(aspxrewriteurl.ToString());
  545. templateBuilder.Append("">" + favorites["title"].ToString().Trim() + "</a>rn");
  546. } //end if
  547. templateBuilder.Append(" </td>rn");
  548. templateBuilder.Append(" <td>rn");
  549.  aspxrewriteurl = this.UserInfoAspxRewrite(favorites["posterid"].ToString().Trim());
  550. templateBuilder.Append(" <a href="");
  551. templateBuilder.Append(aspxrewriteurl.ToString());
  552. templateBuilder.Append("">" + favorites["poster"].ToString().Trim() + "</a>rn");
  553. templateBuilder.Append(" </td>rn");
  554. templateBuilder.Append(" <td class="time">" + favorites["postdatetime"].ToString().Trim() + "</td>rn");
  555. templateBuilder.Append(" <td class="delete_msg"><a href="#" onclick="$('id" + favorites["tid"].ToString().Trim() + "').checked=true;$('favlist').submit();"></a></td>rn");
  556. templateBuilder.Append(" </tr>rn");
  557. } //end loop
  558. templateBuilder.Append(" </tbody>rn");
  559. templateBuilder.Append(" </table>rn");
  560. templateBuilder.Append(" </form>rn");
  561. templateBuilder.Append(" <div class="cpbox s_clear">rn");
  562. templateBuilder.Append(" <div class="pages_btns">rn");
  563. templateBuilder.Append(" <div class="pages">rn");
  564. templateBuilder.Append(" <em>");
  565. templateBuilder.Append(pageid.ToString());
  566. templateBuilder.Append("/");
  567. templateBuilder.Append(pagecount.ToString());
  568. templateBuilder.Append("页</em>");
  569. templateBuilder.Append(pagenumbers.ToString());
  570. templateBuilder.Append("rn");
  571. templateBuilder.Append(" </div>rn");
  572. templateBuilder.Append(" <a href="javascript:;" onclick="checkCheckBox($('favlist'),this)" class="selectall">全选</a>rn");
  573. templateBuilder.Append(" <span class="pipe">|</span>rn");
  574. templateBuilder.Append(" <a href="#" onclick="$('favlist').submit()" class="selectall">删除</a>rn");
  575. templateBuilder.Append(" </div>rn");
  576. templateBuilder.Append(" </div>rn");
  577. }
  578. else
  579. {
  580. templateBuilder.Append(" <div class="zerothreads">暂无收藏的主题</div>rn");
  581. } //end if
  582. } //end if
  583. }
  584. else
  585. {
  586. templateBuilder.Append("<div class="msgbox error_msg">rn");
  587. templateBuilder.Append(" <h3>错误提示</h3>rn");
  588. templateBuilder.Append(" <p>");
  589. templateBuilder.Append(msgbox_text.ToString());
  590. templateBuilder.Append("</p>rn");
  591. templateBuilder.Append(" <p class="errorback">rn");
  592. templateBuilder.Append(" <script type="text/javascript">rn");
  593. templateBuilder.Append(" if(");
  594. templateBuilder.Append(msgbox_showbacklink.ToString());
  595. templateBuilder.Append(")rn");
  596. templateBuilder.Append(" {rn");
  597. templateBuilder.Append(" document.write("<a href=\"");
  598. templateBuilder.Append(msgbox_backlink.ToString());
  599. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|  ");rn");
  600. templateBuilder.Append(" }rn");
  601. templateBuilder.Append(" </");
  602. templateBuilder.Append("script>rn");
  603. templateBuilder.Append(" &nbsp; &nbsp; <a href="forumindex.aspx">论坛首页</a>rn");
  604. if (usergroupid==7)
  605. {
  606. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  607. } //end if
  608. templateBuilder.Append(" </p>rn");
  609. templateBuilder.Append("</div>rn");
  610. } //end if
  611. templateBuilder.Append(" </div>rn");
  612. templateBuilder.Append(" </div>rn");
  613. templateBuilder.Append("</div>rn");
  614. if (infloat!=1)
  615. {
  616. if (pagename=="website.aspx")
  617. {
  618. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  619. }
  620. else if (footerad!="")
  621. {
  622. templateBuilder.Append("     <div id="ad_footerbanner">");
  623. templateBuilder.Append(footerad.ToString());
  624. templateBuilder.Append("</div>   rn");
  625. } //end if
  626. if (headerad!="")
  627. {
  628. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  629. templateBuilder.Append(headerad.ToString());
  630. templateBuilder.Append("</div>rn");
  631. templateBuilder.Append("<script type="text/javascript">rn");
  632. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  633. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  634. templateBuilder.Append("</");
  635. templateBuilder.Append("script>rn");
  636. } //end if
  637. templateBuilder.Append("<div id="footer">rn");
  638. templateBuilder.Append(" <div class="wrap">rn");
  639. templateBuilder.Append(" <div id="footlinks">rn");
  640. templateBuilder.Append(" <p><a href="");
  641. templateBuilder.Append(config.Weburl.ToString().Trim());
  642. templateBuilder.Append("" target="_blank">");
  643. templateBuilder.Append(config.Webtitle.ToString().Trim());
  644. templateBuilder.Append("</a> - ");
  645. templateBuilder.Append(config.Linktext.ToString().Trim());
  646. templateBuilder.Append(" - <a target="_blank" href="");
  647. templateBuilder.Append(forumurl.ToString());
  648. templateBuilder.Append("stats.aspx">统计</a> - rn");
  649. if (config.Sitemapstatus==1)
  650. {
  651. templateBuilder.Append("&nbsp;<a href="");
  652. templateBuilder.Append(forumurl.ToString());
  653. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  654. } //end if
  655. templateBuilder.Append(" ");
  656. templateBuilder.Append(config.Statcode.ToString().Trim());
  657. templateBuilder.Append(config.Icp.ToString().Trim());
  658. templateBuilder.Append("rn");
  659. templateBuilder.Append(" </p>rn");
  660. templateBuilder.Append(" <div>rn");
  661. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  662. templateBuilder.Append(" - <a href="");
  663. templateBuilder.Append(forumurl.ToString());
  664. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  665. if (config.Stylejump==1)
  666. {
  667. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  668. {
  669. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  670. templateBuilder.Append(forumurl.ToString());
  671. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  672. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  673. templateBuilder.Append(" ");
  674. templateBuilder.Append(templatelistboxoptions.ToString());
  675. templateBuilder.Append("rn");
  676. templateBuilder.Append(" </ul>rn");
  677. } //end if
  678. } //end if
  679. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  680. templateBuilder.Append(" </div>rn");
  681. templateBuilder.Append(" </div>rn");
  682. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  683. templateBuilder.Append(forumurl.ToString());
  684. templateBuilder.Append("templates/");
  685. templateBuilder.Append(templatepath.ToString());
  686. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  687. templateBuilder.Append(" <p id="copyright">rn");
  688. 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");
  689. if (config.Licensed==1)
  690. {
  691. 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");
  692. } //end if
  693. templateBuilder.Append(" ");
  694. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  695. templateBuilder.Append("rn");
  696. templateBuilder.Append(" </p>rn");
  697. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  698. if (config.Debug!=0)
  699. {
  700. templateBuilder.Append(" Processed in ");
  701. templateBuilder.Append(this.Processtime.ToString().Trim());
  702. templateBuilder.Append(" second(s)rn");
  703. if (isguestcachepage==1)
  704. {
  705. templateBuilder.Append(" (Cached).rn");
  706. }
  707. else if (querycount>1)
  708. {
  709. templateBuilder.Append("  , ");
  710. templateBuilder.Append(querycount.ToString());
  711. templateBuilder.Append(" queries.rn");
  712. }
  713. else
  714. {
  715. templateBuilder.Append("  , ");
  716. templateBuilder.Append(querycount.ToString());
  717. templateBuilder.Append(" query.rn");
  718. } //end if
  719. } //end if
  720. templateBuilder.Append(" </p>rn");
  721. templateBuilder.Append(" </div>rn");
  722. templateBuilder.Append("</div>rn");
  723. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  724. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  725. if (config.Enablespace==1)
  726. {
  727. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  728. } //end if
  729. if (config.Enablealbum==1)
  730. {
  731. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  732. } //end if
  733. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  734. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  735. templateBuilder.Append("</ul>rn");
  736. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  737. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  738. templateBuilder.Append(useravatar.ToString());
  739. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  740. templateBuilder.Append(templatepath.ToString());
  741. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  742.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  743. templateBuilder.Append(" <li class="popuser"><a href="");
  744. templateBuilder.Append(forumurl.ToString());
  745. templateBuilder.Append(aspxrewriteurl.ToString());
  746. templateBuilder.Append("">我的资料</a></li>rn");
  747. if (config.Enablespace==1)
  748. {
  749. templateBuilder.Append(" <li class="poplink"><a href="");
  750. templateBuilder.Append(forumurl.ToString());
  751. templateBuilder.Append(spaceurl.ToString());
  752. templateBuilder.Append("space/">我的空间</a></li>rn");
  753. } //end if
  754. templateBuilder.Append("</ul>rn");
  755. int prentid__loop__id=0;
  756. foreach(string prentid in mainnavigationhassub)
  757. {
  758. prentid__loop__id++;
  759. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  760. templateBuilder.Append(prentid.ToString());
  761. templateBuilder.Append("_menu" style="display: none">rn");
  762. int subnav__loop__id=0;
  763. foreach(DataRow subnav in subnavigation.Rows)
  764. {
  765. subnav__loop__id++;
  766. bool isoutput = false;
  767. if (subnav["parentid"].ToString().Trim()==prentid)
  768. {
  769. if (subnav["level"].ToString().Trim()=="0")
  770. {
  771.  isoutput = true;
  772. }
  773. else
  774. {
  775. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  776. {
  777.  isoutput = true;
  778. }
  779. else
  780. {
  781. bool leveluseradmindi = true;
  782.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  783. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  784. {
  785.  isoutput = true;
  786. } //end if
  787. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  788. {
  789.  isoutput = true;
  790. } //end if
  791. } //end if
  792. } //end if
  793. } //end if
  794. if (isoutput)
  795. {
  796. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  797. {
  798. if (config.Statstatus==1)
  799. {
  800. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  801. continue;
  802. }
  803. else
  804. {
  805. continue;
  806. } //end if
  807. } //end if
  808. if (subnav["id"].ToString().Trim()=="18")
  809. {
  810. if (config.Oltimespan>0)
  811. {
  812. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  813. continue;
  814. }
  815. else
  816. {
  817. continue;
  818. } //end if
  819. } //end if
  820. if (subnav["id"].ToString().Trim()=="24")
  821. {
  822. if (config.Enablespace==1)
  823. {
  824. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  825. continue;
  826. }
  827. else
  828. {
  829. continue;
  830. } //end if
  831. } //end if
  832. if (subnav["id"].ToString().Trim()=="25")
  833. {
  834. if (config.Enablealbum==1)
  835. {
  836. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  837. continue;
  838. }
  839. else
  840. {
  841. continue;
  842. } //end if
  843. } //end if
  844. if (subnav["id"].ToString().Trim()=="26")
  845. {
  846. if (config.Enablemall>=1)
  847. {
  848. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  849. continue;
  850. }
  851. else
  852. {
  853. continue;
  854. } //end if
  855. } //end if
  856. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  857. } //end if
  858. } //end loop
  859. templateBuilder.Append("</ul>rn");
  860. } //end loop
  861. templateBuilder.Append("</body>rn");
  862. templateBuilder.Append("</html>rn");
  863. }
  864. else
  865. {
  866. templateBuilder.Append("]]></root>rn");
  867. } //end if
  868. Response.Write(templateBuilder.ToString());
  869. }
  870. </script>