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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.usercp" %>
  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:44:00.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:44:00. 
  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">rn");
  281. templateBuilder.Append("var templatepath = "");
  282. templateBuilder.Append(templatepath.ToString());
  283. templateBuilder.Append("";rn");
  284. templateBuilder.Append("function getvalidpic(data)rn");
  285. templateBuilder.Append("{rn");
  286. templateBuilder.Append("var pic='';rn");
  287. templateBuilder.Append("if(parseInt(data)==1)rn");
  288. templateBuilder.Append("{rn");
  289. templateBuilder.Append("pic='<img src="templates/");
  290. templateBuilder.Append(templatepath.ToString());
  291. templateBuilder.Append("/images/data_valid.gif"/>';rn");
  292. templateBuilder.Append("}rn");
  293. templateBuilder.Append("if(parseInt(data)==0)rn");
  294. templateBuilder.Append("{rn");
  295. templateBuilder.Append("pic='<img src="templates/");
  296. templateBuilder.Append(templatepath.ToString());
  297. templateBuilder.Append("/images/data_invalid.gif"/>';rn");
  298. templateBuilder.Append("}rn");
  299. templateBuilder.Append("document.write(pic);rn");
  300. templateBuilder.Append("}rn");
  301. templateBuilder.Append("function tickthreadtype(data)rn");
  302. templateBuilder.Append("{rn");
  303. templateBuilder.Append("var str='';rn");
  304. templateBuilder.Append("  switch (parseInt(data)){rn");
  305. templateBuilder.Append("   case 0:rn");
  306. templateBuilder.Append("str='不允许';rn");
  307. templateBuilder.Append("   case 1:rn");
  308. templateBuilder.Append("str='允许本版内置顶';rn");
  309. templateBuilder.Append("   case 2:rn");
  310. templateBuilder.Append("str='允许分类内置顶';rn");
  311. templateBuilder.Append("    case 3:rn");
  312. templateBuilder.Append("str='执行任意置顶';rn");
  313. templateBuilder.Append("}rn");
  314. templateBuilder.Append("document.write(str);rn");
  315. templateBuilder.Append("}rn");
  316. templateBuilder.Append("function searchtype(data)rn");
  317. templateBuilder.Append("{rn");
  318. templateBuilder.Append("switch (parseInt(data)){rn");
  319. templateBuilder.Append("   case 0:rn");
  320. templateBuilder.Append("str='不允许';rn");
  321. templateBuilder.Append("   case 1:rn");
  322. templateBuilder.Append("str='允许搜索标题或全文';rn");
  323. templateBuilder.Append("   case 2:rn");
  324. templateBuilder.Append("str='仅允许搜索标题';rn");
  325. templateBuilder.Append("}rn");
  326. templateBuilder.Append("document.write(str);rn");
  327. templateBuilder.Append("}rn");
  328. templateBuilder.Append("</");
  329. templateBuilder.Append("script>rn");
  330. templateBuilder.Append("<script type="text/javascript" src="javascript/template_showtopic.js"></");
  331. templateBuilder.Append("script>rn");
  332. templateBuilder.Append("<div id="nav">rn");
  333. templateBuilder.Append(" <div class="wrap s_clear">rn");
  334. templateBuilder.Append(" <a href="");
  335. templateBuilder.Append(config.Forumurl.ToString().Trim());
  336. templateBuilder.Append("" class="title">");
  337. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  338. templateBuilder.Append("</a> &raquo; <a href="usercpprofile.aspx">用户中心</a> &raquo; <strong>用户组&权限</strong>rn");
  339. templateBuilder.Append(" </div>rn");
  340. templateBuilder.Append("</div>rn");
  341. templateBuilder.Append("<div class="wrap with_side s_clear" id="wrap">rn");
  342. templateBuilder.Append("<div class="side">rn");
  343. if (userid>0)
  344. {
  345. templateBuilder.Append(" <h2>个人中心</h2>rn");
  346. templateBuilder.Append(" <div class="sideinner">rn");
  347. templateBuilder.Append(" <ul class="tabs">rn");
  348. if (pagename=="usercptopic.aspx"||pagename=="usercppost.aspx"||pagename=="usercpdigest.aspx"||pagename=="usercpprofile.aspx"||pagename=="usercpnewpassword.aspx"||pagename=="usercppreference.aspx")
  349. {
  350. templateBuilder.Append(" <li><a href="usercpprofile.aspx" class="current"><span>个人设置</span></a></li>rn");
  351. }
  352. else
  353. {
  354. templateBuilder.Append(" <li><a href="usercpprofile.aspx">个人设置</a></li>rn");
  355. } //end if
  356. if (pagename=="usercpinbox.aspx"||pagename=="usercpsentbox.aspx"||pagename=="usercpdraftbox.aspx"||pagename=="usercppostpm.aspx"||pagename=="usercpshowpm.aspx"||pagename=="usercppmset.aspx")
  357. {
  358. templateBuilder.Append(" <li><a href="usercpinbox.aspx" class="current"><span>短消息</span></a></li>rn");
  359. }
  360. else
  361. {
  362. templateBuilder.Append(" <li><a href="usercpinbox.aspx">短消息</a></li>rn");
  363. } //end if
  364. if (config.Enablespace==1 && user.Spaceid>0)
  365. {
  366. 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")
  367. {
  368. templateBuilder.Append(" <li><a href="usercpspacemanageblog.aspx" class="current"><span>");
  369. templateBuilder.Append(config.Spacename.ToString().Trim());
  370. templateBuilder.Append("管理</span></a></li>rn");
  371. }
  372. else
  373. {
  374. templateBuilder.Append(" <li><a href="usercpspacemanageblog.aspx">");
  375. templateBuilder.Append(config.Spacename.ToString().Trim());
  376. templateBuilder.Append("管理</a></li>rn");
  377. } //end if
  378. } //end if
  379. if (config.Enablealbum==1)
  380. {
  381. if (pagename=="usercpspacemanagealbum.aspx"||pagename=="usercpspacemanagephoto.aspx"||pagename=="usercpspacephotoadd.aspx"||pagename=="usercpeditphoto.aspx")
  382. {
  383. templateBuilder.Append(" <li><a href="usercpspacemanagealbum.aspx" class="current"><span>");
  384. templateBuilder.Append(config.Albumname.ToString().Trim());
  385. templateBuilder.Append("管理</span></a></li>rn");
  386. }
  387. else
  388. {
  389. templateBuilder.Append(" <li><a href="usercpspacemanagealbum.aspx">");
  390. templateBuilder.Append(config.Albumname.ToString().Trim());
  391. templateBuilder.Append("管理</a></li>rn");
  392. } //end if
  393. } //end if
  394. if (config.Enablemall>=1)
  395. {
  396. if (pagename=="usercpmygoods.aspx")
  397. {
  398. templateBuilder.Append(" <li><a href="usercpmygoods.aspx" class="current"><span>交易管理</span></a></li>rn");
  399. }
  400. else
  401. {
  402. templateBuilder.Append(" <li><a href="usercpmygoods.aspx">交易管理</a></li>rn");
  403. } //end if
  404. } //end if
  405. if (config.Enablemall==2)
  406. {
  407. if (pagename=="usercpshopcategory.aspx")
  408. {
  409. templateBuilder.Append(" <li><a href="usercpshopcategory.aspx?item=shopcategory" class="current"><span>店铺管理</span></a></li>rn");
  410. }
  411. else
  412. {
  413. templateBuilder.Append(" <li><a href="usercpshopcategory.aspx?item=shopcategory">店铺管理</a></li>rn");
  414. } //end if
  415. } //end if
  416. templateBuilder.Append(" </ul>rn");
  417. templateBuilder.Append(" </div>rn");
  418. templateBuilder.Append(" <hr class="shadowline"/>rn");
  419. templateBuilder.Append(" <div class="sideinner">rn");
  420. templateBuilder.Append(" <ul class="tabs">rn");
  421. if (pagename=="mytopics.aspx")
  422. {
  423. templateBuilder.Append(" <li><a href="mytopics.aspx" class="current"><span>我的主题</span></a></li>rn");
  424. }
  425. else
  426. {
  427. templateBuilder.Append(" <li><a href="mytopics.aspx">我的主题</a></li>rn");
  428. } //end if
  429. if (pagename=="myposts.aspx")
  430. {
  431. templateBuilder.Append(" <li><a href="myposts.aspx" class="current"><span>我的帖子</span></a></li>rn");
  432. }
  433. else
  434. {
  435. templateBuilder.Append(" <li><a href="myposts.aspx">我的帖子</a></li>rn");
  436. } //end if
  437. templateBuilder.Append(" <li><a href="search.aspx?posterid=current&type=digest">我的精华</a></li>rn");
  438. if (pagename=="myattachment.aspx")
  439. {
  440. templateBuilder.Append(" <li><a href="myattachment.aspx" class="current"><span>我的附件</span></a></li>rn");
  441. }
  442. else
  443. {
  444. templateBuilder.Append(" <li><a href="myattachment.aspx">我的附件</a></li>rn");
  445. } //end if
  446. if (pagename=="usercpsubscribe.aspx")
  447. {
  448. templateBuilder.Append(" <li><a href="usercpsubscribe.aspx" class="current"><span>收藏夹</span></a></li>rn");
  449. }
  450. else
  451. {
  452. templateBuilder.Append(" <li><a href="usercpsubscribe.aspx">收藏夹</a></li>rn");
  453. } //end if
  454. templateBuilder.Append(" </ul>rn");
  455. templateBuilder.Append(" </div>rn");
  456. templateBuilder.Append(" <hr class="shadowline"/>rn");
  457. templateBuilder.Append(" <div class="sideinner">rn");
  458. templateBuilder.Append(" <ul class="tabs">rn");
  459. if (pagename=="usercpcreditspay.aspx"||pagename=="usercpcreditstransfer.aspx"||pagename=="usercpcreditspayoutlog.aspx"||pagename=="usercpcreditspayinlog.aspx"    ||pagename=="usercpcreaditstransferlog.aspx")
  460. {
  461. templateBuilder.Append(" <li><a href="usercpcreditspay.aspx" class="current"><span>积分交易</span></a></li>rn");
  462. }
  463. else
  464. {
  465. templateBuilder.Append(" <li><a href="usercpcreditspay.aspx">积分交易</a></li>rn");
  466. } //end if
  467. if (pagename=="usercp.aspx")
  468. {
  469. templateBuilder.Append(" <li><a href="usercp.aspx" class="current"><span>用户组&权限</span></a></li>rn");
  470. }
  471. else
  472. {
  473. templateBuilder.Append(" <li><a href="usercp.aspx">用户组&权限</a></li>rn");
  474. } //end if
  475. templateBuilder.Append(" </ul>rn");
  476. templateBuilder.Append(" </div>rn");
  477. } //end if
  478. templateBuilder.Append("</div>rn");
  479. templateBuilder.Append(" <div class="cpmain">rn");
  480. templateBuilder.Append(" <div class="cpcontent">rn");
  481. templateBuilder.Append(" <h1>用户组&权限</h1>rn");
  482. if (page_err==0)
  483. {
  484. if (ispost)
  485. {
  486. templateBuilder.Append(" <div class="msgbox">rn");
  487. templateBuilder.Append(" <h1>");
  488. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  489. templateBuilder.Append(" 提示信息</h1>rn");
  490. templateBuilder.Append(" <p>");
  491. templateBuilder.Append(msgbox_text.ToString());
  492. templateBuilder.Append("</p>rn");
  493. if (msgbox_url!="")
  494. {
  495. templateBuilder.Append(" <p><a href="");
  496. templateBuilder.Append(msgbox_url.ToString());
  497. templateBuilder.Append("">如果浏览器没有转向, 请点击这里.</a></p>rn");
  498. } //end if
  499. templateBuilder.Append(" </div>rn");
  500. }
  501. else
  502. {
  503. templateBuilder.Append(" <div class="cpuser s_clear">rn");
  504. string avatarurl = Avatars.GetAvatarUrl(userid);
  505. templateBuilder.Append(" <img src="");
  506. templateBuilder.Append(avatarurl.ToString());
  507. templateBuilder.Append("" onerror="this.onerror=null;this.src='");
  508. templateBuilder.Append(forumpath.ToString());
  509. templateBuilder.Append("templates/");
  510. templateBuilder.Append(templatepath.ToString());
  511. templateBuilder.Append("/images/noavatar_medium.gif';"  class="cpavatar"/>rn");
  512. templateBuilder.Append(" <ul class="cprate">rn");
  513. templateBuilder.Append(" <li><strong>");
  514. templateBuilder.Append(user.Username.ToString().Trim());
  515. templateBuilder.Append("</strong></li>rn");
  516. templateBuilder.Append(" <li>积分: ");
  517. templateBuilder.Append(user.Credits.ToString().Trim());
  518. templateBuilder.Append("</li>rn");
  519. if (score[1].ToString().Trim()!="")
  520. {
  521. templateBuilder.Append(" <li>" + score[1].ToString().Trim() + ": ");
  522. templateBuilder.Append(score1.ToString());
  523. templateBuilder.Append("</li>rn");
  524. } //end if
  525. if (score[2].ToString().Trim()!="")
  526. {
  527. templateBuilder.Append(" <li>" + score[2].ToString().Trim() + ": ");
  528. templateBuilder.Append(score2.ToString());
  529. templateBuilder.Append("</li>rn");
  530. } //end if
  531. if (score[3].ToString().Trim()!="")
  532. {
  533. templateBuilder.Append(" <li>" + score[3].ToString().Trim() + ": ");
  534. templateBuilder.Append(score3.ToString());
  535. templateBuilder.Append("</li>rn");
  536. } //end if
  537. if (score[4].ToString().Trim()!="")
  538. {
  539. templateBuilder.Append(" <li>" + score[4].ToString().Trim() + ": ");
  540. templateBuilder.Append(score4.ToString());
  541. templateBuilder.Append("</li>rn");
  542. } //end if
  543. if (score[5].ToString().Trim()!="")
  544. {
  545. templateBuilder.Append(" <li>" + score[5].ToString().Trim() + ": ");
  546. templateBuilder.Append(score5.ToString());
  547. templateBuilder.Append("</li>rn");
  548. } //end if
  549. if (score[6].ToString().Trim()!="")
  550. {
  551. templateBuilder.Append(" <li>" + score[6].ToString().Trim() + ": ");
  552. templateBuilder.Append(score6.ToString());
  553. templateBuilder.Append("</li>rn");
  554. } //end if
  555. if (score[7].ToString().Trim()!="")
  556. {
  557. templateBuilder.Append(" <li>" + score[7].ToString().Trim() + ": ");
  558. templateBuilder.Append(score7.ToString());
  559. templateBuilder.Append("</li>rn");
  560. } //end if
  561. if (score[8].ToString().Trim()!="")
  562. {
  563. templateBuilder.Append(" <li>" + score[8].ToString().Trim() + ": ");
  564. templateBuilder.Append(score8.ToString());
  565. templateBuilder.Append("</li>rn");
  566. } //end if
  567. templateBuilder.Append(" </ul> rn");
  568. templateBuilder.Append(" <ul class="cpinfo">rn");
  569. templateBuilder.Append(" <li>总发帖数:rn");
  570. if (user.Posts>0)
  571. {
  572. templateBuilder.Append("<A href="search.aspx?posterid=");
  573. templateBuilder.Append(user.Uid.ToString().Trim());
  574. templateBuilder.Append("">");
  575. templateBuilder.Append(user.Posts.ToString().Trim());
  576. templateBuilder.Append("</A>rn");
  577. }
  578. else
  579. {
  580. templateBuilder.Append(user.Posts.ToString().Trim());
  581. templateBuilder.Append("rn");
  582. } //end if
  583. templateBuilder.Append("</li>rn");
  584. templateBuilder.Append(" <li>精华帖数:rn");
  585. if (user.Digestposts>0)
  586. {
  587. templateBuilder.Append("<A href="search.aspx?posterid=");
  588. templateBuilder.Append(user.Uid.ToString().Trim());
  589. templateBuilder.Append("&type=digest">");
  590. templateBuilder.Append(user.Digestposts.ToString().Trim());
  591. templateBuilder.Append("</a>rn");
  592. }
  593. else
  594. {
  595. templateBuilder.Append(" ");
  596. templateBuilder.Append(user.Digestposts.ToString().Trim());
  597. templateBuilder.Append("rn");
  598. } //end if
  599. templateBuilder.Append(" </li>rn");
  600. templateBuilder.Append(" <li>新短消息数:rn");
  601. if (oluserinfo.Newpms>0)
  602. {
  603. templateBuilder.Append("<A href="usercpinbox.aspx">");
  604. templateBuilder.Append(oluserinfo.Newpms.ToString().Trim());
  605. templateBuilder.Append("</A>rn");
  606. }
  607. else
  608. {
  609. templateBuilder.Append(" <script>rn");
  610. templateBuilder.Append(" document.write(");
  611. templateBuilder.Append(user.Newpmcount.ToString().Trim());
  612. templateBuilder.Append("*-1);rn");
  613. templateBuilder.Append(" </");
  614. templateBuilder.Append("script>rn");
  615. } //end if
  616. templateBuilder.Append("</li>rn");
  617. templateBuilder.Append(" <li>新通知数:rn");
  618. if (oluserinfo.Newnotices>0)
  619. {
  620. templateBuilder.Append("<A href="">");
  621. templateBuilder.Append(oluserinfo.Newnotices.ToString().Trim());
  622. templateBuilder.Append("</A>rn");
  623. }
  624. else
  625. {
  626. templateBuilder.Append(oluserinfo.Newnotices.ToString().Trim());
  627. templateBuilder.Append("rn");
  628. } //end if
  629. templateBuilder.Append("</li> rn");
  630. templateBuilder.Append(" </ul>rn");
  631. templateBuilder.Append(" </div>rn");
  632. templateBuilder.Append(" <div class="cpsignature f_clear">rn");
  633. templateBuilder.Append(" <span>签名</span>:rn");
  634. if (user.Signature=="")
  635. {
  636. templateBuilder.Append(" 暂无签名rn");
  637. }
  638. else
  639. {
  640. templateBuilder.Append(" ");
  641. templateBuilder.Append(user.Sightml.ToString().Trim());
  642. templateBuilder.Append("rn");
  643. } //end if
  644. templateBuilder.Append(" </div>rn");
  645. templateBuilder.Append(" <div class="limits_box datalist f_clear">rn");
  646. templateBuilder.Append(" <div class="c_header" id="list_memcp_main_c">rn");
  647. templateBuilder.Append(" <h3 onclick="toggle_collapse('list_memcp_main', 1, 1);">您的主用户组</h3>rn");
  648. templateBuilder.Append(" <div class="c_header_action"><p onclick="toggle_collapse('list_memcp_main', 1, 1);" class="c_header_ctrlbtn">[ 展开 ]</p></div>rn");
  649. templateBuilder.Append(" </div>rn");
  650. templateBuilder.Append(" <div id="list_memcp_main">rn");
  651. templateBuilder.Append(" <div class="channelinfo">主用户组决定了您在本论坛拥有哪些权限,您可以通过查看权限详细了解它</div>rn");
  652. templateBuilder.Append(" <table cellspacing="0" cellpadding="0" class="datatable">rn");
  653. templateBuilder.Append(" <thead class="colplural">rn");
  654. templateBuilder.Append(" <tr>rn");
  655. templateBuilder.Append(" <td width="13%"/>rn");
  656. templateBuilder.Append(" <td width="11%">用户级别</td>rn");
  657. templateBuilder.Append(" <td width="15%">类型</td>rn");
  658. templateBuilder.Append(" <td width="20%">积分起点</td>rn");
  659. templateBuilder.Append(" <td width="10%">阅读权限</td>rn");
  660. templateBuilder.Append(" <td width="10%">到期时间</td>rn");
  661. templateBuilder.Append(" <td>操作</td>rn");
  662. templateBuilder.Append(" </tr>rn");
  663. templateBuilder.Append(" </thead>rn");
  664. templateBuilder.Append(" <tbody>rn");
  665. templateBuilder.Append(" <tr>rn");
  666. templateBuilder.Append(" <td><strong><u>");
  667. templateBuilder.Append(usergroupinfo.Grouptitle.ToString().Trim());
  668. templateBuilder.Append("</u><strong/></strong></td>rn");
  669. templateBuilder.Append(" <td> rn");
  670. templateBuilder.Append(" <script type="text/javascript">rn");
  671. templateBuilder.Append(" ShowStars(");
  672. templateBuilder.Append(usergroupinfo.Stars.ToString().Trim());
  673. templateBuilder.Append(", ");
  674. templateBuilder.Append(config.Starthreshold.ToString().Trim());
  675. templateBuilder.Append(");rn");
  676. templateBuilder.Append(" </");
  677. templateBuilder.Append("script>rn");
  678. templateBuilder.Append(" </td>rn");
  679. templateBuilder.Append(" <td>(会员用户组)</td>rn");
  680. templateBuilder.Append(" <td>");
  681. templateBuilder.Append(usergroupinfo.Creditshigher.ToString().Trim());
  682. templateBuilder.Append("</td>rn");
  683. templateBuilder.Append(" <td>");
  684. templateBuilder.Append(usergroupinfo.Readaccess.ToString().Trim());
  685. templateBuilder.Append("</td>rn");
  686. templateBuilder.Append(" <td> - </td>rn");
  687. templateBuilder.Append(" <td>rn");
  688. templateBuilder.Append(" <a class="lightlink" href="###" onclick="javascript:if ($('usergroupbox').style.display=='none')rn");
  689. templateBuilder.Append(" {rn");
  690. templateBuilder.Append(" $('usergroupbox').style.display='';rn");
  691. templateBuilder.Append(" }rn");
  692. templateBuilder.Append(" elsern");
  693. templateBuilder.Append(" {rn");
  694. templateBuilder.Append(" $('usergroupbox').style.display='none';rn");
  695. templateBuilder.Append(" }">查看权限</a>rn");
  696. templateBuilder.Append(" </td>rn");
  697. templateBuilder.Append(" </tr>rn");
  698. templateBuilder.Append(" </tbody>rn");
  699. templateBuilder.Append(" </table>rn");
  700. templateBuilder.Append(" </div>rn");
  701. templateBuilder.Append(" </div>rn");
  702. templateBuilder.Append(" <div class="limits_box datalist s_clear" id="usergroupbox" style="display:none;">rn");
  703. if (useradminid>0)
  704. {
  705. templateBuilder.Append(" <div class="c_header" id="list_admin_c">rn");
  706. templateBuilder.Append(" <h3 onclick="toggle_collapse('list_admin', 1, 1);">管理权限</h3>rn");
  707. templateBuilder.Append(" <div class="c_header_action"><p onclick="toggle_collapse('list_admin', 1, 1);" class="c_header_ctrlbtn">[ 展开 ]</p></div>rn");
  708. templateBuilder.Append(" </div>rn");
  709. templateBuilder.Append(" <div id="list_admin">rn");
  710. templateBuilder.Append(" <table cellspacing="0" cellpadding="0" class="datatable" >rn");
  711. templateBuilder.Append(" <tbody>rn");
  712. templateBuilder.Append(" <tr class="colplural">rn");
  713. templateBuilder.Append(" <th>允许编辑帖子</th>rn");
  714. templateBuilder.Append(" <th>允许编辑投票</th>rn");
  715. templateBuilder.Append(" <th>允许删除帖子</th>rn");
  716. templateBuilder.Append(" <th>允许批量删除</th>rn");
  717. templateBuilder.Append(" <th>允许编辑用户</th>rn");
  718. templateBuilder.Append(" <th>允许查看论坛运行记录</th>rn");
  719. templateBuilder.Append(" </tr>rn");
  720. templateBuilder.Append(" <tr>rn");
  721. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  722. templateBuilder.Append(admingroupinfo.Alloweditpost.ToString().Trim());
  723. templateBuilder.Append(")</");
  724. templateBuilder.Append("script></td>rn");
  725. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  726. templateBuilder.Append(admingroupinfo.Alloweditpoll.ToString().Trim());
  727. templateBuilder.Append(")</");
  728. templateBuilder.Append("script></td>rn");
  729. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  730. templateBuilder.Append(admingroupinfo.Allowdelpost.ToString().Trim());
  731. templateBuilder.Append(")</");
  732. templateBuilder.Append("script></td>rn");
  733. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  734. templateBuilder.Append(admingroupinfo.Allowmassprune.ToString().Trim());
  735. templateBuilder.Append(")</");
  736. templateBuilder.Append("script></td>rn");
  737. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  738. templateBuilder.Append(admingroupinfo.Allowedituser.ToString().Trim());
  739. templateBuilder.Append(")</");
  740. templateBuilder.Append("script></td>rn");
  741. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  742. templateBuilder.Append(admingroupinfo.Allowviewlog.ToString().Trim());
  743. templateBuilder.Append(")</");
  744. templateBuilder.Append("script></td>rn");
  745. templateBuilder.Append(" </tr>rn");
  746. templateBuilder.Append(" </tbody>rn");
  747. templateBuilder.Append(" <tbody>rn");
  748. templateBuilder.Append(" <tr class="colplural">rn");
  749. templateBuilder.Append(" <th>允许查看用户实名</th>rn");
  750. templateBuilder.Append(" <th>允许禁止用户</th>rn");
  751. templateBuilder.Append(" <th>允许禁止IP</th>rn");
  752. templateBuilder.Append(" <th>是否允许置顶</th>rn");
  753. templateBuilder.Append(" <th>允许查看IP</th>rn");
  754. templateBuilder.Append(" <th>发帖不受审核、过滤、灌水等限制</th>rn");
  755. templateBuilder.Append(" </tr>rn");
  756. templateBuilder.Append(" <tr>rn");
  757. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  758. templateBuilder.Append(admingroupinfo.Allowviewrealname.ToString().Trim());
  759. templateBuilder.Append(")</");
  760. templateBuilder.Append("script></td>rn");
  761. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  762. templateBuilder.Append(admingroupinfo.Allowbanuser.ToString().Trim());
  763. templateBuilder.Append(")</");
  764. templateBuilder.Append("script></td>rn");
  765. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  766. templateBuilder.Append(admingroupinfo.Allowbanip.ToString().Trim());
  767. templateBuilder.Append(")</");
  768. templateBuilder.Append("script></td>rn");
  769. templateBuilder.Append(" <td><script type="text/javascript">tickthreadtype(");
  770. templateBuilder.Append(admingroupinfo.Allowstickthread.ToString().Trim());
  771. templateBuilder.Append(")</");
  772. templateBuilder.Append("script></td>rn");
  773. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  774. templateBuilder.Append(admingroupinfo.Allowviewip.ToString().Trim());
  775. templateBuilder.Append(")</");
  776. templateBuilder.Append("script></td>rn");
  777. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  778. templateBuilder.Append(admingroupinfo.Disablepostctrl.ToString().Trim());
  779. templateBuilder.Append(")</");
  780. templateBuilder.Append("script></td>rn");
  781. templateBuilder.Append(" </tr>rn");
  782. templateBuilder.Append(" </tbody>rn");
  783. templateBuilder.Append(" </table>rn");
  784. templateBuilder.Append(" </div>rn");
  785. } //end if
  786. templateBuilder.Append(" <div class="c_header" id="list_basic_c">rn");
  787. templateBuilder.Append(" <h3 onclick="toggle_collapse('list_basic', 1, 1);">基本权限</h3>rn");
  788. templateBuilder.Append(" <div class="c_header_action"><p onclick="toggle_collapse('list_basic', 1, 1);" class="c_header_ctrlbtn">[ 展开 ]</p></div>rn");
  789. templateBuilder.Append(" </div>rn");
  790. templateBuilder.Append(" <table cellspacing="0" cellpadding="0" id="list_basic" class="datatable" >rn");
  791. templateBuilder.Append(" <tbody>rn");
  792. templateBuilder.Append(" <tr class="colplural">rn");
  793. templateBuilder.Append(" <th>访问论坛</th>rn");
  794. templateBuilder.Append(" <th>阅读权限</th>rn");
  795. templateBuilder.Append(" <th>查看用户资料</th> rn");
  796. templateBuilder.Append(" <th>使用搜索</th> rn");
  797. templateBuilder.Append(" <th>短信收件箱容量</th>rn");
  798. templateBuilder.Append(" </tr>rn");
  799. templateBuilder.Append(" <tr>rn");
  800. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  801. templateBuilder.Append(usergroupinfo.Allowvisit.ToString().Trim());
  802. templateBuilder.Append(")</");
  803. templateBuilder.Append("script></td>rn");
  804. templateBuilder.Append(" <td>");
  805. templateBuilder.Append(usergroupinfo.Readaccess.ToString().Trim());
  806. templateBuilder.Append("</td>rn");
  807. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  808. templateBuilder.Append(usergroupinfo.Allowviewpro.ToString().Trim());
  809. templateBuilder.Append(")</");
  810. templateBuilder.Append("script></td>rn");
  811. templateBuilder.Append(" <td><script type="text/javascript">searchtype(");
  812. templateBuilder.Append(usergroupinfo.Allowsearch.ToString().Trim());
  813. templateBuilder.Append(")</");
  814. templateBuilder.Append("script></td>rn");
  815. templateBuilder.Append(" <td>");
  816. templateBuilder.Append(usergroupinfo.Maxpmnum.ToString().Trim());
  817. templateBuilder.Append("</td>rn");
  818. templateBuilder.Append(" </tr>rn");
  819. templateBuilder.Append(" </tbody>rn");
  820. templateBuilder.Append(" </table>rn");
  821. templateBuilder.Append(" <div class="c_header" id="list_post_c">rn");
  822. templateBuilder.Append(" <h3 onclick="toggle_collapse('list_post', 1, 1);">帖子相关</h3>rn");
  823. templateBuilder.Append(" <div class="c_header_action"><p onclick="toggle_collapse('list_post', 1, 1);" class="c_header_ctrlbtn">[ 展开 ]</p></div>rn");
  824. templateBuilder.Append(" </div>rn");
  825. templateBuilder.Append(" <div id="list_post">rn");
  826. templateBuilder.Append(" <table cellspacing="0" cellpadding="0"  class="datatable" >rn");
  827. templateBuilder.Append(" <tbody>rn");
  828. templateBuilder.Append(" <tr class="colplural">rn");
  829. templateBuilder.Append(" <th>发新话题</th>rn");
  830. templateBuilder.Append(" <th>发表回复</th>rn");
  831. templateBuilder.Append(" <th>发起投票</th>rn");
  832. templateBuilder.Append(" <th>参与投票</th>rn");
  833. templateBuilder.Append(" <th>发表悬赏</th>rn");
  834. templateBuilder.Append(" <th>发表辩论</th>rn");
  835. templateBuilder.Append(" <th>发表交易</th> rn");
  836. templateBuilder.Append(" </tr>rn");
  837. templateBuilder.Append(" <tr>rn");
  838. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  839. templateBuilder.Append(usergroupinfo.Allowpost.ToString().Trim());
  840. templateBuilder.Append(")</");
  841. templateBuilder.Append("script></td>rn");
  842. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  843. templateBuilder.Append(usergroupinfo.Allowreply.ToString().Trim());
  844. templateBuilder.Append(")</");
  845. templateBuilder.Append("script></td>rn");
  846. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  847. templateBuilder.Append(usergroupinfo.Allowpostpoll.ToString().Trim());
  848. templateBuilder.Append(")</");
  849. templateBuilder.Append("script></td>rn");
  850. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  851. templateBuilder.Append(usergroupinfo.Allowvote.ToString().Trim());
  852. templateBuilder.Append(")</");
  853. templateBuilder.Append("script></td>rn");
  854. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  855. templateBuilder.Append(usergroupinfo.Allowbonus.ToString().Trim());
  856. templateBuilder.Append(")</");
  857. templateBuilder.Append("script></td>rn");
  858. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  859. templateBuilder.Append(usergroupinfo.Allowdebate.ToString().Trim());
  860. templateBuilder.Append(")</");
  861. templateBuilder.Append("script></td>rn");
  862. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  863. templateBuilder.Append(usergroupinfo.Allowtrade.ToString().Trim());
  864. templateBuilder.Append(")</");
  865. templateBuilder.Append("script></td> rn");
  866. templateBuilder.Append(" </tr>rn");
  867. templateBuilder.Append(" </tbody>rn");
  868. templateBuilder.Append(" </table>rn");
  869. templateBuilder.Append(" <table cellspacing="0" cellpadding="0" class="datatable" >rn");
  870. templateBuilder.Append("   <tbody>rn");
  871. templateBuilder.Append(" <tr class="colplural">rn");
  872. templateBuilder.Append("   <th>最大签名长度</th>rn");
  873. templateBuilder.Append("   <th>签名中使用 Discuz! 代码</th>rn");
  874. templateBuilder.Append("   <th>签名中使用 [img] 代码</th>rn");
  875. templateBuilder.Append("   <th>是否允许HTML帖</th>rn");
  876. templateBuilder.Append("   <th>是否允许使用hide代码</th>rn");
  877. templateBuilder.Append("   <th>主题最高售价</th>rn");
  878. templateBuilder.Append(" </tr>rn");
  879. templateBuilder.Append(" <tr>rn");
  880. templateBuilder.Append("   <td>");
  881. templateBuilder.Append(usergroupinfo.Maxsigsize.ToString().Trim());
  882. templateBuilder.Append("</td>rn");
  883. templateBuilder.Append("   <td><script type="text/javascript">getvalidpic(");
  884. templateBuilder.Append(usergroupinfo.Allowsigbbcode.ToString().Trim());
  885. templateBuilder.Append(")</");
  886. templateBuilder.Append("script></td>rn");
  887. templateBuilder.Append("   <td><script type="text/javascript">getvalidpic(");
  888. templateBuilder.Append(usergroupinfo.Allowsigimgcode.ToString().Trim());
  889. templateBuilder.Append(")</");
  890. templateBuilder.Append("script></td>rn");
  891. templateBuilder.Append("   <td><script type="text/javascript">getvalidpic(");
  892. templateBuilder.Append(usergroupinfo.Allowhtml.ToString().Trim());
  893. templateBuilder.Append(")</");
  894. templateBuilder.Append("script></td>rn");
  895. templateBuilder.Append("   <td><script type="text/javascript">getvalidpic(");
  896. templateBuilder.Append(usergroupinfo.Allowhidecode.ToString().Trim());
  897. templateBuilder.Append(")</");
  898. templateBuilder.Append("script></td>rn");
  899. templateBuilder.Append("   <td>");
  900. templateBuilder.Append(usergroupinfo.Maxprice.ToString().Trim());
  901. templateBuilder.Append("</td>rn");
  902. templateBuilder.Append(" </tr>rn");
  903. templateBuilder.Append("   </tbody>rn");
  904. templateBuilder.Append(" </table>rn");
  905. templateBuilder.Append(" </div>rn");
  906. templateBuilder.Append(" <div class="c_header" id="list_attachment_c">rn");
  907. templateBuilder.Append(" <h3 onclick="toggle_collapse('list_attachment', 1, 1);">附件相关</h3>rn");
  908. templateBuilder.Append(" <div class="c_header_action"><p onclick="toggle_collapse('list_attachment', 1, 1);" class="c_header_ctrlbtn">[ 展开 ]</p></div>rn");
  909. templateBuilder.Append(" </div>rn");
  910. templateBuilder.Append(" <div id="list_post">rn");
  911. templateBuilder.Append(" <table cellspacing="0" cellpadding="0" id="list_attachment" class="datatable" >rn");
  912. templateBuilder.Append(" <tbody>rn");
  913. templateBuilder.Append(" <tr class="colplural">rn");
  914. templateBuilder.Append(" <th>下载/查看附件</th>rn");
  915. templateBuilder.Append(" <th>发布附件</th>rn");
  916. templateBuilder.Append(" <th>设置附件权限</th>rn");
  917. templateBuilder.Append(" <th>单个最大附件尺寸</th>rn");
  918. templateBuilder.Append(" <th>每天最大附件总尺寸</th>rn");
  919. templateBuilder.Append(" <th>附件类型</th>rn");
  920. templateBuilder.Append(" </tr>rn");
  921. templateBuilder.Append(" <tr>rn");
  922. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  923. templateBuilder.Append(usergroupinfo.Allowgetattach.ToString().Trim());
  924. templateBuilder.Append(")</");
  925. templateBuilder.Append("script></td>rn");
  926. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  927. templateBuilder.Append(usergroupinfo.Allowpostattach.ToString().Trim());
  928. templateBuilder.Append(")</");
  929. templateBuilder.Append("script></td>rn");
  930. templateBuilder.Append(" <td><script type="text/javascript">getvalidpic(");
  931. templateBuilder.Append(usergroupinfo.Allowsetattachperm.ToString().Trim());
  932. templateBuilder.Append(")</");
  933. templateBuilder.Append("script></td>rn");
  934. templateBuilder.Append(" <td>");
  935. templateBuilder.Append(usergroupinfo.Maxattachsize.ToString().Trim());
  936. templateBuilder.Append("</td>rn");
  937. templateBuilder.Append(" <td>");
  938. templateBuilder.Append(usergroupinfo.Maxsizeperday.ToString().Trim());
  939. templateBuilder.Append("</td>rn");
  940. templateBuilder.Append(" <td>");
  941. templateBuilder.Append(usergroupattachtype.ToString());
  942. templateBuilder.Append("</td>rn");
  943. templateBuilder.Append(" </tr>rn");
  944. templateBuilder.Append(" </tbody>rn");
  945. templateBuilder.Append(" </table>rn");
  946. templateBuilder.Append(" </div>rn");
  947. templateBuilder.Append(" </div>rn");
  948. } //end if
  949. }
  950. else
  951. {
  952. templateBuilder.Append("<div class="msgbox error_msg">rn");
  953. templateBuilder.Append(" <h3>错误提示</h3>rn");
  954. templateBuilder.Append(" <p>");
  955. templateBuilder.Append(msgbox_text.ToString());
  956. templateBuilder.Append("</p>rn");
  957. templateBuilder.Append(" <p class="errorback">rn");
  958. templateBuilder.Append(" <script type="text/javascript">rn");
  959. templateBuilder.Append(" if(");
  960. templateBuilder.Append(msgbox_showbacklink.ToString());
  961. templateBuilder.Append(")rn");
  962. templateBuilder.Append(" {rn");
  963. templateBuilder.Append(" document.write("<a href=\"");
  964. templateBuilder.Append(msgbox_backlink.ToString());
  965. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|  ");rn");
  966. templateBuilder.Append(" }rn");
  967. templateBuilder.Append(" </");
  968. templateBuilder.Append("script>rn");
  969. templateBuilder.Append(" &nbsp; &nbsp; <a href="forumindex.aspx">论坛首页</a>rn");
  970. if (usergroupid==7)
  971. {
  972. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  973. } //end if
  974. templateBuilder.Append(" </p>rn");
  975. templateBuilder.Append("</div>rn");
  976. } //end if
  977. templateBuilder.Append(" </div>rn");
  978. templateBuilder.Append("</div>rn");
  979. templateBuilder.Append("</div>rn");
  980. if (infloat!=1)
  981. {
  982. if (pagename=="website.aspx")
  983. {
  984. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  985. }
  986. else if (footerad!="")
  987. {
  988. templateBuilder.Append("     <div id="ad_footerbanner">");
  989. templateBuilder.Append(footerad.ToString());
  990. templateBuilder.Append("</div>   rn");
  991. } //end if
  992. if (headerad!="")
  993. {
  994. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  995. templateBuilder.Append(headerad.ToString());
  996. templateBuilder.Append("</div>rn");
  997. templateBuilder.Append("<script type="text/javascript">rn");
  998. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  999. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  1000. templateBuilder.Append("</");
  1001. templateBuilder.Append("script>rn");
  1002. } //end if
  1003. templateBuilder.Append("<div id="footer">rn");
  1004. templateBuilder.Append(" <div class="wrap">rn");
  1005. templateBuilder.Append(" <div id="footlinks">rn");
  1006. templateBuilder.Append(" <p><a href="");
  1007. templateBuilder.Append(config.Weburl.ToString().Trim());
  1008. templateBuilder.Append("" target="_blank">");
  1009. templateBuilder.Append(config.Webtitle.ToString().Trim());
  1010. templateBuilder.Append("</a> - ");
  1011. templateBuilder.Append(config.Linktext.ToString().Trim());
  1012. templateBuilder.Append(" - <a target="_blank" href="");
  1013. templateBuilder.Append(forumurl.ToString());
  1014. templateBuilder.Append("stats.aspx">统计</a> - rn");
  1015. if (config.Sitemapstatus==1)
  1016. {
  1017. templateBuilder.Append("&nbsp;<a href="");
  1018. templateBuilder.Append(forumurl.ToString());
  1019. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  1020. } //end if
  1021. templateBuilder.Append(" ");
  1022. templateBuilder.Append(config.Statcode.ToString().Trim());
  1023. templateBuilder.Append(config.Icp.ToString().Trim());
  1024. templateBuilder.Append("rn");
  1025. templateBuilder.Append(" </p>rn");
  1026. templateBuilder.Append(" <div>rn");
  1027. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  1028. templateBuilder.Append(" - <a href="");
  1029. templateBuilder.Append(forumurl.ToString());
  1030. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  1031. if (config.Stylejump==1)
  1032. {
  1033. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  1034. {
  1035. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  1036. templateBuilder.Append(forumurl.ToString());
  1037. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  1038. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  1039. templateBuilder.Append(" ");
  1040. templateBuilder.Append(templatelistboxoptions.ToString());
  1041. templateBuilder.Append("rn");
  1042. templateBuilder.Append(" </ul>rn");
  1043. } //end if
  1044. } //end if
  1045. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  1046. templateBuilder.Append(" </div>rn");
  1047. templateBuilder.Append(" </div>rn");
  1048. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  1049. templateBuilder.Append(forumurl.ToString());
  1050. templateBuilder.Append("templates/");
  1051. templateBuilder.Append(templatepath.ToString());
  1052. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  1053. templateBuilder.Append(" <p id="copyright">rn");
  1054. 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");
  1055. if (config.Licensed==1)
  1056. {
  1057. 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");
  1058. } //end if
  1059. templateBuilder.Append(" ");
  1060. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  1061. templateBuilder.Append("rn");
  1062. templateBuilder.Append(" </p>rn");
  1063. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  1064. if (config.Debug!=0)
  1065. {
  1066. templateBuilder.Append(" Processed in ");
  1067. templateBuilder.Append(this.Processtime.ToString().Trim());
  1068. templateBuilder.Append(" second(s)rn");
  1069. if (isguestcachepage==1)
  1070. {
  1071. templateBuilder.Append(" (Cached).rn");
  1072. }
  1073. else if (querycount>1)
  1074. {
  1075. templateBuilder.Append("  , ");
  1076. templateBuilder.Append(querycount.ToString());
  1077. templateBuilder.Append(" queries.rn");
  1078. }
  1079. else
  1080. {
  1081. templateBuilder.Append("  , ");
  1082. templateBuilder.Append(querycount.ToString());
  1083. templateBuilder.Append(" query.rn");
  1084. } //end if
  1085. } //end if
  1086. templateBuilder.Append(" </p>rn");
  1087. templateBuilder.Append(" </div>rn");
  1088. templateBuilder.Append("</div>rn");
  1089. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  1090. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  1091. if (config.Enablespace==1)
  1092. {
  1093. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  1094. } //end if
  1095. if (config.Enablealbum==1)
  1096. {
  1097. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  1098. } //end if
  1099. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  1100. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  1101. templateBuilder.Append("</ul>rn");
  1102. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  1103. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  1104. templateBuilder.Append(useravatar.ToString());
  1105. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  1106. templateBuilder.Append(templatepath.ToString());
  1107. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  1108.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  1109. templateBuilder.Append(" <li class="popuser"><a href="");
  1110. templateBuilder.Append(forumurl.ToString());
  1111. templateBuilder.Append(aspxrewriteurl.ToString());
  1112. templateBuilder.Append("">我的资料</a></li>rn");
  1113. if (config.Enablespace==1)
  1114. {
  1115. templateBuilder.Append(" <li class="poplink"><a href="");
  1116. templateBuilder.Append(forumurl.ToString());
  1117. templateBuilder.Append(spaceurl.ToString());
  1118. templateBuilder.Append("space/">我的空间</a></li>rn");
  1119. } //end if
  1120. templateBuilder.Append("</ul>rn");
  1121. int prentid__loop__id=0;
  1122. foreach(string prentid in mainnavigationhassub)
  1123. {
  1124. prentid__loop__id++;
  1125. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  1126. templateBuilder.Append(prentid.ToString());
  1127. templateBuilder.Append("_menu" style="display: none">rn");
  1128. int subnav__loop__id=0;
  1129. foreach(DataRow subnav in subnavigation.Rows)
  1130. {
  1131. subnav__loop__id++;
  1132. bool isoutput = false;
  1133. if (subnav["parentid"].ToString().Trim()==prentid)
  1134. {
  1135. if (subnav["level"].ToString().Trim()=="0")
  1136. {
  1137.  isoutput = true;
  1138. }
  1139. else
  1140. {
  1141. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  1142. {
  1143.  isoutput = true;
  1144. }
  1145. else
  1146. {
  1147. bool leveluseradmindi = true;
  1148.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  1149. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  1150. {
  1151.  isoutput = true;
  1152. } //end if
  1153. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  1154. {
  1155.  isoutput = true;
  1156. } //end if
  1157. } //end if
  1158. } //end if
  1159. } //end if
  1160. if (isoutput)
  1161. {
  1162. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  1163. {
  1164. if (config.Statstatus==1)
  1165. {
  1166. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  1167. continue;
  1168. }
  1169. else
  1170. {
  1171. continue;
  1172. } //end if
  1173. } //end if
  1174. if (subnav["id"].ToString().Trim()=="18")
  1175. {
  1176. if (config.Oltimespan>0)
  1177. {
  1178. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1179. continue;
  1180. }
  1181. else
  1182. {
  1183. continue;
  1184. } //end if
  1185. } //end if
  1186. if (subnav["id"].ToString().Trim()=="24")
  1187. {
  1188. if (config.Enablespace==1)
  1189. {
  1190. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1191. continue;
  1192. }
  1193. else
  1194. {
  1195. continue;
  1196. } //end if
  1197. } //end if
  1198. if (subnav["id"].ToString().Trim()=="25")
  1199. {
  1200. if (config.Enablealbum==1)
  1201. {
  1202. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1203. continue;
  1204. }
  1205. else
  1206. {
  1207. continue;
  1208. } //end if
  1209. } //end if
  1210. if (subnav["id"].ToString().Trim()=="26")
  1211. {
  1212. if (config.Enablemall>=1)
  1213. {
  1214. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1215. continue;
  1216. }
  1217. else
  1218. {
  1219. continue;
  1220. } //end if
  1221. } //end if
  1222. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1223. } //end if
  1224. } //end loop
  1225. templateBuilder.Append("</ul>rn");
  1226. } //end loop
  1227. templateBuilder.Append("</body>rn");
  1228. templateBuilder.Append("</html>rn");
  1229. }
  1230. else
  1231. {
  1232. templateBuilder.Append("]]></root>rn");
  1233. } //end if
  1234. Response.Write(templateBuilder.ToString());
  1235. }
  1236. </script>