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

SCSI/ASPI

开发平台:

Others

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