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

SCSI/ASPI

开发平台:

Others

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