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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Album.Pages.usercpphotoadd" %>
  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 2009/1/15 15:59:34.
  11. 本页面代码由Discuz!NT模板引擎生成于 2009/1/15 15:59:34. 
  12. */
  13. base.OnInit(e);
  14. templateBuilder.Capacity = 220000;
  15. templateBuilder.Append("<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">rn");
  16. templateBuilder.Append("<html xmlns="http://www.w3.org/1999/xhtml">rn");
  17. templateBuilder.Append("<head>rn");
  18. templateBuilder.Append("<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />rn");
  19. templateBuilder.Append("<meta http-equiv="X-UA-Compatible" content="IE=7" />rn");
  20. templateBuilder.Append(meta.ToString());
  21. templateBuilder.Append("rn");
  22. if (pagetitle=="首页")
  23. {
  24. templateBuilder.Append("<title>");
  25. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  26. templateBuilder.Append(" ");
  27. templateBuilder.Append(config.Seotitle.ToString().Trim());
  28. templateBuilder.Append(" - Powered by Discuz!NT</title>rn");
  29. }
  30. else
  31. {
  32. templateBuilder.Append("<title>");
  33. templateBuilder.Append(pagetitle.ToString());
  34. templateBuilder.Append(" - ");
  35. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  36. templateBuilder.Append(" ");
  37. templateBuilder.Append(config.Seotitle.ToString().Trim());
  38. templateBuilder.Append(" - Powered by Discuz!NT</title>rn");
  39. } //end if
  40. templateBuilder.Append("<link rel="icon" href="");
  41. templateBuilder.Append(forumurl.ToString());
  42. templateBuilder.Append("favicon.ico" type="image/x-icon" />rn");
  43. templateBuilder.Append("<link rel="shortcut icon" href="");
  44. templateBuilder.Append(forumurl.ToString());
  45. templateBuilder.Append("favicon.ico" type="image/x-icon" />rn");
  46. templateBuilder.Append("<!-- 调用样式表 -->rn");
  47. templateBuilder.Append("<link rel="stylesheet" href="");
  48. templateBuilder.Append(forumurl.ToString());
  49. templateBuilder.Append("templates/");
  50. templateBuilder.Append(templatepath.ToString());
  51. templateBuilder.Append("/dnt.css" type="text/css" media="all"  />rn");
  52. templateBuilder.Append(link.ToString());
  53. templateBuilder.Append("rn");
  54. templateBuilder.Append("<script type="text/javascript" src="");
  55. templateBuilder.Append(forumurl.ToString());
  56. templateBuilder.Append("javascript/template_report.js"></");
  57. templateBuilder.Append("script>rn");
  58. templateBuilder.Append("<script type="text/javascript" src="");
  59. templateBuilder.Append(forumurl.ToString());
  60. templateBuilder.Append("javascript/template_utils.js"></");
  61. templateBuilder.Append("script>rn");
  62. templateBuilder.Append("<script type="text/javascript" src="");
  63. templateBuilder.Append(forumurl.ToString());
  64. templateBuilder.Append("javascript/common.js"></");
  65. templateBuilder.Append("script>rn");
  66. templateBuilder.Append("<script type="text/javascript" src="");
  67. templateBuilder.Append(forumurl.ToString());
  68. templateBuilder.Append("javascript/menu.js"></");
  69. templateBuilder.Append("script>rn");
  70. templateBuilder.Append("<script type="text/javascript">rn");
  71. templateBuilder.Append(" var aspxrewrite = ");
  72. templateBuilder.Append(config.Aspxrewrite.ToString().Trim());
  73. templateBuilder.Append(";rn");
  74. templateBuilder.Append("</");
  75. templateBuilder.Append("script>rn");
  76. templateBuilder.Append(script.ToString());
  77. templateBuilder.Append("rn");
  78. templateBuilder.Append("</head>rn");
  79. templateBuilder.Append("<body>rn");
  80. templateBuilder.Append("<div id="append_parent"></div><div id="ajaxwaitid"></div>rn");
  81. templateBuilder.Append("<div class="wrap">rn");
  82. templateBuilder.Append("<div id="header">rn");
  83. templateBuilder.Append(" <h2><a href="");
  84. templateBuilder.Append(forumurl.ToString());
  85. templateBuilder.Append("index.aspx" title="Discuz!NT|BBS|论坛 - Powered by Discuz!NT"><img src="");
  86. templateBuilder.Append(forumurl.ToString());
  87. templateBuilder.Append("templates/");
  88. templateBuilder.Append(templatepath.ToString());
  89. templateBuilder.Append("/images/logo.gif" alt="Discuz! Board NT|BBS|论坛"/></a>rn");
  90. templateBuilder.Append(" </h2>rn");
  91. if (headerad!="")
  92. {
  93. templateBuilder.Append(" <div id="ad_headerbanner">");
  94. templateBuilder.Append(headerad.ToString());
  95. templateBuilder.Append("</div>rn");
  96. } //end if
  97. templateBuilder.Append("</div>rn");
  98. templateBuilder.Append("<div id="menu">rn");
  99. if (config.Isframeshow!=0)
  100. {
  101. templateBuilder.Append(" <div class="frameswitch">rn");
  102. templateBuilder.Append(" <script type="text/javascript">rn");
  103. templateBuilder.Append(" if(top == self) {rn");
  104. templateBuilder.Append("     document.write('<a href="");
  105. templateBuilder.Append(forumurl.ToString());
  106. templateBuilder.Append("frame.aspx?f=1" target="_top">分栏模式<\/a>');rn");
  107. templateBuilder.Append(" }rn");
  108. templateBuilder.Append(" </");
  109. templateBuilder.Append("script>rn");
  110. templateBuilder.Append(" </div>rn");
  111. } //end if
  112. templateBuilder.Append(" <span class="avataonline">rn");
  113. if (userid==-1)
  114. {
  115. templateBuilder.Append(" <a href="");
  116. templateBuilder.Append(forumurl.ToString());
  117. templateBuilder.Append("login.aspx" class="reg">登录</a>rn");
  118. templateBuilder.Append(" <a href="");
  119. templateBuilder.Append(forumurl.ToString());
  120. templateBuilder.Append("register.aspx" class="reg">注册</a>rn");
  121. }
  122. else
  123. {
  124. if (oluserinfo.Newpms>0)
  125. {
  126. templateBuilder.Append(" &nbsp;<a href="");
  127. templateBuilder.Append(forumurl.ToString());
  128. templateBuilder.Append("usercpinbox.aspx" class="new_info"><img src="");
  129. templateBuilder.Append(forumurl.ToString());
  130. templateBuilder.Append("templates/");
  131. templateBuilder.Append(templatepath.ToString());
  132. templateBuilder.Append("/images/message_1.gif" alt="");
  133. templateBuilder.Append(oluserinfo.Newpms.ToString().Trim());
  134. templateBuilder.Append("条新短消息"  title="");
  135. templateBuilder.Append(oluserinfo.Newpms.ToString().Trim());
  136. templateBuilder.Append("条新短消息"/></a>&nbsp;rn");
  137. } //end if
  138. templateBuilder.Append(" <cite>欢迎:<a class="dropmenu" id="viewpro" onMouseOver="showMenu(this.id)">");
  139. templateBuilder.Append(username.ToString());
  140. templateBuilder.Append("</a></cite>rn");
  141. if (oluserinfo.Newnotices>0)
  142. {
  143. templateBuilder.Append(" &nbsp;<a href="");
  144. templateBuilder.Append(forumurl.ToString());
  145. templateBuilder.Append("usercpnotice.aspx?filter=all" class="new_info">");
  146. templateBuilder.Append(oluserinfo.Newnotices.ToString().Trim());
  147. templateBuilder.Append("个新通知</a>&nbsp;rn");
  148. } //end if
  149. templateBuilder.Append(" <a href="");
  150. templateBuilder.Append(forumurl.ToString());
  151. templateBuilder.Append("logout.aspx?userkey=");
  152. templateBuilder.Append(userkey.ToString());
  153. templateBuilder.Append("">退出</a>rn");
  154. } //end if
  155. templateBuilder.Append(" </span>rn");
  156. templateBuilder.Append(" <ul>rn");
  157. templateBuilder.Append(" ");
  158. templateBuilder.Append(mainnavigation.ToString());
  159. templateBuilder.Append("rn");
  160. templateBuilder.Append(" </ul>rn");
  161. templateBuilder.Append("</div>rn");
  162. templateBuilder.Append("<!--header end-->rn");
  163. templateBuilder.Append("<div id="foruminfo">rn");
  164. templateBuilder.Append(" <div id="nav">rn");
  165. templateBuilder.Append(" <a href="");
  166. templateBuilder.Append(config.Forumurl.ToString().Trim());
  167. templateBuilder.Append("" class="home">");
  168. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  169. templateBuilder.Append("</a>  &raquo; <a href="usercp.aspx">用户中心</a>  &raquo; <a href="usercpspacemanagealbum.aspx">管理相册</a>&raquo; <a href="usercpspacemanagephoto.aspx?albumid=");
  170. templateBuilder.Append(albumid.ToString());
  171. templateBuilder.Append("">管理图片</a>&raquo; <strong>增加图片</strong>rn");
  172. templateBuilder.Append(" </div>rn");
  173. templateBuilder.Append(" <div id="headsearch">rn");
  174. templateBuilder.Append(" <div id="search">rn");
  175. templateBuilder.Append(" <form method="post" action="");
  176. templateBuilder.Append(forumurl.ToString());
  177. templateBuilder.Append("search.aspx" target="_blank" onsubmit="bind_keyword(this);">rn");
  178. templateBuilder.Append(" <input type="hidden" name="poster" />rn");
  179. templateBuilder.Append(" <input type="hidden" name="keyword" />rn");
  180. templateBuilder.Append(" <input type="hidden" name="type" value="" />rn");
  181. templateBuilder.Append(" <input id="keywordtype" type="hidden" name="keywordtype" value="0"/>rn");
  182. templateBuilder.Append(" <div id="searchbar">rn");
  183. templateBuilder.Append(" <dl>rn");
  184. templateBuilder.Append(" <dt id="quicksearch" class="s2" onclick="showMenu(this.id, false);" onmouseover="MouseCursor(this);">帖子标题</dt>rn");
  185. templateBuilder.Append(" <dd class="textinput"><input type="text" name="keywordf" value="" class="text"/></dd>rn");
  186. templateBuilder.Append(" <dd><input name="searchsubmit" type="submit" value="" class="s3"/></dd>rn");
  187. templateBuilder.Append(" </dl>rn");
  188. templateBuilder.Append(" </div>rn");
  189. templateBuilder.Append(" </form>rn");
  190. templateBuilder.Append(" <script type="text/javascript">function bind_keyword(form){if(form.keywordtype.value=='8'){form.keyword.value='';form.poster.value=form.keywordf.value; } else { form.poster.value=''; form.keyword.value=form.keywordf.value;if(form.keywordtype.value == '2')form.type.value = 'spacepost';if(form.keywordtype.value == '3')form.type.value = 'album';}}</");
  191. templateBuilder.Append("script>rn");
  192. templateBuilder.Append(" </div>rn");
  193. templateBuilder.Append(" </div>rn");
  194. templateBuilder.Append("</div>rn");
  195. templateBuilder.Append("<!--主体-->rn");
  196. templateBuilder.Append("<img id="img_hidden" alt="1" style="position:absolute;top:-100000px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image');width:400;height:300"></img>rn");
  197. templateBuilder.Append("<div class="controlpannel">rn");
  198. templateBuilder.Append("<div class="pannelmenu">rn");
  199. if (userid>0)
  200. {
  201. if (pagename=="usercptopic.aspx"||pagename=="usercppost.aspx"||pagename=="usercpdigest.aspx"||pagename=="usercpprofile.aspx"       ||pagename=="usercpnewpassword.aspx"||pagename=="usercppreference.aspx")
  202. {
  203. templateBuilder.Append("    <a href="usercpprofile.aspx" class="current"><span>个人设置</span></a>rn");
  204. }
  205. else
  206. {
  207. templateBuilder.Append("    <a href="usercpprofile.aspx">个人设置</a>rn");
  208. } //end if
  209. if (pagename=="usercpinbox.aspx"||pagename=="usercpsentbox.aspx"||pagename=="usercpdraftbox.aspx"||pagename=="usercppostpm.aspx"||pagename=="usercpshowpm.aspx"||pagename=="usercppmset.aspx")
  210. {
  211. templateBuilder.Append("    <a href="usercpinbox.aspx" class="current"><span>短消息</span></a>rn");
  212. }
  213. else
  214. {
  215. templateBuilder.Append("    <a href="usercpinbox.aspx">短消息</a>rn");
  216. } //end if
  217. if (pagename=="usercpsubscribe.aspx")
  218. {
  219. templateBuilder.Append("    <a href="usercpsubscribe.aspx" class="current"><span>收藏夹</span></a>rn");
  220. }
  221. else
  222. {
  223. templateBuilder.Append("    <a href="usercpsubscribe.aspx">收藏夹</a>rn");
  224. } //end if
  225. if (pagename=="usercpcreditspay.aspx"||pagename=="usercpcreditstransfer.aspx"||pagename=="usercpcreditspayoutlog.aspx"||pagename=="usercpcreditspayinlog.aspx"    ||pagename=="usercpcreaditstransferlog.aspx")
  226. {
  227. templateBuilder.Append("       <a href="usercpcreditspay.aspx" class="current"><span>积分交易</span></a>rn");
  228. }
  229. else
  230. {
  231. templateBuilder.Append("       <a href="usercpcreditspay.aspx">积分交易</a>rn");
  232. } //end if
  233. if (config.Enablespace==1 && user.Spaceid>0)
  234. {
  235. 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")
  236. {
  237. templateBuilder.Append("    <a href="usercpspacemanageblog.aspx" class="current"><span>");
  238. templateBuilder.Append(config.Spacename.ToString().Trim());
  239. templateBuilder.Append("管理</span></a>rn");
  240. }
  241. else
  242. {
  243. templateBuilder.Append("    <a href="usercpspacemanageblog.aspx">");
  244. templateBuilder.Append(config.Spacename.ToString().Trim());
  245. templateBuilder.Append("管理</a>rn");
  246. } //end if
  247. } //end if
  248. if (config.Enablealbum==1)
  249. {
  250. if (pagename=="usercpspacemanagealbum.aspx"||pagename=="usercpspacemanagephoto.aspx"||pagename=="usercpspacephotoadd.aspx"||pagename=="usercpeditphoto.aspx")
  251. {
  252. templateBuilder.Append("             <a href="usercpspacemanagealbum.aspx" class="current"><span>");
  253. templateBuilder.Append(config.Albumname.ToString().Trim());
  254. templateBuilder.Append("管理</span></a>rn");
  255. }
  256. else
  257. {
  258. templateBuilder.Append("             <a href="usercpspacemanagealbum.aspx">");
  259. templateBuilder.Append(config.Albumname.ToString().Trim());
  260. templateBuilder.Append("管理</a>rn");
  261. } //end if
  262. } //end if
  263. if (config.Enablemall>=1)
  264. {
  265. if (pagename=="usercpmygoods.aspx")
  266. {
  267. templateBuilder.Append("             <a href="usercpmygoods.aspx" class="current"><span>交易管理</span></a>rn");
  268. }
  269. else
  270. {
  271. templateBuilder.Append("             <a href="usercpmygoods.aspx">交易管理</a>rn");
  272. } //end if
  273. } //end if
  274. if (config.Enablemall==2)
  275. {
  276. if (pagename=="usercpshopcategory.aspx")
  277. {
  278. templateBuilder.Append("             <a href="usercpshopcategory.aspx?item=shopcategory" class="current"><span>店铺管理</span></a>rn");
  279. }
  280. else
  281. {
  282. templateBuilder.Append("             <a href="usercpshopcategory.aspx?item=shopcategory">店铺管理</a>rn");
  283. } //end if
  284. } //end if
  285. } //end if
  286. templateBuilder.Append(" </div>rn");
  287. templateBuilder.Append(" <div class="pannelcontent">rn");
  288. templateBuilder.Append(" <div class="pcontent">rn");
  289. templateBuilder.Append(" <div class="panneldetail">rn");
  290. if (config.Enablealbum==1)
  291. {
  292. templateBuilder.Append(" <div class="panneltabs">rn");
  293. if (userid>0)
  294. {
  295. templateBuilder.Append("  <a href="usercpspacemanagealbum.aspx"rn");
  296. if (pagename=="usercpspacemanagealbum.aspx"||pagename=="usercpspacemanagephoto.aspx"||pagename=="usercpspacephotoadd.aspx")
  297. {
  298. templateBuilder.Append("  class="current"rn");
  299. } //end if
  300. templateBuilder.Append(">管理");
  301. templateBuilder.Append(config.Albumname.ToString().Trim());
  302. templateBuilder.Append("</a>rn");
  303. } //end if
  304. templateBuilder.Append(" </div> rn");
  305. } //end if
  306. templateBuilder.Append(" <div class="pannelbody">rn");
  307. templateBuilder.Append(" <div class="pannellist">rn");
  308. if (page_err==0)
  309. {
  310. if (ispost)
  311. {
  312. templateBuilder.Append("<div class="box message">rn");
  313. templateBuilder.Append(" <h1>Discuz!NT Board 提示信息</h1>rn");
  314. templateBuilder.Append(" <p>");
  315. templateBuilder.Append(msgbox_text.ToString());
  316. templateBuilder.Append("</p>rn");
  317. if (msgbox_url!="")
  318. {
  319. templateBuilder.Append(" <p><a href="");
  320. templateBuilder.Append(msgbox_url.ToString());
  321. templateBuilder.Append("">如果浏览器没有转向, 请点击这里.</a></p>rn");
  322. } //end if
  323. templateBuilder.Append("</div>rn");
  324. templateBuilder.Append("</div>rn");
  325. }
  326. else
  327. {
  328. templateBuilder.Append(" <form action="" method="post" enctype="multipart/form-data">rn");
  329. templateBuilder.Append(" <div id="freePhotoSize" style="padding:10px 0;"></div>rn");
  330. templateBuilder.Append(" <table id="tab1" cellpadding="0" cellspacing="0" border="0" width="100%">rn");
  331. templateBuilder.Append("     <tr>rn");
  332. templateBuilder.Append("     <td style="text-align:left; width:600px;">rn");
  333. templateBuilder.Append("     <label for="phototitle1" style="text-align:left;">标题:</label>rn");
  334. templateBuilder.Append("     <input name="phototitle1" type="text" id="phototitle1" style="width:400px" size="20" maxlength="50" /><br />rn");
  335. templateBuilder.Append("     <label for="description1">描述:</label>rn");
  336. templateBuilder.Append("     <textarea name="description1" rows="4" style="width:400px"></textarea>rn");
  337. if (config.Enabletag==1)
  338. {
  339. templateBuilder.Append(" <label for="phototag1" style="text-align:left;">标签:</label>rn");
  340. templateBuilder.Append("     <input name="phototag1" type="text" id="phototag1" style="width:400px" size="20" maxlength="55" /><br />rn");
  341. } //end if
  342. templateBuilder.Append("     <label for="phototitle1">&nbsp;</label><input type="file" id="photo1" onchange="PhotoView(1)" size="50" name="photo1">rn");
  343. templateBuilder.Append("     </td>rn");
  344. templateBuilder.Append("     <td id="td1" style="text-align:left;"><img src="");
  345. templateBuilder.Append(spaceurl.ToString());
  346. templateBuilder.Append("space/manage/images/invalid.gif" width="100" height="75" id="view1"></td>rn");
  347. templateBuilder.Append("     </tr>rn");
  348. templateBuilder.Append(" </table>rn");
  349. templateBuilder.Append(" <table id="tab2" cellpadding="0" cellspacing="0" border="0" style="display:none">rn");
  350. templateBuilder.Append("     <tr>rn");
  351. templateBuilder.Append("    <td style="text-align:left; width:600px;">rn");
  352. templateBuilder.Append("     <label for="phototitle2" style="text-align:left;">标题:</label>rn");
  353. templateBuilder.Append("     <input name="phototitle2" type="text" id="phototitle2" style="width:400px" size="20" class="colorblue"rn");
  354. templateBuilder.Append("     onfocus="this.className='colorfocus';" onblur="this.className='colorblue';" maxlength="50" /><br />rn");
  355. templateBuilder.Append("     <label for="description2">描述:</label>rn");
  356. templateBuilder.Append("     <textarea name="description2" rows="4" style="width:400px" ></textarea>rn");
  357. if (config.Enabletag==1)
  358. {
  359. templateBuilder.Append(" <label for="phototag2" style="text-align:left;">标签:</label>rn");
  360. templateBuilder.Append("     <input name="phototag2" type="text" id="phototag2" style="width:400px" size="20" class="colorblue"rn");
  361. templateBuilder.Append("     onfocus="this.className='colorfocus';" onblur="this.className='colorblue';" maxlength="55" /><br />rn");
  362. } //end if
  363. templateBuilder.Append("     <label for="phototitle2">&nbsp;</label><input type="file" id="photo2" onchange="PhotoView(2)" size="50" name="photo2" >rn");
  364. templateBuilder.Append("     </td>rn");
  365. templateBuilder.Append("     <td id="td2" style="text-align:left;"><img src="");
  366. templateBuilder.Append(spaceurl.ToString());
  367. templateBuilder.Append("space/manage/images/invalid.gif" width="100" height="75" id="view2"></td>rn");
  368. templateBuilder.Append("     </tr>rn");
  369. templateBuilder.Append(" </table>rn");
  370. templateBuilder.Append(" <table id="tab3" cellpadding="0" cellspacing="0" border="0" style="display:none">rn");
  371. templateBuilder.Append("     <tr>rn");
  372. templateBuilder.Append("     <td style="text-align:left; width:600px;">rn");
  373. templateBuilder.Append("     <label for="phototitle3" style="text-align:left;">标题:</label>rn");
  374. templateBuilder.Append("     <input name="phototitle3" type="text" id="phototitle3" style="width:400px" size="20" class="colorblue"rn");
  375. templateBuilder.Append("     onfocus="this.className='colorfocus';" onblur="this.className='colorblue';" maxlength="50" /><br />rn");
  376. templateBuilder.Append("     <label for="description3">描述:</label>rn");
  377. templateBuilder.Append("     <textarea name="description3" rows="4" style="width:400px" ></textarea>rn");
  378. if (config.Enabletag==1)
  379. {
  380. templateBuilder.Append(" <label for="phototag3" style="text-align:left;">标签:</label>rn");
  381. templateBuilder.Append("     <input name="phototag3" type="text" id="phototag3" style="width:400px" size="20" class="colorblue"rn");
  382. templateBuilder.Append("     onfocus="this.className='colorfocus';" onblur="this.className='colorblue';" maxlength="55" /><br />rn");
  383. } //end if
  384. templateBuilder.Append("     <label for="phototitle3">&nbsp;</label><input type="file" id="photo3" onchange="PhotoView(3)" size="50" name="photo3" >rn");
  385. templateBuilder.Append("     </td>rn");
  386. templateBuilder.Append("     <td id="td3" style="text-align:left;"><img src="");
  387. templateBuilder.Append(spaceurl.ToString());
  388. templateBuilder.Append("space/manage/images/invalid.gif" width="100" height="75" id="view3"></td>rn");
  389. templateBuilder.Append("     </tr>rn");
  390. templateBuilder.Append(" </table>rn");
  391. templateBuilder.Append(" <table id="tab4" cellpadding="0" cellspacing="0" border="0" style="display:none">rn");
  392. templateBuilder.Append("     <tr>rn");
  393. templateBuilder.Append("   <td style="text-align:left; width:600px;">rn");
  394. templateBuilder.Append("     <label for="phototitle4" style="text-align:left;">标题:</label>rn");
  395. templateBuilder.Append("     <input name="phototitle4" type="text" id="phototitle4" style="width:400px" size="20" maxlength="50" /><br />rn");
  396. templateBuilder.Append("     <label for="description4">描述:</label>rn");
  397. templateBuilder.Append("     <textarea name="description4" rows="4" style="width:400px" ></textarea>rn");
  398. if (config.Enabletag==1)
  399. {
  400. templateBuilder.Append(" <label for="phototag4" style="text-align:left;">标签:</label>rn");
  401. templateBuilder.Append("     <input name="phototag4" type="text" id="phototag4" style="width:400px" size="20" class="colorblue"rn");
  402. templateBuilder.Append("     onfocus="this.className='colorfocus';" onblur="this.className='colorblue';" maxlength="55" /><br />rn");
  403. } //end if
  404. templateBuilder.Append("     <label for="phototitle4">&nbsp;</label><input type="file" id="photo4" onchange="PhotoView(4)" size="50" name="photo4" >rn");
  405. templateBuilder.Append("     </td>rn");
  406. templateBuilder.Append("     <td id="td4" style="text-align:left;"><img src="");
  407. templateBuilder.Append(spaceurl.ToString());
  408. templateBuilder.Append("space/manage/images/invalid.gif" width="100" height="75" id="view4"></td>rn");
  409. templateBuilder.Append("     </tr>rn");
  410. templateBuilder.Append(" </table>rn");
  411. templateBuilder.Append(" <table id="tab5" cellpadding="0" cellspacing="0" border="0" style="display:none">rn");
  412. templateBuilder.Append("     <tr>rn");
  413. templateBuilder.Append("    <td style="text-align:left; width:600px;">rn");
  414. templateBuilder.Append("     <label for="phototitle5" style="text-align:left;">标题:</label>rn");
  415. templateBuilder.Append("     <input name="phototitle5" type="text" id="phototitle5" style="width:400px" size="20"  maxlength="50" /><br />rn");
  416. templateBuilder.Append("     <label for="description5">描述:</label>rn");
  417. templateBuilder.Append("     <textarea name="description5" rows="4" style="width:400px"></textarea>rn");
  418. if (config.Enabletag==1)
  419. {
  420. templateBuilder.Append(" <label for="phototag5" style="text-align:left;">标签:</label>rn");
  421. templateBuilder.Append("     <input name="phototag5" type="text" id="phototag5" style="width:400px" size="20" maxlength="55" /><br />rn");
  422. } //end if
  423. templateBuilder.Append("     <label for="phototitle5">&nbsp;</label><input type="file" id="photo5" onchange="PhotoView(5)" size="50" name="photo5">rn");
  424. templateBuilder.Append("     </td>rn");
  425. templateBuilder.Append("     <td id="td5" style="text-align:left;"><img src="");
  426. templateBuilder.Append(spaceurl.ToString());
  427. templateBuilder.Append("space/manage/images/invalid.gif" width="100" height="75" id="view5"></td>rn");
  428. templateBuilder.Append("     </tr>rn");
  429. templateBuilder.Append(" </table>rn");
  430. templateBuilder.Append(" <table id="tab6" cellpadding="0" cellspacing="0" border="0" style="display:none">rn");
  431. templateBuilder.Append("     <tr>rn");
  432. templateBuilder.Append("    <td style="text-align:left; width:600px;">rn");
  433. templateBuilder.Append("     <label for="phototitle6" style="text-align:left;">标题:</label>rn");
  434. templateBuilder.Append("     <input name="phototitle6" type="text" id="phototitle6" style="width:400px" size="20" class="colorblue"rn");
  435. templateBuilder.Append("     onfocus="this.className='colorfocus';" onblur="this.className='colorblue';" maxlength="50" /><br />rn");
  436. templateBuilder.Append("     <label for="description6">描述:</label>rn");
  437. templateBuilder.Append("     <textarea name="description6" rows="4" style="width:400px" ></textarea>rn");
  438. if (config.Enabletag==1)
  439. {
  440. templateBuilder.Append(" <label for="phototag6" style="text-align:left;">标签:</label>rn");
  441. templateBuilder.Append("     <input name="phototag6" type="text" id="phototag6" style="width:400px" size="20"  maxlength="55" /><br />rn");
  442. } //end if
  443. templateBuilder.Append("     <label for="phototitle6">&nbsp;</label><input type="file" id="photo6" onchange="PhotoView(6)" size="50" name="photo6" >rn");
  444. templateBuilder.Append("     </td>rn");
  445. templateBuilder.Append("     <td id="td6" style="text-align:left;"><img src="");
  446. templateBuilder.Append(spaceurl.ToString());
  447. templateBuilder.Append("space/manage/images/invalid.gif" width="100" height="75" id="view6"></td>rn");
  448. templateBuilder.Append("     </tr>rn");
  449. templateBuilder.Append(" </table>rn");
  450. templateBuilder.Append(" <div style="padding-top:10px; padding-left:40px;">rn");
  451. templateBuilder.Append(" <input type="submit" name="Submit" value="上传"/>rn");
  452. templateBuilder.Append(" </div>rn");
  453. templateBuilder.Append(" </form>rn");
  454. } //end if
  455. templateBuilder.Append(" </div>rn");
  456. }
  457. else
  458. {
  459. templateBuilder.Append("<div class="box message">rn");
  460. templateBuilder.Append(" <h1>错误显示</h1>rn");
  461. templateBuilder.Append(" <p>");
  462. templateBuilder.Append(msgbox_text.ToString());
  463. templateBuilder.Append("</p>rn");
  464. templateBuilder.Append(" <p class="errorback">rn");
  465. templateBuilder.Append(" <script type="text/javascript">rn");
  466. templateBuilder.Append(" if(");
  467. templateBuilder.Append(msgbox_showbacklink.ToString());
  468. templateBuilder.Append(")rn");
  469. templateBuilder.Append(" {rn");
  470. templateBuilder.Append(" document.write("<a href=\"");
  471. templateBuilder.Append(msgbox_backlink.ToString());
  472. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|  ");rn");
  473. templateBuilder.Append(" }rn");
  474. templateBuilder.Append(" </");
  475. templateBuilder.Append("script>rn");
  476. templateBuilder.Append(" &nbsp; &nbsp; <a href="forumindex.aspx">论坛首页</a>rn");
  477. if (usergroupid==7)
  478. {
  479. templateBuilder.Append("  |&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  480. } //end if
  481. templateBuilder.Append(" </p>rn");
  482. templateBuilder.Append("</div>rn");
  483. } //end if
  484. templateBuilder.Append("   </div>rn");
  485. templateBuilder.Append(" </div>rn");
  486. templateBuilder.Append(" </div>rn");
  487. templateBuilder.Append(" </div>rn");
  488. templateBuilder.Append("</div>rn");
  489. templateBuilder.Append("<script type="text/javascript">rn");
  490. templateBuilder.Append(" var currentFreePhotoSize = ");
  491. templateBuilder.Append(freephotosize.ToString());
  492. templateBuilder.Append(";rn");
  493. templateBuilder.Append(" SetMessage(currentFreePhotoSize);rn");
  494. templateBuilder.Append(" function PhotoView(layer)rn");
  495. templateBuilder.Append(" {rn");
  496. templateBuilder.Append(" var file = $("photo" + layer).value;rn");
  497. templateBuilder.Append(" if (file != "")rn");
  498. templateBuilder.Append(" {rn");
  499. templateBuilder.Append(" var patn = /\.jpg$|\.jpeg$|\.gif$|\.png$/i;rn");
  500. templateBuilder.Append(" if (!patn.test(file))rn");
  501. templateBuilder.Append(" {rn");
  502. templateBuilder.Append(" clearFileInput($("photo" + layer));rn");
  503. templateBuilder.Append(" alert("相册只允许jpg、jpeg、gif或png格式的图片!");rn");
  504. templateBuilder.Append(" return;rn");
  505. templateBuilder.Append(" }rn");
  506. templateBuilder.Append(" if(document.all) //IE执行rn");
  507. templateBuilder.Append(" {rn");
  508. templateBuilder.Append("                insertImage(layer);rn");
  509. templateBuilder.Append("            } rn");
  510. templateBuilder.Append(" }rn");
  511. templateBuilder.Append(" elsern");
  512. templateBuilder.Append(" {rn");
  513. templateBuilder.Append(" $("view" + layer).src = "");
  514. templateBuilder.Append(spaceurl.ToString());
  515. templateBuilder.Append("space/manage/images/invalid.gif";rn");
  516. templateBuilder.Append(" }rn");
  517. templateBuilder.Append(" setTimeout("CalSize()", 500);rn");
  518. templateBuilder.Append(" if(layer != 6)rn");
  519. templateBuilder.Append(" {rn");
  520. templateBuilder.Append("     $("tab" + (layer + 1)).style.display = 'block'; //显示隐藏的上传框rn");
  521. templateBuilder.Append(" }rn");
  522. templateBuilder.Append(" document.documentElement.scrollTop = document.documentElement.scrollHeight; //始终将滚动条定位到底部rn");
  523. templateBuilder.Append(" }rn");
  524. templateBuilder.Append(" function insertImage(id) rn");
  525. templateBuilder.Append("    {rn");
  526. templateBuilder.Append("    var localimgpreview = '';rn");
  527. templateBuilder.Append("    var path = $('photo' + id).value;rn");
  528. templateBuilder.Append("    var ext = path.lastIndexOf('.') == -1 ? '' : path.substr(path.lastIndexOf('.') + 1, path.length).toLowerCase();rn");
  529. templateBuilder.Append("    var re = new RegExp("(^|\\s|,)" + ext + "($|\\s|,)", "ig");rn");
  530. templateBuilder.Append("    var localfile = $('photo' + id).value.substr($('photo' + id).value.replace(/\\/g, '/').lastIndexOf('/') + 1);rn");
  531. templateBuilder.Append("    if(path == '') rn");
  532. templateBuilder.Append("    {rn");
  533. templateBuilder.Append("        return;rn");
  534. templateBuilder.Append("    }rn");
  535. templateBuilder.Append("    var err = false;rn");
  536. templateBuilder.Append("    $('img_hidden').alt = id;rn");
  537. templateBuilder.Append("    try rn");
  538. templateBuilder.Append("    {rn");
  539. templateBuilder.Append("        $('img_hidden').filters.item("DXImageTransform.Microsoft.AlphaImageLoader").sizingMethod = 'image';rn");
  540. templateBuilder.Append("    } rn");
  541. templateBuilder.Append("    catch (e) rn");
  542. templateBuilder.Append("    {err = true;}rn");
  543. templateBuilder.Append("    try rn");
  544. templateBuilder.Append("    {rn");
  545. templateBuilder.Append("        $('img_hidden').filters.item("DXImageTransform.Microsoft.AlphaImageLoader").src = $('photo' + id).value;rn");
  546. templateBuilder.Append("    } rn");
  547. templateBuilder.Append("    catch (e) rn");
  548. templateBuilder.Append("    {rn");
  549. templateBuilder.Append(" alert('无效的图片文件。');rn");
  550. templateBuilder.Append(" delAttach(id);rn");
  551. templateBuilder.Append(" err = true; rn");
  552. templateBuilder.Append("        return;rn");
  553. templateBuilder.Append("    }rn");
  554. templateBuilder.Append("    var wh = {'w' : $('img_hidden').offsetWidth, 'h' : $('img_hidden').offsetHeight};rn");
  555. templateBuilder.Append("    if (wh['w']>100) rn");
  556. templateBuilder.Append("    {rn");
  557. templateBuilder.Append("        wh['h']*= 100/wh['w'];rn");
  558. templateBuilder.Append("        wh['w']=100;rn");
  559. templateBuilder.Append("    }rn");
  560. templateBuilder.Append("    if (wh['h']>100) rn");
  561. templateBuilder.Append("    {rn");
  562. templateBuilder.Append("        wh['w']*= 100/wh['h'];rn");
  563. templateBuilder.Append("        wh['h']=100;rn");
  564. templateBuilder.Append("    }rn");
  565. templateBuilder.Append("    $('img_hidden').style.width = wh['w'];rn");
  566. templateBuilder.Append("    $('img_hidden').style.height = wh['h'];rn");
  567. templateBuilder.Append("    try rn");
  568. templateBuilder.Append("    {rn");
  569. templateBuilder.Append("        $('img_hidden').filters.item("DXImageTransform.Microsoft.AlphaImageLoader").sizingMethod = 'scale';rn");
  570. templateBuilder.Append("    }rn");
  571. templateBuilder.Append("    catch (e)rn");
  572. templateBuilder.Append("    {rn");
  573. templateBuilder.Append("    }rn");
  574. templateBuilder.Append("    if (err == true)rn");
  575. templateBuilder.Append("    {rn");
  576. templateBuilder.Append("        $('img_hidden').src = $('photo' + id).value;rn");
  577. templateBuilder.Append("    }rn");
  578. templateBuilder.Append("    div = document.createElement('div');rn");
  579. templateBuilder.Append("    $('td' + id).removeChild($('td' + id).children(0));rn");
  580. templateBuilder.Append("    $('td' + id).appendChild(div);rn");
  581. templateBuilder.Append("    div.innerHTML = '<img style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=\'scale\',src=\'' + $('photo' + id).value+'\');width:'+wh['w']+';height:'+wh['h']+'" src=\'images/common/none.gif\' border="0" id="view' + id + '" aid="view'+ id +'" alt="" />';rn");
  582. templateBuilder.Append("}rn");
  583. templateBuilder.Append(" function clearFileInput(file){rn");
  584. templateBuilder.Append(" var form = document.createElement('form');rn");
  585. templateBuilder.Append(" document.body.appendChild(form);rn");
  586. templateBuilder.Append(" var pos = file.nextSibling;rn");
  587. templateBuilder.Append(" form.appendChild(file);rn");
  588. templateBuilder.Append(" form.reset();rn");
  589. templateBuilder.Append(" pos.parentNode.insertBefore(file, pos);rn");
  590. templateBuilder.Append(" document.body.removeChild(form);rn");
  591. templateBuilder.Append(" }rn");
  592. templateBuilder.Append(" function ShowFormatBytesStr(bytes)rn");
  593. templateBuilder.Append(" {rn");
  594. templateBuilder.Append(" if(bytes > 1073741824)rn");
  595. templateBuilder.Append(" {rn");
  596. templateBuilder.Append(" return((Math.round((bytes/1073741824)*100)/100).toString()+' GB');rn");
  597. templateBuilder.Append(" }rn");
  598. templateBuilder.Append(" else if(bytes > 1048576)rn");
  599. templateBuilder.Append(" {rn");
  600. templateBuilder.Append(" return((Math.round((bytes/1048576)*100)/100).toString()+' MB');rn");
  601. templateBuilder.Append(" }rn");
  602. templateBuilder.Append(" else if(bytes > 1024)rn");
  603. templateBuilder.Append(" {rn");
  604. templateBuilder.Append(" return((Math.round((bytes/1024)*100)/100).toString()+' KB');rn");
  605. templateBuilder.Append(" }rn");
  606. templateBuilder.Append(" elsern");
  607. templateBuilder.Append(" {rn");
  608. templateBuilder.Append(" return(bytes.toString()+' 字节');rn");
  609. templateBuilder.Append(" }rn");
  610. templateBuilder.Append(" }rn");
  611. templateBuilder.Append(" function CalSize()rn");
  612. templateBuilder.Append(" {rn");
  613. templateBuilder.Append(" var sumsize = 0;rn");
  614. templateBuilder.Append(" for(i = 1 ; i < 7 ; i++)rn");
  615. templateBuilder.Append(" {rn");
  616. templateBuilder.Append(" if($("photo" + i).value != "")rn");
  617. templateBuilder.Append(" {rn");
  618. templateBuilder.Append(" var photoSize = $("view" + i).fileSize;rn");
  619. templateBuilder.Append(" sumsize += parseInt(photoSize);rn");
  620. templateBuilder.Append(" }rn");
  621. templateBuilder.Append(" }rn");
  622. templateBuilder.Append(" SetMessage(currentFreePhotoSize - sumsize);rn");
  623. templateBuilder.Append(" }rn");
  624. templateBuilder.Append(" function SetMessage(bytesize)rn");
  625. templateBuilder.Append(" {rn");
  626. templateBuilder.Append(" if (is_ie && $("freePhotoSize"))rn");
  627. templateBuilder.Append(" {rn");
  628. templateBuilder.Append(" if(bytesize >= 0)rn");
  629. templateBuilder.Append(" $("freePhotoSize").innerHTML = "您还有<font color='#009900'>" + ShowFormatBytesStr(parseInt(bytesize)) + "</font>的上传空间";rn");
  630. templateBuilder.Append(" elsern");
  631. templateBuilder.Append(" $("freePhotoSize").innerHTML = "<font color='#ff0000'>警告:您已经超过最大上传空间" + -bytesize + "字节</font>";rn");
  632. templateBuilder.Append(" }rn");
  633. templateBuilder.Append(" }rn");
  634. templateBuilder.Append("</");
  635. templateBuilder.Append("script>rn");
  636. templateBuilder.Append("<!--主体-->rn");
  637. templateBuilder.Append("</div>rn");
  638. if (footerad!="")
  639. {
  640. templateBuilder.Append("<!--底部广告显示-->rn");
  641. templateBuilder.Append("<div id="ad_footerbanner">");
  642. templateBuilder.Append(footerad.ToString());
  643. templateBuilder.Append("</div>rn");
  644. templateBuilder.Append("<!--底部广告结束-->rn");
  645. } //end if
  646. templateBuilder.Append("<div id="footer">rn");
  647. templateBuilder.Append(" <div class="wrap">rn");
  648. templateBuilder.Append(" <div id="footlinks">rn");
  649. templateBuilder.Append(" <p><a href="");
  650. templateBuilder.Append(config.Weburl.ToString().Trim());
  651. templateBuilder.Append("" target="_blank">");
  652. templateBuilder.Append(config.Webtitle.ToString().Trim());
  653. templateBuilder.Append("</a>&nbsp; ");
  654. templateBuilder.Append(config.Linktext.ToString().Trim());
  655. templateBuilder.Append("rn");
  656. if (config.Sitemapstatus==1)
  657. {
  658. templateBuilder.Append("&nbsp;<a href="");
  659. templateBuilder.Append(forumurl.ToString());
  660. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  661. } //end if
  662. templateBuilder.Append(" ");
  663. templateBuilder.Append(config.Statcode.ToString().Trim());
  664. templateBuilder.Append("rn");
  665. templateBuilder.Append(" ");
  666. templateBuilder.Append(config.Icp.ToString().Trim());
  667. templateBuilder.Append("rn");
  668. templateBuilder.Append(" </p>rn");
  669. templateBuilder.Append(" <p>rn");
  670. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  671. templateBuilder.Append(" - <a href="");
  672. templateBuilder.Append(forumurl.ToString());
  673. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  674. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  675. if (config.Stylejump==1)
  676. {
  677. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  678. {
  679. templateBuilder.Append(" - <span id="styleswitcher" class="dropmenu" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  680. templateBuilder.Append(forumurl.ToString());
  681. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  682. templateBuilder.Append(" <div id="styleswitcher_menu" class="popupmenu_popup" style="display: none;">rn");
  683. templateBuilder.Append(" <ul>rn");
  684. templateBuilder.Append(" ");
  685. templateBuilder.Append(templatelistboxoptions.ToString());
  686. templateBuilder.Append("rn");
  687. templateBuilder.Append(" </ul>rn");
  688. templateBuilder.Append(" </div>rn");
  689. } //end if
  690. } //end if
  691. templateBuilder.Append(" </p>rn");
  692. templateBuilder.Append(" </div>rn");
  693. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  694. templateBuilder.Append(forumurl.ToString());
  695. templateBuilder.Append("templates/");
  696. templateBuilder.Append(templatepath.ToString());
  697. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  698. templateBuilder.Append(" <p id="copyright">rn");
  699. templateBuilder.Append(" Powered by <strong><a href="http://nt.discuz.net" target="_blank" title="Discuz!NT 2.6 (.NET Framework 2.0/3.x)">Discuz!NT</a></strong> <em>2.6.0</em>rn");
  700. if (config.Licensed==1)
  701. {
  702. 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");
  703. } //end if
  704. templateBuilder.Append(" ");
  705. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  706. templateBuilder.Append("rn");
  707. templateBuilder.Append(" </p>rn");
  708. templateBuilder.Append(" <p id="debuginfo">rn");
  709. if (config.Debug!=0)
  710. {
  711. templateBuilder.Append(" Processed in ");
  712. templateBuilder.Append(this.Processtime.ToString().Trim());
  713. templateBuilder.Append(" second(s)rn");
  714. if (isguestcachepage==1)
  715. {
  716. templateBuilder.Append(" (Cached).rn");
  717. }
  718. else if (querycount>1)
  719. {
  720. templateBuilder.Append("  , ");
  721. templateBuilder.Append(querycount.ToString());
  722. templateBuilder.Append(" queries.rn");
  723. }
  724. else
  725. {
  726. templateBuilder.Append("         , ");
  727. templateBuilder.Append(querycount.ToString());
  728. templateBuilder.Append(" query.rn");
  729. } //end if
  730. } //end if
  731. templateBuilder.Append(" </p>rn");
  732. templateBuilder.Append(" </div>rn");
  733. templateBuilder.Append("</div>rn");
  734. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  735. if (useravatar!="")
  736. {
  737. templateBuilder.Append(" <img src="");
  738. templateBuilder.Append(useravatar.ToString());
  739. templateBuilder.Append(""/>rn");
  740. } //end if
  741.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  742. templateBuilder.Append(" <li class="popuser"><a href="");
  743. templateBuilder.Append(forumurl.ToString());
  744. templateBuilder.Append(aspxrewriteurl.ToString());
  745. templateBuilder.Append("">我的资料</a></li>rn");
  746. if (config.Enablespace==1)
  747. {
  748. templateBuilder.Append("  <li class="poplink">rn");
  749. templateBuilder.Append(" <a href="");
  750. templateBuilder.Append(forumurl.ToString());
  751. templateBuilder.Append(spaceurl.ToString());
  752. templateBuilder.Append("space/">我的空间</a>rn");
  753. templateBuilder.Append(" </li>rn");
  754. } //end if
  755. templateBuilder.Append("</ul>rn");
  756. int prentid__loop__id=0;
  757. foreach(string prentid in mainnavigationhassub)
  758. {
  759. prentid__loop__id++;
  760. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  761. templateBuilder.Append(prentid.ToString());
  762. templateBuilder.Append("_menu" style="display: none">rn");
  763. int subnav__loop__id=0;
  764. foreach(DataRow subnav in subnavigation.Rows)
  765. {
  766. subnav__loop__id++;
  767. bool isoutput = false;
  768. if (subnav["parentid"].ToString().Trim()==prentid)
  769. {
  770. if (subnav["level"].ToString().Trim()=="0")
  771. {
  772.  isoutput = true;
  773. }
  774. else
  775. {
  776. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  777. {
  778.  isoutput = true;
  779. }
  780. else
  781. {
  782. bool leveluseradmindi = true;
  783.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  784. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  785. {
  786.  isoutput = true;
  787. } //end if
  788. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  789. {
  790.  isoutput = true;
  791. } //end if
  792. } //end if
  793. } //end if
  794. } //end if
  795. if (isoutput)
  796. {
  797. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  798. {
  799. if (config.Statstatus==1)
  800. {
  801. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  802. continue;
  803. }
  804. else
  805. {
  806. continue;
  807. } //end if
  808. } //end if
  809. if (subnav["id"].ToString().Trim()=="18")
  810. {
  811. if (config.Oltimespan>0)
  812. {
  813. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  814. continue;
  815. }
  816. else
  817. {
  818. continue;
  819. } //end if
  820. } //end if
  821. if (subnav["id"].ToString().Trim()=="24")
  822. {
  823. if (config.Enablespace==1)
  824. {
  825. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  826. continue;
  827. }
  828. else
  829. {
  830. continue;
  831. } //end if
  832. } //end if
  833. if (subnav["id"].ToString().Trim()=="25")
  834. {
  835. if (config.Enablealbum==1)
  836. {
  837. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  838. continue;
  839. }
  840. else
  841. {
  842. continue;
  843. } //end if
  844. } //end if
  845. if (subnav["id"].ToString().Trim()=="26")
  846. {
  847. if (config.Enablemall>=1)
  848. {
  849. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  850. continue;
  851. }
  852. else
  853. {
  854. continue;
  855. } //end if
  856. } //end if
  857. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  858. } //end if
  859. } //end loop
  860. templateBuilder.Append("</ul>rn");
  861. } //end loop
  862. templateBuilder.Append("<div id="quicksearch_menu" class="searchmenu" style="display: none;">rn");
  863. templateBuilder.Append(" <div onclick="document.getElementById('keywordtype').value='0';document.getElementById('quicksearch').innerHTML='帖子标题';document.getElementById('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</div>rn");
  864. if (config.Enablespace==1)
  865. {
  866. templateBuilder.Append(" <div onclick="document.getElementById('keywordtype').value='2';document.getElementById('quicksearch').innerHTML='空间日志';document.getElementById('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</div>rn");
  867. } //end if
  868. if (config.Enablealbum==1)
  869. {
  870. templateBuilder.Append(" <div onclick="document.getElementById('keywordtype').value='3';document.getElementById('quicksearch').innerHTML='相册标题';document.getElementById('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</div>rn");
  871. } //end if
  872. templateBuilder.Append(" <div onclick="document.getElementById('keywordtype').value='8';document.getElementById('quicksearch').innerHTML='作&nbsp;&nbsp;者';document.getElementById('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作&nbsp;&nbsp;者</div>rn");
  873. templateBuilder.Append("</div>rn");
  874. templateBuilder.Append("</div>rn");
  875. templateBuilder.Append("</body>rn");
  876. templateBuilder.Append("</html>rn");
  877. Response.Write(templateBuilder.ToString());
  878. }
  879. </script>