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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.login" %>
  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:50.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:50. 
  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. if (infloat!=1)
  281. {
  282. templateBuilder.Append("<div id="nav">rn");
  283. templateBuilder.Append(" <div class="wrap s_clear"><a href="");
  284. templateBuilder.Append(config.Forumurl.ToString().Trim());
  285. templateBuilder.Append("" class="title">");
  286. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  287. templateBuilder.Append("</a> &raquo; 用户登录</div>rn");
  288. templateBuilder.Append("</div>rn");
  289. } //end if
  290. if (ispost && !loginsubmit)
  291. {
  292. if (infloat==1)
  293. {
  294. if (page_err==0)
  295. {
  296. templateBuilder.Append(" <script type="text/javascript">rn");
  297. templateBuilder.Append(" $('form1').style.display='none';rn");
  298. templateBuilder.Append(" $('returnmessage').className='';rn");
  299. templateBuilder.Append(" </");
  300. templateBuilder.Append("script>rn");
  301. templateBuilder.Append(" <div class="msgbox">rn");
  302. templateBuilder.Append(" <h1>");
  303. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  304. templateBuilder.Append(" 提示信息</h1>rn");
  305. templateBuilder.Append(" <p>");
  306. templateBuilder.Append(msgbox_text.ToString());
  307. templateBuilder.Append("</p>rn");
  308. if (msgbox_url!="")
  309. {
  310. templateBuilder.Append(" <h1><a href="javascript:;" onclick="location.reload()">如果长时间没有响应请点击此处</a></h1>rn");
  311. templateBuilder.Append(" <script type="text/javascript">setTimeout('location.reload()', 3000);</");
  312. templateBuilder.Append("script>rn");
  313. } //end if
  314. templateBuilder.Append(" </div>rn");
  315. }
  316. else
  317. {
  318. templateBuilder.Append(" <p>");
  319. templateBuilder.Append(msgbox_text.ToString());
  320. templateBuilder.Append("</p>rn");
  321. } //end if
  322. }
  323. else
  324. {
  325. if (page_err==0)
  326. {
  327. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  328. templateBuilder.Append("<div class="main">rn");
  329. templateBuilder.Append(" <div class="msgbox">rn");
  330. templateBuilder.Append(" <h1>");
  331. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  332. templateBuilder.Append(" 提示信息</h1>rn");
  333. templateBuilder.Append(" <hr class="solidline"/>rn");
  334. templateBuilder.Append(" <div class="msg_inner">rn");
  335. templateBuilder.Append(" <p>");
  336. templateBuilder.Append(msgbox_text.ToString());
  337. templateBuilder.Append("</p>rn");
  338. if (msgbox_url!="")
  339. {
  340. templateBuilder.Append(" <p><a href="");
  341. templateBuilder.Append(msgbox_url.ToString());
  342. templateBuilder.Append("">如果浏览器没有转向, 请点击这里.</a></p>rn");
  343. } //end if
  344. templateBuilder.Append(" </div>rn");
  345. templateBuilder.Append(" </div>rn");
  346. templateBuilder.Append("</div>rn");
  347. templateBuilder.Append("</div>rn");
  348. }
  349. else
  350. {
  351. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  352. templateBuilder.Append("<div class="main">rn");
  353. templateBuilder.Append(" <div class="msgbox">rn");
  354. templateBuilder.Append(" <h1>出现了");
  355. templateBuilder.Append(page_err.ToString());
  356. templateBuilder.Append("个错误</h1>rn");
  357. templateBuilder.Append(" <hr class="solidline"/>rn");
  358. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  359. templateBuilder.Append(" <p>");
  360. templateBuilder.Append(msgbox_text.ToString());
  361. templateBuilder.Append("</p>rn");
  362. templateBuilder.Append(" <p class="errorback">rn");
  363. templateBuilder.Append(" <script type="text/javascript">rn");
  364. templateBuilder.Append(" if(");
  365. templateBuilder.Append(msgbox_showbacklink.ToString());
  366. templateBuilder.Append(")rn");
  367. templateBuilder.Append(" {rn");
  368. templateBuilder.Append(" document.write("<a href=\"");
  369. templateBuilder.Append(msgbox_backlink.ToString());
  370. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|&nbsp; &nbsp  ");rn");
  371. templateBuilder.Append(" }rn");
  372. templateBuilder.Append(" </");
  373. templateBuilder.Append("script>rn");
  374. templateBuilder.Append(" <a href="forumindex.aspx">论坛首页</a>rn");
  375. if (usergroupid==7)
  376. {
  377. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  378. } //end if
  379. templateBuilder.Append(" </p>rn");
  380. templateBuilder.Append(" </div>rn");
  381. templateBuilder.Append(" </div>rn");
  382. templateBuilder.Append("</div>rn");
  383. templateBuilder.Append("</div>rn");
  384. } //end if
  385. } //end if
  386. }
  387. else
  388. {
  389. if (infloat!=1)
  390. {
  391. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  392. templateBuilder.Append("<div class="main login">rn");
  393. templateBuilder.Append("<div class="nojs">rn");
  394. templateBuilder.Append("<div class="float" id="floatlayout_login" style="width: 600px; height: 360px;"><div>rn");
  395. templateBuilder.Append("<h1>用户登录</h1>rn");
  396. templateBuilder.Append("<form id="form1" name="form1" method="post" rn");
  397. if (loginauth!="")
  398. {
  399. templateBuilder.Append("action="");
  400. templateBuilder.Append(rooturl.ToString());
  401. templateBuilder.Append("login.aspx?loginauth=");
  402. templateBuilder.Append(loginauth.ToString());
  403. templateBuilder.Append("&referer=");
  404. templateBuilder.Append(referer.ToString());
  405. templateBuilder.Append(""rn");
  406. }
  407. else
  408. {
  409. templateBuilder.Append("action=""rn");
  410. } //end if
  411. templateBuilder.Append(">rn");
  412. templateBuilder.Append(" <div class="loginform nolabelform">rn");
  413. }
  414. else
  415. {
  416. templateBuilder.Append("<div class="float" id="floatlayout_login" style="width: 600px; height: 400px;">rn");
  417. templateBuilder.Append(" <div style="width: 1800px">rn");
  418. templateBuilder.Append(" <div class="floatbox floatbox1">rn");
  419. templateBuilder.Append(" <h3 class="float_ctrl">rn");
  420. templateBuilder.Append(" <span>rn");
  421. templateBuilder.Append(" <a href="javascript:;" class="float_close" onclick="floatwin('close_login')" title="关闭">关闭</a>rn");
  422. templateBuilder.Append(" </span>rn");
  423. templateBuilder.Append(" </h3>rn");
  424. templateBuilder.Append(" <div class="gateform">rn");
  425. templateBuilder.Append(" <h3 id="returnmessage">用户登录</h3>rn");
  426. templateBuilder.Append(" <form id="form1" name="form1" method="post" onsubmit="javascript:$('form1').action='");
  427. templateBuilder.Append(rooturl.ToString());
  428. templateBuilder.Append("login.aspx?infloat=1&';ajaxpost('form1', 'returnmessage', 'returnmessage', 'onerror');return false;" action="");
  429. templateBuilder.Append(rooturl.ToString());
  430. templateBuilder.Append("login.aspx?infloat=1&">rn");
  431. templateBuilder.Append(" <div class="loginform nolabelform">rn");
  432. } //end if
  433. templateBuilder.Append(" <p class="selectinput loginpsw">rn");
  434. templateBuilder.Append(" <label for="username" onclick="document.form1.username.focus();">用户名 :</label>rn");
  435. templateBuilder.Append(" <input type="text" class="txt" tabindex="1" value="");
  436. templateBuilder.Append(postusername.ToString());
  437. templateBuilder.Append("" maxlength="20" size="25" autocomplete="off" name="username" id="username"/>rn");
  438. templateBuilder.Append(" </p>rn");
  439. if (loginauth=="")
  440. {
  441. templateBuilder.Append(" <p class="selectinput loginpsw">rn");
  442. templateBuilder.Append(" <label for="password3">密 码 :</label>rn");
  443. templateBuilder.Append(" <input type="password" tabindex="1" class="txt" size="36" name="password" id="password3"/>rn");
  444. templateBuilder.Append(" </p>rn");
  445. } //end if
  446. if (isseccode)
  447. {
  448. templateBuilder.Append(" <div style="position: relative;">rn");
  449. templateBuilder.Append("<div id="vcode_temp"></div>rn");
  450. templateBuilder.Append("<script type="text/javascript" reload="1">rn");
  451. templateBuilder.Append(" var infloat = ");
  452. templateBuilder.Append(infloat.ToString());
  453. templateBuilder.Append(";rn");
  454. templateBuilder.Append(" if (typeof vcodeimgid == 'undefined'){rn");
  455. templateBuilder.Append(" var vcodeimgid = 1;rn");
  456. templateBuilder.Append(" }rn");
  457. templateBuilder.Append(" elsern");
  458. templateBuilder.Append("     vcodeimgid++;rn");
  459. templateBuilder.Append("    $('vcode_temp').parentNode.innerHTML = '<input name="vcodetext" tabindex="1" size="20" onkeyup="changevcode(this.form, this.value);" class="txt" style="width:90px;" id="vcodetext' + vcodeimgid + '"  onblur="if(!seccodefocus) {display(this.id + \'_menu\')};"  onclick="opensecwin('+vcodeimgid+',1)"   value="验证码" autocomplete="off"/>' +rn");
  460. templateBuilder.Append("                                        '<div class="seccodecontent"  style="display:none;cursor: pointer;width: 124px; height: 44px;top:256px;z-index:10009;padding:0;" id="vcodetext' + vcodeimgid + '_menu" onmouseout="seccodefocus = 0" onmouseover="seccodefocus = 1"><img src="");
  461. templateBuilder.Append(rooturl.ToString());
  462. templateBuilder.Append("tools/VerifyImagePage.aspx?time=");
  463. templateBuilder.Append(Processtime.ToString());
  464. templateBuilder.Append("" class="cursor" id="vcodeimg' + vcodeimgid + '" onclick="this.src=\'");
  465. templateBuilder.Append(rooturl.ToString());
  466. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  467. templateBuilder.Append(olid.ToString());
  468. templateBuilder.Append("&time=\' + Math.random();"/></div>';rn");
  469. templateBuilder.Append(" function changevcode(form, value){rn");
  470. templateBuilder.Append(" if (!$('vcode')){rn");
  471. templateBuilder.Append(" var vcode = document.createElement('input');rn");
  472. templateBuilder.Append(" vcode.id = 'vcode';rn");
  473. templateBuilder.Append(" vcode.name = 'vcode';rn");
  474. templateBuilder.Append(" vcode.type = 'hidden';rn");
  475. templateBuilder.Append(" vcode.value = value;rn");
  476. templateBuilder.Append(" form.appendChild(vcode);rn");
  477. templateBuilder.Append(" }else{rn");
  478. templateBuilder.Append(" $('vcode').value = value;rn");
  479. templateBuilder.Append(" }rn");
  480. templateBuilder.Append(" }rn");
  481. templateBuilder.Append("</");
  482. templateBuilder.Append("script>rn");
  483. templateBuilder.Append("<script type="text/javascript">rn");
  484. templateBuilder.Append("var secclick = new Array();rn");
  485. templateBuilder.Append("var seccodefocus = 0;rn");
  486. templateBuilder.Append("function opensecwin(id,type) {rn");
  487. templateBuilder.Append(" if($('vcode')){rn");
  488. templateBuilder.Append(" $('vcode').parentNode.removeChild($('vcode'));}rn");
  489. templateBuilder.Append(" if (!secclick['vcodetext' + id]) {rn");
  490. templateBuilder.Append("     $('vcodetext' + id).value = '';rn");
  491. templateBuilder.Append("     secclick['vcodetext' + id] = 1;rn");
  492. templateBuilder.Append("     if(type)rn");
  493. templateBuilder.Append("         $('vcodetext' + id + '_menu').style.top = parseInt($('vcodetext' + id + '_menu').style.top) - parseInt($('vcodetext' + id + '_menu').style.height) + 'px';rn");
  494. templateBuilder.Append(" }rn");
  495. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.position = 'absolute';rn");
  496. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.top = (-parseInt($('vcodetext' + id + '_menu').style.height) - 2) + 'px';rn");
  497. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.left = '0px';rn");
  498. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.display = '';rn");
  499. templateBuilder.Append(" $('vcodetext' + id).focus();rn");
  500. templateBuilder.Append(" $('vcodetext' + id).unselectable = 'off';rn");
  501. templateBuilder.Append(" $('vcodeimg' + id).src = '");
  502. templateBuilder.Append(rooturl.ToString());
  503. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  504. templateBuilder.Append(olid.ToString());
  505. templateBuilder.Append("&time=' + Math.random();rn");
  506. templateBuilder.Append("}rn");
  507. templateBuilder.Append("</");
  508. templateBuilder.Append("script>rn");
  509. templateBuilder.Append(" </div>rn");
  510. } //end if
  511. if (config.Secques==1)
  512. {
  513. templateBuilder.Append(" <div class="selecttype">rn");
  514. templateBuilder.Append("   <script type="text/javascript">rn");
  515. templateBuilder.Append("   function changequestion()rn");
  516. templateBuilder.Append("   {rn");
  517. templateBuilder.Append("   if($('question').value > 0)rn");
  518. templateBuilder.Append("   {rn");
  519. templateBuilder.Append(" $('answer').style.display='';rn");
  520. templateBuilder.Append("   } rn");
  521. templateBuilder.Append("   else rn");
  522. templateBuilder.Append("   {rn");
  523. templateBuilder.Append(" $('answer').style.display='none';rn");
  524. templateBuilder.Append("   }rn");
  525. templateBuilder.Append("   }rn");
  526. templateBuilder.Append("   </");
  527. templateBuilder.Append("script>rn");
  528. templateBuilder.Append(" <select style="width: 175px; display: none;" selecti="5" id="question" name="question" change="changequestion();">rn");
  529. templateBuilder.Append(" <option value="0"></option>rn");
  530. templateBuilder.Append(" </select>rn");
  531. templateBuilder.Append(" <a tabindex="1" onclick="loadselect_viewmenu(this, 'question', 0, 'floatlayout_login');doane(event)" onkeyup="loadselect_key(this, event, 'question', 'floatlayout_login')" onmouseout="this.blur()"  onblur="loadselect_keyinit(event, 2)" onfocus="loadselect_keyinit(event, 1)" id="question_selectinput" class="loadselect" hidefocus="true" href="javascript:;">安全提问</a>rn");
  532. templateBuilder.Append(" <ul style="display: none;" id="question_selectmenu" class="newselect" onblur="loadselect_keyinit(event, 2)" onfocus="loadselect_keyinit(event, 1)">rn");
  533. templateBuilder.Append(" <li onclick="loadselect_liset('question', 0, 'question','0',this.innerHTML, 0)" k_value="0" k_id="question" class="">安全提问</li>rn");
  534. templateBuilder.Append(" <li onclick="loadselect_liset('question', 0, 'question','1',this.innerHTML, 1)" k_value="1" k_id="question">母亲的名字</li>rn");
  535. templateBuilder.Append(" <li onclick="loadselect_liset('question', 0, 'question','2',this.innerHTML, 2)" k_value="2" k_id="question">爷爷的名字</li>rn");
  536. templateBuilder.Append(" <li onclick="loadselect_liset('question', 0, 'question','3',this.innerHTML, 3)" k_value="3" k_id="question">父亲出生的城市</li>rn");
  537. templateBuilder.Append(" <li onclick="loadselect_liset('question', 0, 'question','4',this.innerHTML, 4)" k_value="4" k_id="question">您其中一位老师的名字</li>rn");
  538. templateBuilder.Append(" <li onclick="loadselect_liset('question', 0, 'question','5',this.innerHTML, 5)" k_value="5" k_id="question" class="">您个人计算机的型号</li>rn");
  539. templateBuilder.Append(" <li onclick="loadselect_liset('question', 0, 'question','6',this.innerHTML, 6)" k_value="6" k_id="question" class="current">您最喜欢的餐馆名称</li>rn");
  540. templateBuilder.Append(" <li onclick="loadselect_liset('question', 0, 'question','7',this.innerHTML, 7)" k_value="7" k_id="question">驾驶执照的最后四位数字</li>rn");
  541. templateBuilder.Append(" </ul>rn");
  542. templateBuilder.Append(" </div>rn");
  543. templateBuilder.Append(" <p>rn");
  544. templateBuilder.Append(" <input type="text" tabindex="1" class="txt" size="36" autocomplete="off" style="display: none;" id="answer" name="answer"/>rn");
  545. templateBuilder.Append(" </p>rn");
  546. } //end if
  547. templateBuilder.Append(" <p class="logininput loginpsw"  style="display:none">rn");
  548. templateBuilder.Append(" <label for="templateid">界面风格</label>rn");
  549. templateBuilder.Append(" <select name="templateid" tabindex="13">rn");
  550. templateBuilder.Append(" <option value="0">- 使用默认 -</option>rn");
  551. templateBuilder.Append(" ");
  552. templateBuilder.Append(templatelistboxoptions.ToString());
  553. templateBuilder.Append("rn");
  554. templateBuilder.Append(" </select>rn");
  555. templateBuilder.Append(" </p>rn");
  556. templateBuilder.Append(" </div>rn");
  557. templateBuilder.Append(" <div class="logininfo multinfo">rn");
  558. templateBuilder.Append(" <h4>没有帐号?rn");
  559. if (infloat==1)
  560. {
  561. templateBuilder.Append(" <a href="");
  562. templateBuilder.Append(rooturl.ToString());
  563. templateBuilder.Append("register.aspx"  onclick="floatwin('close_login');floatwin('open_register', this.href, 600, 400, '600,0');return false;">立即注册</a>rn");
  564. }
  565. else
  566. {
  567. templateBuilder.Append(" <a href="");
  568. templateBuilder.Append(rooturl.ToString());
  569. templateBuilder.Append("register.aspx" tabindex="-1" accesskey="r" title="立即注册 (ALT + R)">立即注册</a>rn");
  570. } //end if
  571. templateBuilder.Append(" </h4>rn");
  572. templateBuilder.Append(" <p>忘记密码, <a href="");
  573. templateBuilder.Append(rooturl.ToString());
  574. templateBuilder.Append("getpassword.aspx"   onClick="floatwin('close_login');floatwin('open_getpassword', '");
  575. templateBuilder.Append(rooturl.ToString());
  576. templateBuilder.Append("getpassword.aspx', 600, 410);return false;" tabindex="-1" accesskey="g" title="忘记密码 (ALT + G)">找回密码</a></p>rn");
  577. templateBuilder.Append(" </div>rn");
  578. templateBuilder.Append(" <p class="fsubmit" style="margin-bottom:18px;">rn");
  579. templateBuilder.Append(" <button name="login" type="submit" id="login" tabindex="1" rn");
  580. if (infloat!=1)
  581. {
  582. templateBuilder.Append("onclick="javascript:window.location.replace('?agree=yes')"rn");
  583. } //end if
  584. templateBuilder.Append(">登录</button>rn");
  585. templateBuilder.Append(" <input type="checkbox" value="43200" tabindex="1" id="expires" name="expires" checked/>rn");
  586. templateBuilder.Append(" <label for="cookietime">记住我的登录状态</label>rn");
  587. templateBuilder.Append(" </p>rn");
  588. templateBuilder.Append(" <script type="text/javascript">rn");
  589. templateBuilder.Append(" document.getElementById("username").focus();rn");
  590. templateBuilder.Append(" </");
  591. templateBuilder.Append("script>rn");
  592. templateBuilder.Append(" </form>rn");
  593. templateBuilder.Append(" </div>rn");
  594. templateBuilder.Append("</div>rn");
  595. templateBuilder.Append("</div>rn");
  596. templateBuilder.Append("</div>rn");
  597. templateBuilder.Append("</div>rn");
  598. } //end if
  599. if (infloat!=1)
  600. {
  601. if (pagename=="website.aspx")
  602. {
  603. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  604. }
  605. else if (footerad!="")
  606. {
  607. templateBuilder.Append("     <div id="ad_footerbanner">");
  608. templateBuilder.Append(footerad.ToString());
  609. templateBuilder.Append("</div>   rn");
  610. } //end if
  611. if (headerad!="")
  612. {
  613. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  614. templateBuilder.Append(headerad.ToString());
  615. templateBuilder.Append("</div>rn");
  616. templateBuilder.Append("<script type="text/javascript">rn");
  617. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  618. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  619. templateBuilder.Append("</");
  620. templateBuilder.Append("script>rn");
  621. } //end if
  622. templateBuilder.Append("<div id="footer">rn");
  623. templateBuilder.Append(" <div class="wrap">rn");
  624. templateBuilder.Append(" <div id="footlinks">rn");
  625. templateBuilder.Append(" <p><a href="");
  626. templateBuilder.Append(config.Weburl.ToString().Trim());
  627. templateBuilder.Append("" target="_blank">");
  628. templateBuilder.Append(config.Webtitle.ToString().Trim());
  629. templateBuilder.Append("</a> - ");
  630. templateBuilder.Append(config.Linktext.ToString().Trim());
  631. templateBuilder.Append(" - <a target="_blank" href="");
  632. templateBuilder.Append(forumurl.ToString());
  633. templateBuilder.Append("stats.aspx">统计</a> - rn");
  634. if (config.Sitemapstatus==1)
  635. {
  636. templateBuilder.Append("&nbsp;<a href="");
  637. templateBuilder.Append(forumurl.ToString());
  638. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  639. } //end if
  640. templateBuilder.Append(" ");
  641. templateBuilder.Append(config.Statcode.ToString().Trim());
  642. templateBuilder.Append(config.Icp.ToString().Trim());
  643. templateBuilder.Append("rn");
  644. templateBuilder.Append(" </p>rn");
  645. templateBuilder.Append(" <div>rn");
  646. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  647. templateBuilder.Append(" - <a href="");
  648. templateBuilder.Append(forumurl.ToString());
  649. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  650. if (config.Stylejump==1)
  651. {
  652. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  653. {
  654. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  655. templateBuilder.Append(forumurl.ToString());
  656. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  657. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  658. templateBuilder.Append(" ");
  659. templateBuilder.Append(templatelistboxoptions.ToString());
  660. templateBuilder.Append("rn");
  661. templateBuilder.Append(" </ul>rn");
  662. } //end if
  663. } //end if
  664. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  665. templateBuilder.Append(" </div>rn");
  666. templateBuilder.Append(" </div>rn");
  667. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  668. templateBuilder.Append(forumurl.ToString());
  669. templateBuilder.Append("templates/");
  670. templateBuilder.Append(templatepath.ToString());
  671. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  672. templateBuilder.Append(" <p id="copyright">rn");
  673. 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");
  674. if (config.Licensed==1)
  675. {
  676. 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");
  677. } //end if
  678. templateBuilder.Append(" ");
  679. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  680. templateBuilder.Append("rn");
  681. templateBuilder.Append(" </p>rn");
  682. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  683. if (config.Debug!=0)
  684. {
  685. templateBuilder.Append(" Processed in ");
  686. templateBuilder.Append(this.Processtime.ToString().Trim());
  687. templateBuilder.Append(" second(s)rn");
  688. if (isguestcachepage==1)
  689. {
  690. templateBuilder.Append(" (Cached).rn");
  691. }
  692. else if (querycount>1)
  693. {
  694. templateBuilder.Append("  , ");
  695. templateBuilder.Append(querycount.ToString());
  696. templateBuilder.Append(" queries.rn");
  697. }
  698. else
  699. {
  700. templateBuilder.Append("  , ");
  701. templateBuilder.Append(querycount.ToString());
  702. templateBuilder.Append(" query.rn");
  703. } //end if
  704. } //end if
  705. templateBuilder.Append(" </p>rn");
  706. templateBuilder.Append(" </div>rn");
  707. templateBuilder.Append("</div>rn");
  708. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  709. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  710. if (config.Enablespace==1)
  711. {
  712. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  713. } //end if
  714. if (config.Enablealbum==1)
  715. {
  716. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  717. } //end if
  718. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  719. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  720. templateBuilder.Append("</ul>rn");
  721. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  722. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  723. templateBuilder.Append(useravatar.ToString());
  724. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  725. templateBuilder.Append(templatepath.ToString());
  726. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  727.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  728. templateBuilder.Append(" <li class="popuser"><a href="");
  729. templateBuilder.Append(forumurl.ToString());
  730. templateBuilder.Append(aspxrewriteurl.ToString());
  731. templateBuilder.Append("">我的资料</a></li>rn");
  732. if (config.Enablespace==1)
  733. {
  734. templateBuilder.Append(" <li class="poplink"><a href="");
  735. templateBuilder.Append(forumurl.ToString());
  736. templateBuilder.Append(spaceurl.ToString());
  737. templateBuilder.Append("space/">我的空间</a></li>rn");
  738. } //end if
  739. templateBuilder.Append("</ul>rn");
  740. int prentid__loop__id=0;
  741. foreach(string prentid in mainnavigationhassub)
  742. {
  743. prentid__loop__id++;
  744. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  745. templateBuilder.Append(prentid.ToString());
  746. templateBuilder.Append("_menu" style="display: none">rn");
  747. int subnav__loop__id=0;
  748. foreach(DataRow subnav in subnavigation.Rows)
  749. {
  750. subnav__loop__id++;
  751. bool isoutput = false;
  752. if (subnav["parentid"].ToString().Trim()==prentid)
  753. {
  754. if (subnav["level"].ToString().Trim()=="0")
  755. {
  756.  isoutput = true;
  757. }
  758. else
  759. {
  760. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  761. {
  762.  isoutput = true;
  763. }
  764. else
  765. {
  766. bool leveluseradmindi = true;
  767.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  768. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  769. {
  770.  isoutput = true;
  771. } //end if
  772. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  773. {
  774.  isoutput = true;
  775. } //end if
  776. } //end if
  777. } //end if
  778. } //end if
  779. if (isoutput)
  780. {
  781. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  782. {
  783. if (config.Statstatus==1)
  784. {
  785. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  786. continue;
  787. }
  788. else
  789. {
  790. continue;
  791. } //end if
  792. } //end if
  793. if (subnav["id"].ToString().Trim()=="18")
  794. {
  795. if (config.Oltimespan>0)
  796. {
  797. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  798. continue;
  799. }
  800. else
  801. {
  802. continue;
  803. } //end if
  804. } //end if
  805. if (subnav["id"].ToString().Trim()=="24")
  806. {
  807. if (config.Enablespace==1)
  808. {
  809. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  810. continue;
  811. }
  812. else
  813. {
  814. continue;
  815. } //end if
  816. } //end if
  817. if (subnav["id"].ToString().Trim()=="25")
  818. {
  819. if (config.Enablealbum==1)
  820. {
  821. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  822. continue;
  823. }
  824. else
  825. {
  826. continue;
  827. } //end if
  828. } //end if
  829. if (subnav["id"].ToString().Trim()=="26")
  830. {
  831. if (config.Enablemall>=1)
  832. {
  833. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  834. continue;
  835. }
  836. else
  837. {
  838. continue;
  839. } //end if
  840. } //end if
  841. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  842. } //end if
  843. } //end loop
  844. templateBuilder.Append("</ul>rn");
  845. } //end loop
  846. templateBuilder.Append("</body>rn");
  847. templateBuilder.Append("</html>rn");
  848. }
  849. else
  850. {
  851. templateBuilder.Append("]]></root>rn");
  852. } //end if
  853. Response.Write(templateBuilder.ToString());
  854. }
  855. </script>