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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.invite" %>
  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:52.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:52. 
  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(" <!--弹窗start-->rn");
  283. if (ispost)
  284. {
  285. if (page_err==0)
  286. {
  287. templateBuilder.Append(" <script type="text/javascript">rn");
  288. templateBuilder.Append("     $('returnmessage').className = '';rn");
  289. templateBuilder.Append("         setTimeout('location.reload()', 2000);rn");
  290. templateBuilder.Append(" </");
  291. templateBuilder.Append("script> rn");
  292. } //end if
  293. templateBuilder.Append("   <p>");
  294. templateBuilder.Append(msgbox_text.ToString());
  295. templateBuilder.Append("</p>rn");
  296. }
  297. else
  298. {
  299. templateBuilder.Append(" <h3 class="float_ctrl">rn");
  300. templateBuilder.Append(" <em id="returnmessage">发送邀请码</em>rn");
  301. templateBuilder.Append(" <span><a href="javascript:;" class="float_close" onclick="floatwin('close_emailtoinvite')" title="关闭">关闭</a></span>rn");
  302. templateBuilder.Append(" </h3>rn");
  303. templateBuilder.Append(" <div id="floatwinemailbox" style=" text-align:left; margin:20px">rn");
  304. templateBuilder.Append(" <form id="sendcodeonfloat" method="post" onsubmit="javascript:$('sendcodeonfloat').action='invite.aspx?action=floatwinemailsend&invitecode=");
  305. templateBuilder.Append(invitecode.ToString());
  306. templateBuilder.Append("&usersaid=");
  307. templateBuilder.Append(usersaid.ToString());
  308. templateBuilder.Append("&infloat=1&';ajaxpost('sendcodeonfloat', 'returnmessage', 'returnmessage', 'onerror');return false;" action="">rn");
  309. templateBuilder.Append("        <ul>rn");
  310. if (config.Regstatus==3)
  311. {
  312. templateBuilder.Append("           <li style="padding-bottom:8px">邀请码:<a href="#" onclick="copycodeinfloat('");
  313. templateBuilder.Append(invitecode.ToString());
  314. templateBuilder.Append("');">");
  315. templateBuilder.Append(invitecode.ToString());
  316. templateBuilder.Append("</a> 点击复制</li>rn");
  317. } //end if
  318. templateBuilder.Append("           <li style="padding-bottom:8px">Email: <input id="floatwinemail" name="email" type="text" style="width:300px;margin-right:10px;" class="txt"/><br/>(多个地址用","分割)</li>rn");
  319. templateBuilder.Append("           <li><button name="emailtoinvite" title="通过Email将邀请链接发送给好友" type="submit" id="floatwinemailtoinvite" onclick="return checkStrNullOrEmptyInFloat('floatwinemail','Email地址不能为空')">发送给好友</button></li>rn");
  320. templateBuilder.Append("        </ul>rn");
  321. templateBuilder.Append(" </form>rn");
  322. templateBuilder.Append(" </div>rn");
  323. templateBuilder.Append(" <script type="text/javascript" reload="1">rn");
  324. templateBuilder.Append("     function checkStrNullOrEmptyInFloat(str, message) {rn");
  325. templateBuilder.Append("         var s = $(str).value;rn");
  326. templateBuilder.Append("         if (s == '') {rn");
  327. templateBuilder.Append("             $('returnmessage').innerHTML = '<p>' + message + '</p>';rn");
  328. templateBuilder.Append("             return false;rn");
  329. templateBuilder.Append("         }rn");
  330. templateBuilder.Append("         return true;rn");
  331. templateBuilder.Append("     }rn");
  332. templateBuilder.Append("        function copycodeinfloat(obj) {rn");
  333. templateBuilder.Append("            obj = '");
  334. templateBuilder.Append(rooturl.ToString());
  335. templateBuilder.Append("invite.aspx?invitecode=' + obj;rn");
  336. templateBuilder.Append("            if(is_moz)rn");
  337. templateBuilder.Append("               floatwin('close_emailtoinvite');rn");
  338. templateBuilder.Append("            setcopy(is_ie ? obj.replace(/\r\n\r\n/g, '\r\n') : obj, '复制完成');rn");
  339. templateBuilder.Append("            }rn");
  340. templateBuilder.Append("    </");
  341. templateBuilder.Append("script>rn");
  342. } //end if
  343. templateBuilder.Append(" <!--弹窗over-->rn");
  344. }
  345. else
  346. {
  347. templateBuilder.Append(" <!--非弹窗start-->rn");
  348. templateBuilder.Append("<script type="text/javascript">rn");
  349. templateBuilder.Append("    function copycode(obj) {rn");
  350. templateBuilder.Append("        setcopy(is_ie ? obj.value.replace(/\r\n\r\n/g, '\r\n') : obj.value, '复制完成');rn");
  351. templateBuilder.Append("    }rn");
  352. templateBuilder.Append("    function checkStrNullOrEmpty(str, message) {rn");
  353. templateBuilder.Append("        var s = $(str).value;rn");
  354. templateBuilder.Append("        if (s == '') {rn");
  355. templateBuilder.Append("            alert(message);rn");
  356. templateBuilder.Append("            return false;rn");
  357. templateBuilder.Append("        }rn");
  358. templateBuilder.Append("        return true;rn");
  359. templateBuilder.Append("    }rn");
  360. templateBuilder.Append("    function usersaidPriview() {rn");
  361. templateBuilder.Append("        $('usersaidinemail').innerHTML = $('usersaid').value;rn");
  362. templateBuilder.Append("    }rn");
  363. templateBuilder.Append("</");
  364. templateBuilder.Append("script>rn");
  365. templateBuilder.Append("<div id="nav">rn");
  366. templateBuilder.Append(" <div class="wrap s_clear"><a href="");
  367. templateBuilder.Append(config.Forumurl.ToString().Trim());
  368. templateBuilder.Append("">");
  369. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  370. templateBuilder.Append("</a> &raquo; <strong>邀请注册</strong></div>rn");
  371. templateBuilder.Append("</div>rn");
  372. if (page_err!=0)
  373. {
  374. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  375. templateBuilder.Append("<div class="main">rn");
  376. templateBuilder.Append(" <div class="msgbox">rn");
  377. templateBuilder.Append(" <h1>出现了");
  378. templateBuilder.Append(page_err.ToString());
  379. templateBuilder.Append("个错误</h1>rn");
  380. templateBuilder.Append(" <hr class="solidline"/>rn");
  381. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  382. templateBuilder.Append(" <p>");
  383. templateBuilder.Append(msgbox_text.ToString());
  384. templateBuilder.Append("</p>rn");
  385. templateBuilder.Append(" <p class="errorback">rn");
  386. templateBuilder.Append(" <script type="text/javascript">rn");
  387. templateBuilder.Append(" if(");
  388. templateBuilder.Append(msgbox_showbacklink.ToString());
  389. templateBuilder.Append(")rn");
  390. templateBuilder.Append(" {rn");
  391. templateBuilder.Append(" document.write("<a href=\"");
  392. templateBuilder.Append(msgbox_backlink.ToString());
  393. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|&nbsp; &nbsp  ");rn");
  394. templateBuilder.Append(" }rn");
  395. templateBuilder.Append(" </");
  396. templateBuilder.Append("script>rn");
  397. templateBuilder.Append(" <a href="forumindex.aspx">论坛首页</a>rn");
  398. if (usergroupid==7)
  399. {
  400. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  401. } //end if
  402. templateBuilder.Append(" </p>rn");
  403. templateBuilder.Append(" </div>rn");
  404. templateBuilder.Append(" </div>rn");
  405. templateBuilder.Append("</div>rn");
  406. templateBuilder.Append("</div>rn");
  407. }
  408. else
  409. {
  410. if (ispost)
  411. {
  412. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  413. templateBuilder.Append("<div class="main">rn");
  414. templateBuilder.Append(" <div class="msgbox">rn");
  415. templateBuilder.Append(" <h1>");
  416. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  417. templateBuilder.Append(" 提示信息</h1>rn");
  418. templateBuilder.Append(" <hr class="solidline"/>rn");
  419. templateBuilder.Append(" <div class="msg_inner">rn");
  420. templateBuilder.Append(" <p>");
  421. templateBuilder.Append(msgbox_text.ToString());
  422. templateBuilder.Append("</p>rn");
  423. if (msgbox_url!="")
  424. {
  425. templateBuilder.Append(" <p><a href="");
  426. templateBuilder.Append(msgbox_url.ToString());
  427. templateBuilder.Append("">如果浏览器没有转向, 请点击这里.</a></p>rn");
  428. } //end if
  429. templateBuilder.Append(" </div>rn");
  430. templateBuilder.Append(" </div>rn");
  431. templateBuilder.Append("</div>rn");
  432. templateBuilder.Append("</div>rn");
  433. }
  434. else
  435. {
  436. templateBuilder.Append(" <div class="wrap s_clear" id="wrap">rn");
  437. templateBuilder.Append(" <div class="main" style="padding:18px 28px">rn");
  438. templateBuilder.Append(" <h1>邀请注册</h1>rn");
  439. if (userid>0)
  440. {
  441. if (config.Regstatus==2)
  442. {
  443. if (invitecodeinfo==null)
  444. {
  445. templateBuilder.Append(" <form id="createinvitecode" method="post" action="invite.aspx?action=createcode">rn");
  446. templateBuilder.Append(" <table summary="邀请注册" cellspacing="0" cellpadding="0" class="formtable"  id="invitecodemsg">rn");
  447. templateBuilder.Append(" <tr id="promotiondescription">rn");
  448. templateBuilder.Append(" <td>");
  449. templateBuilder.Append(invitationconfiginfo.InvitationLoginUserDescription.ToString().Trim());
  450. templateBuilder.Append("</td>rn");
  451. templateBuilder.Append(" </tr>rn");
  452. templateBuilder.Append(" <tr>rn");
  453. templateBuilder.Append(" <td><button name="createcode" type="submit" id="createcode">我要加入</button></td></td>rn");
  454. templateBuilder.Append(" </tr>rn");
  455. templateBuilder.Append(" </table>rn");
  456. templateBuilder.Append(" </form>rn");
  457. }
  458. else
  459. {
  460. templateBuilder.Append(" <div style="margin-top:20px">rn");
  461. templateBuilder.Append("  您可以通过QQ、MSN等IM工具,或者发送邮件,把下面的链接告诉你的好友,邀请他们加入进来。<br />rn");
  462. if (invitationconfiginfo.InviteCodePayCount>0)
  463. {
  464. templateBuilder.Append("当成功邀请");
  465. templateBuilder.Append(invitationconfiginfo.InviteCodePayCount.ToString().Trim());
  466. templateBuilder.Append("个用户后可以兑换到积分。<br />rn");
  467. } //end if
  468. if (invitationconfiginfo.InviteCodeMaxCount>0)
  469. {
  470. templateBuilder.Append("您的邀请链接最多可以被成功使用");
  471. templateBuilder.Append(invitationconfiginfo.InviteCodeMaxCount.ToString().Trim());
  472. templateBuilder.Append("次。<br />rn");
  473. } //end if
  474. if (invitecodeinfo.CreateTime!=invitecodeinfo.ExpireTime)
  475. {
  476. templateBuilder.Append(InviteCodeExpireTip(invitecodeinfo.ExpireTime).ToString().Trim());
  477. templateBuilder.Append("rn");
  478. } //end if
  479. templateBuilder.Append(" </div>rn");
  480. templateBuilder.Append(" <hr class="solidline"/>rn");
  481. templateBuilder.Append(" <form id="convertinvitecode" method="post" action="invite.aspx?action=convertcode">rn");
  482. templateBuilder.Append(" <table summary="邀请注册" cellspacing="0" cellpadding="0" class="formtable"  id="invitecodemsg">rn");
  483. templateBuilder.Append(" <tr>rn");
  484. templateBuilder.Append(" <th><label for="invitecode">推广链接:</label></th>rn");
  485. templateBuilder.Append(" <td><input id="invitecode" title="双击文本框复制推广链接" type="text" value="");
  486. templateBuilder.Append(inviteurl.ToString());
  487. templateBuilder.Append("" style="width:350px;margin-right:10px;" readonly="readonly" ondblclick="copycode($('invitecode'))" />&nbsp;&nbsp;<button id="copylink" type="button" onclick="copycode($('invitecode'))">复制链接</button>rn");
  488. templateBuilder.Append(" </td>rn");
  489. templateBuilder.Append(" </tr>rn");
  490. templateBuilder.Append(" <tr>rn");
  491. templateBuilder.Append(" <th><label for="successcount">成功邀请用户:</label></th>rn");
  492. templateBuilder.Append(" <td>");
  493. templateBuilder.Append(invitecodeinfo.SuccessCount.ToString().Trim());
  494. templateBuilder.Append("人 </td>rn");
  495. templateBuilder.Append(" </tr>rn");
  496. templateBuilder.Append(" <tr>rn");
  497. templateBuilder.Append(" <th><label for="userscore">可兑换到的积分:</label></th>rn");
  498. templateBuilder.Append(" <td>");
  499. templateBuilder.Append(userscore.ToString());
  500. templateBuilder.Append("rn");
  501. if (invitecodeinfo.SuccessCount-invitationconfiginfo.InviteCodePayCount>0)
  502. {
  503. templateBuilder.Append("<button name="convertcode" type="submit" id="convertcode" style="margin-left:10px;" onclick="return confirm('是否要将邀请码兑换成积分')">我要兑换</button>rn");
  504. } //end if
  505. templateBuilder.Append("</td>rn");
  506. templateBuilder.Append(" </tr>rn");
  507. templateBuilder.Append(" </table>rn");
  508. templateBuilder.Append(" </form>rn");
  509. templateBuilder.Append(" <hr class="solidline"/>rn");
  510. templateBuilder.Append(" <h1>邮件邀请朋友</h1>rn");
  511. templateBuilder.Append(" <div style="padding-top:20px">rn");
  512. templateBuilder.Append(" <table summary="用户自定义邮件内容" cellspacing="0" cellpadding="0" class="formtable"  id="userscript">rn");
  513. if (isuseusersaid)
  514. {
  515. templateBuilder.Append(" <tr>rn");
  516. templateBuilder.Append("    <th><label for="usersaid">想对好友说的话:</label></th>rn");
  517. templateBuilder.Append("    <td><input id="usersaid" name="usersaid" type="text" style="width:350px;margin-right:10px;" onkeyup="usersaidPriview();" /></td>rn");
  518. templateBuilder.Append(" </tr>rn");
  519. } //end if
  520. templateBuilder.Append(" <tr>rn");
  521. templateBuilder.Append("    <th colspan="2"><label for="emailpreview">邮件内容预览:</label></th>rn");
  522. templateBuilder.Append(" </tr>rn");
  523. templateBuilder.Append(" <tr>rn");
  524. templateBuilder.Append("    <td colspan="2">rn");
  525. templateBuilder.Append("      <div style="overflow:hidden;zoom:1;border:1px dashed #CCC;margin-top:10px;background:#FBFBFB; padding:20px">");
  526. templateBuilder.Append(emailpreview.ToString());
  527. templateBuilder.Append("</div>rn");
  528. templateBuilder.Append("    </td>    rn");
  529. templateBuilder.Append(" </tr>rn");
  530. templateBuilder.Append(" <tr>rn");
  531. templateBuilder.Append("    <td colspan="2"><button onclick="floatwin('open_emailtoinvite', '");
  532. templateBuilder.Append(rooturl.ToString());
  533. templateBuilder.Append("invite.aspx?action=floatwinemail&invitecode=");
  534. templateBuilder.Append(invitecodeinfo.Code.ToString().Trim());
  535. templateBuilder.Append("&usersaid='rn");
  536. if (isuseusersaid)
  537. {
  538. templateBuilder.Append("+escape($('usersaid').value)rn");
  539. } //end if
  540. templateBuilder.Append(",420,145);return false;">通过Email邀请好友</button></td>rn");
  541. templateBuilder.Append(" </tr>rn");
  542. templateBuilder.Append(" </table>rn");
  543. templateBuilder.Append(" </div>rn");
  544. } //end if
  545. }
  546. else
  547. {
  548. templateBuilder.Append("    <div id="userinvitecodelist" class="datalist" style=" margin-top:20px">rn");
  549. templateBuilder.Append("    <div class="hintinfo" style="margin-top:0">您拥有的扩展积分:");
  550. templateBuilder.Append(CreateUserExtCreditsStr().ToString());
  551. templateBuilder.Append("</div>rn");
  552. templateBuilder.Append("    <div class="hintinfo" style="margin-top:0">您购买的邀请码会在失效之后由系统定时清理,不会长期驻留在列表中</div>rn");
  553. if (invitecodecount>0)
  554. {
  555. templateBuilder.Append(" <table summary="邀请码" cellspacing="0" cellpadding="0" class="datatable" id="invitecodelist">rn");
  556. templateBuilder.Append(" <thead class="colplural">rn");
  557. templateBuilder.Append(" <tr>rn");
  558. templateBuilder.Append(" <th>邀请码</th>rn");
  559. templateBuilder.Append(" <th>购买时间</th>rn");
  560. templateBuilder.Append(" <th>过期时间</th>rn");
  561. templateBuilder.Append(" <th>可使用次数</th>rn");
  562. templateBuilder.Append(" <th>已使用次数</th>rn");
  563. templateBuilder.Append(" </tr>rn");
  564. templateBuilder.Append(" </thead>rn");
  565. templateBuilder.Append(" <tbody>rn");
  566. int code__loop__id=0;
  567. foreach(InviteCodeInfo code in invitecodelist)
  568. {
  569. code__loop__id++;
  570. templateBuilder.Append(" <tr>rn");
  571. templateBuilder.Append(" <td><a href="#" onclick="floatwin('open_emailtoinvite', '");
  572. templateBuilder.Append(rooturl.ToString());
  573. templateBuilder.Append("invite.aspx?action=floatwinemail&invitecode=");
  574. templateBuilder.Append(code.Code.ToString().Trim());
  575. templateBuilder.Append("',420,170);return false;">");
  576. templateBuilder.Append(code.Code.ToString().Trim());
  577. templateBuilder.Append("</a></td><td>");
  578. templateBuilder.Append(code.CreateTime.ToString().Trim());
  579. templateBuilder.Append("</td><td>rn");
  580. if (code.CreateTime!=code.ExpireTime)
  581. {
  582. templateBuilder.Append(code.ExpireTime.ToString().Trim());
  583. templateBuilder.Append("rn");
  584. }
  585. else
  586. {
  587. templateBuilder.Append("永不过期rn");
  588. } //end if
  589. templateBuilder.Append("</td><td>");
  590. templateBuilder.Append(code.MaxCount.ToString().Trim());
  591. templateBuilder.Append("</td><td>");
  592. templateBuilder.Append(code.SuccessCount.ToString().Trim());
  593. templateBuilder.Append("</td>rn");
  594. templateBuilder.Append(" </tr>rn");
  595. } //end loop
  596. templateBuilder.Append(" </tbody>rn");
  597. templateBuilder.Append(" </table>rn");
  598. }
  599. else
  600. {
  601. templateBuilder.Append(" <div class="zerothreads">您还没有购买邀请码</div>rn");
  602. } //end if
  603. templateBuilder.Append(" <div class="pages_btns">rn");
  604. templateBuilder.Append(" <div class="pages">rn");
  605. if (invitecodecount>0)
  606. {
  607. templateBuilder.Append("<kbd>现有");
  608. templateBuilder.Append(invitecodecount.ToString());
  609. templateBuilder.Append("个邀请码</kbd>");
  610. templateBuilder.Append(pagenumber.ToString());
  611. templateBuilder.Append("<kbd>共");
  612. templateBuilder.Append(pagecount.ToString());
  613. templateBuilder.Append("页</kbd>rn");
  614. } //end if
  615. templateBuilder.Append(" </div>rn");
  616. templateBuilder.Append("    <div style="overflow:hidden; zoom:1; margin-bottom:10px;float:left;">rn");
  617. templateBuilder.Append("    <form id="buyinvitecode" method="post" action="invite.aspx?action=buycode" style="float:left; margin-right:10px">rn");
  618. templateBuilder.Append("   <div id="buycode">rn");
  619. templateBuilder.Append("   邀请码售价: ");
  620. templateBuilder.Append(invitecodeprice.ToString());
  621. templateBuilder.Append("rn");
  622. if (invitecodecount<invitationconfiginfo.InviteCodeMaxCountToBuy)
  623. {
  624. int couldbuy = invitationconfiginfo.InviteCodeMaxCountToBuy-invitecodecount;
  625. templateBuilder.Append("您还能购买");
  626. templateBuilder.Append(couldbuy.ToString());
  627. templateBuilder.Append("个 <button id="buycode" type="submit" onclick="return confirm('确定购买?')">我要购买</button>rn");
  628. } //end if
  629. templateBuilder.Append("   </div>rn");
  630. templateBuilder.Append("    </form>rn");
  631. templateBuilder.Append("    </div>rn");
  632. templateBuilder.Append(" </div>rn");
  633. templateBuilder.Append("    </div>rn");
  634. } //end if
  635. }
  636. else
  637. {
  638. templateBuilder.Append(" <table summary="邀请注册" cellspacing="0" cellpadding="0" class="formtable"  id="invitecodemsg">rn");
  639. templateBuilder.Append(" <tr id="visitordescription">rn");
  640. templateBuilder.Append(" <td>");
  641. templateBuilder.Append(invitationconfiginfo.InvitationVisitorDescription.ToString().Trim());
  642. templateBuilder.Append("</td>rn");
  643. templateBuilder.Append(" </tr>rn");
  644. templateBuilder.Append(" <tr>rn");
  645. templateBuilder.Append("     <td>rn");
  646. templateBuilder.Append("     <div style="overflow:hidden;zoom:1;border:1px dashed #CCC;margin-top:20px;background:#FBFBFB; padding:20px">rn");
  647. if (invitecodeinfo!=null)
  648. {
  649. string avatarurl = Avatars.GetAvatarUrl(invitecodeinfo.CreatorId);
  650. templateBuilder.Append(" <img src="");
  651. templateBuilder.Append(avatarurl.ToString());
  652. templateBuilder.Append("" onerror="this.onerror=null;this.src='");
  653. templateBuilder.Append(forumpath.ToString());
  654. templateBuilder.Append("templates/");
  655. templateBuilder.Append(templatepath.ToString());
  656. templateBuilder.Append("/images/noavatar_medium.gif';"  alt="头像" id="memberinfo" style="float:left; margin-right:40px; height:80px"/>rn");
  657. templateBuilder.Append("     <div id="creatormessage" style="vertical-align:top">您好:<br/>您的朋友 ");
  658. templateBuilder.Append(invitecodeinfo.Creator.ToString().Trim());
  659. templateBuilder.Append(" 邀请您加入到我们的行列当中<br />rn");
  660. } //end if
  661. templateBuilder.Append("     <a href="register.aspxrn");
  662. if (invitecodeinfo!=null)
  663. {
  664. templateBuilder.Append("?invitecode=");
  665. templateBuilder.Append(invitecode.ToString());
  666. templateBuilder.Append("rn");
  667. } //end if
  668. templateBuilder.Append(""><img src="");
  669. templateBuilder.Append(forumpath.ToString());
  670. templateBuilder.Append("templates/");
  671. templateBuilder.Append(templatepath.ToString());
  672. templateBuilder.Append("/images/add_invite.gif" style="margin-top:14px" /></a></div>rn");
  673. templateBuilder.Append("     </div>rn");
  674. templateBuilder.Append("     </td>rn");
  675. templateBuilder.Append(" </tr>rn");
  676. templateBuilder.Append(" </table>rn");
  677. } //end if
  678. templateBuilder.Append(" </div>rn");
  679. } //end if
  680. templateBuilder.Append(" <!--非弹窗over-->rn");
  681. templateBuilder.Append(" </div>rn");
  682. } //end if
  683. } //end if
  684. if (infloat!=1)
  685. {
  686. if (pagename=="website.aspx")
  687. {
  688. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  689. }
  690. else if (footerad!="")
  691. {
  692. templateBuilder.Append("     <div id="ad_footerbanner">");
  693. templateBuilder.Append(footerad.ToString());
  694. templateBuilder.Append("</div>   rn");
  695. } //end if
  696. if (headerad!="")
  697. {
  698. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  699. templateBuilder.Append(headerad.ToString());
  700. templateBuilder.Append("</div>rn");
  701. templateBuilder.Append("<script type="text/javascript">rn");
  702. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  703. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  704. templateBuilder.Append("</");
  705. templateBuilder.Append("script>rn");
  706. } //end if
  707. templateBuilder.Append("<div id="footer">rn");
  708. templateBuilder.Append(" <div class="wrap">rn");
  709. templateBuilder.Append(" <div id="footlinks">rn");
  710. templateBuilder.Append(" <p><a href="");
  711. templateBuilder.Append(config.Weburl.ToString().Trim());
  712. templateBuilder.Append("" target="_blank">");
  713. templateBuilder.Append(config.Webtitle.ToString().Trim());
  714. templateBuilder.Append("</a> - ");
  715. templateBuilder.Append(config.Linktext.ToString().Trim());
  716. templateBuilder.Append(" - <a target="_blank" href="");
  717. templateBuilder.Append(forumurl.ToString());
  718. templateBuilder.Append("stats.aspx">统计</a> - rn");
  719. if (config.Sitemapstatus==1)
  720. {
  721. templateBuilder.Append("&nbsp;<a href="");
  722. templateBuilder.Append(forumurl.ToString());
  723. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  724. } //end if
  725. templateBuilder.Append(" ");
  726. templateBuilder.Append(config.Statcode.ToString().Trim());
  727. templateBuilder.Append(config.Icp.ToString().Trim());
  728. templateBuilder.Append("rn");
  729. templateBuilder.Append(" </p>rn");
  730. templateBuilder.Append(" <div>rn");
  731. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  732. templateBuilder.Append(" - <a href="");
  733. templateBuilder.Append(forumurl.ToString());
  734. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  735. if (config.Stylejump==1)
  736. {
  737. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  738. {
  739. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  740. templateBuilder.Append(forumurl.ToString());
  741. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  742. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  743. templateBuilder.Append(" ");
  744. templateBuilder.Append(templatelistboxoptions.ToString());
  745. templateBuilder.Append("rn");
  746. templateBuilder.Append(" </ul>rn");
  747. } //end if
  748. } //end if
  749. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  750. templateBuilder.Append(" </div>rn");
  751. templateBuilder.Append(" </div>rn");
  752. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  753. templateBuilder.Append(forumurl.ToString());
  754. templateBuilder.Append("templates/");
  755. templateBuilder.Append(templatepath.ToString());
  756. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  757. templateBuilder.Append(" <p id="copyright">rn");
  758. 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");
  759. if (config.Licensed==1)
  760. {
  761. 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");
  762. } //end if
  763. templateBuilder.Append(" ");
  764. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  765. templateBuilder.Append("rn");
  766. templateBuilder.Append(" </p>rn");
  767. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  768. if (config.Debug!=0)
  769. {
  770. templateBuilder.Append(" Processed in ");
  771. templateBuilder.Append(this.Processtime.ToString().Trim());
  772. templateBuilder.Append(" second(s)rn");
  773. if (isguestcachepage==1)
  774. {
  775. templateBuilder.Append(" (Cached).rn");
  776. }
  777. else if (querycount>1)
  778. {
  779. templateBuilder.Append("  , ");
  780. templateBuilder.Append(querycount.ToString());
  781. templateBuilder.Append(" queries.rn");
  782. }
  783. else
  784. {
  785. templateBuilder.Append("  , ");
  786. templateBuilder.Append(querycount.ToString());
  787. templateBuilder.Append(" query.rn");
  788. } //end if
  789. } //end if
  790. templateBuilder.Append(" </p>rn");
  791. templateBuilder.Append(" </div>rn");
  792. templateBuilder.Append("</div>rn");
  793. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  794. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  795. if (config.Enablespace==1)
  796. {
  797. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  798. } //end if
  799. if (config.Enablealbum==1)
  800. {
  801. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  802. } //end if
  803. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  804. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  805. templateBuilder.Append("</ul>rn");
  806. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  807. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  808. templateBuilder.Append(useravatar.ToString());
  809. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  810. templateBuilder.Append(templatepath.ToString());
  811. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  812.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  813. templateBuilder.Append(" <li class="popuser"><a href="");
  814. templateBuilder.Append(forumurl.ToString());
  815. templateBuilder.Append(aspxrewriteurl.ToString());
  816. templateBuilder.Append("">我的资料</a></li>rn");
  817. if (config.Enablespace==1)
  818. {
  819. templateBuilder.Append(" <li class="poplink"><a href="");
  820. templateBuilder.Append(forumurl.ToString());
  821. templateBuilder.Append(spaceurl.ToString());
  822. templateBuilder.Append("space/">我的空间</a></li>rn");
  823. } //end if
  824. templateBuilder.Append("</ul>rn");
  825. int prentid__loop__id=0;
  826. foreach(string prentid in mainnavigationhassub)
  827. {
  828. prentid__loop__id++;
  829. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  830. templateBuilder.Append(prentid.ToString());
  831. templateBuilder.Append("_menu" style="display: none">rn");
  832. int subnav__loop__id=0;
  833. foreach(DataRow subnav in subnavigation.Rows)
  834. {
  835. subnav__loop__id++;
  836. bool isoutput = false;
  837. if (subnav["parentid"].ToString().Trim()==prentid)
  838. {
  839. if (subnav["level"].ToString().Trim()=="0")
  840. {
  841.  isoutput = true;
  842. }
  843. else
  844. {
  845. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  846. {
  847.  isoutput = true;
  848. }
  849. else
  850. {
  851. bool leveluseradmindi = true;
  852.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  853. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  854. {
  855.  isoutput = true;
  856. } //end if
  857. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  858. {
  859.  isoutput = true;
  860. } //end if
  861. } //end if
  862. } //end if
  863. } //end if
  864. if (isoutput)
  865. {
  866. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  867. {
  868. if (config.Statstatus==1)
  869. {
  870. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  871. continue;
  872. }
  873. else
  874. {
  875. continue;
  876. } //end if
  877. } //end if
  878. if (subnav["id"].ToString().Trim()=="18")
  879. {
  880. if (config.Oltimespan>0)
  881. {
  882. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  883. continue;
  884. }
  885. else
  886. {
  887. continue;
  888. } //end if
  889. } //end if
  890. if (subnav["id"].ToString().Trim()=="24")
  891. {
  892. if (config.Enablespace==1)
  893. {
  894. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  895. continue;
  896. }
  897. else
  898. {
  899. continue;
  900. } //end if
  901. } //end if
  902. if (subnav["id"].ToString().Trim()=="25")
  903. {
  904. if (config.Enablealbum==1)
  905. {
  906. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  907. continue;
  908. }
  909. else
  910. {
  911. continue;
  912. } //end if
  913. } //end if
  914. if (subnav["id"].ToString().Trim()=="26")
  915. {
  916. if (config.Enablemall>=1)
  917. {
  918. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  919. continue;
  920. }
  921. else
  922. {
  923. continue;
  924. } //end if
  925. } //end if
  926. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  927. } //end if
  928. } //end loop
  929. templateBuilder.Append("</ul>rn");
  930. } //end loop
  931. templateBuilder.Append("</body>rn");
  932. templateBuilder.Append("</html>rn");
  933. }
  934. else
  935. {
  936. templateBuilder.Append("]]></root>rn");
  937. } //end if
  938. Response.Write(templateBuilder.ToString());
  939. }
  940. </script>