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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.usercpcreditspay" %>
  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:49.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:49. 
  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. templateBuilder.Append("<div class="wrap with_side s_clear" id="wrap">rn");
  290. templateBuilder.Append("<div class="side">rn");
  291. if (userid>0)
  292. {
  293. templateBuilder.Append(" <h2>个人中心</h2>rn");
  294. templateBuilder.Append(" <div class="sideinner">rn");
  295. templateBuilder.Append(" <ul class="tabs">rn");
  296. if (pagename=="usercptopic.aspx"||pagename=="usercppost.aspx"||pagename=="usercpdigest.aspx"||pagename=="usercpprofile.aspx"||pagename=="usercpnewpassword.aspx"||pagename=="usercppreference.aspx")
  297. {
  298. templateBuilder.Append(" <li><a href="usercpprofile.aspx" class="current"><span>个人设置</span></a></li>rn");
  299. }
  300. else
  301. {
  302. templateBuilder.Append(" <li><a href="usercpprofile.aspx">个人设置</a></li>rn");
  303. } //end if
  304. if (pagename=="usercpinbox.aspx"||pagename=="usercpsentbox.aspx"||pagename=="usercpdraftbox.aspx"||pagename=="usercppostpm.aspx"||pagename=="usercpshowpm.aspx"||pagename=="usercppmset.aspx")
  305. {
  306. templateBuilder.Append(" <li><a href="usercpinbox.aspx" class="current"><span>短消息</span></a></li>rn");
  307. }
  308. else
  309. {
  310. templateBuilder.Append(" <li><a href="usercpinbox.aspx">短消息</a></li>rn");
  311. } //end if
  312. if (config.Enablespace==1 && user.Spaceid>0)
  313. {
  314. if (pagename=="usercpspacepostblog.aspx"||pagename=="usercpspacemanageblog.aspx"||pagename=="usercpspaceeditblog.aspx"||pagename=="usercpspacelinklist.aspx"||pagename=="usercpspacelinkedit.aspx"||pagename=="usercpspacelinkadd.aspx"||pagename=="usercpspacecomment.aspx"||pagename=="usercpspacemanagecategory.aspx"||pagename=="usercpspacecategoryadd.aspx"||pagename=="usercpspacecategoryedit.aspx"||pagename=="usercpspacemanageattachment.aspx"||pagename=="usercpspaceset.aspx")
  315. {
  316. templateBuilder.Append(" <li><a href="usercpspacemanageblog.aspx" class="current"><span>");
  317. templateBuilder.Append(config.Spacename.ToString().Trim());
  318. templateBuilder.Append("管理</span></a></li>rn");
  319. }
  320. else
  321. {
  322. templateBuilder.Append(" <li><a href="usercpspacemanageblog.aspx">");
  323. templateBuilder.Append(config.Spacename.ToString().Trim());
  324. templateBuilder.Append("管理</a></li>rn");
  325. } //end if
  326. } //end if
  327. if (config.Enablealbum==1)
  328. {
  329. if (pagename=="usercpspacemanagealbum.aspx"||pagename=="usercpspacemanagephoto.aspx"||pagename=="usercpspacephotoadd.aspx"||pagename=="usercpeditphoto.aspx")
  330. {
  331. templateBuilder.Append(" <li><a href="usercpspacemanagealbum.aspx" class="current"><span>");
  332. templateBuilder.Append(config.Albumname.ToString().Trim());
  333. templateBuilder.Append("管理</span></a></li>rn");
  334. }
  335. else
  336. {
  337. templateBuilder.Append(" <li><a href="usercpspacemanagealbum.aspx">");
  338. templateBuilder.Append(config.Albumname.ToString().Trim());
  339. templateBuilder.Append("管理</a></li>rn");
  340. } //end if
  341. } //end if
  342. if (config.Enablemall>=1)
  343. {
  344. if (pagename=="usercpmygoods.aspx")
  345. {
  346. templateBuilder.Append(" <li><a href="usercpmygoods.aspx" class="current"><span>交易管理</span></a></li>rn");
  347. }
  348. else
  349. {
  350. templateBuilder.Append(" <li><a href="usercpmygoods.aspx">交易管理</a></li>rn");
  351. } //end if
  352. } //end if
  353. if (config.Enablemall==2)
  354. {
  355. if (pagename=="usercpshopcategory.aspx")
  356. {
  357. templateBuilder.Append(" <li><a href="usercpshopcategory.aspx?item=shopcategory" class="current"><span>店铺管理</span></a></li>rn");
  358. }
  359. else
  360. {
  361. templateBuilder.Append(" <li><a href="usercpshopcategory.aspx?item=shopcategory">店铺管理</a></li>rn");
  362. } //end if
  363. } //end if
  364. templateBuilder.Append(" </ul>rn");
  365. templateBuilder.Append(" </div>rn");
  366. templateBuilder.Append(" <hr class="shadowline"/>rn");
  367. templateBuilder.Append(" <div class="sideinner">rn");
  368. templateBuilder.Append(" <ul class="tabs">rn");
  369. if (pagename=="mytopics.aspx")
  370. {
  371. templateBuilder.Append(" <li><a href="mytopics.aspx" class="current"><span>我的主题</span></a></li>rn");
  372. }
  373. else
  374. {
  375. templateBuilder.Append(" <li><a href="mytopics.aspx">我的主题</a></li>rn");
  376. } //end if
  377. if (pagename=="myposts.aspx")
  378. {
  379. templateBuilder.Append(" <li><a href="myposts.aspx" class="current"><span>我的帖子</span></a></li>rn");
  380. }
  381. else
  382. {
  383. templateBuilder.Append(" <li><a href="myposts.aspx">我的帖子</a></li>rn");
  384. } //end if
  385. templateBuilder.Append(" <li><a href="search.aspx?posterid=current&type=digest">我的精华</a></li>rn");
  386. if (pagename=="myattachment.aspx")
  387. {
  388. templateBuilder.Append(" <li><a href="myattachment.aspx" class="current"><span>我的附件</span></a></li>rn");
  389. }
  390. else
  391. {
  392. templateBuilder.Append(" <li><a href="myattachment.aspx">我的附件</a></li>rn");
  393. } //end if
  394. if (pagename=="usercpsubscribe.aspx")
  395. {
  396. templateBuilder.Append(" <li><a href="usercpsubscribe.aspx" class="current"><span>收藏夹</span></a></li>rn");
  397. }
  398. else
  399. {
  400. templateBuilder.Append(" <li><a href="usercpsubscribe.aspx">收藏夹</a></li>rn");
  401. } //end if
  402. templateBuilder.Append(" </ul>rn");
  403. templateBuilder.Append(" </div>rn");
  404. templateBuilder.Append(" <hr class="shadowline"/>rn");
  405. templateBuilder.Append(" <div class="sideinner">rn");
  406. templateBuilder.Append(" <ul class="tabs">rn");
  407. if (pagename=="usercpcreditspay.aspx"||pagename=="usercpcreditstransfer.aspx"||pagename=="usercpcreditspayoutlog.aspx"||pagename=="usercpcreditspayinlog.aspx"    ||pagename=="usercpcreaditstransferlog.aspx")
  408. {
  409. templateBuilder.Append(" <li><a href="usercpcreditspay.aspx" class="current"><span>积分交易</span></a></li>rn");
  410. }
  411. else
  412. {
  413. templateBuilder.Append(" <li><a href="usercpcreditspay.aspx">积分交易</a></li>rn");
  414. } //end if
  415. if (pagename=="usercp.aspx")
  416. {
  417. templateBuilder.Append(" <li><a href="usercp.aspx" class="current"><span>用户组&权限</span></a></li>rn");
  418. }
  419. else
  420. {
  421. templateBuilder.Append(" <li><a href="usercp.aspx">用户组&权限</a></li>rn");
  422. } //end if
  423. templateBuilder.Append(" </ul>rn");
  424. templateBuilder.Append(" </div>rn");
  425. } //end if
  426. templateBuilder.Append("</div>rn");
  427. templateBuilder.Append(" <div class="cpmain">rn");
  428. templateBuilder.Append(" <div class="cpcontent">rn");
  429. templateBuilder.Append(" <h1>积分兑换</h1>rn");
  430. if (userid>0)
  431. {
  432. templateBuilder.Append("<div class="cm_header itemtitle s_clear">rn");
  433. templateBuilder.Append(" <ul>rn");
  434. templateBuilder.Append(" <li rn");
  435. if (pagename=="usercpcreditspay.aspx")
  436. {
  437. templateBuilder.Append("class="current"rn");
  438. } //end if
  439. templateBuilder.Append("><a href="usercpcreditspay.aspx"><span>积分兑换</span></a></li>rn");
  440. templateBuilder.Append(" <li rn");
  441. if (pagename=="usercpcreditstransfer.aspx")
  442. {
  443. templateBuilder.Append("class="current"rn");
  444. } //end if
  445. templateBuilder.Append("><a href="usercpcreditstransfer.aspx"><span>积分转帐</span></a></li>rn");
  446. templateBuilder.Append(" <li rn");
  447. if (pagename=="usercpcreditspayoutlog.aspx")
  448. {
  449. templateBuilder.Append("class="current"rn");
  450. } //end if
  451. templateBuilder.Append("><a href="usercpcreditspayoutlog.aspx"><span>支出记录</span></a></li>rn");
  452. templateBuilder.Append(" <li rn");
  453. if (pagename=="usercpcreditspayinlog.aspx")
  454. {
  455. templateBuilder.Append("class="current"rn");
  456. } //end if
  457. templateBuilder.Append("><a href="usercpcreditspayinlog.aspx"><span>收入记录</span></a></li>rn");
  458. templateBuilder.Append(" <li rn");
  459. if (pagename=="usercpcreaditstransferlog.aspx")
  460. {
  461. templateBuilder.Append("class="current"rn");
  462. } //end if
  463. templateBuilder.Append("><a href="usercpcreaditstransferlog.aspx"><span>兑换与转帐记录</span></a></li>rn");
  464. templateBuilder.Append(" </ul>rn");
  465. templateBuilder.Append("</div>rn");
  466. } //end if
  467. if (page_err==0)
  468. {
  469. templateBuilder.Append(" ");
  470. templateBuilder.Append(jscreditsratearray.ToString());
  471. templateBuilder.Append("rn");
  472. if (ispost)
  473. {
  474. templateBuilder.Append(" <div class="msgbox">rn");
  475. templateBuilder.Append(" <h1>");
  476. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  477. templateBuilder.Append(" 提示信息</h1>rn");
  478. templateBuilder.Append(" <p>");
  479. templateBuilder.Append(msgbox_text.ToString());
  480. templateBuilder.Append("</p>rn");
  481. if (msgbox_url!="")
  482. {
  483. templateBuilder.Append(" <p><a href="");
  484. templateBuilder.Append(msgbox_url.ToString());
  485. templateBuilder.Append("">如果浏览器没有转向, 请点击这里.</a></p>rn");
  486. } //end if
  487. templateBuilder.Append(" </div>rn");
  488. }
  489. else
  490. {
  491. if (EPayments.IsOpenEPayments())
  492. {
  493. templateBuilder.Append("     <script type="text/javascript" reload="1">rn");
  494. templateBuilder.Append("         function RedirectPayPage() {rn");
  495. templateBuilder.Append("             var paytype = $('paytype').value;rn");
  496. templateBuilder.Append("             var amount = $('paycredits').value;rn");
  497. templateBuilder.Append("             if (amount == '') {rn");
  498. templateBuilder.Append("                 alert('您还没有填写需要充值的积分数量');rn");
  499. templateBuilder.Append("                 return false;rn");
  500. templateBuilder.Append("             }rn");
  501. templateBuilder.Append("             if(isNaN(amount)){rn");
  502. templateBuilder.Append("                 alert('请输入正确的数值');rn");
  503. templateBuilder.Append("                 return false;rn");
  504. templateBuilder.Append("             }rn");
  505. templateBuilder.Append("             if (paytype == '') {rn");
  506. templateBuilder.Append("                 alert('您还没有选择充值平台');rn");
  507. templateBuilder.Append("                 return false;rn");
  508. templateBuilder.Append("             }rn");
  509. templateBuilder.Append("             if(amount<");
  510. templateBuilder.Append(config.Mincreditstobuy.ToString().Trim());
  511. templateBuilder.Append("){rn");
  512. templateBuilder.Append("                 alert('您购买的积分数超过了系统要求的最低数量,无法购买');rn");
  513. templateBuilder.Append("                 return false;rn");
  514. templateBuilder.Append("             }rn");
  515. templateBuilder.Append("             if(");
  516. templateBuilder.Append(config.Maxcreditstobuy.ToString().Trim());
  517. templateBuilder.Append(">0&&amount>");
  518. templateBuilder.Append(config.Maxcreditstobuy.ToString().Trim());
  519. templateBuilder.Append("){rn");
  520. templateBuilder.Append("                 alert('您购买的积分数超过了系统要求的最高数量,无法购买');rn");
  521. templateBuilder.Append("                 return false;rn");
  522. templateBuilder.Append("             }rn");
  523. templateBuilder.Append("             if(amount%1!=0){rn");
  524. templateBuilder.Append("                 alert('购买的积分数必须是整数');rn");
  525. templateBuilder.Append("                 return false;rn");
  526. templateBuilder.Append("             }rn");
  527. templateBuilder.Append("             if(!is_ie){rn");
  528. templateBuilder.Append("                 alert('由于您使用的浏览器为非IE浏览器,所以可能造成支付失败,请最好使用IE浏览器');rn");
  529. templateBuilder.Append("             }rn");
  530. templateBuilder.Append("//             amount=amount-(amount%1);rn");
  531. templateBuilder.Append("             window.location.href = "usercpcreditspay.aspx?redirect=" + paytype + "&amount=" + amount;rn");
  532. templateBuilder.Append("         }rn");
  533. templateBuilder.Append("         function ShowPayRMB() {rn");
  534. templateBuilder.Append("             var amount = $('paycredits').value;rn");
  535. templateBuilder.Append("             if(isNaN(amount)){rn");
  536. templateBuilder.Append("                 $('rmbmsg').style.color = '#FF0000';rn");
  537. templateBuilder.Append("                 $('rmbmsg').innerHTML = '请输入正确的数值';rn");
  538. templateBuilder.Append("                 return false;rn");
  539. templateBuilder.Append("             }                 rn");
  540. templateBuilder.Append("             if(amount!=''){rn");
  541. templateBuilder.Append("                 var result = amount/");
  542. templateBuilder.Append(config.Cashtocreditrate.ToString().Trim());
  543. templateBuilder.Append(";rn");
  544. templateBuilder.Append("                 if(amount%1!=0){rn");
  545. templateBuilder.Append("                     $('rmbmsg').style.color = '#FF0000';rn");
  546. templateBuilder.Append("                     $('rmbmsg').innerHTML = '购买的积分数必须是整数';rn");
  547. templateBuilder.Append("                 }rn");
  548. templateBuilder.Append("                 else if(amount<");
  549. templateBuilder.Append(config.Mincreditstobuy.ToString().Trim());
  550. templateBuilder.Append("){rn");
  551. templateBuilder.Append("                     $('rmbmsg').style.color = '#FF0000';rn");
  552. templateBuilder.Append("                     $('rmbmsg').innerHTML = '系统规定您至少应购买");
  553. templateBuilder.Append(config.Mincreditstobuy.ToString().Trim());
  554. templateBuilder.Append("个积分';rn");
  555. templateBuilder.Append("                 }rn");
  556. templateBuilder.Append("                 else if(");
  557. templateBuilder.Append(config.Maxcreditstobuy.ToString().Trim());
  558. templateBuilder.Append(">0&&amount>");
  559. templateBuilder.Append(config.Maxcreditstobuy.ToString().Trim());
  560. templateBuilder.Append("){rn");
  561. templateBuilder.Append("                      $('rmbmsg').style.color = '#FF0000';rn");
  562. templateBuilder.Append("                      $('rmbmsg').innerHTML = '系统规定您至多可以购买");
  563. templateBuilder.Append(config.Maxcreditstobuy.ToString().Trim());
  564. templateBuilder.Append("个积分';rn");
  565. templateBuilder.Append("                 }rn");
  566. templateBuilder.Append("                 else{rn");
  567. templateBuilder.Append("                     $('rmbmsg').style.color = '#000000';rn");
  568. templateBuilder.Append("                     $('rmbmsg').innerHTML = '需要支付 ¥'+ Math.round((Math.floor(result*1000)/10))/100 + '元';rn");
  569. templateBuilder.Append("                 }rn");
  570. templateBuilder.Append("             }rn");
  571. templateBuilder.Append("             else{rn");
  572. templateBuilder.Append("                 $('rmbmsg').innerHTML = '';rn");
  573. templateBuilder.Append("             }rn");
  574. templateBuilder.Append("         }rn");
  575. templateBuilder.Append("     </");
  576. templateBuilder.Append("script>rn");
  577. } //end if
  578. templateBuilder.Append(" <form action="" method="post" id="postform">rn");
  579. templateBuilder.Append(" <table cellspacing="0" cellpadding="0" class="formtable" summary="个人资料">rn");
  580. templateBuilder.Append(" <tbody>rn");
  581. templateBuilder.Append(" <tr>rn");
  582. templateBuilder.Append(" <td colspan="2">rn");
  583. templateBuilder.Append(" <div class="hintinfo">rn");
  584. templateBuilder.Append("     <p>积分交易税 ");
  585. templateBuilder.Append(creditstax.ToString());
  586. templateBuilder.Append(",兑换最低余额 ");
  587. templateBuilder.Append(Scoresets.GetExchangeMinCredits().ToString().Trim());
  588. templateBuilder.Append(",转账最低余额 ");
  589. templateBuilder.Append(Scoresets.GetTransferMinCredits().ToString().Trim());
  590. templateBuilder.Append("</p>rn");
  591. templateBuilder.Append(" </div> rn");
  592. templateBuilder.Append(" </td>rn");
  593. templateBuilder.Append(" </tr>rn");
  594. templateBuilder.Append(" <tr>rn");
  595. templateBuilder.Append(" <th><label for="paychange">当前帐户</label></th>rn");
  596. templateBuilder.Append(" <td>rn");
  597. if (score[1].ToString().Trim()!="")
  598. {
  599. templateBuilder.Append(" " + score[1].ToString().Trim() + ": <em>");
  600. templateBuilder.Append(user.Extcredits1.ToString().Trim());
  601. templateBuilder.Append("</em>&nbsp;&nbsp;rn");
  602. } //end if
  603. if (score[2].ToString().Trim()!="")
  604. {
  605. templateBuilder.Append(" " + score[2].ToString().Trim() + ": <em>");
  606. templateBuilder.Append(user.Extcredits2.ToString().Trim());
  607. templateBuilder.Append("</em>&nbsp;&nbsp;rn");
  608. } //end if
  609. if (score[3].ToString().Trim()!="")
  610. {
  611. templateBuilder.Append(" " + score[3].ToString().Trim() + ": <em>");
  612. templateBuilder.Append(user.Extcredits3.ToString().Trim());
  613. templateBuilder.Append("</em>&nbsp;&nbsp;rn");
  614. } //end if
  615. if (score[4].ToString().Trim()!="")
  616. {
  617. templateBuilder.Append(" " + score[4].ToString().Trim() + ": <em>");
  618. templateBuilder.Append(user.Extcredits4.ToString().Trim());
  619. templateBuilder.Append("</em>&nbsp;&nbsp;rn");
  620. } //end if
  621. if (score[5].ToString().Trim()!="")
  622. {
  623. templateBuilder.Append(" " + score[5].ToString().Trim() + ": <em>");
  624. templateBuilder.Append(user.Extcredits5.ToString().Trim());
  625. templateBuilder.Append("</em>&nbsp;&nbsp;rn");
  626. } //end if
  627. if (score[6].ToString().Trim()!="")
  628. {
  629. templateBuilder.Append(" " + score[6].ToString().Trim() + ": <em>");
  630. templateBuilder.Append(user.Extcredits6.ToString().Trim());
  631. templateBuilder.Append("</em>&nbsp;&nbsp;rn");
  632. } //end if
  633. if (score[7].ToString().Trim()!="")
  634. {
  635. templateBuilder.Append(" " + score[7].ToString().Trim() + ": <em>");
  636. templateBuilder.Append(user.Extcredits7.ToString().Trim());
  637. templateBuilder.Append("</em>&nbsp;&nbsp;rn");
  638. } //end if
  639. if (score[8].ToString().Trim()!="")
  640. {
  641. templateBuilder.Append(" " + score[8].ToString().Trim() + ": <em>");
  642. templateBuilder.Append(user.Extcredits8.ToString().Trim());
  643. templateBuilder.Append("</em>&nbsp;&nbsp;rn");
  644. } //end if
  645. templateBuilder.Append(" </td>rn");
  646. templateBuilder.Append(" </tr>rn");
  647. templateBuilder.Append(" <tr>rn");
  648. templateBuilder.Append(" <th>进行兑换操作</th>rn");
  649. templateBuilder.Append(" <td>将数量<input name="paynum" type="text" id="paynum" value="100" size="10" class="txt"/>&nbsp;的&nbsp;rn");
  650. templateBuilder.Append(" <select name="extcredits1" id="extcredits1" style="width:120px;">rn");
  651. templateBuilder.Append(" <option value="0">请选择</option>rn");
  652. int extcredits__loop__id=0;
  653. foreach(DataRow extcredits in Scoresets.GetScorePaySet(0).Rows)
  654. {
  655. extcredits__loop__id++;
  656. templateBuilder.Append(" <option value="" + extcredits["id"].ToString().Trim() + "">" + extcredits["name"].ToString().Trim() + "</option>rn");
  657. } //end loop
  658. templateBuilder.Append(" </select>&nbsp;转换为&nbsp;<select name="extcredits2" id="extcredits2"  style="width:120px;">rn");
  659. templateBuilder.Append(" <option value="">请选择</option>rn");
  660. int extcredits2__loop__id=0;
  661. foreach(DataRow extcredits2 in Scoresets.GetScorePaySet(0).Rows)
  662. {
  663. extcredits2__loop__id++;
  664. templateBuilder.Append(" <option value="" + extcredits2["id"].ToString().Trim() + "">" + extcredits2["name"].ToString().Trim() + "</option>rn");
  665. } //end loop
  666. templateBuilder.Append(" </select>rn");
  667. templateBuilder.Append(" <a href="###" onclick="if($('postform').extcredits1.options[$('postform').extcredits1.selectedIndex].value != 0 && $('postform').extcredits2.options[$('postform').extcredits2.selectedIndex].value != 0){alert('接收者的所得为 '+$('postform').extcredits2.options[$('postform').extcredits2.selectedIndex].text + ':'+Math.round($('postform').paynum.value*(creditsrate[$('postform').extcredits1.options[$('postform').extcredits1.selectedIndex].value]/creditsrate[$('postform').extcredits2.options[$('postform').extcredits2.selectedIndex].value] *(1-");
  668. templateBuilder.Append(creditstax.ToString());
  669. templateBuilder.Append("))*100)/100)}else{alert('请完整填写和选择进行兑换的积分!')}" >计算</a>rn");
  670. templateBuilder.Append(" </td>rn");
  671. templateBuilder.Append(" </tr>rn");
  672. templateBuilder.Append(" <tr>rn");
  673. templateBuilder.Append(" <th>验证用户密码</th>rn");
  674. templateBuilder.Append(" <td><input name="password" type="password" id="password" size="20" class="txt"/></td>rn");
  675. templateBuilder.Append(" </tr>rn");
  676. templateBuilder.Append(" <tr>rn");
  677. templateBuilder.Append(" <td colspan="2">rn");
  678. templateBuilder.Append(" <button type="submit" name="Submit" ID="Submit1" style=" width:80px;"/>确定</button>rn");
  679. templateBuilder.Append(" </td>rn");
  680. templateBuilder.Append(" </tr>rn");
  681. if (EPayments.IsOpenEPayments())
  682. {
  683. templateBuilder.Append(" <tr><td colspan="2"><hr class="solidline" /></td></tr>rn");
  684. templateBuilder.Append("            <tr>rn");
  685. templateBuilder.Append(" <th>积分充值</th>rn");
  686. templateBuilder.Append(" <td>");
  687. templateBuilder.Append(creditstransname.ToString());
  688. templateBuilder.Append("&nbsp;<input name="paycredits" type="text" id="paycredits" size="3" class="txt" onkeyup="ShowPayRMB();"/> &nbsp;");
  689. templateBuilder.Append(creditstransunit.ToString());
  690. templateBuilder.Append("&nbsp;<span id="rmbmsg" style="color:#FF0000"></span></td>rn");
  691. templateBuilder.Append(" </tr>rn");
  692. templateBuilder.Append(" <tr>rn");
  693. templateBuilder.Append("     <th>选择支付平台</th>rn");
  694. templateBuilder.Append("     <td>rn");
  695. templateBuilder.Append("         <input id="paytype" type="hidden" value="alipay" />rn");
  696. templateBuilder.Append("         <input id="paytype1" name="paytype" value="alipay" type="radio" checked="checked" onclick="$('paytype').value=this.value;" style=" margin-top:-3px;"/><img src="");
  697. templateBuilder.Append(rooturl.ToString());
  698. templateBuilder.Append("images/epayment/alipay_logo.gif" style=" vertical-align:middle;" />rn");
  699. templateBuilder.Append("     </td>rn");
  700. templateBuilder.Append(" </tr>rn");
  701. templateBuilder.Append(" <tr>rn");
  702. templateBuilder.Append("     <td colspan="2">rn");
  703. templateBuilder.Append("         <button type="button" style="width:80px" onclick="RedirectPayPage();">点击充值</button>rn");
  704. templateBuilder.Append("     </td>rn");
  705. templateBuilder.Append(" </tr>rn");
  706. } //end if
  707. templateBuilder.Append(" </tbody>rn");
  708. templateBuilder.Append(" </table>rn");
  709. templateBuilder.Append(" </form>rn");
  710. } //end if
  711. }
  712. else
  713. {
  714. templateBuilder.Append("<div class="msgbox error_msg">rn");
  715. templateBuilder.Append(" <h3>错误提示</h3>rn");
  716. templateBuilder.Append(" <p>");
  717. templateBuilder.Append(msgbox_text.ToString());
  718. templateBuilder.Append("</p>rn");
  719. templateBuilder.Append(" <p class="errorback">rn");
  720. templateBuilder.Append(" <script type="text/javascript">rn");
  721. templateBuilder.Append(" if(");
  722. templateBuilder.Append(msgbox_showbacklink.ToString());
  723. templateBuilder.Append(")rn");
  724. templateBuilder.Append(" {rn");
  725. templateBuilder.Append(" document.write("<a href=\"");
  726. templateBuilder.Append(msgbox_backlink.ToString());
  727. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|  ");rn");
  728. templateBuilder.Append(" }rn");
  729. templateBuilder.Append(" </");
  730. templateBuilder.Append("script>rn");
  731. templateBuilder.Append(" &nbsp; &nbsp; <a href="forumindex.aspx">论坛首页</a>rn");
  732. if (usergroupid==7)
  733. {
  734. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  735. } //end if
  736. templateBuilder.Append(" </p>rn");
  737. templateBuilder.Append("</div>rn");
  738. } //end if
  739. templateBuilder.Append(" </div>rn");
  740. templateBuilder.Append(" </div>rn");
  741. templateBuilder.Append("</div>rn");
  742. if (infloat!=1)
  743. {
  744. if (pagename=="website.aspx")
  745. {
  746. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  747. }
  748. else if (footerad!="")
  749. {
  750. templateBuilder.Append("     <div id="ad_footerbanner">");
  751. templateBuilder.Append(footerad.ToString());
  752. templateBuilder.Append("</div>   rn");
  753. } //end if
  754. if (headerad!="")
  755. {
  756. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  757. templateBuilder.Append(headerad.ToString());
  758. templateBuilder.Append("</div>rn");
  759. templateBuilder.Append("<script type="text/javascript">rn");
  760. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  761. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  762. templateBuilder.Append("</");
  763. templateBuilder.Append("script>rn");
  764. } //end if
  765. templateBuilder.Append("<div id="footer">rn");
  766. templateBuilder.Append(" <div class="wrap">rn");
  767. templateBuilder.Append(" <div id="footlinks">rn");
  768. templateBuilder.Append(" <p><a href="");
  769. templateBuilder.Append(config.Weburl.ToString().Trim());
  770. templateBuilder.Append("" target="_blank">");
  771. templateBuilder.Append(config.Webtitle.ToString().Trim());
  772. templateBuilder.Append("</a> - ");
  773. templateBuilder.Append(config.Linktext.ToString().Trim());
  774. templateBuilder.Append(" - <a target="_blank" href="");
  775. templateBuilder.Append(forumurl.ToString());
  776. templateBuilder.Append("stats.aspx">统计</a> - rn");
  777. if (config.Sitemapstatus==1)
  778. {
  779. templateBuilder.Append("&nbsp;<a href="");
  780. templateBuilder.Append(forumurl.ToString());
  781. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  782. } //end if
  783. templateBuilder.Append(" ");
  784. templateBuilder.Append(config.Statcode.ToString().Trim());
  785. templateBuilder.Append(config.Icp.ToString().Trim());
  786. templateBuilder.Append("rn");
  787. templateBuilder.Append(" </p>rn");
  788. templateBuilder.Append(" <div>rn");
  789. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  790. templateBuilder.Append(" - <a href="");
  791. templateBuilder.Append(forumurl.ToString());
  792. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  793. if (config.Stylejump==1)
  794. {
  795. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  796. {
  797. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  798. templateBuilder.Append(forumurl.ToString());
  799. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  800. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  801. templateBuilder.Append(" ");
  802. templateBuilder.Append(templatelistboxoptions.ToString());
  803. templateBuilder.Append("rn");
  804. templateBuilder.Append(" </ul>rn");
  805. } //end if
  806. } //end if
  807. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  808. templateBuilder.Append(" </div>rn");
  809. templateBuilder.Append(" </div>rn");
  810. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  811. templateBuilder.Append(forumurl.ToString());
  812. templateBuilder.Append("templates/");
  813. templateBuilder.Append(templatepath.ToString());
  814. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  815. templateBuilder.Append(" <p id="copyright">rn");
  816. 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");
  817. if (config.Licensed==1)
  818. {
  819. 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");
  820. } //end if
  821. templateBuilder.Append(" ");
  822. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  823. templateBuilder.Append("rn");
  824. templateBuilder.Append(" </p>rn");
  825. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  826. if (config.Debug!=0)
  827. {
  828. templateBuilder.Append(" Processed in ");
  829. templateBuilder.Append(this.Processtime.ToString().Trim());
  830. templateBuilder.Append(" second(s)rn");
  831. if (isguestcachepage==1)
  832. {
  833. templateBuilder.Append(" (Cached).rn");
  834. }
  835. else if (querycount>1)
  836. {
  837. templateBuilder.Append("  , ");
  838. templateBuilder.Append(querycount.ToString());
  839. templateBuilder.Append(" queries.rn");
  840. }
  841. else
  842. {
  843. templateBuilder.Append("  , ");
  844. templateBuilder.Append(querycount.ToString());
  845. templateBuilder.Append(" query.rn");
  846. } //end if
  847. } //end if
  848. templateBuilder.Append(" </p>rn");
  849. templateBuilder.Append(" </div>rn");
  850. templateBuilder.Append("</div>rn");
  851. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  852. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  853. if (config.Enablespace==1)
  854. {
  855. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  856. } //end if
  857. if (config.Enablealbum==1)
  858. {
  859. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  860. } //end if
  861. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  862. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  863. templateBuilder.Append("</ul>rn");
  864. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  865. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  866. templateBuilder.Append(useravatar.ToString());
  867. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  868. templateBuilder.Append(templatepath.ToString());
  869. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  870.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  871. templateBuilder.Append(" <li class="popuser"><a href="");
  872. templateBuilder.Append(forumurl.ToString());
  873. templateBuilder.Append(aspxrewriteurl.ToString());
  874. templateBuilder.Append("">我的资料</a></li>rn");
  875. if (config.Enablespace==1)
  876. {
  877. templateBuilder.Append(" <li class="poplink"><a href="");
  878. templateBuilder.Append(forumurl.ToString());
  879. templateBuilder.Append(spaceurl.ToString());
  880. templateBuilder.Append("space/">我的空间</a></li>rn");
  881. } //end if
  882. templateBuilder.Append("</ul>rn");
  883. int prentid__loop__id=0;
  884. foreach(string prentid in mainnavigationhassub)
  885. {
  886. prentid__loop__id++;
  887. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  888. templateBuilder.Append(prentid.ToString());
  889. templateBuilder.Append("_menu" style="display: none">rn");
  890. int subnav__loop__id=0;
  891. foreach(DataRow subnav in subnavigation.Rows)
  892. {
  893. subnav__loop__id++;
  894. bool isoutput = false;
  895. if (subnav["parentid"].ToString().Trim()==prentid)
  896. {
  897. if (subnav["level"].ToString().Trim()=="0")
  898. {
  899.  isoutput = true;
  900. }
  901. else
  902. {
  903. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  904. {
  905.  isoutput = true;
  906. }
  907. else
  908. {
  909. bool leveluseradmindi = true;
  910.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  911. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  912. {
  913.  isoutput = true;
  914. } //end if
  915. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  916. {
  917.  isoutput = true;
  918. } //end if
  919. } //end if
  920. } //end if
  921. } //end if
  922. if (isoutput)
  923. {
  924. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  925. {
  926. if (config.Statstatus==1)
  927. {
  928. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  929. continue;
  930. }
  931. else
  932. {
  933. continue;
  934. } //end if
  935. } //end if
  936. if (subnav["id"].ToString().Trim()=="18")
  937. {
  938. if (config.Oltimespan>0)
  939. {
  940. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  941. continue;
  942. }
  943. else
  944. {
  945. continue;
  946. } //end if
  947. } //end if
  948. if (subnav["id"].ToString().Trim()=="24")
  949. {
  950. if (config.Enablespace==1)
  951. {
  952. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  953. continue;
  954. }
  955. else
  956. {
  957. continue;
  958. } //end if
  959. } //end if
  960. if (subnav["id"].ToString().Trim()=="25")
  961. {
  962. if (config.Enablealbum==1)
  963. {
  964. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  965. continue;
  966. }
  967. else
  968. {
  969. continue;
  970. } //end if
  971. } //end if
  972. if (subnav["id"].ToString().Trim()=="26")
  973. {
  974. if (config.Enablemall>=1)
  975. {
  976. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  977. continue;
  978. }
  979. else
  980. {
  981. continue;
  982. } //end if
  983. } //end if
  984. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  985. } //end if
  986. } //end loop
  987. templateBuilder.Append("</ul>rn");
  988. } //end loop
  989. templateBuilder.Append("</body>rn");
  990. templateBuilder.Append("</html>rn");
  991. }
  992. else
  993. {
  994. templateBuilder.Append("]]></root>rn");
  995. } //end if
  996. Response.Write(templateBuilder.ToString());
  997. }
  998. </script>