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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Album.Pages.usercpphotomanage" %>
  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:25.
  11. 本页面代码由Discuz!NT模板引擎生成于 2009/1/15 15:59:25. 
  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">管理");
  170. templateBuilder.Append(config.Albumname.ToString().Trim());
  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("<script type="text/javascript">rn");
  197. templateBuilder.Append(" function checkAll(bCheck,theform)rn");
  198. templateBuilder.Append(" {rn");
  199. templateBuilder.Append(" for (var i = 0;i < theform.elements.length;i++)rn");
  200. templateBuilder.Append(" {rn");
  201. templateBuilder.Append(" var e = theform.elements[i];rn");
  202. templateBuilder.Append(" if (e.name == "photoid")rn");
  203. templateBuilder.Append(" e.checked = bCheck;rn");
  204. templateBuilder.Append(" }rn");
  205. templateBuilder.Append(" }rn");
  206. templateBuilder.Append(" function delePhoto(theform)rn");
  207. templateBuilder.Append(" {rn");
  208. templateBuilder.Append(" var checkPhoto = isCheckPhoto(theform); rn");
  209. templateBuilder.Append(" if(!checkPhoto)rn");
  210. templateBuilder.Append(" {rn");
  211. templateBuilder.Append(" alert("您没有选中所要删除的图片!");rn");
  212. templateBuilder.Append(" return false;rn");
  213. templateBuilder.Append(" }rn");
  214. templateBuilder.Append(" elsern");
  215. templateBuilder.Append(" {rn");
  216. templateBuilder.Append(" if(confirm("您真要删除下面所选图片吗?删除后将无法恢复!"))rn");
  217. templateBuilder.Append(" {rn");
  218. templateBuilder.Append(" $("active").value = "delete";rn");
  219. templateBuilder.Append(" theform.submit();rn");
  220. templateBuilder.Append(" }rn");
  221. templateBuilder.Append(" elsern");
  222. templateBuilder.Append(" {rn");
  223. templateBuilder.Append(" return false;rn");
  224. templateBuilder.Append(" }rn");
  225. templateBuilder.Append(" }rn");
  226. templateBuilder.Append(" }rn");
  227. templateBuilder.Append(" function changeAlbum(theform)rn");
  228. templateBuilder.Append(" {rn");
  229. templateBuilder.Append(" var checkPhoto = isCheckPhoto(theform); rn");
  230. templateBuilder.Append(" if(!checkPhoto)rn");
  231. templateBuilder.Append(" {rn");
  232. templateBuilder.Append(" alert("您没有选中所要转移的图片!");rn");
  233. templateBuilder.Append(" return false;rn");
  234. templateBuilder.Append(" }rn");
  235. templateBuilder.Append(" elsern");
  236. templateBuilder.Append(" {rn");
  237. templateBuilder.Append(" o = $("alibumList");rn");
  238. templateBuilder.Append(" if(confirm("您确认要将相册中所选图片转移到 " + o.options[o.selectedIndex].text + " 相册中吗?"))rn");
  239. templateBuilder.Append(" {rn");
  240. templateBuilder.Append(" $("active").value = "change";rn");
  241. templateBuilder.Append(" return true;rn");
  242. templateBuilder.Append(" }rn");
  243. templateBuilder.Append(" elsern");
  244. templateBuilder.Append(" {rn");
  245. templateBuilder.Append(" return false;rn");
  246. templateBuilder.Append(" }rn");
  247. templateBuilder.Append(" }rn");
  248. templateBuilder.Append(" }rn");
  249. templateBuilder.Append(" function setLogo(theform)rn");
  250. templateBuilder.Append(" {rn");
  251. templateBuilder.Append(" o = $("logoList");rn");
  252. templateBuilder.Append(" var currentablumname = '");
  253. templateBuilder.Append(currentalbumname.ToString());
  254. templateBuilder.Append("';rn");
  255. templateBuilder.Append(" if(confirm("您确认要将 " + o.options[o.selectedIndex].text + " 图片设置为当前相册的封面吗?"))rn");
  256. templateBuilder.Append(" {rn");
  257. templateBuilder.Append(" $("active").value = "setlogo";rn");
  258. templateBuilder.Append(" theform.submit();rn");
  259. templateBuilder.Append(" }rn");
  260. templateBuilder.Append(" elsern");
  261. templateBuilder.Append(" {rn");
  262. templateBuilder.Append(" return false;rn");
  263. templateBuilder.Append(" }rn");
  264. templateBuilder.Append(" }rn");
  265. templateBuilder.Append(" function isCheckPhoto(theform)rn");
  266. templateBuilder.Append(" {rn");
  267. templateBuilder.Append(" var checkPhoto = false;rn");
  268. templateBuilder.Append(" for (var i=0;i<theform.elements.length;i++)rn");
  269. templateBuilder.Append(" {rn");
  270. templateBuilder.Append(" var e = theform.elements[i];rn");
  271. templateBuilder.Append(" if (e.name == "photoid" && e.checked)rn");
  272. templateBuilder.Append(" {rn");
  273. templateBuilder.Append(" return true;rn");
  274. templateBuilder.Append(" }rn");
  275. templateBuilder.Append(" }rn");
  276. templateBuilder.Append(" return false;rn");
  277. templateBuilder.Append(" }rn");
  278. templateBuilder.Append("</");
  279. templateBuilder.Append("script>rn");
  280. templateBuilder.Append("<div class="controlpannel">rn");
  281. templateBuilder.Append("<div class="pannelmenu">rn");
  282. if (userid>0)
  283. {
  284. if (pagename=="usercptopic.aspx"||pagename=="usercppost.aspx"||pagename=="usercpdigest.aspx"||pagename=="usercpprofile.aspx"       ||pagename=="usercpnewpassword.aspx"||pagename=="usercppreference.aspx")
  285. {
  286. templateBuilder.Append("    <a href="usercpprofile.aspx" class="current"><span>个人设置</span></a>rn");
  287. }
  288. else
  289. {
  290. templateBuilder.Append("    <a href="usercpprofile.aspx">个人设置</a>rn");
  291. } //end if
  292. if (pagename=="usercpinbox.aspx"||pagename=="usercpsentbox.aspx"||pagename=="usercpdraftbox.aspx"||pagename=="usercppostpm.aspx"||pagename=="usercpshowpm.aspx"||pagename=="usercppmset.aspx")
  293. {
  294. templateBuilder.Append("    <a href="usercpinbox.aspx" class="current"><span>短消息</span></a>rn");
  295. }
  296. else
  297. {
  298. templateBuilder.Append("    <a href="usercpinbox.aspx">短消息</a>rn");
  299. } //end if
  300. if (pagename=="usercpsubscribe.aspx")
  301. {
  302. templateBuilder.Append("    <a href="usercpsubscribe.aspx" class="current"><span>收藏夹</span></a>rn");
  303. }
  304. else
  305. {
  306. templateBuilder.Append("    <a href="usercpsubscribe.aspx">收藏夹</a>rn");
  307. } //end if
  308. if (pagename=="usercpcreditspay.aspx"||pagename=="usercpcreditstransfer.aspx"||pagename=="usercpcreditspayoutlog.aspx"||pagename=="usercpcreditspayinlog.aspx"    ||pagename=="usercpcreaditstransferlog.aspx")
  309. {
  310. templateBuilder.Append("       <a href="usercpcreditspay.aspx" class="current"><span>积分交易</span></a>rn");
  311. }
  312. else
  313. {
  314. templateBuilder.Append("       <a href="usercpcreditspay.aspx">积分交易</a>rn");
  315. } //end if
  316. if (config.Enablespace==1 && user.Spaceid>0)
  317. {
  318. 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")
  319. {
  320. templateBuilder.Append("    <a href="usercpspacemanageblog.aspx" class="current"><span>");
  321. templateBuilder.Append(config.Spacename.ToString().Trim());
  322. templateBuilder.Append("管理</span></a>rn");
  323. }
  324. else
  325. {
  326. templateBuilder.Append("    <a href="usercpspacemanageblog.aspx">");
  327. templateBuilder.Append(config.Spacename.ToString().Trim());
  328. templateBuilder.Append("管理</a>rn");
  329. } //end if
  330. } //end if
  331. if (config.Enablealbum==1)
  332. {
  333. if (pagename=="usercpspacemanagealbum.aspx"||pagename=="usercpspacemanagephoto.aspx"||pagename=="usercpspacephotoadd.aspx"||pagename=="usercpeditphoto.aspx")
  334. {
  335. templateBuilder.Append("             <a href="usercpspacemanagealbum.aspx" class="current"><span>");
  336. templateBuilder.Append(config.Albumname.ToString().Trim());
  337. templateBuilder.Append("管理</span></a>rn");
  338. }
  339. else
  340. {
  341. templateBuilder.Append("             <a href="usercpspacemanagealbum.aspx">");
  342. templateBuilder.Append(config.Albumname.ToString().Trim());
  343. templateBuilder.Append("管理</a>rn");
  344. } //end if
  345. } //end if
  346. if (config.Enablemall>=1)
  347. {
  348. if (pagename=="usercpmygoods.aspx")
  349. {
  350. templateBuilder.Append("             <a href="usercpmygoods.aspx" class="current"><span>交易管理</span></a>rn");
  351. }
  352. else
  353. {
  354. templateBuilder.Append("             <a href="usercpmygoods.aspx">交易管理</a>rn");
  355. } //end if
  356. } //end if
  357. if (config.Enablemall==2)
  358. {
  359. if (pagename=="usercpshopcategory.aspx")
  360. {
  361. templateBuilder.Append("             <a href="usercpshopcategory.aspx?item=shopcategory" class="current"><span>店铺管理</span></a>rn");
  362. }
  363. else
  364. {
  365. templateBuilder.Append("             <a href="usercpshopcategory.aspx?item=shopcategory">店铺管理</a>rn");
  366. } //end if
  367. } //end if
  368. } //end if
  369. templateBuilder.Append(" </div>rn");
  370. templateBuilder.Append(" <div class="pannelcontent">rn");
  371. templateBuilder.Append(" <div class="pcontent">rn");
  372. templateBuilder.Append(" <div class="panneldetail">rn");
  373. if (config.Enablealbum==1)
  374. {
  375. templateBuilder.Append(" <div class="panneltabs">rn");
  376. if (userid>0)
  377. {
  378. templateBuilder.Append("  <a href="usercpspacemanagealbum.aspx"rn");
  379. if (pagename=="usercpspacemanagealbum.aspx"||pagename=="usercpspacemanagephoto.aspx"||pagename=="usercpspacephotoadd.aspx")
  380. {
  381. templateBuilder.Append("  class="current"rn");
  382. } //end if
  383. templateBuilder.Append(">管理");
  384. templateBuilder.Append(config.Albumname.ToString().Trim());
  385. templateBuilder.Append("</a>rn");
  386. } //end if
  387. templateBuilder.Append(" </div> rn");
  388. } //end if
  389. templateBuilder.Append(" <div class="pannelbody">rn");
  390. templateBuilder.Append(" <div class="pannellist">rn");
  391. if (page_err==0)
  392. {
  393. if (ispost)
  394. {
  395. templateBuilder.Append("<div class="box message">rn");
  396. templateBuilder.Append(" <h1>Discuz!NT Board 提示信息</h1>rn");
  397. templateBuilder.Append(" <p>");
  398. templateBuilder.Append(msgbox_text.ToString());
  399. templateBuilder.Append("</p>rn");
  400. if (msgbox_url!="")
  401. {
  402. templateBuilder.Append(" <p><a href="");
  403. templateBuilder.Append(msgbox_url.ToString());
  404. templateBuilder.Append("">如果浏览器没有转向, 请点击这里.</a></p>rn");
  405. } //end if
  406. templateBuilder.Append("</div>rn");
  407. templateBuilder.Append("</div>rn");
  408. }
  409. else
  410. {
  411. templateBuilder.Append(" <form id="photolist" name="photolist" action="" method="post">rn");
  412. templateBuilder.Append(" <h3>");
  413. templateBuilder.Append(currentalbumname.ToString());
  414. templateBuilder.Append("(<strong style="color:#000;font-weight:bold;">");
  415. templateBuilder.Append(photocount.ToString());
  416. templateBuilder.Append("</strong>)</h3>rn");
  417. templateBuilder.Append(" <div style="line-height:36px;">rn");
  418. templateBuilder.Append(" <input type="checkbox" onclick="checkAll(this.checked,this.form)" />全选&nbsp;&nbsp;rn");
  419. templateBuilder.Append(" <a href="###" onclick="return delePhoto($('photolist'))"  class="OtherButton">删除图片</a>&nbsp;&nbsp;&nbsp;rn");
  420. templateBuilder.Append(" <a href="###" onclick="if(changeAlbum($('photolist'))) $('photolist').submit();">转移图片</a>到rn");
  421. templateBuilder.Append(" <select name="alibumList" id="alibumList">rn");
  422. int alibum__loop__id=0;
  423. foreach(DataRow alibum in albumList.Rows)
  424. {
  425. alibum__loop__id++;
  426. templateBuilder.Append(" <option value="" + alibum["albumid"].ToString().Trim() + "">" + alibum["title"].ToString().Trim() + "</option>rn");
  427. } //end loop
  428. templateBuilder.Append(" </select>rn");
  429. templateBuilder.Append(" &nbsp;&nbsp;&nbsp;rn");
  430. templateBuilder.Append(" 将rn");
  431. templateBuilder.Append(" <select name="logoList" id="logoList">rn");
  432. int logo__loop__id=0;
  433. foreach(DataRow logo in logoList.Rows)
  434. {
  435. logo__loop__id++;
  436. templateBuilder.Append(" <option value="" + logo["photoid"].ToString().Trim() + "">" + logo["PhotoOrder"].ToString().Trim() + "</option>rn");
  437. } //end loop
  438. templateBuilder.Append(" </select>rn");
  439. templateBuilder.Append(" <a href="###" onclick="return setLogo($('photolist'))">设置为封面</a>&nbsp;&nbsp;&nbsp;rn");
  440. templateBuilder.Append(" <a href="usercpspacephotoadd.aspx?albumid=");
  441. templateBuilder.Append(albumid.ToString());
  442. templateBuilder.Append(""  class="ImpButton">增加图片</a>rn");
  443. templateBuilder.Append(" <input type="hidden" name="active" id="active" value="" />rn");
  444. templateBuilder.Append(" </div>rn");
  445. templateBuilder.Append(" <div class="compartline">&nbsp;</div>rn");
  446. templateBuilder.Append(" <ul id="photo">rn");
  447. int singlePhotoInfo__loop__id=0;
  448. foreach(DataRow singlePhotoInfo in photoList.Rows)
  449. {
  450. singlePhotoInfo__loop__id++;
  451. templateBuilder.Append(" <li>rn");
  452. templateBuilder.Append("     <div class="Ntphotoimg">rn");
  453. templateBuilder.Append(" <a href='showphoto.aspx?photoid=" + singlePhotoInfo["photoid"].ToString().Trim() + "' target='_blank'>rn");
  454. templateBuilder.Append(" <img src='" + singlePhotoInfo["TFileName"].ToString().Trim() + "' border='0' title='" + singlePhotoInfo["Description"].ToString().Trim() + "' style='border: 1px solid rgb(0, 0, 0);padding:4px' style="max-width: 150px; max-height: 150px;"></a>rn");
  455. if (singlePhotoInfo["isattachment"].ToString()=="1")
  456. {
  457. templateBuilder.Append(" <span style='position:relative;left:-15px;top:0px;z-index:1'><img src='templates/");
  458. templateBuilder.Append(templatepath.ToString());
  459. templateBuilder.Append("/images/attphoto.gif' width='30' height='37' border='0' title="来自附件"></span>rn");
  460. } //end if
  461. templateBuilder.Append(" </div>rn");
  462. templateBuilder.Append(" <div class="NtPhotoDetail">rn");
  463. templateBuilder.Append(" <input type='checkbox' name='photoid' value='" + singlePhotoInfo["PhotoId"].ToString().Trim() + "' /> " + singlePhotoInfo["PhotoOrder"].ToString().Trim() + "&nbsp;&nbsp; <a href="usercpeditphoto.aspx?photoid=" + singlePhotoInfo["photoid"].ToString().Trim() + "">编辑</a>rn");
  464. templateBuilder.Append(" <br />" + singlePhotoInfo["title"].ToString().Trim() + "rn");
  465. templateBuilder.Append(" <br />rn");
  466. templateBuilder.Append(" 上传时间:" + singlePhotoInfo["PostDate"].ToString().Trim() + "rn");
  467. templateBuilder.Append(" </div>rn");
  468. templateBuilder.Append(" </li>rn");
  469. } //end loop
  470. templateBuilder.Append(" </ul>rn");
  471. templateBuilder.Append(" </form>rn");
  472. templateBuilder.Append(" </div>rn");
  473. templateBuilder.Append(" <div class="pages_btns">rn");
  474. templateBuilder.Append(" <div class="pages">rn");
  475. templateBuilder.Append(" <em>");
  476. templateBuilder.Append(pageid.ToString());
  477. templateBuilder.Append("/");
  478. templateBuilder.Append(pagecount.ToString());
  479. templateBuilder.Append("页</em>");
  480. templateBuilder.Append(pagenumbers.ToString());
  481. templateBuilder.Append("rn");
  482. templateBuilder.Append(" <kbd>跳转<input name="gopage" type="text" id="gopage" onKeyDown="if(event.keyCode==13) window.location='usercpspacemanagephoto.aspx?albumid=");
  483. templateBuilder.Append(albumid.ToString());
  484. templateBuilder.Append("&page=' + this.value"  size="4" maxlength="9"/>页</kbd>rn");
  485. templateBuilder.Append(" </div>rn");
  486. templateBuilder.Append(" </div>rn");
  487. } //end if
  488. templateBuilder.Append(" </div>rn");
  489. }
  490. else
  491. {
  492. templateBuilder.Append("<div class="box message">rn");
  493. templateBuilder.Append(" <h1>错误显示</h1>rn");
  494. templateBuilder.Append(" <p>");
  495. templateBuilder.Append(msgbox_text.ToString());
  496. templateBuilder.Append("</p>rn");
  497. templateBuilder.Append(" <p class="errorback">rn");
  498. templateBuilder.Append(" <script type="text/javascript">rn");
  499. templateBuilder.Append(" if(");
  500. templateBuilder.Append(msgbox_showbacklink.ToString());
  501. templateBuilder.Append(")rn");
  502. templateBuilder.Append(" {rn");
  503. templateBuilder.Append(" document.write("<a href=\"");
  504. templateBuilder.Append(msgbox_backlink.ToString());
  505. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|  ");rn");
  506. templateBuilder.Append(" }rn");
  507. templateBuilder.Append(" </");
  508. templateBuilder.Append("script>rn");
  509. templateBuilder.Append(" &nbsp; &nbsp; <a href="forumindex.aspx">论坛首页</a>rn");
  510. if (usergroupid==7)
  511. {
  512. templateBuilder.Append("  |&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  513. } //end if
  514. templateBuilder.Append(" </p>rn");
  515. templateBuilder.Append("</div>rn");
  516. } //end if
  517. templateBuilder.Append("   </div>rn");
  518. templateBuilder.Append(" </div>rn");
  519. templateBuilder.Append(" </div>rn");
  520. templateBuilder.Append("</div>rn");
  521. templateBuilder.Append("</div>rn");
  522. if (footerad!="")
  523. {
  524. templateBuilder.Append("<!--底部广告显示-->rn");
  525. templateBuilder.Append("<div id="ad_footerbanner">");
  526. templateBuilder.Append(footerad.ToString());
  527. templateBuilder.Append("</div>rn");
  528. templateBuilder.Append("<!--底部广告结束-->rn");
  529. } //end if
  530. templateBuilder.Append("<div id="footer">rn");
  531. templateBuilder.Append(" <div class="wrap">rn");
  532. templateBuilder.Append(" <div id="footlinks">rn");
  533. templateBuilder.Append(" <p><a href="");
  534. templateBuilder.Append(config.Weburl.ToString().Trim());
  535. templateBuilder.Append("" target="_blank">");
  536. templateBuilder.Append(config.Webtitle.ToString().Trim());
  537. templateBuilder.Append("</a>&nbsp; ");
  538. templateBuilder.Append(config.Linktext.ToString().Trim());
  539. templateBuilder.Append("rn");
  540. if (config.Sitemapstatus==1)
  541. {
  542. templateBuilder.Append("&nbsp;<a href="");
  543. templateBuilder.Append(forumurl.ToString());
  544. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  545. } //end if
  546. templateBuilder.Append(" ");
  547. templateBuilder.Append(config.Statcode.ToString().Trim());
  548. templateBuilder.Append("rn");
  549. templateBuilder.Append(" ");
  550. templateBuilder.Append(config.Icp.ToString().Trim());
  551. templateBuilder.Append("rn");
  552. templateBuilder.Append(" </p>rn");
  553. templateBuilder.Append(" <p>rn");
  554. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  555. templateBuilder.Append(" - <a href="");
  556. templateBuilder.Append(forumurl.ToString());
  557. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  558. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  559. if (config.Stylejump==1)
  560. {
  561. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  562. {
  563. templateBuilder.Append(" - <span id="styleswitcher" class="dropmenu" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  564. templateBuilder.Append(forumurl.ToString());
  565. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  566. templateBuilder.Append(" <div id="styleswitcher_menu" class="popupmenu_popup" style="display: none;">rn");
  567. templateBuilder.Append(" <ul>rn");
  568. templateBuilder.Append(" ");
  569. templateBuilder.Append(templatelistboxoptions.ToString());
  570. templateBuilder.Append("rn");
  571. templateBuilder.Append(" </ul>rn");
  572. templateBuilder.Append(" </div>rn");
  573. } //end if
  574. } //end if
  575. templateBuilder.Append(" </p>rn");
  576. templateBuilder.Append(" </div>rn");
  577. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  578. templateBuilder.Append(forumurl.ToString());
  579. templateBuilder.Append("templates/");
  580. templateBuilder.Append(templatepath.ToString());
  581. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  582. templateBuilder.Append(" <p id="copyright">rn");
  583. 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");
  584. if (config.Licensed==1)
  585. {
  586. 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");
  587. } //end if
  588. templateBuilder.Append(" ");
  589. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  590. templateBuilder.Append("rn");
  591. templateBuilder.Append(" </p>rn");
  592. templateBuilder.Append(" <p id="debuginfo">rn");
  593. if (config.Debug!=0)
  594. {
  595. templateBuilder.Append(" Processed in ");
  596. templateBuilder.Append(this.Processtime.ToString().Trim());
  597. templateBuilder.Append(" second(s)rn");
  598. if (isguestcachepage==1)
  599. {
  600. templateBuilder.Append(" (Cached).rn");
  601. }
  602. else if (querycount>1)
  603. {
  604. templateBuilder.Append("  , ");
  605. templateBuilder.Append(querycount.ToString());
  606. templateBuilder.Append(" queries.rn");
  607. }
  608. else
  609. {
  610. templateBuilder.Append("         , ");
  611. templateBuilder.Append(querycount.ToString());
  612. templateBuilder.Append(" query.rn");
  613. } //end if
  614. } //end if
  615. templateBuilder.Append(" </p>rn");
  616. templateBuilder.Append(" </div>rn");
  617. templateBuilder.Append("</div>rn");
  618. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  619. if (useravatar!="")
  620. {
  621. templateBuilder.Append(" <img src="");
  622. templateBuilder.Append(useravatar.ToString());
  623. templateBuilder.Append(""/>rn");
  624. } //end if
  625.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  626. templateBuilder.Append(" <li class="popuser"><a href="");
  627. templateBuilder.Append(forumurl.ToString());
  628. templateBuilder.Append(aspxrewriteurl.ToString());
  629. templateBuilder.Append("">我的资料</a></li>rn");
  630. if (config.Enablespace==1)
  631. {
  632. templateBuilder.Append("  <li class="poplink">rn");
  633. templateBuilder.Append(" <a href="");
  634. templateBuilder.Append(forumurl.ToString());
  635. templateBuilder.Append(spaceurl.ToString());
  636. templateBuilder.Append("space/">我的空间</a>rn");
  637. templateBuilder.Append(" </li>rn");
  638. } //end if
  639. templateBuilder.Append("</ul>rn");
  640. int prentid__loop__id=0;
  641. foreach(string prentid in mainnavigationhassub)
  642. {
  643. prentid__loop__id++;
  644. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  645. templateBuilder.Append(prentid.ToString());
  646. templateBuilder.Append("_menu" style="display: none">rn");
  647. int subnav__loop__id=0;
  648. foreach(DataRow subnav in subnavigation.Rows)
  649. {
  650. subnav__loop__id++;
  651. bool isoutput = false;
  652. if (subnav["parentid"].ToString().Trim()==prentid)
  653. {
  654. if (subnav["level"].ToString().Trim()=="0")
  655. {
  656.  isoutput = true;
  657. }
  658. else
  659. {
  660. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  661. {
  662.  isoutput = true;
  663. }
  664. else
  665. {
  666. bool leveluseradmindi = true;
  667.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  668. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  669. {
  670.  isoutput = true;
  671. } //end if
  672. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  673. {
  674.  isoutput = true;
  675. } //end if
  676. } //end if
  677. } //end if
  678. } //end if
  679. if (isoutput)
  680. {
  681. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  682. {
  683. if (config.Statstatus==1)
  684. {
  685. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  686. continue;
  687. }
  688. else
  689. {
  690. continue;
  691. } //end if
  692. } //end if
  693. if (subnav["id"].ToString().Trim()=="18")
  694. {
  695. if (config.Oltimespan>0)
  696. {
  697. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  698. continue;
  699. }
  700. else
  701. {
  702. continue;
  703. } //end if
  704. } //end if
  705. if (subnav["id"].ToString().Trim()=="24")
  706. {
  707. if (config.Enablespace==1)
  708. {
  709. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  710. continue;
  711. }
  712. else
  713. {
  714. continue;
  715. } //end if
  716. } //end if
  717. if (subnav["id"].ToString().Trim()=="25")
  718. {
  719. if (config.Enablealbum==1)
  720. {
  721. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  722. continue;
  723. }
  724. else
  725. {
  726. continue;
  727. } //end if
  728. } //end if
  729. if (subnav["id"].ToString().Trim()=="26")
  730. {
  731. if (config.Enablemall>=1)
  732. {
  733. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  734. continue;
  735. }
  736. else
  737. {
  738. continue;
  739. } //end if
  740. } //end if
  741. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  742. } //end if
  743. } //end loop
  744. templateBuilder.Append("</ul>rn");
  745. } //end loop
  746. templateBuilder.Append("<div id="quicksearch_menu" class="searchmenu" style="display: none;">rn");
  747. 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");
  748. if (config.Enablespace==1)
  749. {
  750. 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");
  751. } //end if
  752. if (config.Enablealbum==1)
  753. {
  754. 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");
  755. } //end if
  756. 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");
  757. templateBuilder.Append("</div>rn");
  758. templateBuilder.Append("</div>rn");
  759. templateBuilder.Append("</body>rn");
  760. templateBuilder.Append("</html>rn");
  761. Response.Write(templateBuilder.ToString());
  762. }
  763. </script>