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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.usercpprofile" %>
  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:58.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:58. 
  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("function updateavatar()rn");
  282. templateBuilder.Append("{rn");
  283. templateBuilder.Append("    $('avatar').src = '");
  284. templateBuilder.Append(forumpath.ToString());
  285. templateBuilder.Append("tools/avatar.aspx?uid=");
  286. templateBuilder.Append(userid.ToString());
  287. templateBuilder.Append("&size=medium&random=1' + Math.random();rn");
  288. templateBuilder.Append("    $('avatarctrl').style.display = 'none';rn");
  289. templateBuilder.Append("}rn");
  290. templateBuilder.Append("</");
  291. templateBuilder.Append("script>rn");
  292. templateBuilder.Append("<div id="nav">rn");
  293. templateBuilder.Append(" <div class="wrap s_clear">rn");
  294. templateBuilder.Append(" <a href="");
  295. templateBuilder.Append(config.Forumurl.ToString().Trim());
  296. templateBuilder.Append("" class="title">");
  297. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  298. templateBuilder.Append("</a> &raquo; <a href="usercpprofile.aspx">用户中心</a> &raquo; <strong>编辑个人档案</strong>rn");
  299. templateBuilder.Append(" </div>rn");
  300. templateBuilder.Append("</div>rn");
  301. templateBuilder.Append("<div class="wrap with_side s_clear" id="wrap">rn");
  302. templateBuilder.Append("<div class="side">rn");
  303. if (userid>0)
  304. {
  305. templateBuilder.Append(" <h2>个人中心</h2>rn");
  306. templateBuilder.Append(" <div class="sideinner">rn");
  307. templateBuilder.Append(" <ul class="tabs">rn");
  308. if (pagename=="usercptopic.aspx"||pagename=="usercppost.aspx"||pagename=="usercpdigest.aspx"||pagename=="usercpprofile.aspx"||pagename=="usercpnewpassword.aspx"||pagename=="usercppreference.aspx")
  309. {
  310. templateBuilder.Append(" <li><a href="usercpprofile.aspx" class="current"><span>个人设置</span></a></li>rn");
  311. }
  312. else
  313. {
  314. templateBuilder.Append(" <li><a href="usercpprofile.aspx">个人设置</a></li>rn");
  315. } //end if
  316. if (pagename=="usercpinbox.aspx"||pagename=="usercpsentbox.aspx"||pagename=="usercpdraftbox.aspx"||pagename=="usercppostpm.aspx"||pagename=="usercpshowpm.aspx"||pagename=="usercppmset.aspx")
  317. {
  318. templateBuilder.Append(" <li><a href="usercpinbox.aspx" class="current"><span>短消息</span></a></li>rn");
  319. }
  320. else
  321. {
  322. templateBuilder.Append(" <li><a href="usercpinbox.aspx">短消息</a></li>rn");
  323. } //end if
  324. if (config.Enablespace==1 && user.Spaceid>0)
  325. {
  326. 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")
  327. {
  328. templateBuilder.Append(" <li><a href="usercpspacemanageblog.aspx" class="current"><span>");
  329. templateBuilder.Append(config.Spacename.ToString().Trim());
  330. templateBuilder.Append("管理</span></a></li>rn");
  331. }
  332. else
  333. {
  334. templateBuilder.Append(" <li><a href="usercpspacemanageblog.aspx">");
  335. templateBuilder.Append(config.Spacename.ToString().Trim());
  336. templateBuilder.Append("管理</a></li>rn");
  337. } //end if
  338. } //end if
  339. if (config.Enablealbum==1)
  340. {
  341. if (pagename=="usercpspacemanagealbum.aspx"||pagename=="usercpspacemanagephoto.aspx"||pagename=="usercpspacephotoadd.aspx"||pagename=="usercpeditphoto.aspx")
  342. {
  343. templateBuilder.Append(" <li><a href="usercpspacemanagealbum.aspx" class="current"><span>");
  344. templateBuilder.Append(config.Albumname.ToString().Trim());
  345. templateBuilder.Append("管理</span></a></li>rn");
  346. }
  347. else
  348. {
  349. templateBuilder.Append(" <li><a href="usercpspacemanagealbum.aspx">");
  350. templateBuilder.Append(config.Albumname.ToString().Trim());
  351. templateBuilder.Append("管理</a></li>rn");
  352. } //end if
  353. } //end if
  354. if (config.Enablemall>=1)
  355. {
  356. if (pagename=="usercpmygoods.aspx")
  357. {
  358. templateBuilder.Append(" <li><a href="usercpmygoods.aspx" class="current"><span>交易管理</span></a></li>rn");
  359. }
  360. else
  361. {
  362. templateBuilder.Append(" <li><a href="usercpmygoods.aspx">交易管理</a></li>rn");
  363. } //end if
  364. } //end if
  365. if (config.Enablemall==2)
  366. {
  367. if (pagename=="usercpshopcategory.aspx")
  368. {
  369. templateBuilder.Append(" <li><a href="usercpshopcategory.aspx?item=shopcategory" class="current"><span>店铺管理</span></a></li>rn");
  370. }
  371. else
  372. {
  373. templateBuilder.Append(" <li><a href="usercpshopcategory.aspx?item=shopcategory">店铺管理</a></li>rn");
  374. } //end if
  375. } //end if
  376. templateBuilder.Append(" </ul>rn");
  377. templateBuilder.Append(" </div>rn");
  378. templateBuilder.Append(" <hr class="shadowline"/>rn");
  379. templateBuilder.Append(" <div class="sideinner">rn");
  380. templateBuilder.Append(" <ul class="tabs">rn");
  381. if (pagename=="mytopics.aspx")
  382. {
  383. templateBuilder.Append(" <li><a href="mytopics.aspx" class="current"><span>我的主题</span></a></li>rn");
  384. }
  385. else
  386. {
  387. templateBuilder.Append(" <li><a href="mytopics.aspx">我的主题</a></li>rn");
  388. } //end if
  389. if (pagename=="myposts.aspx")
  390. {
  391. templateBuilder.Append(" <li><a href="myposts.aspx" class="current"><span>我的帖子</span></a></li>rn");
  392. }
  393. else
  394. {
  395. templateBuilder.Append(" <li><a href="myposts.aspx">我的帖子</a></li>rn");
  396. } //end if
  397. templateBuilder.Append(" <li><a href="search.aspx?posterid=current&type=digest">我的精华</a></li>rn");
  398. if (pagename=="myattachment.aspx")
  399. {
  400. templateBuilder.Append(" <li><a href="myattachment.aspx" class="current"><span>我的附件</span></a></li>rn");
  401. }
  402. else
  403. {
  404. templateBuilder.Append(" <li><a href="myattachment.aspx">我的附件</a></li>rn");
  405. } //end if
  406. if (pagename=="usercpsubscribe.aspx")
  407. {
  408. templateBuilder.Append(" <li><a href="usercpsubscribe.aspx" class="current"><span>收藏夹</span></a></li>rn");
  409. }
  410. else
  411. {
  412. templateBuilder.Append(" <li><a href="usercpsubscribe.aspx">收藏夹</a></li>rn");
  413. } //end if
  414. templateBuilder.Append(" </ul>rn");
  415. templateBuilder.Append(" </div>rn");
  416. templateBuilder.Append(" <hr class="shadowline"/>rn");
  417. templateBuilder.Append(" <div class="sideinner">rn");
  418. templateBuilder.Append(" <ul class="tabs">rn");
  419. if (pagename=="usercpcreditspay.aspx"||pagename=="usercpcreditstransfer.aspx"||pagename=="usercpcreditspayoutlog.aspx"||pagename=="usercpcreditspayinlog.aspx"    ||pagename=="usercpcreaditstransferlog.aspx")
  420. {
  421. templateBuilder.Append(" <li><a href="usercpcreditspay.aspx" class="current"><span>积分交易</span></a></li>rn");
  422. }
  423. else
  424. {
  425. templateBuilder.Append(" <li><a href="usercpcreditspay.aspx">积分交易</a></li>rn");
  426. } //end if
  427. if (pagename=="usercp.aspx")
  428. {
  429. templateBuilder.Append(" <li><a href="usercp.aspx" class="current"><span>用户组&权限</span></a></li>rn");
  430. }
  431. else
  432. {
  433. templateBuilder.Append(" <li><a href="usercp.aspx">用户组&权限</a></li>rn");
  434. } //end if
  435. templateBuilder.Append(" </ul>rn");
  436. templateBuilder.Append(" </div>rn");
  437. } //end if
  438. templateBuilder.Append("</div>rn");
  439. templateBuilder.Append(" <div class="cpmain">rn");
  440. templateBuilder.Append(" <div class="cpcontent">rn");
  441. templateBuilder.Append(" <h1>个人设置</h1>rn");
  442. if (userid>0)
  443. {
  444. templateBuilder.Append("<div class="cm_header itemtitle s_clear">rn");
  445. templateBuilder.Append(" <ul>rn");
  446. templateBuilder.Append(" <li rn");
  447. if (pagename=="usercpprofile.aspx")
  448. {
  449. templateBuilder.Append("class="current"rn");
  450. } //end if
  451. templateBuilder.Append("><a href="usercpprofile.aspx"><span>个人档案</span></a></li>rn");
  452. templateBuilder.Append(" <li rn");
  453. if (pagename=="usercpnewpassword.aspx")
  454. {
  455. templateBuilder.Append("class="current"rn");
  456. } //end if
  457. templateBuilder.Append("><a href="usercpnewpassword.aspx"><span>更改密码</span></a></li>rn");
  458. templateBuilder.Append(" <li rn");
  459. if (pagename=="usercppreference.aspx")
  460. {
  461. templateBuilder.Append("class="current"rn");
  462. } //end if
  463. templateBuilder.Append("><a href="usercppreference.aspx"><span>个性设置</span></a></li>rn");
  464. templateBuilder.Append(" </ul>rn");
  465. templateBuilder.Append("</div>rn");
  466. } //end if
  467. if (page_err==0)
  468. {
  469. if (ispost)
  470. {
  471. templateBuilder.Append(" <div class="msgbox">rn");
  472. templateBuilder.Append(" <h1>");
  473. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  474. templateBuilder.Append(" 提示信息</h1>rn");
  475. templateBuilder.Append(" <p>");
  476. templateBuilder.Append(msgbox_text.ToString());
  477. templateBuilder.Append("</p>rn");
  478. if (msgbox_url!="")
  479. {
  480. templateBuilder.Append(" <p><a href="");
  481. templateBuilder.Append(msgbox_url.ToString());
  482. templateBuilder.Append("">如果浏览器没有转向, 请点击这里.</a></p>rn");
  483. } //end if
  484. templateBuilder.Append(" </div>rn");
  485. }
  486. else
  487. {
  488. templateBuilder.Append(" <form action="" method="post" ID="Form1" enctype="multipart/form-data">rn");
  489. templateBuilder.Append(" <input name="avatarchanged" type="hidden" value="0" id="avatarchanged" />rn");
  490. templateBuilder.Append(" <table cellspacing="0" cellpadding="0" class="formtable" summary="个人设置">rn");
  491. templateBuilder.Append(" <tbody>rn");
  492. templateBuilder.Append(" <tr>rn");
  493. templateBuilder.Append(" <th></th>rn");
  494. templateBuilder.Append(" <td class="avatararea">rn");
  495. templateBuilder.Append(" <div class="avatararea">rn");
  496. templateBuilder.Append("                    <p><img id="avatar" src="images/common/none.gif" onerror="this.onerror=null;this.src='templates/");
  497. templateBuilder.Append(templatepath.ToString());
  498. templateBuilder.Append("/images/noavatar_medium.gif';" /></p>rn");
  499. templateBuilder.Append("                    <p><a href="javascript:;" onclick="$('avatarctrl').style.display = '';">修改头像</a></p>rn");
  500. templateBuilder.Append("                </div>rn");
  501. templateBuilder.Append("                <div id="avatarctrl" style="display: none">rn");
  502. templateBuilder.Append("                    <script type="text/javascript">rn");
  503. templateBuilder.Append("                        updateavatar();rn");
  504. templateBuilder.Append("                        document.write(AC_FL_RunContent('width', '540', 'height', '253', 'scale', 'exactfit', 'src', '");
  505. templateBuilder.Append(avatarFlashParam.ToString());
  506. templateBuilder.Append("', 'id', 'mycamera', 'name', 'mycamera', 'quality', 'high', 'bgcolor', '#ffffff', 'wmode', 'transparent', 'menu', 'false', 'swLiveConnect', 'true', 'allowScriptAccess', 'always'));rn");
  507. templateBuilder.Append("                    </");
  508. templateBuilder.Append("script>rn");
  509. templateBuilder.Append("                </div>rn");
  510. templateBuilder.Append(" </tr>rn");
  511. templateBuilder.Append(" <tr>rn");
  512. templateBuilder.Append(" <th><label for="realname">真实姓名</label></th>rn");
  513. templateBuilder.Append(" <td><input name="realname" type="text" id="realname" value="");
  514. templateBuilder.Append(user.Realname.ToString().Trim());
  515. templateBuilder.Append("" size="25" class="txt"/></td>rn");
  516. templateBuilder.Append(" </tr>rn");
  517. templateBuilder.Append(" <tr>rn");
  518. templateBuilder.Append(" <th><label for="gender">性别</label></th>rn");
  519. templateBuilder.Append(" <td>rn");
  520. templateBuilder.Append(" <input type="radio" name="gender" value="1"  rn");
  521. if (user.Gender==1)
  522. {
  523. templateBuilder.Append("checked="checked"rn");
  524. } //end if
  525. templateBuilder.Append(" ID="Radio1"/>男rn");
  526. templateBuilder.Append(" <input type="radio" name="gender" value="2"  rn");
  527. if (user.Gender==2)
  528. {
  529. templateBuilder.Append("checked="checked"rn");
  530. } //end if
  531. templateBuilder.Append(" ID="Radio2"/>女rn");
  532. templateBuilder.Append(" <input type="radio" name="gender" value="0"  rn");
  533. if (user.Gender==0)
  534. {
  535. templateBuilder.Append("checked="checked"rn");
  536. } //end if
  537. templateBuilder.Append(" ID="Radio3"/>保密 rn");
  538. templateBuilder.Append(" </td>rn");
  539. templateBuilder.Append(" </tr>rn");
  540. templateBuilder.Append(" <tr>rn");
  541. templateBuilder.Append(" <th><label for="bday">生日</label></th>rn");
  542. templateBuilder.Append(" <td>rn");
  543. templateBuilder.Append(" <input name="bday" type="text"  class="txt" id="bday" size="10" value="");
  544. templateBuilder.Append(user.Bday.ToString().Trim());
  545. templateBuilder.Append("" style="cursor:default" onClick="showcalendar(event, 'bday', 'cal_startdate', 'cal_enddate', '1980-01-01');" readonly="readonly" />&nbsp;<button type="button" onclick="$('bday').value='';">清空</button>rn");
  546. templateBuilder.Append(" <input type="hidden" name="cal_startdate" id="cal_startdate" size="10"  value="1900-01-01" />rn");
  547. templateBuilder.Append(" <input type="hidden" name="cal_enddate" id="cal_enddate" size="10"  value="");
  548. templateBuilder.Append(nowdatetime.ToString());
  549. templateBuilder.Append("" />rn");
  550. templateBuilder.Append(" </td>rn");
  551. templateBuilder.Append(" </tr>rn");
  552. templateBuilder.Append(" <tr>rn");
  553. templateBuilder.Append(" <th><label for="location">来自</label></th>rn");
  554. templateBuilder.Append(" <td>rn");
  555. templateBuilder.Append(" <input name="location" type="text" class="txt" id="location" class="colorblue" value="");
  556. templateBuilder.Append(user.Location.ToString().Trim());
  557. templateBuilder.Append("" size="25" />rn");
  558. templateBuilder.Append(" </td>rn");
  559. templateBuilder.Append(" </tr>rn");
  560. templateBuilder.Append(" <tr>rn");
  561. templateBuilder.Append(" <th><label for="idcard">身份证号码</label></th>rn");
  562. templateBuilder.Append(" <td>rn");
  563. templateBuilder.Append(" <input name="idcard" type="text" id="idcard" value="");
  564. templateBuilder.Append(user.Idcard.ToString().Trim());
  565. templateBuilder.Append("" size="25"  class="txt"/>rn");
  566. templateBuilder.Append(" </td>rn");
  567. templateBuilder.Append(" </tr>rn");
  568. templateBuilder.Append(" <tr>rn");
  569. templateBuilder.Append(" <th><label for="bio">自我介绍</label></th>rn");
  570. templateBuilder.Append(" <td>rn");
  571. templateBuilder.Append(" <textarea name="bio" cols="50" rows="4" id="bio" class="txtarea">");
  572. templateBuilder.Append(user.Bio.ToString().Trim());
  573. templateBuilder.Append("</textarea>rn");
  574. templateBuilder.Append(" </td>rn");
  575. templateBuilder.Append(" </tr>rn");
  576. templateBuilder.Append(" <tr>rn");
  577. templateBuilder.Append(" <th><label for="signature">签名</label></th>rn");
  578. templateBuilder.Append(" <td>rn");
  579. templateBuilder.Append(" <textarea id="signature" rows="4" cols="50" name="signature" class="txtarea">");
  580. templateBuilder.Append(user.Signature.ToString().Trim());
  581. templateBuilder.Append("</textarea>rn");
  582. templateBuilder.Append(" </td>rn");
  583. templateBuilder.Append(" </tr>rn");
  584. templateBuilder.Append(" <tr>rn");
  585. templateBuilder.Append(" <th></th>rn");
  586. templateBuilder.Append(" <td><input name="sigstatus" type="checkbox" id="sigstatus" value="1" rn");
  587. if (user.Sigstatus==1)
  588. {
  589. templateBuilder.Append(" checked="checked"rn");
  590. } //end if
  591. templateBuilder.Append("/>使用签名</td>rn");
  592. templateBuilder.Append(" </tr>rn");
  593. templateBuilder.Append(" <tr class="sep_space"><th colspan="2"/></tr>rn");
  594. templateBuilder.Append(" <tr>rn");
  595. templateBuilder.Append(" <th><label for="nickname">昵称</label></th>rn");
  596. templateBuilder.Append(" <td><input type="text" class="txt" size="25" id="nickname" name="nickname" value="");
  597. templateBuilder.Append(user.Nickname.ToString().Trim());
  598. templateBuilder.Append(""/></td>rn");
  599. templateBuilder.Append(" </tr>rn");
  600. templateBuilder.Append(" <tr>rn");
  601. templateBuilder.Append(" <th><label for="mobile">移动电话号码</label></th>rn");
  602. templateBuilder.Append(" <td><input name="mobile" type="text"  class="txt" id="mobile" value="");
  603. templateBuilder.Append(user.Mobile.ToString().Trim());
  604. templateBuilder.Append("" size="25" /></td>rn");
  605. templateBuilder.Append(" </tr>rn");
  606. templateBuilder.Append(" <tr>rn");
  607. templateBuilder.Append(" <th><label for="phone">固定电话号码</label></th>rn");
  608. templateBuilder.Append(" <td><input name="phone" type="text" id="phone" value="");
  609. templateBuilder.Append(user.Phone.ToString().Trim());
  610. templateBuilder.Append("" size="25" class="txt" /></td>rn");
  611. templateBuilder.Append(" </tr>rn");
  612. templateBuilder.Append(" <tr>rn");
  613. templateBuilder.Append(" <th><label for="EMail">EMail</label></th>rn");
  614. templateBuilder.Append(" <td><input name="email" type="text" id="email" value="");
  615. templateBuilder.Append(user.Email.ToString().Trim());
  616. templateBuilder.Append("" size="25" class="txt"/> rn");
  617. templateBuilder.Append(" <input name="showemail" type="checkbox" id="showemail" value="0" rn");
  618. if (user.Showemail==0)
  619. {
  620. templateBuilder.Append("checked="checked"rn");
  621. } //end if
  622. templateBuilder.Append("/>Email保密rn");
  623. templateBuilder.Append(" </td>rn");
  624. templateBuilder.Append(" </tr>rn");
  625. templateBuilder.Append(" <tr>rn");
  626. templateBuilder.Append(" <th><label for="website">主页</label></th>rn");
  627. templateBuilder.Append(" <td><input name="website" type="text" id="website" value="");
  628. templateBuilder.Append(user.Website.ToString().Trim());
  629. templateBuilder.Append("" size="25" class="txt"/></td>rn");
  630. templateBuilder.Append(" </tr>rn");
  631. templateBuilder.Append(" <tr class="sep_space"><th colspan="2"/></tr>rn");
  632. templateBuilder.Append(" <tr>rn");
  633. templateBuilder.Append(" <th><label for="msn">MSN Messenger</label></th>rn");
  634. templateBuilder.Append(" <td><input name="msn" type="text" id="msn" value="");
  635. templateBuilder.Append(user.Msn.ToString().Trim());
  636. templateBuilder.Append("" size="25"  class="txt"/></td>rn");
  637. templateBuilder.Append(" </tr>rn");
  638. templateBuilder.Append(" <tr>rn");
  639. templateBuilder.Append(" <th><label for="qq">QQ</label></th>rn");
  640. templateBuilder.Append(" <td><input name="qq" type="text" id="qq" value="");
  641. templateBuilder.Append(user.Qq.ToString().Trim());
  642. templateBuilder.Append("" size="25"  class="txt"/></td>rn");
  643. templateBuilder.Append(" </tr>rn");
  644. templateBuilder.Append(" <tr>rn");
  645. templateBuilder.Append(" <th><label for="Skype">Skype</label></th>rn");
  646. templateBuilder.Append(" <td><input name="skype" type="text" id="skype" value="");
  647. templateBuilder.Append(user.Skype.ToString().Trim());
  648. templateBuilder.Append("" size="25"  class="txt"/></td>rn");
  649. templateBuilder.Append(" </tr>rn");
  650. templateBuilder.Append(" <tr>rn");
  651. templateBuilder.Append(" <th><label for="ICQ">ICQ</label></th>rn");
  652. templateBuilder.Append(" <td><input name="icq" type="text" id="icq" value="");
  653. templateBuilder.Append(user.Icq.ToString().Trim());
  654. templateBuilder.Append("" size="25"  class="txt"/></td>rn");
  655. templateBuilder.Append(" </tr>rn");
  656. templateBuilder.Append(" <tr>rn");
  657. templateBuilder.Append(" <th><label for="yahoo">Yahoo Messenger</label></th>rn");
  658. templateBuilder.Append(" <td><input name="yahoo" type="text" id="yahoo" value="");
  659. templateBuilder.Append(user.Yahoo.ToString().Trim());
  660. templateBuilder.Append("" size="30"  class="txt"/></td>rn");
  661. templateBuilder.Append(" </tr>rn");
  662. templateBuilder.Append(" <tr>rn");
  663. templateBuilder.Append(" <th> </th>rn");
  664. templateBuilder.Append(" <td><button value="true" id="editsubmit" name="editsubmit" type="submit" onclick="if (document.getElementById('bio').value.length > 500) {alert('自我介绍长度最大为500字'); return false;}">提交</button></td>rn");
  665. templateBuilder.Append(" </tr>rn");
  666. templateBuilder.Append(" </tbody>rn");
  667. templateBuilder.Append(" </table>rn");
  668. templateBuilder.Append(" </form>rn");
  669. } //end if
  670. }
  671. else
  672. {
  673. templateBuilder.Append("<div class="msgbox error_msg">rn");
  674. templateBuilder.Append(" <h3>错误提示</h3>rn");
  675. templateBuilder.Append(" <p>");
  676. templateBuilder.Append(msgbox_text.ToString());
  677. templateBuilder.Append("</p>rn");
  678. templateBuilder.Append(" <p class="errorback">rn");
  679. templateBuilder.Append(" <script type="text/javascript">rn");
  680. templateBuilder.Append(" if(");
  681. templateBuilder.Append(msgbox_showbacklink.ToString());
  682. templateBuilder.Append(")rn");
  683. templateBuilder.Append(" {rn");
  684. templateBuilder.Append(" document.write("<a href=\"");
  685. templateBuilder.Append(msgbox_backlink.ToString());
  686. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|  ");rn");
  687. templateBuilder.Append(" }rn");
  688. templateBuilder.Append(" </");
  689. templateBuilder.Append("script>rn");
  690. templateBuilder.Append(" &nbsp; &nbsp; <a href="forumindex.aspx">论坛首页</a>rn");
  691. if (usergroupid==7)
  692. {
  693. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  694. } //end if
  695. templateBuilder.Append(" </p>rn");
  696. templateBuilder.Append("</div>rn");
  697. } //end if
  698. templateBuilder.Append(" </div>rn");
  699. templateBuilder.Append(" </div>rn");
  700. templateBuilder.Append("</div>rn");
  701. templateBuilder.Append("</div>rn");
  702. templateBuilder.Append("<script type="text/javascript" src="javascript/template_calendar.js"></");
  703. templateBuilder.Append("script>rn");
  704. if (infloat!=1)
  705. {
  706. if (pagename=="website.aspx")
  707. {
  708. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  709. }
  710. else if (footerad!="")
  711. {
  712. templateBuilder.Append("     <div id="ad_footerbanner">");
  713. templateBuilder.Append(footerad.ToString());
  714. templateBuilder.Append("</div>   rn");
  715. } //end if
  716. if (headerad!="")
  717. {
  718. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  719. templateBuilder.Append(headerad.ToString());
  720. templateBuilder.Append("</div>rn");
  721. templateBuilder.Append("<script type="text/javascript">rn");
  722. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  723. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  724. templateBuilder.Append("</");
  725. templateBuilder.Append("script>rn");
  726. } //end if
  727. templateBuilder.Append("<div id="footer">rn");
  728. templateBuilder.Append(" <div class="wrap">rn");
  729. templateBuilder.Append(" <div id="footlinks">rn");
  730. templateBuilder.Append(" <p><a href="");
  731. templateBuilder.Append(config.Weburl.ToString().Trim());
  732. templateBuilder.Append("" target="_blank">");
  733. templateBuilder.Append(config.Webtitle.ToString().Trim());
  734. templateBuilder.Append("</a> - ");
  735. templateBuilder.Append(config.Linktext.ToString().Trim());
  736. templateBuilder.Append(" - <a target="_blank" href="");
  737. templateBuilder.Append(forumurl.ToString());
  738. templateBuilder.Append("stats.aspx">统计</a> - rn");
  739. if (config.Sitemapstatus==1)
  740. {
  741. templateBuilder.Append("&nbsp;<a href="");
  742. templateBuilder.Append(forumurl.ToString());
  743. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  744. } //end if
  745. templateBuilder.Append(" ");
  746. templateBuilder.Append(config.Statcode.ToString().Trim());
  747. templateBuilder.Append(config.Icp.ToString().Trim());
  748. templateBuilder.Append("rn");
  749. templateBuilder.Append(" </p>rn");
  750. templateBuilder.Append(" <div>rn");
  751. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  752. templateBuilder.Append(" - <a href="");
  753. templateBuilder.Append(forumurl.ToString());
  754. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  755. if (config.Stylejump==1)
  756. {
  757. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  758. {
  759. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  760. templateBuilder.Append(forumurl.ToString());
  761. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  762. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  763. templateBuilder.Append(" ");
  764. templateBuilder.Append(templatelistboxoptions.ToString());
  765. templateBuilder.Append("rn");
  766. templateBuilder.Append(" </ul>rn");
  767. } //end if
  768. } //end if
  769. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  770. templateBuilder.Append(" </div>rn");
  771. templateBuilder.Append(" </div>rn");
  772. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  773. templateBuilder.Append(forumurl.ToString());
  774. templateBuilder.Append("templates/");
  775. templateBuilder.Append(templatepath.ToString());
  776. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  777. templateBuilder.Append(" <p id="copyright">rn");
  778. 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");
  779. if (config.Licensed==1)
  780. {
  781. 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");
  782. } //end if
  783. templateBuilder.Append(" ");
  784. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  785. templateBuilder.Append("rn");
  786. templateBuilder.Append(" </p>rn");
  787. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  788. if (config.Debug!=0)
  789. {
  790. templateBuilder.Append(" Processed in ");
  791. templateBuilder.Append(this.Processtime.ToString().Trim());
  792. templateBuilder.Append(" second(s)rn");
  793. if (isguestcachepage==1)
  794. {
  795. templateBuilder.Append(" (Cached).rn");
  796. }
  797. else if (querycount>1)
  798. {
  799. templateBuilder.Append("  , ");
  800. templateBuilder.Append(querycount.ToString());
  801. templateBuilder.Append(" queries.rn");
  802. }
  803. else
  804. {
  805. templateBuilder.Append("  , ");
  806. templateBuilder.Append(querycount.ToString());
  807. templateBuilder.Append(" query.rn");
  808. } //end if
  809. } //end if
  810. templateBuilder.Append(" </p>rn");
  811. templateBuilder.Append(" </div>rn");
  812. templateBuilder.Append("</div>rn");
  813. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  814. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  815. if (config.Enablespace==1)
  816. {
  817. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  818. } //end if
  819. if (config.Enablealbum==1)
  820. {
  821. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  822. } //end if
  823. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  824. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  825. templateBuilder.Append("</ul>rn");
  826. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  827. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  828. templateBuilder.Append(useravatar.ToString());
  829. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  830. templateBuilder.Append(templatepath.ToString());
  831. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  832.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  833. templateBuilder.Append(" <li class="popuser"><a href="");
  834. templateBuilder.Append(forumurl.ToString());
  835. templateBuilder.Append(aspxrewriteurl.ToString());
  836. templateBuilder.Append("">我的资料</a></li>rn");
  837. if (config.Enablespace==1)
  838. {
  839. templateBuilder.Append(" <li class="poplink"><a href="");
  840. templateBuilder.Append(forumurl.ToString());
  841. templateBuilder.Append(spaceurl.ToString());
  842. templateBuilder.Append("space/">我的空间</a></li>rn");
  843. } //end if
  844. templateBuilder.Append("</ul>rn");
  845. int prentid__loop__id=0;
  846. foreach(string prentid in mainnavigationhassub)
  847. {
  848. prentid__loop__id++;
  849. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  850. templateBuilder.Append(prentid.ToString());
  851. templateBuilder.Append("_menu" style="display: none">rn");
  852. int subnav__loop__id=0;
  853. foreach(DataRow subnav in subnavigation.Rows)
  854. {
  855. subnav__loop__id++;
  856. bool isoutput = false;
  857. if (subnav["parentid"].ToString().Trim()==prentid)
  858. {
  859. if (subnav["level"].ToString().Trim()=="0")
  860. {
  861.  isoutput = true;
  862. }
  863. else
  864. {
  865. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  866. {
  867.  isoutput = true;
  868. }
  869. else
  870. {
  871. bool leveluseradmindi = true;
  872.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  873. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  874. {
  875.  isoutput = true;
  876. } //end if
  877. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  878. {
  879.  isoutput = true;
  880. } //end if
  881. } //end if
  882. } //end if
  883. } //end if
  884. if (isoutput)
  885. {
  886. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  887. {
  888. if (config.Statstatus==1)
  889. {
  890. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  891. continue;
  892. }
  893. else
  894. {
  895. continue;
  896. } //end if
  897. } //end if
  898. if (subnav["id"].ToString().Trim()=="18")
  899. {
  900. if (config.Oltimespan>0)
  901. {
  902. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  903. continue;
  904. }
  905. else
  906. {
  907. continue;
  908. } //end if
  909. } //end if
  910. if (subnav["id"].ToString().Trim()=="24")
  911. {
  912. if (config.Enablespace==1)
  913. {
  914. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  915. continue;
  916. }
  917. else
  918. {
  919. continue;
  920. } //end if
  921. } //end if
  922. if (subnav["id"].ToString().Trim()=="25")
  923. {
  924. if (config.Enablealbum==1)
  925. {
  926. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  927. continue;
  928. }
  929. else
  930. {
  931. continue;
  932. } //end if
  933. } //end if
  934. if (subnav["id"].ToString().Trim()=="26")
  935. {
  936. if (config.Enablemall>=1)
  937. {
  938. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  939. continue;
  940. }
  941. else
  942. {
  943. continue;
  944. } //end if
  945. } //end if
  946. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  947. } //end if
  948. } //end loop
  949. templateBuilder.Append("</ul>rn");
  950. } //end loop
  951. templateBuilder.Append("</body>rn");
  952. templateBuilder.Append("</html>rn");
  953. }
  954. else
  955. {
  956. templateBuilder.Append("]]></root>rn");
  957. } //end if
  958. Response.Write(templateBuilder.ToString());
  959. }
  960. </script>