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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.buytopic" %>
  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:47.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:47. 
  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;");
  287. templateBuilder.Append(ShowForumAspxRewrite(forum.Pathlist.Trim(),forumid,forumpageid).ToString().Trim());
  288. templateBuilder.Append("rn");
  289.  aspxrewriteurl = this.ShowTopicAspxRewrite(topicid,0);
  290. templateBuilder.Append("      &raquo; <a href="");
  291. templateBuilder.Append(aspxrewriteurl.ToString());
  292. templateBuilder.Append("">");
  293. templateBuilder.Append(topic.Title.ToString().Trim());
  294. templateBuilder.Append("</a> &raquo; <strong>交易信息</strong>rn");
  295. templateBuilder.Append(" </div>rn");
  296. templateBuilder.Append("</div>rn");
  297. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  298. templateBuilder.Append(" <h3>交易信息</h3>rn");
  299. if (page_err==0)
  300. {
  301. if (ispost)
  302. {
  303. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  304. templateBuilder.Append("<div class="main">rn");
  305. templateBuilder.Append(" <div class="msgbox">rn");
  306. templateBuilder.Append(" <h1>");
  307. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  308. templateBuilder.Append(" 提示信息</h1>rn");
  309. templateBuilder.Append(" <hr class="solidline"/>rn");
  310. templateBuilder.Append(" <div class="msg_inner">rn");
  311. templateBuilder.Append(" <p>");
  312. templateBuilder.Append(msgbox_text.ToString());
  313. templateBuilder.Append("</p>rn");
  314. if (msgbox_url!="")
  315. {
  316. templateBuilder.Append(" <p><a href="");
  317. templateBuilder.Append(msgbox_url.ToString());
  318. templateBuilder.Append("">如果浏览器没有转向, 请点击这里.</a></p>rn");
  319. } //end if
  320. templateBuilder.Append(" </div>rn");
  321. templateBuilder.Append(" </div>rn");
  322. templateBuilder.Append("</div>rn");
  323. templateBuilder.Append("</div>rn");
  324. }
  325. else
  326. {
  327. templateBuilder.Append(" <div class="main datalist">rn");
  328. if (buyit==1)
  329. {
  330. templateBuilder.Append(" <form id="form1" name="form1" method="post" action="">rn");
  331. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" summary="购买主题" class="datatable infotable">rn");
  332. templateBuilder.Append(" <tbody>rn");
  333. templateBuilder.Append(" <tr>rn");
  334. templateBuilder.Append(" <th>用户名:</th>rn");
  335. templateBuilder.Append(" <td>");
  336. templateBuilder.Append(username.ToString());
  337. templateBuilder.Append(" [<a href="logout.aspx?userkey=");
  338. templateBuilder.Append(userkey.ToString());
  339. templateBuilder.Append("">退出登录</a>]</td>rn");
  340. templateBuilder.Append(" </tr>rn");
  341. templateBuilder.Append(" <tr>rn");
  342. templateBuilder.Append(" <th>作者:</th>rn");
  343. templateBuilder.Append(" <td>rn");
  344.  aspxrewriteurl = this.UserInfoAspxRewrite(topic.Posterid);
  345. templateBuilder.Append(" <a href="");
  346. templateBuilder.Append(aspxrewriteurl.ToString());
  347. templateBuilder.Append("">");
  348. templateBuilder.Append(topic.Poster.ToString().Trim());
  349. templateBuilder.Append("</a>rn");
  350. templateBuilder.Append(" </td>rn");
  351. templateBuilder.Append(" </tr>rn");
  352. templateBuilder.Append(" <tr>rn");
  353. templateBuilder.Append(" <th>标题:</th>rn");
  354. templateBuilder.Append(" <td class="datatitle">rn");
  355.  aspxrewriteurl = this.ShowTopicAspxRewrite(topicid,0);
  356. templateBuilder.Append(" <a href="");
  357. templateBuilder.Append(aspxrewriteurl.ToString());
  358. templateBuilder.Append("">");
  359. templateBuilder.Append(topic.Title.ToString().Trim());
  360. templateBuilder.Append("</a>rn");
  361. templateBuilder.Append(" </td>rn");
  362. templateBuilder.Append(" </tr>rn");
  363. templateBuilder.Append(" <tr>rn");
  364. templateBuilder.Append(" <th>售价(");
  365. templateBuilder.Append(userextcreditsinfo.Name.ToString().Trim());
  366. templateBuilder.Append("):</th>rn");
  367. templateBuilder.Append(" <td>");
  368. templateBuilder.Append(topicprice.ToString());
  369. templateBuilder.Append("</td>rn");
  370. templateBuilder.Append(" </tr>rn");
  371. templateBuilder.Append(" <tr>rn");
  372. templateBuilder.Append(" <th>作者所得(");
  373. templateBuilder.Append(userextcreditsinfo.Name.ToString().Trim());
  374. templateBuilder.Append("):</th>rn");
  375. templateBuilder.Append(" <td>");
  376. templateBuilder.Append(netamount.ToString());
  377. templateBuilder.Append("</td>rn");
  378. templateBuilder.Append(" </tr>rn");
  379. templateBuilder.Append(" <tr>rn");
  380. templateBuilder.Append(" <th>购买后余额(");
  381. templateBuilder.Append(userextcreditsinfo.Name.ToString().Trim());
  382. templateBuilder.Append("):</th>rn");
  383. templateBuilder.Append(" <td>");
  384. templateBuilder.Append(userlastprice.ToString());
  385. templateBuilder.Append("</td>rn");
  386. templateBuilder.Append(" </tr>rn");
  387. templateBuilder.Append(" <tr>rn");
  388. templateBuilder.Append(" <th>&nbsp;</th>rn");
  389. templateBuilder.Append(" <td>rn");
  390. templateBuilder.Append(" <input type="submit" name="paysubmit" value="提交">rn");
  391. templateBuilder.Append(" </td>rn");
  392. templateBuilder.Append(" </tr>rn");
  393. templateBuilder.Append(" </tbody>rn");
  394. templateBuilder.Append(" </table>rn");
  395. templateBuilder.Append(" </form>rn");
  396. }
  397. else
  398. {
  399. if (showpayments==1)
  400. {
  401. if (paymentloglist.Rows.Count>0)
  402. {
  403. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0"  summary="购买主题"  class="datatable infotable">rn");
  404. templateBuilder.Append(" <thead>rn");
  405. templateBuilder.Append(" <tr>rn");
  406. templateBuilder.Append(" <th>");
  407. templateBuilder.Append(userextcreditsinfo.Name.ToString().Trim());
  408. templateBuilder.Append("</th>rn");
  409. templateBuilder.Append(" <th>用户名</th>rn");
  410. templateBuilder.Append(" <th>时间</th>rn");
  411. templateBuilder.Append(" </tr>rn");
  412. templateBuilder.Append(" </thead>rn");
  413. int paymentlog__loop__id=0;
  414. foreach(DataRow paymentlog in paymentloglist.Rows)
  415. {
  416. paymentlog__loop__id++;
  417. templateBuilder.Append(" <tbody>rn");
  418. templateBuilder.Append(" <tr>rn");
  419. templateBuilder.Append(" <td><div class="ForumBuyTopicLeft">" + paymentlog["amount"].ToString().Trim() + "</div></td>rn");
  420. templateBuilder.Append(" <th>rn");
  421.  aspxrewriteurl = this.UserInfoAspxRewrite(paymentlog["uid"].ToString().Trim());
  422. templateBuilder.Append("                  <a href="");
  423. templateBuilder.Append(aspxrewriteurl.ToString());
  424. templateBuilder.Append("" target="_blank">" + paymentlog["username"].ToString().Trim() + "</a></th>rn");
  425. templateBuilder.Append(" <td>" + paymentlog["buydate"].ToString().Trim() + "</td>rn");
  426. templateBuilder.Append(" </tr>rn");
  427. templateBuilder.Append(" </tbody>rn");
  428. } //end loop
  429. templateBuilder.Append(" </table>rn");
  430. }
  431. else
  432. {
  433. templateBuilder.Append(" 该主题暂无购买记录rn");
  434. } //end if
  435. } //end if
  436. if (price>0)
  437. {
  438. templateBuilder.Append(" <h3>标题:");
  439. templateBuilder.Append(topic.Title.ToString().Trim());
  440. templateBuilder.Append("</h3>rn");
  441. templateBuilder.Append(" ");
  442. templateBuilder.Append(postmessage.ToString());
  443. templateBuilder.Append("rn");
  444. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0"  class="datatable infotable">rn");
  445. templateBuilder.Append(" <thead>rn");
  446. templateBuilder.Append(" <tr>rn");
  447. templateBuilder.Append(" <th>&nbsp</th>rn");
  448. templateBuilder.Append(" <td>本主题需向作者支付相应积分才能浏览,您可根据作者信誉、出售价格及已购买用户的评价确定购买与否。</td>rn");
  449. templateBuilder.Append(" </tr>rn");
  450. templateBuilder.Append(" </thead>rn");
  451. templateBuilder.Append(" <tbody>rn");
  452. templateBuilder.Append(" <tr>rn");
  453. templateBuilder.Append(" <th >售价(");
  454. templateBuilder.Append(userextcreditsinfo.Name.ToString().Trim());
  455. templateBuilder.Append(")</th>rn");
  456. templateBuilder.Append(" <td>");
  457. templateBuilder.Append(topicprice.ToString());
  458. templateBuilder.Append("</td>rn");
  459. templateBuilder.Append(" </tr>rn");
  460. templateBuilder.Append(" <tr>rn");
  461. templateBuilder.Append(" <th>积分交易税</th>rn");
  462. templateBuilder.Append(" <td>");
  463. templateBuilder.Append(creditstax.ToString());
  464. templateBuilder.Append("%</td>rn");
  465. templateBuilder.Append(" </tr>rn");
  466. templateBuilder.Append(" <tr>rn");
  467. templateBuilder.Append(" <th>作者所得(");
  468. templateBuilder.Append(userextcreditsinfo.Name.ToString().Trim());
  469. templateBuilder.Append(")</th>rn");
  470. templateBuilder.Append(" <td>");
  471. templateBuilder.Append(netamount.ToString());
  472. templateBuilder.Append("</td>rn");
  473. templateBuilder.Append(" </tr>rn");
  474. templateBuilder.Append(" <tr>rn");
  475. templateBuilder.Append(" <th>已购买人数</th>rn");
  476. templateBuilder.Append(" <td>");
  477. templateBuilder.Append(buyers.ToString());
  478. templateBuilder.Append("</td>rn");
  479. templateBuilder.Append(" </tr>rn");
  480. templateBuilder.Append(" <tr>rn");
  481. templateBuilder.Append(" <th>作者最高收入(");
  482. templateBuilder.Append(userextcreditsinfo.Name.ToString().Trim());
  483. templateBuilder.Append(")</th>rn");
  484. templateBuilder.Append(" <td>");
  485. templateBuilder.Append(maxincpertopic.ToString());
  486. templateBuilder.Append("</td>rn");
  487. templateBuilder.Append(" </tr>rn");
  488. templateBuilder.Append(" <tr>rn");
  489. templateBuilder.Append(" <th>强制免费期限(小时)</th>rn");
  490. templateBuilder.Append(" <td>");
  491. templateBuilder.Append(maxchargespan.ToString());
  492. templateBuilder.Append("</td>rn");
  493. templateBuilder.Append(" </tr>rn");
  494. templateBuilder.Append(" <tr>rn");
  495. templateBuilder.Append(" <th>&nbsp;</th>rn");
  496. templateBuilder.Append(" <td>rn");
  497. templateBuilder.Append(" <a href="buytopic.aspx?topicid=");
  498. templateBuilder.Append(topicid.ToString());
  499. templateBuilder.Append("&showpayments=1">[查看付款记录]</a><a href="buytopic.aspx?topicid=");
  500. templateBuilder.Append(topicid.ToString());
  501. templateBuilder.Append("&buyit=1">[购买主题]</a> <a href="#" onclick="history.go(-1)">[返回上一页]</a>rn");
  502. templateBuilder.Append(" </td>rn");
  503. templateBuilder.Append(" </tr>rn");
  504. templateBuilder.Append(" </tbody>rn");
  505. templateBuilder.Append(" </table>rn");
  506. templateBuilder.Append(" <h3>最后5帖</h3>rn");
  507. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0"  class="datatable infotable">rn");
  508. int lastpost__loop__id=0;
  509. foreach(DataRow lastpost in lastpostlist.Rows)
  510. {
  511. lastpost__loop__id++;
  512. templateBuilder.Append(" <tbody>rn");
  513. templateBuilder.Append(" <tr>rn");
  514. templateBuilder.Append(" <th>rn");
  515.  aspxrewriteurl = this.UserInfoAspxRewrite(lastpost["posterid"].ToString().Trim());
  516. templateBuilder.Append(" <a href="");
  517. templateBuilder.Append(aspxrewriteurl.ToString());
  518. templateBuilder.Append(""><strong>" + lastpost["poster"].ToString().Trim() + "</strong></a>&nbsp;&nbsp;" + lastpost["postdatetime"].ToString().Trim() + "rn");
  519. templateBuilder.Append(" </th>rn");
  520. templateBuilder.Append(" </tr>rn");
  521. templateBuilder.Append(" <tr>rn");
  522. templateBuilder.Append(" <td>" + lastpost["message"].ToString().Trim() + "</td>rn");
  523. templateBuilder.Append(" </tr>rn");
  524. templateBuilder.Append(" </tbody>rn");
  525. } //end loop
  526. templateBuilder.Append(" </table>rn");
  527. }
  528. else
  529. {
  530. templateBuilder.Append(" 此主题无需购买rn");
  531. } //end if
  532. } //end if
  533. } //end if
  534. templateBuilder.Append("    </div>rn");
  535. }
  536. else
  537. {
  538. if (needlogin)
  539. {
  540. if (infloat!=1)
  541. {
  542. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  543. templateBuilder.Append("<div class="main login">rn");
  544. templateBuilder.Append(" <div class="message">rn");
  545. templateBuilder.Append(" <h1>");
  546. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  547. templateBuilder.Append(" 提示信息</h1>rn");
  548. templateBuilder.Append(" <p>您无权进行当前操作,这可能因以下原因之一造成</p>rn");
  549. templateBuilder.Append(" <p><b>");
  550. templateBuilder.Append(msgbox_text.ToString());
  551. templateBuilder.Append("</b></p>rn");
  552. templateBuilder.Append(" <p>您还没有登录,请填写下面的登录表单后再尝试访问。</p>rn");
  553. templateBuilder.Append(" </div>rn");
  554. templateBuilder.Append(" <hr class="solidline"/>rn");
  555. templateBuilder.Append(" <div class="nojs">rn");
  556. templateBuilder.Append(" <div class="float" id="floatlayout_login" style="width: 600px; height: 300px;">rn");
  557. templateBuilder.Append(" <form id="formlogin" name="formlogin" method="post" action="");
  558. templateBuilder.Append(rooturl.ToString());
  559. templateBuilder.Append("login.aspx" onsubmit="submitLogin(this);">rn");
  560. templateBuilder.Append(" <input type="hidden" value="2592000" name="cookietime"/>rn");
  561. templateBuilder.Append(" <h1 style="margin-bottom:10px;">会员登录</h1>rn");
  562. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" class="formtable">rn");
  563. templateBuilder.Append(" <tbody>rn");
  564. templateBuilder.Append(" <tr>rn");
  565. templateBuilder.Append(" <th><label for="username">用户名</label></th>rn");
  566. templateBuilder.Append(" <td><input type="text" id="username" name="username" size="25" maxlength="40" tabindex="2" class="txt" />  <a href="");
  567. templateBuilder.Append(rooturl.ToString());
  568. templateBuilder.Append("register.aspx" tabindex="-1" accesskey="r" title="立即注册 (ALT + R)" class="lightlink">立即注册</a>rn");
  569. templateBuilder.Append(" </td>rn");
  570. templateBuilder.Append(" </tr>rn");
  571. templateBuilder.Append(" <tr>rn");
  572. templateBuilder.Append(" <th><label for="password">密码</label></th>rn");
  573. templateBuilder.Append(" <td><input type="password" name="password" size="25" tabindex="3" class="txt"/> <a href="");
  574. templateBuilder.Append(rooturl.ToString());
  575. templateBuilder.Append("getpassword.aspx" tabindex="-1" accesskey="g" title="忘记密码 (ALT + G)" class="lightlink">忘记密码</a>rn");
  576. templateBuilder.Append(" </td>rn");
  577. templateBuilder.Append(" </tr>rn");
  578. if (config.Secques==1)
  579. {
  580. templateBuilder.Append(" <tr>rn");
  581. templateBuilder.Append(" <th><label for="questionid">安全问题</label></th>rn");
  582. templateBuilder.Append(" <td>rn");
  583. templateBuilder.Append(" <select name="questionid" tabindex="4">rn");
  584. templateBuilder.Append(" <option value="0">&nbsp;</option>rn");
  585. templateBuilder.Append(" <option value="1">母亲的名字</option>rn");
  586. templateBuilder.Append(" <option value="2">爷爷的名字</option>rn");
  587. templateBuilder.Append(" <option value="3">父亲出生的城市</option>rn");
  588. templateBuilder.Append(" <option value="4">您其中一位老师的名字</option>rn");
  589. templateBuilder.Append(" <option value="5">您个人计算机的型号</option>rn");
  590. templateBuilder.Append(" <option value="6">您最喜欢的餐馆名称</option>rn");
  591. templateBuilder.Append(" <option value="7">驾驶执照的最后四位数字</option>rn");
  592. templateBuilder.Append(" </select>rn");
  593. templateBuilder.Append(" </td>rn");
  594. templateBuilder.Append(" </tr>rn");
  595. templateBuilder.Append(" <tr>rn");
  596. templateBuilder.Append(" <th><label for="answer">答案</label></th>rn");
  597. templateBuilder.Append(" <td><input type="text" name="answer" size="25" tabindex="5" class="txt" /></td>rn");
  598. templateBuilder.Append(" </tr>rn");
  599. } //end if
  600. templateBuilder.Append(" <tr>rn");
  601. templateBuilder.Append(" <th> </th>rn");
  602. templateBuilder.Append(" <td>rn");
  603. templateBuilder.Append(" <button type="submit" name="loginsubmit" id="loginsubmit" value="true" tabindex="6">会员登录</button>rn");
  604. templateBuilder.Append(" </td>rn");
  605. templateBuilder.Append(" </tr>rn");
  606. templateBuilder.Append(" </tbody>rn");
  607. templateBuilder.Append(" </table>rn");
  608. templateBuilder.Append(" </form>rn");
  609. templateBuilder.Append(" </div>rn");
  610. templateBuilder.Append(" </div>rn");
  611. templateBuilder.Append("</div>rn");
  612. templateBuilder.Append("</div>rn");
  613. }
  614. else
  615. {
  616. templateBuilder.Append("<div class="msgbox" style="background:none;text-align:left;">rn");
  617. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  618. templateBuilder.Append(" <p>您无权进行当前操作,这可能因以下原因之一造成</p>rn");
  619. templateBuilder.Append(" <p><b>");
  620. templateBuilder.Append(msgbox_text.ToString());
  621. templateBuilder.Append("</b></p>rn");
  622. templateBuilder.Append(" <p>您还没有登录,请的登录后再尝试访问。</p>rn");
  623. templateBuilder.Append(" </div>rn");
  624. templateBuilder.Append("</div>rn");
  625. templateBuilder.Append(" <script type="text/javascript" reload="1">rn");
  626. templateBuilder.Append(" setTimeout("floatwin('close_newthread');floatwin('close_reply');floatwin('close_edit');floatwin('open_login', '");
  627. templateBuilder.Append(forumurl.ToString());
  628. templateBuilder.Append("login.aspx', 600, 410)",1000);rn");
  629. templateBuilder.Append(" </");
  630. templateBuilder.Append("script>rn");
  631. } //end if
  632. templateBuilder.Append("<script type="text/javascript">rn");
  633. if (infloat!=1)
  634. {
  635. templateBuilder.Append(" document.getElementById("username").focus();rn");
  636. } //end if
  637. templateBuilder.Append(" function submitLogin(loginForm)rn");
  638. templateBuilder.Append(" {rn");
  639. templateBuilder.Append("     loginForm.action = '");
  640. templateBuilder.Append(rooturl.ToString());
  641. templateBuilder.Append("login.aspx?loginsubmit=true&reurl=' + escape(window.location);rn");
  642. templateBuilder.Append(" loginForm.submit();rn");
  643. templateBuilder.Append(" }rn");
  644. templateBuilder.Append("</");
  645. templateBuilder.Append("script>rn");
  646. }
  647. else
  648. {
  649. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  650. templateBuilder.Append("<div class="main">rn");
  651. templateBuilder.Append(" <div class="msgbox">rn");
  652. templateBuilder.Append(" <h1>出现了");
  653. templateBuilder.Append(page_err.ToString());
  654. templateBuilder.Append("个错误</h1>rn");
  655. templateBuilder.Append(" <hr class="solidline"/>rn");
  656. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  657. templateBuilder.Append(" <p>");
  658. templateBuilder.Append(msgbox_text.ToString());
  659. templateBuilder.Append("</p>rn");
  660. templateBuilder.Append(" <p class="errorback">rn");
  661. templateBuilder.Append(" <script type="text/javascript">rn");
  662. templateBuilder.Append(" if(");
  663. templateBuilder.Append(msgbox_showbacklink.ToString());
  664. templateBuilder.Append(")rn");
  665. templateBuilder.Append(" {rn");
  666. templateBuilder.Append(" document.write("<a href=\"");
  667. templateBuilder.Append(msgbox_backlink.ToString());
  668. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|&nbsp; &nbsp  ");rn");
  669. templateBuilder.Append(" }rn");
  670. templateBuilder.Append(" </");
  671. templateBuilder.Append("script>rn");
  672. templateBuilder.Append(" <a href="forumindex.aspx">论坛首页</a>rn");
  673. if (usergroupid==7)
  674. {
  675. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  676. } //end if
  677. templateBuilder.Append(" </p>rn");
  678. templateBuilder.Append(" </div>rn");
  679. templateBuilder.Append(" </div>rn");
  680. templateBuilder.Append("</div>rn");
  681. templateBuilder.Append("</div>rn");
  682. } //end if
  683. } //end if
  684. templateBuilder.Append("</div>rn");
  685. if (infloat!=1)
  686. {
  687. if (pagename=="website.aspx")
  688. {
  689. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  690. }
  691. else if (footerad!="")
  692. {
  693. templateBuilder.Append("     <div id="ad_footerbanner">");
  694. templateBuilder.Append(footerad.ToString());
  695. templateBuilder.Append("</div>   rn");
  696. } //end if
  697. if (headerad!="")
  698. {
  699. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  700. templateBuilder.Append(headerad.ToString());
  701. templateBuilder.Append("</div>rn");
  702. templateBuilder.Append("<script type="text/javascript">rn");
  703. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  704. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  705. templateBuilder.Append("</");
  706. templateBuilder.Append("script>rn");
  707. } //end if
  708. templateBuilder.Append("<div id="footer">rn");
  709. templateBuilder.Append(" <div class="wrap">rn");
  710. templateBuilder.Append(" <div id="footlinks">rn");
  711. templateBuilder.Append(" <p><a href="");
  712. templateBuilder.Append(config.Weburl.ToString().Trim());
  713. templateBuilder.Append("" target="_blank">");
  714. templateBuilder.Append(config.Webtitle.ToString().Trim());
  715. templateBuilder.Append("</a> - ");
  716. templateBuilder.Append(config.Linktext.ToString().Trim());
  717. templateBuilder.Append(" - <a target="_blank" href="");
  718. templateBuilder.Append(forumurl.ToString());
  719. templateBuilder.Append("stats.aspx">统计</a> - rn");
  720. if (config.Sitemapstatus==1)
  721. {
  722. templateBuilder.Append("&nbsp;<a href="");
  723. templateBuilder.Append(forumurl.ToString());
  724. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  725. } //end if
  726. templateBuilder.Append(" ");
  727. templateBuilder.Append(config.Statcode.ToString().Trim());
  728. templateBuilder.Append(config.Icp.ToString().Trim());
  729. templateBuilder.Append("rn");
  730. templateBuilder.Append(" </p>rn");
  731. templateBuilder.Append(" <div>rn");
  732. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  733. templateBuilder.Append(" - <a href="");
  734. templateBuilder.Append(forumurl.ToString());
  735. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  736. if (config.Stylejump==1)
  737. {
  738. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  739. {
  740. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  741. templateBuilder.Append(forumurl.ToString());
  742. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  743. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  744. templateBuilder.Append(" ");
  745. templateBuilder.Append(templatelistboxoptions.ToString());
  746. templateBuilder.Append("rn");
  747. templateBuilder.Append(" </ul>rn");
  748. } //end if
  749. } //end if
  750. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  751. templateBuilder.Append(" </div>rn");
  752. templateBuilder.Append(" </div>rn");
  753. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  754. templateBuilder.Append(forumurl.ToString());
  755. templateBuilder.Append("templates/");
  756. templateBuilder.Append(templatepath.ToString());
  757. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  758. templateBuilder.Append(" <p id="copyright">rn");
  759. 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");
  760. if (config.Licensed==1)
  761. {
  762. 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");
  763. } //end if
  764. templateBuilder.Append(" ");
  765. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  766. templateBuilder.Append("rn");
  767. templateBuilder.Append(" </p>rn");
  768. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  769. if (config.Debug!=0)
  770. {
  771. templateBuilder.Append(" Processed in ");
  772. templateBuilder.Append(this.Processtime.ToString().Trim());
  773. templateBuilder.Append(" second(s)rn");
  774. if (isguestcachepage==1)
  775. {
  776. templateBuilder.Append(" (Cached).rn");
  777. }
  778. else if (querycount>1)
  779. {
  780. templateBuilder.Append("  , ");
  781. templateBuilder.Append(querycount.ToString());
  782. templateBuilder.Append(" queries.rn");
  783. }
  784. else
  785. {
  786. templateBuilder.Append("  , ");
  787. templateBuilder.Append(querycount.ToString());
  788. templateBuilder.Append(" query.rn");
  789. } //end if
  790. } //end if
  791. templateBuilder.Append(" </p>rn");
  792. templateBuilder.Append(" </div>rn");
  793. templateBuilder.Append("</div>rn");
  794. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  795. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  796. if (config.Enablespace==1)
  797. {
  798. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  799. } //end if
  800. if (config.Enablealbum==1)
  801. {
  802. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  803. } //end if
  804. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  805. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  806. templateBuilder.Append("</ul>rn");
  807. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  808. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  809. templateBuilder.Append(useravatar.ToString());
  810. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  811. templateBuilder.Append(templatepath.ToString());
  812. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  813.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  814. templateBuilder.Append(" <li class="popuser"><a href="");
  815. templateBuilder.Append(forumurl.ToString());
  816. templateBuilder.Append(aspxrewriteurl.ToString());
  817. templateBuilder.Append("">我的资料</a></li>rn");
  818. if (config.Enablespace==1)
  819. {
  820. templateBuilder.Append(" <li class="poplink"><a href="");
  821. templateBuilder.Append(forumurl.ToString());
  822. templateBuilder.Append(spaceurl.ToString());
  823. templateBuilder.Append("space/">我的空间</a></li>rn");
  824. } //end if
  825. templateBuilder.Append("</ul>rn");
  826. int prentid__loop__id=0;
  827. foreach(string prentid in mainnavigationhassub)
  828. {
  829. prentid__loop__id++;
  830. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  831. templateBuilder.Append(prentid.ToString());
  832. templateBuilder.Append("_menu" style="display: none">rn");
  833. int subnav__loop__id=0;
  834. foreach(DataRow subnav in subnavigation.Rows)
  835. {
  836. subnav__loop__id++;
  837. bool isoutput = false;
  838. if (subnav["parentid"].ToString().Trim()==prentid)
  839. {
  840. if (subnav["level"].ToString().Trim()=="0")
  841. {
  842.  isoutput = true;
  843. }
  844. else
  845. {
  846. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  847. {
  848.  isoutput = true;
  849. }
  850. else
  851. {
  852. bool leveluseradmindi = true;
  853.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  854. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  855. {
  856.  isoutput = true;
  857. } //end if
  858. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  859. {
  860.  isoutput = true;
  861. } //end if
  862. } //end if
  863. } //end if
  864. } //end if
  865. if (isoutput)
  866. {
  867. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  868. {
  869. if (config.Statstatus==1)
  870. {
  871. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  872. continue;
  873. }
  874. else
  875. {
  876. continue;
  877. } //end if
  878. } //end if
  879. if (subnav["id"].ToString().Trim()=="18")
  880. {
  881. if (config.Oltimespan>0)
  882. {
  883. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  884. continue;
  885. }
  886. else
  887. {
  888. continue;
  889. } //end if
  890. } //end if
  891. if (subnav["id"].ToString().Trim()=="24")
  892. {
  893. if (config.Enablespace==1)
  894. {
  895. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  896. continue;
  897. }
  898. else
  899. {
  900. continue;
  901. } //end if
  902. } //end if
  903. if (subnav["id"].ToString().Trim()=="25")
  904. {
  905. if (config.Enablealbum==1)
  906. {
  907. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  908. continue;
  909. }
  910. else
  911. {
  912. continue;
  913. } //end if
  914. } //end if
  915. if (subnav["id"].ToString().Trim()=="26")
  916. {
  917. if (config.Enablemall>=1)
  918. {
  919. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  920. continue;
  921. }
  922. else
  923. {
  924. continue;
  925. } //end if
  926. } //end if
  927. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  928. } //end if
  929. } //end loop
  930. templateBuilder.Append("</ul>rn");
  931. } //end loop
  932. templateBuilder.Append("</body>rn");
  933. templateBuilder.Append("</html>rn");
  934. }
  935. else
  936. {
  937. templateBuilder.Append("]]></root>rn");
  938. } //end if
  939. Response.Write(templateBuilder.ToString());
  940. }
  941. </script>