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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.userinfo" %>
  2. <%@ Import namespace="System.Data" %>
  3. <%@ Import namespace="Discuz.Common" %>
  4. <%@ Import namespace="Discuz.Forum" %>
  5. <%@ Import namespace="Discuz.Entity" %>
  6. <script runat="server">
  7. override protected void OnInit(EventArgs e)
  8. {
  9. /* 
  10. This page was created by Discuz!NT Template Engine at 2010/2/8 15:43:54.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:54. 
  12. */
  13. base.OnInit(e);
  14. templateBuilder.Capacity = 220000;
  15. if (infloat!=1)
  16. {
  17. templateBuilder.Append("<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">rn");
  18. templateBuilder.Append("<html xmlns="http://www.w3.org/1999/xhtml">rn");
  19. templateBuilder.Append("<head>rn");
  20. templateBuilder.Append("<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />rn");
  21. if (pagetitle=="首页")
  22. {
  23. templateBuilder.Append("<title>");
  24. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  25. templateBuilder.Append(" ");
  26. templateBuilder.Append(config.Seotitle.ToString().Trim());
  27. templateBuilder.Append(" - Powered by Discuz!NT</title>rn");
  28. }
  29. else
  30. {
  31. templateBuilder.Append("<title>");
  32. templateBuilder.Append(pagetitle.ToString());
  33. templateBuilder.Append(" - ");
  34. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  35. templateBuilder.Append(" ");
  36. templateBuilder.Append(config.Seotitle.ToString().Trim());
  37. templateBuilder.Append(" - Powered by Discuz!NT</title>rn");
  38. } //end if
  39. templateBuilder.Append(meta.ToString());
  40. templateBuilder.Append("rn");
  41. templateBuilder.Append("<meta name="generator" content="Discuz!NT 3.1.0" />rn");
  42. templateBuilder.Append("<meta name="author" content="Discuz!NT Team and Comsenz UI Team" />rn");
  43. templateBuilder.Append("<meta name="copyright" content="2001-2010 Comsenz Inc." />rn");
  44. templateBuilder.Append("<meta http-equiv="x-ua-compatible" content="ie=7" />rn");
  45. templateBuilder.Append("<link rel="icon" href="");
  46. templateBuilder.Append(forumurl.ToString());
  47. templateBuilder.Append("favicon.ico" type="image/x-icon" />rn");
  48. templateBuilder.Append("<link rel="shortcut icon" href="");
  49. templateBuilder.Append(forumurl.ToString());
  50. templateBuilder.Append("favicon.ico" type="image/x-icon" />rn");
  51. templateBuilder.Append("<link rel="stylesheet" href="");
  52. templateBuilder.Append(forumurl.ToString());
  53. templateBuilder.Append("templates/");
  54. templateBuilder.Append(templatepath.ToString());
  55. templateBuilder.Append("/dnt.css" type="text/css" media="all" />rn");
  56. templateBuilder.Append("<link rel="stylesheet" href="");
  57. templateBuilder.Append(forumurl.ToString());
  58. templateBuilder.Append("templates/");
  59. templateBuilder.Append(templatepath.ToString());
  60. templateBuilder.Append("/float.css" type="text/css" />rn");
  61. templateBuilder.Append(link.ToString());
  62. templateBuilder.Append("rn");
  63. templateBuilder.Append("<script type="text/javascript">rn");
  64. templateBuilder.Append("var creditnotice='");
  65. templateBuilder.Append(Scoresets.GetValidScoreNameAndId().ToString().Trim());
  66. templateBuilder.Append("'; rn");
  67. templateBuilder.Append("var forumpath = "");
  68. templateBuilder.Append(forumpath.ToString());
  69. templateBuilder.Append("";rn");
  70. templateBuilder.Append("</");
  71. templateBuilder.Append("script>rn");
  72. templateBuilder.Append("<script type="text/javascript" src="");
  73. templateBuilder.Append(forumurl.ToString());
  74. templateBuilder.Append("javascript/common.js"></");
  75. templateBuilder.Append("script>rn");
  76. templateBuilder.Append("<script type="text/javascript" src="");
  77. templateBuilder.Append(forumurl.ToString());
  78. templateBuilder.Append("javascript/template_report.js"></");
  79. templateBuilder.Append("script>rn");
  80. templateBuilder.Append("<script type="text/javascript" src="");
  81. templateBuilder.Append(forumurl.ToString());
  82. templateBuilder.Append("javascript/template_utils.js"></");
  83. templateBuilder.Append("script>rn");
  84. templateBuilder.Append("<script type="text/javascript" src="");
  85. templateBuilder.Append(forumurl.ToString());
  86. templateBuilder.Append("javascript/ajax.js"></");
  87. templateBuilder.Append("script>rn");
  88. templateBuilder.Append("<script type="text/javascript">rn");
  89. templateBuilder.Append(" var aspxrewrite = ");
  90. templateBuilder.Append(config.Aspxrewrite.ToString().Trim());
  91. templateBuilder.Append(";rn");
  92. templateBuilder.Append(" var IMGDIR = '");
  93. templateBuilder.Append(forumurl.ToString());
  94. templateBuilder.Append("templates/");
  95. templateBuilder.Append(templatepath.ToString());
  96. templateBuilder.Append("/images'rn");
  97. templateBuilder.Append("    var allowfloatwin = ");
  98. templateBuilder.Append(config.Allowfloatwin.ToString().Trim());
  99. templateBuilder.Append("rn");
  100. templateBuilder.Append(" var rooturl="");
  101. templateBuilder.Append(rooturl.ToString());
  102. templateBuilder.Append("";rn");
  103. templateBuilder.Append("</");
  104. templateBuilder.Append("script>rn");
  105. templateBuilder.Append(script.ToString());
  106. templateBuilder.Append("rn");
  107. templateBuilder.Append("</head>rn");
  108. templateBuilder.Append("<body onkeydown="if(event.keyCode==27) return false;">rn");
  109. templateBuilder.Append("<div id="append_parent"></div><div id="ajaxwaitid"></div>rn");
  110. templateBuilder.Append("<div id="submenu">rn");
  111. templateBuilder.Append(" <div class="wrap s_clear">rn");
  112. if (usergroupinfo.Allowsearch>0)
  113. {
  114. templateBuilder.Append(" <form method="post" action="");
  115. templateBuilder.Append(forumurl.ToString());
  116. templateBuilder.Append("search.aspx" target="_blank" onsubmit="bind_keyword(this);;" class="right">rn");
  117. templateBuilder.Append(" <input type="hidden" name="poster" />rn");
  118. templateBuilder.Append(" <input type="hidden" name="keyword" />rn");
  119. templateBuilder.Append(" <input type="hidden" name="type" value="" />rn");
  120. templateBuilder.Append(" <input id="keywordtype" type="hidden" name="keywordtype" value="0" />rn");
  121. templateBuilder.Append(" <a href="javascript:void(0);" class="drop" id="quicksearch" onclick="showMenu(this.id, false);" onmouseover="MouseCursor(this);">快速搜索</a>rn");
  122. templateBuilder.Append(" <input type="text" name="keywordf" value="输入搜索关键字" onblur="if(this.value=='')this.value=defaultValue" onclick="if(this.value==this.defaultValue)this.value = ''" onkeydown="if(this.value==this.defaultValue)this.value = ''" class="txt"/>rn");
  123. templateBuilder.Append(" <input name="searchsubmit" type="submit" value="" class="btnsearch"/>rn");
  124. templateBuilder.Append(" </form>rn");
  125. templateBuilder.Append(" <script type="text/javascript">rn");
  126. templateBuilder.Append("     function bind_keyword(form) {rn");
  127. templateBuilder.Append(" if (form.keywordtype.value == '9') {rn");
  128. templateBuilder.Append("     form.action = '");
  129. templateBuilder.Append(forumurl.ToString());
  130. templateBuilder.Append("forumsearch.aspx?q=' + escape(form.keywordf.value);rn");
  131. templateBuilder.Append(" } else if (form.keywordtype.value == '8') {rn");
  132. templateBuilder.Append("             form.keyword.value = '';rn");
  133. templateBuilder.Append("             form.poster.value = form.keywordf.value;rn");
  134. templateBuilder.Append("         } else {rn");
  135. templateBuilder.Append("             form.poster.value = '';rn");
  136. templateBuilder.Append("             form.keyword.value = form.keywordf.value;rn");
  137. templateBuilder.Append("             if (form.keywordtype.value == '2')rn");
  138. templateBuilder.Append("                 form.type.value = 'spacepost';rn");
  139. templateBuilder.Append("             if (form.keywordtype.value == '3')rn");
  140. templateBuilder.Append("                 form.type.value = 'album';rn");
  141. templateBuilder.Append("         }rn");
  142. templateBuilder.Append("     }rn");
  143. templateBuilder.Append(" </");
  144. templateBuilder.Append("script>rn");
  145. } //end if
  146. templateBuilder.Append(" <span class="avataonline right">rn");
  147. if (userid==-1)
  148. {
  149. templateBuilder.Append(" <a href="");
  150. templateBuilder.Append(forumpath.ToString());
  151. templateBuilder.Append("login.aspx" onClick="floatwin('open_login', '");
  152. templateBuilder.Append(rooturl.ToString());
  153. templateBuilder.Append("login.aspx', 600, 410);return false;">[登录]</a>rn");
  154. templateBuilder.Append(" <a href="");
  155. templateBuilder.Append(forumpath.ToString());
  156. templateBuilder.Append("register.aspx" onClick="floatwin('open_register', '");
  157. templateBuilder.Append(rooturl.ToString());
  158. templateBuilder.Append("register.aspx', 600, 410);return false;">[注册]</arn");
  159. templateBuilder.Append(" >rn");
  160. }
  161. else
  162. {
  163. templateBuilder.Append(" 欢迎<a class="drop" id="viewpro" onMouseOver="showMenu(this.id)">");
  164. templateBuilder.Append(username.ToString());
  165. templateBuilder.Append("</a>rn");
  166. templateBuilder.Append(" <span class="pipe">|</span>rn");
  167. templateBuilder.Append(" <a href="");
  168. templateBuilder.Append(forumpath.ToString());
  169. templateBuilder.Append("logout.aspx?userkey=");
  170. templateBuilder.Append(userkey.ToString());
  171. templateBuilder.Append("">退出</a>rn");
  172. templateBuilder.Append(" <span class="pipe">|</span>rn");
  173. } //end if
  174. templateBuilder.Append(" </span>rn");
  175. if (userid!=-1)
  176. {
  177. templateBuilder.Append(" <a href="");
  178. templateBuilder.Append(forumpath.ToString());
  179. templateBuilder.Append("usercpinbox.aspx" class="inbox" title="");
  180. templateBuilder.Append(oluserinfo.Newpms.ToString().Trim());
  181. templateBuilder.Append("条新短消息">收件箱</a>rn");
  182. if (oluserinfo.Newpms>0)
  183. {
  184. templateBuilder.Append("<cite>");
  185. templateBuilder.Append(oluserinfo.Newpms.ToString().Trim());
  186. templateBuilder.Append("</cite>rn");
  187. } //end if
  188. templateBuilder.Append(" <span class="pipe">|</span>rn");
  189. templateBuilder.Append(" <a href="");
  190. templateBuilder.Append(forumpath.ToString());
  191. templateBuilder.Append("usercpnotice.aspx?filter=all" class="notice">通知</a>rn");
  192. if (oluserinfo.Newnotices>0)
  193. {
  194. templateBuilder.Append("<cite>");
  195. templateBuilder.Append(oluserinfo.Newnotices.ToString().Trim());
  196. templateBuilder.Append("</cite>rn");
  197. } //end if
  198. templateBuilder.Append(" <span class="pipe">|</span>rn");
  199. templateBuilder.Append(" <a href="");
  200. templateBuilder.Append(forumpath.ToString());
  201. templateBuilder.Append("usercp.aspx" class="usercp">用户中心</a>rn");
  202. templateBuilder.Append(" <span class="pipe">|</span>rn");
  203. if (useradminid==1)
  204. {
  205. templateBuilder.Append(" <a href="");
  206. templateBuilder.Append(forumpath.ToString());
  207. templateBuilder.Append("admin/index.aspx" target="_blank" class="systemmanage">系统设置</a>rn");
  208. templateBuilder.Append(" <span class="pipe">|</span>rn");
  209. } //end if
  210. templateBuilder.Append(" <a href="javascript:void(0);" class="drop" id="mymenu" onMouseOver="showMenu(this.id, false);" >我的</a>rn");
  211. templateBuilder.Append(" <ul class="popupmenu_popup headermenu_popup" id="mymenu_menu" style="display: none">rn");
  212. templateBuilder.Append(" <li><a href="");
  213. templateBuilder.Append(forumpath.ToString());
  214. templateBuilder.Append("mytopics.aspx">我的主题</a></li>rn");
  215. templateBuilder.Append(" <li><a href="");
  216. templateBuilder.Append(forumpath.ToString());
  217. templateBuilder.Append("myposts.aspx">我的帖子</a></li>rn");
  218. templateBuilder.Append(" <li><a href="");
  219. templateBuilder.Append(forumpath.ToString());
  220. templateBuilder.Append("search.aspx?posterid=current&type=digest">我的精华</a></li>rn");
  221. templateBuilder.Append(" <li><a href="");
  222. templateBuilder.Append(forumpath.ToString());
  223. templateBuilder.Append("myattachment.aspx">我的附件</a></li>rn");
  224. templateBuilder.Append(" <li><a href="");
  225. templateBuilder.Append(forumpath.ToString());
  226. templateBuilder.Append("usercpsubscribe.aspx">我的收藏</a></li>rn");
  227. if (config.Enablespace==1)
  228. {
  229. templateBuilder.Append(" <li><a href="");
  230. templateBuilder.Append(forumpath.ToString());
  231. templateBuilder.Append("space/">我的空间</a></li>rn");
  232. } //end if
  233. if (config.Enablealbum==1)
  234. {
  235. templateBuilder.Append(" <li><a href="");
  236. templateBuilder.Append(forumpath.ToString());
  237. templateBuilder.Append("showalbumlist.aspx?uid=");
  238. templateBuilder.Append(userid.ToString());
  239. templateBuilder.Append("">我的相册</a></li>rn");
  240. } //end if
  241. if (config.Enablemall==1)
  242. {
  243. templateBuilder.Append(" <li><a href="");
  244. templateBuilder.Append(forumpath.ToString());
  245. templateBuilder.Append("usercpmygoods.aspx">我的商品</a></li>rn");
  246. } //end if
  247. templateBuilder.Append("    </ul>rn");
  248. } //end if
  249. templateBuilder.Append("</div>rn");
  250. templateBuilder.Append("</div>rn");
  251. templateBuilder.Append("<div id="header">rn");
  252. templateBuilder.Append(" <div class="wrap s_clear">rn");
  253. templateBuilder.Append(" <h2><a href="");
  254. templateBuilder.Append(forumpath.ToString());
  255. templateBuilder.Append("index.aspx" title="Discuz!NT|BBS|论坛"><img src="");
  256. templateBuilder.Append(forumpath.ToString());
  257. templateBuilder.Append("templates/");
  258. templateBuilder.Append(templatepath.ToString());
  259. templateBuilder.Append("/images/logo.gif" alt="Discuz!NT|BBS|论坛"/></a></h2>rn");
  260. if (headerad!="")
  261. {
  262. templateBuilder.Append(" <div id="ad_headerbanner"></div>rn");
  263. } //end if
  264. templateBuilder.Append(" <ul id="menu">rn");
  265. templateBuilder.Append(" ");
  266. templateBuilder.Append(mainnavigation.ToString());
  267. templateBuilder.Append("rn");
  268. templateBuilder.Append(" </ul>rn");
  269. templateBuilder.Append(" </div>rn");
  270. templateBuilder.Append("</div>rn");
  271. }
  272. else
  273. {
  274. Response.Clear();
  275. Response.ContentType = "Text/XML";
  276. Response.Expires = 0;
  277. Response.Cache.SetNoStore();
  278. templateBuilder.Append("<?xml version="1.0" encoding="utf-8"?><root><![CDATA[rn");
  279. } //end if
  280. templateBuilder.Append("<div id="nav">rn");
  281. templateBuilder.Append(" <div class="wrap s_clear">rn");
  282. templateBuilder.Append(" <a href="");
  283. templateBuilder.Append(config.Forumurl.ToString().Trim());
  284. templateBuilder.Append("" class="title">");
  285. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  286. templateBuilder.Append("</a>  &raquo; <a href="usercpprofile.aspx">用户中心</a>  &raquo; <strong>用户信息</strong>rn");
  287. templateBuilder.Append(" </div>rn");
  288. templateBuilder.Append("</div>rn");
  289. if (page_err==0)
  290. {
  291. templateBuilder.Append("<div class="wrap with_side s_clear" id="wrap" style="background:#FFF;">rn");
  292. templateBuilder.Append(" <div class="side">rn");
  293. string avatarurl = Avatars.GetAvatarUrl(user.Uid);
  294. templateBuilder.Append(" <img src="");
  295. templateBuilder.Append(avatarurl.ToString());
  296. templateBuilder.Append("" onerror="this.onerror=null;this.src='");
  297. templateBuilder.Append(forumpath.ToString());
  298. templateBuilder.Append("templates/");
  299. templateBuilder.Append(templatepath.ToString());
  300. templateBuilder.Append("/images/noavatar_medium.gif';" class="user_avatar"/>rn");
  301. templateBuilder.Append(" <ul class="tabs">rn");
  302. if (config.Enablespace==1 && user.Spaceid>0)
  303. {
  304. templateBuilder.Append(" <li class="space"><a href="");
  305. templateBuilder.Append(spaceurl.ToString());
  306. templateBuilder.Append("space/?uid=");
  307. templateBuilder.Append(user.Uid.ToString().Trim());
  308. templateBuilder.Append("">");
  309. templateBuilder.Append(user.Username.ToString().Trim());
  310. templateBuilder.Append("的空间</a></li>rn");
  311. } //end if
  312. if (config.Enablealbum==1)
  313. {
  314. templateBuilder.Append(" <li class="album"><a href="showalbumlist.aspx?uid=");
  315. templateBuilder.Append(user.Uid.ToString().Trim());
  316. templateBuilder.Append("">");
  317. templateBuilder.Append(user.Username.ToString().Trim());
  318. templateBuilder.Append("的相册</a></li>rn");
  319. } //end if
  320. if (user.Showemail==1)
  321. {
  322. templateBuilder.Append(" <li class="email"><a href="mailto:");
  323. templateBuilder.Append(user.Email.ToString().Trim());
  324. templateBuilder.Append("">给该用户发送Email</a></li>rn");
  325. } //end if
  326. templateBuilder.Append(" <li class="pm"><a href="usercppostpm.aspx?msgtoid=");
  327. templateBuilder.Append(user.Uid.ToString().Trim());
  328. templateBuilder.Append("" onclick="floatwin('open_postpm', this.href, 600, 410, '600,0');doane(event);">发送短消息</a></li>rn");
  329. if (useradminid>0&&admininfo.Allowbanuser==1)
  330. {
  331. templateBuilder.Append(" <li class="userban"><a href="useradmin.aspx?action=banuser&uid=");
  332. templateBuilder.Append(user.Uid.ToString().Trim());
  333. templateBuilder.Append("" onclick="floatwin('open_mods', this.href, 250, 270, '600,0');doane(event);" title="禁止用户">禁止用户</a></li>rn");
  334. } //end if
  335. templateBuilder.Append(" <li class="userlink"><a href="search.aspx?posterid=");
  336. templateBuilder.Append(user.Uid.ToString().Trim());
  337. templateBuilder.Append("">搜索帖子</a></li>rn");
  338. templateBuilder.Append(" </ul>rn");
  339. templateBuilder.Append(" </div>rn");
  340. templateBuilder.Append(" <div class="cpmain">rn");
  341. templateBuilder.Append(" <div class="cpcontent">rn");
  342. templateBuilder.Append(" <div class="itemtitle s_clear">rn");
  343. templateBuilder.Append(" <h1 class="lightlink">");
  344. templateBuilder.Append(user.Username.ToString().Trim());
  345. templateBuilder.Append("</h1>rn");
  346. templateBuilder.Append(" <ul>rn");
  347. templateBuilder.Append(" <li>(UID: ");
  348. templateBuilder.Append(user.Uid.ToString().Trim());
  349. templateBuilder.Append(")</li>rn");
  350. templateBuilder.Append(" </ul>rn");
  351. templateBuilder.Append(" </div>rn");
  352. templateBuilder.Append(" <div id="baseprofile">rn");
  353. templateBuilder.Append(" <table cellpadding="0" style="table-layout: fixed;" class="formtable">rn");
  354. templateBuilder.Append(" <tbody> rn");
  355. templateBuilder.Append(" <tr>rn");
  356. templateBuilder.Append(" <th width="70">性别: </th>rn");
  357. templateBuilder.Append(" <td>rn");
  358. if (user.Gender==0)
  359. {
  360. templateBuilder.Append("保密rn");
  361. } //end if
  362. if (user.Gender==1)
  363. {
  364. templateBuilder.Append("男rn");
  365. } //end if
  366. if (user.Gender==2)
  367. {
  368. templateBuilder.Append("女rn");
  369. } //end if
  370. templateBuilder.Append(" </td>rn");
  371. templateBuilder.Append(" </tr>rn");
  372. if (user.Location!="")
  373. {
  374. templateBuilder.Append(" <tr>rn");
  375. templateBuilder.Append(" <th>来自: </th>rn");
  376. templateBuilder.Append(" <td>");
  377. templateBuilder.Append(user.Location.ToString().Trim());
  378. templateBuilder.Append("</td>rn");
  379. templateBuilder.Append(" </tr>rn");
  380. } //end if
  381. if (user.Bday!="")
  382. {
  383. templateBuilder.Append(" <tr>rn");
  384. templateBuilder.Append(" <th>生日: </th>rn");
  385. templateBuilder.Append(" <td>");
  386. templateBuilder.Append(user.Bday.ToString().Trim());
  387. templateBuilder.Append("</td>rn");
  388. templateBuilder.Append(" </tr>rn");
  389. } //end if
  390. if (user.Website!="")
  391. {
  392. templateBuilder.Append(" <tr>rn");
  393. templateBuilder.Append(" <th>个人主页: </th>rn");
  394. templateBuilder.Append(" <td>");
  395. templateBuilder.Append(user.Website.ToString().Trim());
  396. templateBuilder.Append("</td>rn");
  397. templateBuilder.Append(" </tr>rn");
  398. } //end if
  399. if (user.Bio!="")
  400. {
  401. templateBuilder.Append(" <tr>rn");
  402. templateBuilder.Append(" <th>自我介绍: </th>rn");
  403. templateBuilder.Append(" <td>");
  404. templateBuilder.Append(user.Bio.ToString().Trim());
  405. templateBuilder.Append("</td>rn");
  406. templateBuilder.Append(" </tr>rn");
  407. } //end if
  408. if (admininfo!=null&&admininfo.Allowviewrealname==1)
  409. {
  410. if (user.Realname!="")
  411. {
  412. templateBuilder.Append(" <tr>rn");
  413. templateBuilder.Append(" <th>真实姓名: </th>rn");
  414. templateBuilder.Append(" <td>");
  415. templateBuilder.Append(user.Realname.ToString().Trim());
  416. templateBuilder.Append("</td>rn");
  417. templateBuilder.Append(" </tr>rn");
  418. } //end if
  419. if (user.Idcard!="")
  420. {
  421. templateBuilder.Append(" <tr>rn");
  422. templateBuilder.Append(" <th>身份证号码: </th>rn");
  423. templateBuilder.Append(" <td>");
  424. templateBuilder.Append(user.Idcard.ToString().Trim());
  425. templateBuilder.Append("</td>rn");
  426. templateBuilder.Append(" </tr>rn");
  427. } //end if
  428. if (user.Mobile!="")
  429. {
  430. templateBuilder.Append(" <tr>rn");
  431. templateBuilder.Append(" <th>移动电话号码: </th>rn");
  432. templateBuilder.Append(" <td>");
  433. templateBuilder.Append(user.Mobile.ToString().Trim());
  434. templateBuilder.Append("</td>rn");
  435. templateBuilder.Append(" </tr>rn");
  436. } //end if
  437. if (user.Phone!="")
  438. {
  439. templateBuilder.Append(" <tr>rn");
  440. templateBuilder.Append(" <th>固定电话号码: </th>rn");
  441. templateBuilder.Append(" <td>");
  442. templateBuilder.Append(user.Phone.ToString().Trim());
  443. templateBuilder.Append("</td>rn");
  444. templateBuilder.Append(" </tr>rn");
  445. } //end if
  446. } //end if
  447. if (user.Showemail==1)
  448. {
  449. templateBuilder.Append(" <tr>rn");
  450. templateBuilder.Append(" <th>E-Mail: </th>rn");
  451. templateBuilder.Append(" <td><a herf="#" onclick="javascript:location.href='mailto:");
  452. templateBuilder.Append(user.Email.ToString().Trim());
  453. templateBuilder.Append("';">");
  454. templateBuilder.Append(user.Email.ToString().Trim());
  455. templateBuilder.Append("</a></td>rn");
  456. templateBuilder.Append(" </tr>rn");
  457. } //end if
  458. if (user.Qq!="")
  459. {
  460. templateBuilder.Append(" <tr>rn");
  461. templateBuilder.Append(" <th>QQ: </th>rn");
  462. templateBuilder.Append(" <td>");
  463. templateBuilder.Append(user.Qq.ToString().Trim());
  464. templateBuilder.Append("</td>rn");
  465. templateBuilder.Append(" </tr>rn");
  466. } //end if
  467. if (user.Msn!="")
  468. {
  469. templateBuilder.Append(" <tr>rn");
  470. templateBuilder.Append(" <th>MSN Messenger: </th>rn");
  471. templateBuilder.Append(" <td>");
  472. templateBuilder.Append(user.Msn.ToString().Trim());
  473. templateBuilder.Append("</td>rn");
  474. templateBuilder.Append(" </tr>rn");
  475. } //end if
  476. if (user.Yahoo!="")
  477. {
  478. templateBuilder.Append(" <tr>rn");
  479. templateBuilder.Append(" <th>Yahoo Messenger: </th>rn");
  480. templateBuilder.Append(" <td>");
  481. templateBuilder.Append(user.Yahoo.ToString().Trim());
  482. templateBuilder.Append("</td>rn");
  483. templateBuilder.Append(" </tr>rn");
  484. } //end if
  485. if (user.Skype!="")
  486. {
  487. templateBuilder.Append(" <tr>rn");
  488. templateBuilder.Append(" <th>Skype: </th>rn");
  489. templateBuilder.Append(" <td>");
  490. templateBuilder.Append(user.Skype.ToString().Trim());
  491. templateBuilder.Append("</td>rn");
  492. templateBuilder.Append(" </tr>rn");
  493. } //end if
  494. if (user.Icq!="")
  495. {
  496. templateBuilder.Append(" <tr>rn");
  497. templateBuilder.Append(" <th>ICQ: </th>rn");
  498. templateBuilder.Append(" <td>");
  499. templateBuilder.Append(user.Icq.ToString().Trim());
  500. templateBuilder.Append("</td>rn");
  501. templateBuilder.Append(" </tr>rn");
  502. } //end if
  503. templateBuilder.Append(" </tbody>rn");
  504. templateBuilder.Append(" </table>rn");
  505. templateBuilder.Append(" </div>rn");
  506. templateBuilder.Append(" <hr class="dashline"/>rn");
  507. templateBuilder.Append(" <h3 class="blocktitle lightlink">用户组: ");
  508. templateBuilder.Append(group.Grouptitle.ToString().Trim());
  509. templateBuilder.Append(" </h3>rn");
  510. templateBuilder.Append(" <div class="s_clear">rn");
  511. templateBuilder.Append(" <ul style="width: 50%;" class="commonlist right">rn");
  512. if (user.Joindate!="")
  513. {
  514. templateBuilder.Append(" <li>注册日期: ");
  515. templateBuilder.Append(user.Joindate.ToString().Trim());
  516. templateBuilder.Append("</li>rn");
  517. } //end if
  518. if (user.Lastvisit!="")
  519. {
  520. templateBuilder.Append(" <li>最后访问(登录): ");
  521. templateBuilder.Append(user.Lastvisit.ToString().Trim());
  522. templateBuilder.Append("</li>rn");
  523. } //end if
  524. if (user.Lastactivity!="")
  525. {
  526. templateBuilder.Append(" <li>最后活动: ");
  527. templateBuilder.Append(user.Lastactivity.ToString().Trim());
  528. templateBuilder.Append("</li>rn");
  529. } //end if
  530. if (admininfo!=null&&admininfo.Allowviewip==1)
  531. {
  532. templateBuilder.Append(" <li>注册 IP:");
  533. templateBuilder.Append(user.Regip.ToString().Trim());
  534. templateBuilder.Append("</li>rn");
  535. } //end if
  536. templateBuilder.Append(" </ul>rn");
  537. templateBuilder.Append(" <ul class="commonlist">rn");
  538. if (user.Nickname!="")
  539. {
  540. templateBuilder.Append(" <li>昵称: ");
  541. templateBuilder.Append(user.Nickname.ToString().Trim());
  542. templateBuilder.Append("</li>rn");
  543. } //end if
  544. if (user.Customstatus!="")
  545. {
  546. templateBuilder.Append(" <li>自定义头衔: ");
  547. templateBuilder.Append(user.Customstatus.ToString().Trim());
  548. templateBuilder.Append("</li>rn");
  549. } //end if
  550. templateBuilder.Append(" <li>阅读权限: ");
  551. templateBuilder.Append(group.Readaccess.ToString().Trim());
  552. templateBuilder.Append("</li>rn");
  553. templateBuilder.Append(" <li>发帖量: ");
  554. templateBuilder.Append(user.Posts.ToString().Trim());
  555. templateBuilder.Append("</li>rn");
  556. templateBuilder.Append(" <li>精华帖数: ");
  557. templateBuilder.Append(user.Digestposts.ToString().Trim());
  558. templateBuilder.Append("</li>rn");
  559. templateBuilder.Append(" <li>在线时间: ");
  560. templateBuilder.Append(user.Oltime.ToString().Trim());
  561. templateBuilder.Append("分</li>rn");
  562. templateBuilder.Append(" </ul>rn");
  563. templateBuilder.Append(" </div>rn");
  564. templateBuilder.Append(" <hr class="dashline"/>rn");
  565. templateBuilder.Append(" <h3 class="blocktitle lightlink">积分: ");
  566. templateBuilder.Append(user.Credits.ToString().Trim());
  567. templateBuilder.Append("</h3>rn");
  568. templateBuilder.Append(" <p>rn");
  569. if (score[1].ToString().Trim()!="")
  570. {
  571. templateBuilder.Append("" + score[1].ToString().Trim() + ": ");
  572. templateBuilder.Append(score1.ToString());
  573. templateBuilder.Append("rn");
  574. } //end if
  575. if (score[2].ToString().Trim()!="")
  576. {
  577. templateBuilder.Append(", " + score[2].ToString().Trim() + ": ");
  578. templateBuilder.Append(score2.ToString());
  579. templateBuilder.Append("rn");
  580. } //end if
  581. if (score[3].ToString().Trim()!="")
  582. {
  583. templateBuilder.Append(", " + score[3].ToString().Trim() + ": ");
  584. templateBuilder.Append(score3.ToString());
  585. templateBuilder.Append("rn");
  586. } //end if
  587. if (score[4].ToString().Trim()!="")
  588. {
  589. templateBuilder.Append(", " + score[4].ToString().Trim() + ": ");
  590. templateBuilder.Append(score4.ToString());
  591. templateBuilder.Append("rn");
  592. } //end if
  593. if (score[5].ToString().Trim()!="")
  594. {
  595. templateBuilder.Append(", " + score[5].ToString().Trim() + ": ");
  596. templateBuilder.Append(score5.ToString());
  597. templateBuilder.Append("rn");
  598. } //end if
  599. if (score[6].ToString().Trim()!="")
  600. {
  601. templateBuilder.Append(", " + score[6].ToString().Trim() + ": ");
  602. templateBuilder.Append(score6.ToString());
  603. templateBuilder.Append("rn");
  604. } //end if
  605. if (score[7].ToString().Trim()!="")
  606. {
  607. templateBuilder.Append(", " + score[7].ToString().Trim() + ": ");
  608. templateBuilder.Append(score7.ToString());
  609. templateBuilder.Append("rn");
  610. } //end if
  611. if (score[8].ToString().Trim()!="")
  612. {
  613. templateBuilder.Append(", " + score[8].ToString().Trim() + ": ");
  614. templateBuilder.Append(score8.ToString());
  615. templateBuilder.Append("rn");
  616. } //end if
  617. templateBuilder.Append(" </p>rn");
  618. templateBuilder.Append(" </div>rn");
  619. templateBuilder.Append(" </div>rn");
  620. templateBuilder.Append("</div>rn");
  621. }
  622. else
  623. {
  624. if (needlogin)
  625. {
  626. if (infloat!=1)
  627. {
  628. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  629. templateBuilder.Append("<div class="main login">rn");
  630. templateBuilder.Append(" <div class="message">rn");
  631. templateBuilder.Append(" <h1>");
  632. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  633. templateBuilder.Append(" 提示信息</h1>rn");
  634. templateBuilder.Append(" <p>您无权进行当前操作,这可能因以下原因之一造成</p>rn");
  635. templateBuilder.Append(" <p><b>");
  636. templateBuilder.Append(msgbox_text.ToString());
  637. templateBuilder.Append("</b></p>rn");
  638. templateBuilder.Append(" <p>您还没有登录,请填写下面的登录表单后再尝试访问。</p>rn");
  639. templateBuilder.Append(" </div>rn");
  640. templateBuilder.Append(" <hr class="solidline"/>rn");
  641. templateBuilder.Append(" <div class="nojs">rn");
  642. templateBuilder.Append(" <div class="float" id="floatlayout_login" style="width: 600px; height: 300px;">rn");
  643. templateBuilder.Append(" <form id="formlogin" name="formlogin" method="post" action="");
  644. templateBuilder.Append(rooturl.ToString());
  645. templateBuilder.Append("login.aspx" onsubmit="submitLogin(this);">rn");
  646. templateBuilder.Append(" <input type="hidden" value="2592000" name="cookietime"/>rn");
  647. templateBuilder.Append(" <h1 style="margin-bottom:10px;">会员登录</h1>rn");
  648. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" class="formtable">rn");
  649. templateBuilder.Append(" <tbody>rn");
  650. templateBuilder.Append(" <tr>rn");
  651. templateBuilder.Append(" <th><label for="username">用户名</label></th>rn");
  652. templateBuilder.Append(" <td><input type="text" id="username" name="username" size="25" maxlength="40" tabindex="2" class="txt" />  <a href="");
  653. templateBuilder.Append(rooturl.ToString());
  654. templateBuilder.Append("register.aspx" tabindex="-1" accesskey="r" title="立即注册 (ALT + R)" class="lightlink">立即注册</a>rn");
  655. templateBuilder.Append(" </td>rn");
  656. templateBuilder.Append(" </tr>rn");
  657. templateBuilder.Append(" <tr>rn");
  658. templateBuilder.Append(" <th><label for="password">密码</label></th>rn");
  659. templateBuilder.Append(" <td><input type="password" name="password" size="25" tabindex="3" class="txt"/> <a href="");
  660. templateBuilder.Append(rooturl.ToString());
  661. templateBuilder.Append("getpassword.aspx" tabindex="-1" accesskey="g" title="忘记密码 (ALT + G)" class="lightlink">忘记密码</a>rn");
  662. templateBuilder.Append(" </td>rn");
  663. templateBuilder.Append(" </tr>rn");
  664. if (config.Secques==1)
  665. {
  666. templateBuilder.Append(" <tr>rn");
  667. templateBuilder.Append(" <th><label for="questionid">安全问题</label></th>rn");
  668. templateBuilder.Append(" <td>rn");
  669. templateBuilder.Append(" <select name="questionid" tabindex="4">rn");
  670. templateBuilder.Append(" <option value="0">&nbsp;</option>rn");
  671. templateBuilder.Append(" <option value="1">母亲的名字</option>rn");
  672. templateBuilder.Append(" <option value="2">爷爷的名字</option>rn");
  673. templateBuilder.Append(" <option value="3">父亲出生的城市</option>rn");
  674. templateBuilder.Append(" <option value="4">您其中一位老师的名字</option>rn");
  675. templateBuilder.Append(" <option value="5">您个人计算机的型号</option>rn");
  676. templateBuilder.Append(" <option value="6">您最喜欢的餐馆名称</option>rn");
  677. templateBuilder.Append(" <option value="7">驾驶执照的最后四位数字</option>rn");
  678. templateBuilder.Append(" </select>rn");
  679. templateBuilder.Append(" </td>rn");
  680. templateBuilder.Append(" </tr>rn");
  681. templateBuilder.Append(" <tr>rn");
  682. templateBuilder.Append(" <th><label for="answer">答案</label></th>rn");
  683. templateBuilder.Append(" <td><input type="text" name="answer" size="25" tabindex="5" class="txt" /></td>rn");
  684. templateBuilder.Append(" </tr>rn");
  685. } //end if
  686. templateBuilder.Append(" <tr>rn");
  687. templateBuilder.Append(" <th> </th>rn");
  688. templateBuilder.Append(" <td>rn");
  689. templateBuilder.Append(" <button type="submit" name="loginsubmit" id="loginsubmit" value="true" tabindex="6">会员登录</button>rn");
  690. templateBuilder.Append(" </td>rn");
  691. templateBuilder.Append(" </tr>rn");
  692. templateBuilder.Append(" </tbody>rn");
  693. templateBuilder.Append(" </table>rn");
  694. templateBuilder.Append(" </form>rn");
  695. templateBuilder.Append(" </div>rn");
  696. templateBuilder.Append(" </div>rn");
  697. templateBuilder.Append("</div>rn");
  698. templateBuilder.Append("</div>rn");
  699. }
  700. else
  701. {
  702. templateBuilder.Append("<div class="msgbox" style="background:none;text-align:left;">rn");
  703. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  704. templateBuilder.Append(" <p>您无权进行当前操作,这可能因以下原因之一造成</p>rn");
  705. templateBuilder.Append(" <p><b>");
  706. templateBuilder.Append(msgbox_text.ToString());
  707. templateBuilder.Append("</b></p>rn");
  708. templateBuilder.Append(" <p>您还没有登录,请的登录后再尝试访问。</p>rn");
  709. templateBuilder.Append(" </div>rn");
  710. templateBuilder.Append("</div>rn");
  711. templateBuilder.Append(" <script type="text/javascript" reload="1">rn");
  712. templateBuilder.Append(" setTimeout("floatwin('close_newthread');floatwin('close_reply');floatwin('close_edit');floatwin('open_login', '");
  713. templateBuilder.Append(forumurl.ToString());
  714. templateBuilder.Append("login.aspx', 600, 410)",1000);rn");
  715. templateBuilder.Append(" </");
  716. templateBuilder.Append("script>rn");
  717. } //end if
  718. templateBuilder.Append("<script type="text/javascript">rn");
  719. if (infloat!=1)
  720. {
  721. templateBuilder.Append(" document.getElementById("username").focus();rn");
  722. } //end if
  723. templateBuilder.Append(" function submitLogin(loginForm)rn");
  724. templateBuilder.Append(" {rn");
  725. templateBuilder.Append("     loginForm.action = '");
  726. templateBuilder.Append(rooturl.ToString());
  727. templateBuilder.Append("login.aspx?loginsubmit=true&reurl=' + escape(window.location);rn");
  728. templateBuilder.Append(" loginForm.submit();rn");
  729. templateBuilder.Append(" }rn");
  730. templateBuilder.Append("</");
  731. templateBuilder.Append("script>rn");
  732. }
  733. else
  734. {
  735. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  736. templateBuilder.Append("<div class="main">rn");
  737. templateBuilder.Append(" <div class="msgbox">rn");
  738. templateBuilder.Append(" <h1>出现了");
  739. templateBuilder.Append(page_err.ToString());
  740. templateBuilder.Append("个错误</h1>rn");
  741. templateBuilder.Append(" <hr class="solidline"/>rn");
  742. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  743. templateBuilder.Append(" <p>");
  744. templateBuilder.Append(msgbox_text.ToString());
  745. templateBuilder.Append("</p>rn");
  746. templateBuilder.Append(" <p class="errorback">rn");
  747. templateBuilder.Append(" <script type="text/javascript">rn");
  748. templateBuilder.Append(" if(");
  749. templateBuilder.Append(msgbox_showbacklink.ToString());
  750. templateBuilder.Append(")rn");
  751. templateBuilder.Append(" {rn");
  752. templateBuilder.Append(" document.write("<a href=\"");
  753. templateBuilder.Append(msgbox_backlink.ToString());
  754. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|&nbsp; &nbsp  ");rn");
  755. templateBuilder.Append(" }rn");
  756. templateBuilder.Append(" </");
  757. templateBuilder.Append("script>rn");
  758. templateBuilder.Append(" <a href="forumindex.aspx">论坛首页</a>rn");
  759. if (usergroupid==7)
  760. {
  761. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  762. } //end if
  763. templateBuilder.Append(" </p>rn");
  764. templateBuilder.Append(" </div>rn");
  765. templateBuilder.Append(" </div>rn");
  766. templateBuilder.Append("</div>rn");
  767. templateBuilder.Append("</div>rn");
  768. } //end if
  769. } //end if
  770. if (infloat!=1)
  771. {
  772. if (pagename=="website.aspx")
  773. {
  774. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  775. }
  776. else if (footerad!="")
  777. {
  778. templateBuilder.Append("     <div id="ad_footerbanner">");
  779. templateBuilder.Append(footerad.ToString());
  780. templateBuilder.Append("</div>   rn");
  781. } //end if
  782. if (headerad!="")
  783. {
  784. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  785. templateBuilder.Append(headerad.ToString());
  786. templateBuilder.Append("</div>rn");
  787. templateBuilder.Append("<script type="text/javascript">rn");
  788. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  789. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  790. templateBuilder.Append("</");
  791. templateBuilder.Append("script>rn");
  792. } //end if
  793. templateBuilder.Append("<div id="footer">rn");
  794. templateBuilder.Append(" <div class="wrap">rn");
  795. templateBuilder.Append(" <div id="footlinks">rn");
  796. templateBuilder.Append(" <p><a href="");
  797. templateBuilder.Append(config.Weburl.ToString().Trim());
  798. templateBuilder.Append("" target="_blank">");
  799. templateBuilder.Append(config.Webtitle.ToString().Trim());
  800. templateBuilder.Append("</a> - ");
  801. templateBuilder.Append(config.Linktext.ToString().Trim());
  802. templateBuilder.Append(" - <a target="_blank" href="");
  803. templateBuilder.Append(forumurl.ToString());
  804. templateBuilder.Append("stats.aspx">统计</a> - rn");
  805. if (config.Sitemapstatus==1)
  806. {
  807. templateBuilder.Append("&nbsp;<a href="");
  808. templateBuilder.Append(forumurl.ToString());
  809. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  810. } //end if
  811. templateBuilder.Append(" ");
  812. templateBuilder.Append(config.Statcode.ToString().Trim());
  813. templateBuilder.Append(config.Icp.ToString().Trim());
  814. templateBuilder.Append("rn");
  815. templateBuilder.Append(" </p>rn");
  816. templateBuilder.Append(" <div>rn");
  817. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  818. templateBuilder.Append(" - <a href="");
  819. templateBuilder.Append(forumurl.ToString());
  820. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  821. if (config.Stylejump==1)
  822. {
  823. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  824. {
  825. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  826. templateBuilder.Append(forumurl.ToString());
  827. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  828. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  829. templateBuilder.Append(" ");
  830. templateBuilder.Append(templatelistboxoptions.ToString());
  831. templateBuilder.Append("rn");
  832. templateBuilder.Append(" </ul>rn");
  833. } //end if
  834. } //end if
  835. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  836. templateBuilder.Append(" </div>rn");
  837. templateBuilder.Append(" </div>rn");
  838. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  839. templateBuilder.Append(forumurl.ToString());
  840. templateBuilder.Append("templates/");
  841. templateBuilder.Append(templatepath.ToString());
  842. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  843. templateBuilder.Append(" <p id="copyright">rn");
  844. 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");
  845. if (config.Licensed==1)
  846. {
  847. 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");
  848. } //end if
  849. templateBuilder.Append(" ");
  850. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  851. templateBuilder.Append("rn");
  852. templateBuilder.Append(" </p>rn");
  853. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  854. if (config.Debug!=0)
  855. {
  856. templateBuilder.Append(" Processed in ");
  857. templateBuilder.Append(this.Processtime.ToString().Trim());
  858. templateBuilder.Append(" second(s)rn");
  859. if (isguestcachepage==1)
  860. {
  861. templateBuilder.Append(" (Cached).rn");
  862. }
  863. else if (querycount>1)
  864. {
  865. templateBuilder.Append("  , ");
  866. templateBuilder.Append(querycount.ToString());
  867. templateBuilder.Append(" queries.rn");
  868. }
  869. else
  870. {
  871. templateBuilder.Append("  , ");
  872. templateBuilder.Append(querycount.ToString());
  873. templateBuilder.Append(" query.rn");
  874. } //end if
  875. } //end if
  876. templateBuilder.Append(" </p>rn");
  877. templateBuilder.Append(" </div>rn");
  878. templateBuilder.Append("</div>rn");
  879. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  880. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  881. if (config.Enablespace==1)
  882. {
  883. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  884. } //end if
  885. if (config.Enablealbum==1)
  886. {
  887. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  888. } //end if
  889. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  890. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  891. templateBuilder.Append("</ul>rn");
  892. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  893. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  894. templateBuilder.Append(useravatar.ToString());
  895. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  896. templateBuilder.Append(templatepath.ToString());
  897. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  898.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  899. templateBuilder.Append(" <li class="popuser"><a href="");
  900. templateBuilder.Append(forumurl.ToString());
  901. templateBuilder.Append(aspxrewriteurl.ToString());
  902. templateBuilder.Append("">我的资料</a></li>rn");
  903. if (config.Enablespace==1)
  904. {
  905. templateBuilder.Append(" <li class="poplink"><a href="");
  906. templateBuilder.Append(forumurl.ToString());
  907. templateBuilder.Append(spaceurl.ToString());
  908. templateBuilder.Append("space/">我的空间</a></li>rn");
  909. } //end if
  910. templateBuilder.Append("</ul>rn");
  911. int prentid__loop__id=0;
  912. foreach(string prentid in mainnavigationhassub)
  913. {
  914. prentid__loop__id++;
  915. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  916. templateBuilder.Append(prentid.ToString());
  917. templateBuilder.Append("_menu" style="display: none">rn");
  918. int subnav__loop__id=0;
  919. foreach(DataRow subnav in subnavigation.Rows)
  920. {
  921. subnav__loop__id++;
  922. bool isoutput = false;
  923. if (subnav["parentid"].ToString().Trim()==prentid)
  924. {
  925. if (subnav["level"].ToString().Trim()=="0")
  926. {
  927.  isoutput = true;
  928. }
  929. else
  930. {
  931. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  932. {
  933.  isoutput = true;
  934. }
  935. else
  936. {
  937. bool leveluseradmindi = true;
  938.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  939. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  940. {
  941.  isoutput = true;
  942. } //end if
  943. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  944. {
  945.  isoutput = true;
  946. } //end if
  947. } //end if
  948. } //end if
  949. } //end if
  950. if (isoutput)
  951. {
  952. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  953. {
  954. if (config.Statstatus==1)
  955. {
  956. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  957. continue;
  958. }
  959. else
  960. {
  961. continue;
  962. } //end if
  963. } //end if
  964. if (subnav["id"].ToString().Trim()=="18")
  965. {
  966. if (config.Oltimespan>0)
  967. {
  968. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  969. continue;
  970. }
  971. else
  972. {
  973. continue;
  974. } //end if
  975. } //end if
  976. if (subnav["id"].ToString().Trim()=="24")
  977. {
  978. if (config.Enablespace==1)
  979. {
  980. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  981. continue;
  982. }
  983. else
  984. {
  985. continue;
  986. } //end if
  987. } //end if
  988. if (subnav["id"].ToString().Trim()=="25")
  989. {
  990. if (config.Enablealbum==1)
  991. {
  992. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  993. continue;
  994. }
  995. else
  996. {
  997. continue;
  998. } //end if
  999. } //end if
  1000. if (subnav["id"].ToString().Trim()=="26")
  1001. {
  1002. if (config.Enablemall>=1)
  1003. {
  1004. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1005. continue;
  1006. }
  1007. else
  1008. {
  1009. continue;
  1010. } //end if
  1011. } //end if
  1012. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1013. } //end if
  1014. } //end loop
  1015. templateBuilder.Append("</ul>rn");
  1016. } //end loop
  1017. templateBuilder.Append("</body>rn");
  1018. templateBuilder.Append("</html>rn");
  1019. }
  1020. else
  1021. {
  1022. templateBuilder.Append("]]></root>rn");
  1023. } //end if
  1024. Response.Write(templateBuilder.ToString());
  1025. }
  1026. </script>