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

SCSI/ASPI

开发平台:

Others

  1. templateBuilder.Append("javascript/template_attach.js" reload="1"></");
  2. templateBuilder.Append("script>rn");
  3. templateBuilder.Append(" <div class="popupmenu_popup" id="imgpreview_menu" style="position:absolute;width:180px;height:150px;padding:0px;display: none;"></div>rn");
  4. templateBuilder.Append(" <div class="post_tablelist postbox" id="attachlist" style="display: none">rn");
  5. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" width="100%">rn");
  6. templateBuilder.Append(" <tr>rn");
  7. templateBuilder.Append(" <td class="attachnum"></td>rn");
  8. templateBuilder.Append(" <td class="attachctrl"></td>rn");
  9. templateBuilder.Append(" <td class="attachname">文件名</td>rn");
  10. if (userid!=-1 && usergroupinfo.Allowsetattachperm==1)
  11. {
  12. templateBuilder.Append("<td class="attachview">阅读权限</td>rn");
  13. } //end if
  14. if (topicattachscorefield>0 && usergroupinfo.Maxprice>0)
  15. {
  16. templateBuilder.Append("<td class="attachpr">");
  17. templateBuilder.Append(Scoresets.GetTopicAttachCreditsTransName().ToString().Trim());
  18. templateBuilder.Append("</td>rn");
  19. } //end if
  20. if (config.Enablealbum==1 && caninsertalbum)
  21. {
  22. templateBuilder.Append(" <td>选择相册</td>rn");
  23. } //end if
  24. templateBuilder.Append(" <td class="attachdel"></td>rn");
  25. templateBuilder.Append(" </tr>rn");
  26. templateBuilder.Append(" </table>rn");
  27. if (infloat==0)
  28. {
  29. templateBuilder.Append(" <div id="uploadlist" class="upfilelist" style="height:auto">rn");
  30. }
  31. else
  32. {
  33. templateBuilder.Append(" <div id="uploadlist" class="upfilelist">rn");
  34. } //end if
  35. if (action=="edit")
  36. {
  37. if (canpostattach && postinfo.Attachment>0)
  38. {
  39. templateBuilder.Append(" <table summary="附件" cellspacing="0" cellpadding="0" width="100%">rn");
  40. int attachment__loop__id=0;
  41. foreach(DataRow attachment in attachmentlist.Rows)
  42. {
  43. attachment__loop__id++;
  44. if (Utils.StrToInt(attachment["pid"].ToString().Trim(), 0)==postinfo.Pid)
  45. {
  46. templateBuilder.Append(" <script type="text/javascript" reload="1">try{ $("num2upload").innerHTML=--num2upload; }catch(e) { setTimeout('$(\'num2upload\').innerHTML=--num2upload;', 1000); }</");
  47. templateBuilder.Append("script>rn");
  48. templateBuilder.Append(" <tbody id="attach_" + attachment["aid"].ToString().Trim() + "">rn");
  49. templateBuilder.Append(" <tr>rn");
  50. templateBuilder.Append(" <td class="attachnum"><img src="images/attachicons/common.gif" /></td>rn");
  51. templateBuilder.Append(" <td class="attachctrl">rn");
  52. templateBuilder.Append(" <a href="javascript:;"rn");
  53. if (attachment["filetype"].ToString().Trim().IndexOf("image")>-1)
  54. {
  55. templateBuilder.Append(" onmouseover="showpreview(this, 'imgpreview_" + attachment["aid"].ToString().Trim() + "')"rn");
  56. } //end if
  57. templateBuilder.Append(" onclick="rn");
  58. if (attachment["filetype"].ToString().Trim().IndexOf("image")>-1)
  59. {
  60. templateBuilder.Append("insertAttachimgTag('" + attachment["aid"].ToString().Trim() + "');rn");
  61. }
  62. else
  63. {
  64. templateBuilder.Append("insertAttachTag('" + attachment["aid"].ToString().Trim() + "');rn");
  65. } //end if
  66. templateBuilder.Append("" title="点击这里将本附件插入帖子内容中当前光标的位置">插入</a>rn");
  67. templateBuilder.Append(" <script type="text/javascript" reload="1">var attachimgurl_" + attachment["aid"].ToString().Trim() + " = ['attachment.aspx?attachmentid=" + attachment["aid"].ToString().Trim() + "', 400];</");
  68. templateBuilder.Append("script>rn");
  69. templateBuilder.Append(" <input type="hidden" value="" + attachment["aid"].ToString().Trim() + "" name="attachupdateid" />rn");
  70. templateBuilder.Append(" </td>rn");
  71. templateBuilder.Append(" <td class="attachname" title="" + attachment["filename"].ToString().Trim() + "  " + attachment["postdatetime"].ToString().Trim() + "  " + attachment["filesize"].ToString().Trim() + " 字节  下载" + attachment["downloads"].ToString().Trim() + "次">rn");
  72. templateBuilder.Append(" <a href="javascript:;" class="right" onclick="attachupdate('" + attachment["aid"].ToString().Trim() + "', this)">更新</a>rn");
  73. templateBuilder.Append(" <div id="attach" + attachment["aid"].ToString().Trim() + "">rn");
  74. templateBuilder.Append(" <p>rn");
  75. templateBuilder.Append(" <input type="hidden" name="attachupdatedesc" value="" + attachment["description"].ToString().Trim() + ""  />rn");
  76. templateBuilder.Append(" <a href="javascript:;" onclick="parentNode.innerHTML='<input type=\'text\' name=\'attachupdatedesc\' value=\'" + attachment["description"].ToString().Trim() + "\' size=\'25\' class=\'txt\' />'">描述</a>rn");
  77. templateBuilder.Append(" <spanrn");
  78. if (attachment["filetype"].ToString().Trim().IndexOf("image")>-1)
  79. {
  80. templateBuilder.Append(" onmouseover="showpreview(this, 'imgpreview_" + attachment["aid"].ToString().Trim() + "');"rn");
  81. } //end if
  82. templateBuilder.Append(">" + attachment["attachment"].ToString().Trim() + "</span>rn");
  83. templateBuilder.Append(" </p>rn");
  84. if (attachment["filetype"].ToString().Trim().IndexOf("image")>-1)
  85. {
  86. templateBuilder.Append(" <div id="imgpreview_" + attachment["aid"].ToString().Trim() + "" style="display: none; "><img id="preview_" + attachment["aid"].ToString().Trim() + "" style=" max-width: 200px; max-height: 200px" src="attachment.aspx?attachmentid=" + attachment["aid"].ToString().Trim() + "" onerror="this.onerror=null;try{  this.src=attachimgurl_" + attachment["aid"].ToString().Trim() + "; } catch(e){}" /></div>rn");
  87. } //end if
  88. templateBuilder.Append(" </div>rn");
  89. templateBuilder.Append(" <span id="attachupdate" + attachment["aid"].ToString().Trim() + ""></span>rn");
  90. templateBuilder.Append(" </td>rn");
  91. if (userid!=-1 && usergroupinfo.Allowsetattachperm==1)
  92. {
  93. templateBuilder.Append("<td class="attachview"><input name="attachupdatereadperm" value="" + attachment["readperm"].ToString().Trim() + "" size="1" class="txt" /></td>rn");
  94. } //end if
  95. if (topicattachscorefield>0 && usergroupinfo.Maxprice>0)
  96. {
  97. templateBuilder.Append("<td class="attachpr"><input name="attachupdateprice" value="" + attachment["attachprice"].ToString().Trim() + "" size="1" class="txt" /></td>rn");
  98. } //end if
  99. templateBuilder.Append(" <td class="attachdel"><input class="checkbox" name="deleteaid" value="" + attachment["aid"].ToString().Trim() + "" type="checkbox">删?</td>rn");
  100. templateBuilder.Append(" </tr>rn");
  101. templateBuilder.Append(" </tbody>rn");
  102. } //end if
  103. } //end loop
  104. templateBuilder.Append(" </table>rn");
  105. } //end if
  106. } //end if
  107. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0" width="100%">rn");
  108. if (pagename.IndexOf("goods")<0 && config.Silverlight==1)
  109. {
  110. templateBuilder.Append(" <tbody id="attachuploadedhidden" style="display:none"><tr>rn");
  111. templateBuilder.Append(" <td class="attachnum"><span id="sl_localno[]"><img src="");
  112. templateBuilder.Append(rooturl.ToString());
  113. templateBuilder.Append("images/attachicons/common_new.gif" /></span></td>rn");
  114. templateBuilder.Append(" <td class="attachctrl"><span id="sl_cpadd[]"></span></td>rn");
  115. templateBuilder.Append(" <td class="attachname">rn");
  116. templateBuilder.Append(" <span id="sl_deschidden[]" style="display:none">rn");
  117. templateBuilder.Append(" <a href="javascript:;" onclick='parentNode.innerHTML="<input type=\"text\" name=\"attachdesc\" size=\"25\" class=\"txt\" />"'>描述</a>rn");
  118. templateBuilder.Append(" <span id="attachfile[]"></span>rn");
  119. templateBuilder.Append(" <input type="text" name="sl_attachdesc" style="display:none" />rn");
  120. templateBuilder.Append(" </span>rn");
  121. templateBuilder.Append(" <input type="hidden" name="attachid" />rn");
  122. templateBuilder.Append(" </td>rn");
  123. if (userid!=-1 && usergroupinfo.Allowsetattachperm==1)
  124. {
  125. templateBuilder.Append("<td class="attachview"><input type="text" name="sl_readperm" value="0"size="1" class="txt" /></td>rn");
  126. } //end if
  127. if (topicattachscorefield>0 && usergroupinfo.Maxprice>0)
  128. {
  129. templateBuilder.Append("<td class="attachpr"><input type="text" name="sl_attachprice" value="0" size="1" class="txt" /></td>rn");
  130. } //end if
  131. if (config.Enablealbum==1 && caninsertalbum)
  132. {
  133. templateBuilder.Append(" <td  style="vertical-align:top;">rn");
  134. templateBuilder.Append(" <select name="sl_albums" style="display:none">rn");
  135. templateBuilder.Append(" <option value="0"></option>rn");
  136. int album__loop__id=0;
  137. foreach(DataRow album in albumlist.Rows)
  138. {
  139. album__loop__id++;
  140. templateBuilder.Append(" <option value="" + album["albumid"].ToString().Trim() + "">" + album["title"].ToString().Trim() + "</option>rn");
  141. } //end loop
  142. templateBuilder.Append(" </select>rn");
  143. templateBuilder.Append(" </td>rn");
  144. } //end if
  145. templateBuilder.Append(" <td class="attachdel"><span id="sl_cpdel[]"></span></td>rn");
  146. templateBuilder.Append(" </tr></tbody>rn");
  147. } //end if
  148. templateBuilder.Append(" <tbody id="attachbodyhidden" style="display:none"><tr>rn");
  149. templateBuilder.Append(" <td class="attachnum"><span id="localno[]"><img src="");
  150. templateBuilder.Append(rooturl.ToString());
  151. templateBuilder.Append("images/attachicons/common_new.gif" /></span></td>rn");
  152. templateBuilder.Append(" <td class="attachctrl"><span id="cpadd[]"></span></td>rn");
  153. templateBuilder.Append(" <td class="attachname">rn");
  154. templateBuilder.Append(" <span id="deschidden[]" style="display:none">rn");
  155. templateBuilder.Append(" <a href="javascript:;" onclick='parentNode.innerHTML="<input type=\"text\" name=\"attachdesc\" size=\"25\" class=\"txt\" />"'>描述</a>rn");
  156. templateBuilder.Append(" <span id="localfile[]"></span>rn");
  157. templateBuilder.Append(" <input type="text" name="attachdesc" style="display:none" />rn");
  158. templateBuilder.Append(" </span>rn");
  159. templateBuilder.Append(" <input type="hidden" name="localid" />rn");
  160. templateBuilder.Append(" </td>rn");
  161. if (userid!=-1 && usergroupinfo.Allowsetattachperm==1)
  162. {
  163. templateBuilder.Append("<td class="attachview"><input type="text" name="readperm" value="0"size="1" class="txt" /></td>rn");
  164. } //end if
  165. if (topicattachscorefield>0 && usergroupinfo.Maxprice>0)
  166. {
  167. templateBuilder.Append("<td class="attachpr"><input type="text" name="attachprice" value="0" size="1" class="txt" /></td>rn");
  168. } //end if
  169. if (config.Enablealbum==1 && caninsertalbum)
  170. {
  171. templateBuilder.Append(" <td  style="vertical-align:top;">rn");
  172. if (albumlist.Rows.Count!=0)
  173. {
  174. templateBuilder.Append(" <select name="albums"  style="display:none">rn");
  175. templateBuilder.Append(" <option value="0"></option>rn");
  176. int album__loop__id=0;
  177. foreach(DataRow album in albumlist.Rows)
  178. {
  179. album__loop__id++;
  180. templateBuilder.Append(" <option value="" + album["albumid"].ToString().Trim() + "">" + album["title"].ToString().Trim() + "</option>rn");
  181. } //end loop
  182. templateBuilder.Append(" </select>rn");
  183. } //end if
  184. templateBuilder.Append(" </td>rn");
  185. } //end if
  186. templateBuilder.Append(" <td class="attachdel"><span id="cpdel[]"></span></td>rn");
  187. templateBuilder.Append(" </tr></tbody>rn");
  188. templateBuilder.Append(" </table>rn");
  189. if (pagename.IndexOf("goods")<0 && config.Silverlight==1)
  190. {
  191. templateBuilder.Append(" <div id="swfattachlist">rn");
  192. templateBuilder.Append(" <table cellspacing="0" cellpadding="0" id="attachuploadednote" style="display:none;">rn");
  193. templateBuilder.Append(" <tbody>rn");
  194. templateBuilder.Append(" <tr>rn");
  195. templateBuilder.Append(" <td class="attachnum"></td>rn");
  196. templateBuilder.Append(" <td>您有 <span id="attachuploadednotenum"></span> 个已经上传的附件<span id="maxattachnote" style="display: none;">, 只能使用前<span id="num2upload2"><strong>");
  197. templateBuilder.Append(config.Maxattachments.ToString().Trim());
  198. templateBuilder.Append("</strong></span>个</span>  rn");
  199. templateBuilder.Append(" <a onclick="addAttachUploaded(attaches);" href="javascript:;">使用</a>   <a onclick="attachlist()" href="javascript:;">忽略</a>rn");
  200. templateBuilder.Append(" </td>rn");
  201. templateBuilder.Append(" </tr>rn");
  202. templateBuilder.Append(" </tbody>rn");
  203. templateBuilder.Append(" </table>rn");
  204. templateBuilder.Append(" </div>rn");
  205. } //end if
  206. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" summary="post_attachbody" border="0" width="100%"><tbody id="attachuploaded"></tbody><tbody id="attachbody"></tbody></table>rn");
  207. templateBuilder.Append(" </div>rn");
  208. templateBuilder.Append(" </div>rn");
  209. templateBuilder.Append("<div id="img_hidden" alt="1" style="position:absolute;top:-100000px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image');width:");
  210. templateBuilder.Append(thumbwidth.ToString());
  211. templateBuilder.Append("px;height:");
  212. templateBuilder.Append(thumbheight.ToString());
  213. templateBuilder.Append("px"></div>rn");
  214. templateBuilder.Append("</div>rn");
  215. templateBuilder.Append("<script type="text/javascript" reload="1">rn");
  216. templateBuilder.Append("var attaches = ");
  217. templateBuilder.Append(Discuz.Forum.Attachments.GetNoUsedAttachmentJson(userid).ToString().Trim());
  218. templateBuilder.Append(";rn");
  219. templateBuilder.Append("var aid = 1;rn");
  220. templateBuilder.Append("var auid = 1;rn");
  221. templateBuilder.Append("var thumbwidth = parseInt('");
  222. templateBuilder.Append(thumbwidth.ToString());
  223. templateBuilder.Append("');rn");
  224. templateBuilder.Append("var thumbheight = parseInt('");
  225. templateBuilder.Append(thumbheight.ToString());
  226. templateBuilder.Append("');rn");
  227. templateBuilder.Append("var attachexts = new Array();rn");
  228. templateBuilder.Append("var attachwh = new Array();rn");
  229. if (caninsertalbum)
  230. {
  231. templateBuilder.Append("var caninsertalbum = true;rn");
  232. }
  233. else
  234. {
  235. templateBuilder.Append("var caninsertalbum = false;rn");
  236. } //end if
  237. templateBuilder.Append("var maxattachments = parseInt('");
  238. templateBuilder.Append(config.Maxattachments.ToString().Trim());
  239. templateBuilder.Append("');rn");
  240. templateBuilder.Append("var num2upload = maxattachments;rn");
  241. templateBuilder.Append("var exts = '");
  242. templateBuilder.Append(attachextensionsnosize.ToString());
  243. templateBuilder.Append("';rn");
  244. templateBuilder.Append("</");
  245. templateBuilder.Append("script>rn");
  246. templateBuilder.Append("<div id="attachinfo" class="sitenote upfile" style="display:none;">rn");
  247. templateBuilder.Append(" <div class="cornerlayger">单个附件大小:<strong>");
  248. templateBuilder.Append(FormatBytes(usergroupinfo.Maxattachsize).ToString().Trim());
  249. templateBuilder.Append("</strong>,&nbsprn");
  250. templateBuilder.Append("今天可上传大小: <strong>");
  251. templateBuilder.Append(FormatBytes(attachsize).ToString());
  252. templateBuilder.Append("</strong>&nbsp;rn");
  253. templateBuilder.Append("最大附件数: <strong>");
  254. templateBuilder.Append(config.Maxattachments.ToString().Trim());
  255. templateBuilder.Append("</strong>,&nbsp;&nbsp;还可上传&nbsp;<span id="num2upload"><strong>");
  256. templateBuilder.Append(config.Maxattachments.ToString().Trim());
  257. templateBuilder.Append("</strong></span>&nbsp;个附件&nbsp;rn");
  258. templateBuilder.Append("附件类型: <strong>");
  259. templateBuilder.Append(attachextensionsnosize.ToString());
  260. templateBuilder.Append("</strong>&nbsp;rn");
  261. templateBuilder.Append("售价: <strong>最高 ");
  262. templateBuilder.Append(usergroupinfo.Maxprice.ToString().Trim());
  263. templateBuilder.Append(" ");
  264. templateBuilder.Append(Scoresets.GetTopicAttachCreditsTransName().ToString().Trim());
  265. templateBuilder.Append("</strong>rn");
  266. templateBuilder.Append(" </div>rn");
  267. templateBuilder.Append(" <div class="minicorner"></div>rn");
  268. templateBuilder.Append("</div>rn");
  269. templateBuilder.Append("<div id="swfuploadbox" class="floatbox floatbox1 floatboxswf" style="display: none">rn");
  270. templateBuilder.Append(" <h3 class="float_ctrl">rn");
  271. templateBuilder.Append(" <emrn");
  272. if (infloat==0)
  273. {
  274. templateBuilder.Append(" style="display:none"rn");
  275. } //end if
  276. templateBuilder.Append("><button type="button" onclick="pagescrolls('swfreturn');return false">返回</button></em>rn");
  277. if (infloat==0)
  278. {
  279. templateBuilder.Append("<em>批量上传</em>rn");
  280. } //end if
  281. templateBuilder.Append(" <span id="swfclosebtn" style="display:none">rn");
  282. templateBuilder.Append(" <a href="javascript:;" class="float_close" onclick="swfuploadwin();" title="关闭">关闭</a>rn");
  283. templateBuilder.Append(" </span>rn");
  284. templateBuilder.Append(" </h3>rn");
  285.         string authToken=Discuz.Common.DES.Encode(oluserinfo.Olid.ToString() + "," + oluserinfo.Username.ToString(), oluserinfo.Password.Substring(0, 10)).Replace("+", "[");
  286.     
  287. if (pagename.IndexOf("goods")<0 && config.Silverlight==1)
  288. {
  289. templateBuilder.Append("        <script type="text/javascript" src="");
  290. templateBuilder.Append(rooturl.ToString());
  291. templateBuilder.Append("silverlight/uploadfile/silverlight.js" reload="1"></");
  292. templateBuilder.Append("script> rn");
  293. templateBuilder.Append("        <div id="swfbox" style="display: none"> rn");
  294. templateBuilder.Append("     <object id="MultiUploadFile" data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">rn");
  295. templateBuilder.Append("   <param name="source" value="");
  296. templateBuilder.Append(rooturl.ToString());
  297. templateBuilder.Append("silverlight/UploadFile/ClientBin/MultiFileUpload.xap"/>rn");
  298. templateBuilder.Append("   <param name="onError" value="onSilverlightError" />rn");
  299. templateBuilder.Append("   <param name="onLoad" value="onLoad" />rn");
  300. templateBuilder.Append("   <param name="background" value="aliceblue" />rn");
  301. templateBuilder.Append("   <param name="minRuntimeVersion" value="2.0.31005.0" />rn");
  302. templateBuilder.Append("   <param name="autoUpgrade" value="true" />rn");
  303. templateBuilder.Append("   <param name="initParams" value="forumid=");
  304. templateBuilder.Append(forumid.ToString());
  305. templateBuilder.Append(",authToken=");
  306. templateBuilder.Append(authToken.ToString());
  307. templateBuilder.Append(",max=");
  308. templateBuilder.Append(config.Maxattachments.ToString().Trim());
  309. templateBuilder.Append("" />   rn");
  310. templateBuilder.Append("   <a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration:none">rn");
  311. templateBuilder.Append("    <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style:none"/>rn");
  312. templateBuilder.Append("   </a>rn");
  313. templateBuilder.Append("     </object></div>rn");
  314. } //end if
  315. templateBuilder.Append("</div>rn");
  316. templateBuilder.Append("<script type="text/javascript" src="");
  317. templateBuilder.Append(rooturl.ToString());
  318. templateBuilder.Append("javascript/post_editor.js" reload="1" ></");
  319. templateBuilder.Append("script>rn");
  320. templateBuilder.Append("<script type="text/javascript" reload="1">rn");
  321. templateBuilder.Append("function addAttach() {rn");
  322. templateBuilder.Append("    if ($('attachbody').childNodes.length + ($('attachuploaded') ? $('attachuploaded').childNodes.length : 0) > maxattachments - 1){rn");
  323. templateBuilder.Append(" countNum2Upload();rn");
  324. templateBuilder.Append(" //num2upload++;rn");
  325. templateBuilder.Append(" return;rn");
  326. templateBuilder.Append(" }rn");
  327. templateBuilder.Append(" var id = aid;rn");
  328. templateBuilder.Append(" var tags, newnode, i;rn");
  329. templateBuilder.Append(" newnode = $('attachbtnhidden').firstChild.cloneNode(true);rn");
  330. templateBuilder.Append(" tags = newnode.getElementsByTagName('input');rn");
  331. templateBuilder.Append(" for(i in tags) {rn");
  332. templateBuilder.Append(" if(tags[i].name == 'postfile') {rn");
  333. templateBuilder.Append(" tags[i].id = 'attachnew_' + id;rn");
  334. templateBuilder.Append(" tags[i].onchange = function() rn");
  335. templateBuilder.Append(" {rn");
  336. templateBuilder.Append(" insertAttach(id)rn");
  337. templateBuilder.Append(" };rn");
  338. templateBuilder.Append(" tags[i].unselectable = 'on';rn");
  339. templateBuilder.Append(" }rn");
  340. templateBuilder.Append(" }rn");
  341. templateBuilder.Append(" $('attachbtn').appendChild(newnode);rn");
  342. templateBuilder.Append("    newnode = $('attachbodyhidden').firstChild.cloneNode(true);rn");
  343. templateBuilder.Append(" tags = newnode.getElementsByTagName('input');rn");
  344. templateBuilder.Append(" for(i in tags) {rn");
  345. templateBuilder.Append(" if(tags[i].name == 'localid') {rn");
  346. templateBuilder.Append(" tags[i].value = id;rn");
  347. templateBuilder.Append(" }rn");
  348. templateBuilder.Append(" }rn");
  349. templateBuilder.Append(" tags = newnode.getElementsByTagName('span');rn");
  350. templateBuilder.Append(" for(i in tags) {rn");
  351. templateBuilder.Append(" if(tags[i].id == 'localfile[]') {rn");
  352. templateBuilder.Append(" tags[i].id = 'localfile_' + id;rn");
  353. templateBuilder.Append(" } else if(tags[i].id == 'cpadd[]') {rn");
  354. templateBuilder.Append(" tags[i].id = 'cpadd_' + id;rn");
  355. templateBuilder.Append(" } else if(tags[i].id == 'cpdel[]') {rn");
  356. templateBuilder.Append(" tags[i].id = 'cpdel_' + id;rn");
  357. templateBuilder.Append(" } else if(tags[i].id == 'localno[]') {rn");
  358. templateBuilder.Append(" tags[i].id = 'localno_' + id;rn");
  359. templateBuilder.Append(" } else if(tags[i].id == 'deschidden[]') {rn");
  360. templateBuilder.Append(" tags[i].id = 'deschidden_' + id;rn");
  361. templateBuilder.Append(" }rn");
  362. templateBuilder.Append(" }rn");
  363. templateBuilder.Append(" aid++;rn");
  364. templateBuilder.Append(" newnode.style.display = 'none';rn");
  365. templateBuilder.Append(" $('attachbody').appendChild(newnode);rn");
  366. templateBuilder.Append(" $('uploadlist').scrollTop = 10000;rn");
  367. templateBuilder.Append(" if (caninsertalbum) {rn");
  368. templateBuilder.Append(" tags = findtags(newnode, 'select');rn");
  369. templateBuilder.Append(" for(i in tags) {rn");
  370. templateBuilder.Append(" if(tags[i].name == 'albums') {rn");
  371. templateBuilder.Append(" tags[i].id = 'albums' + id;rn");
  372. templateBuilder.Append(" $('albums' + id).style.display='';rn");
  373. templateBuilder.Append(" }rn");
  374. templateBuilder.Append(" }rn");
  375. templateBuilder.Append(" }rn");
  376. templateBuilder.Append(" countNum2Upload();rn");
  377. templateBuilder.Append("}rn");
  378. templateBuilder.Append("function initAttach() {rn");
  379. templateBuilder.Append("//_attachEvent(window, "load", function(){ rn");
  380. templateBuilder.Append("    tryrn");
  381. templateBuilder.Append(" {rn");
  382. templateBuilder.Append(" //aid = 1;rn");
  383. templateBuilder.Append(" addAttach();rn");
  384. templateBuilder.Append(" }rn");
  385. templateBuilder.Append(" catch(e)rn");
  386. templateBuilder.Append(" {}rn");
  387. if (pagename.IndexOf("goods")<0 && config.Silverlight==1)
  388. {
  389. templateBuilder.Append(" if (attaches != null && attaches.length > 0) {rn");
  390. templateBuilder.Append(" $("attachuploadednotenum").innerHTML = attaches.length;rn");
  391. templateBuilder.Append(" $("attachuploadednote").style.display = "";rn");
  392. templateBuilder.Append(" attachlist();rn");
  393. templateBuilder.Append(" } rn");
  394. } //end if
  395. templateBuilder.Append("    if (attaches.length > maxattachments) { rn");
  396. templateBuilder.Append(" $("maxattachnote").style.display="";rn");
  397. templateBuilder.Append(" } rn");
  398. templateBuilder.Append(" //});rn");
  399. templateBuilder.Append("}rn");
  400. templateBuilder.Append("//addAttachUploaded(attaches);rn");
  401. templateBuilder.Append("</");
  402. templateBuilder.Append("script>rn");
  403. }
  404. else
  405. {
  406. templateBuilder.Append(" <div class="hintinfo"> rn");
  407. templateBuilder.Append(" 你没有上传附件的权限.rn");
  408. templateBuilder.Append(" </div>rn");
  409. } //end if
  410. }
  411. else
  412. {
  413. templateBuilder.Append(" <div class="hintinfo">rn");
  414. if (usergroupinfo.Maxsizeperday>0 && usergroupinfo.Maxattachsize>0)
  415. {
  416. templateBuilder.Append(" 你目前可上传的附件大小为 0 字节.rn");
  417. }
  418. else
  419. {
  420. templateBuilder.Append(" 你没有上传附件的权限.rn");
  421. } //end if
  422. templateBuilder.Append(" </div>rn");
  423. } //end if
  424. } //end if
  425. templateBuilder.Append("</div>rn");
  426. if (infloat==1)
  427. {
  428. templateBuilder.Append("<div style="clear:both; width:2500px;overflow-x:hidden;">rn");
  429. }
  430. else
  431. {
  432. templateBuilder.Append("<div style="clear:both;">rn");
  433. } //end if
  434. if (infloat==1)
  435. {
  436. templateBuilder.Append("<div class="floatbox floatbox1" id="extcreditbox2"></div>rn");
  437. } //end if
  438. templateBuilder.Append(" <div class="floatbox floatbox1">rn");
  439. if (infloat==0)
  440. {
  441. templateBuilder.Append(" <h3 class="float_ctrl" style="display:none">rn");
  442. }
  443. else
  444. {
  445. templateBuilder.Append(" <h3 class="float_ctrl">rn");
  446. } //end if
  447. templateBuilder.Append(" <em><button type="button" onclick="pagescrolls('editorreturn');return false">返回</button></em>rn");
  448. templateBuilder.Append(" <span>rn");
  449. if (infloat==1)
  450. {
  451. templateBuilder.Append(" <a href="javascript:;" class="float_close" onclick="closeEditorwin();removeElement()" title="关闭">关闭</a>rn");
  452. } //end if
  453. templateBuilder.Append(" </span>rn");
  454. templateBuilder.Append(" </h3>rn");
  455. templateBuilder.Append(" <div class="postbox">rn");
  456. if (pagename=="posttopic.aspx" || (pagename=="editpost.aspx"&&isfirstpost))
  457. {
  458. if (enabletag)
  459. {
  460. templateBuilder.Append(" <div class="posttags">rn");
  461. templateBuilder.Append(" <p><strong>标签(Tags):</strong>(用空格隔开多个标签,最多可填写 5 个)</p>rn");
  462. templateBuilder.Append(" <p><input type="text" name="tags" id="tags" class="txt" value="");
  463. templateBuilder.Append(topictags.ToString());
  464. templateBuilder.Append("" tabindex="1" /><button name="addtags" type="button" onclick="relatekw();return false">+可用标签</button> <span id="tagselect"></span></p>rn");
  465. templateBuilder.Append(" </div>rn");
  466. } //end if
  467. templateBuilder.Append(" <div class="columntype">rn");
  468. if (userid!=-1 && usergroupinfo.Allowsetreadperm==1)
  469. {
  470. templateBuilder.Append(" <p><strong>阅读权限:</strong></p>rn");
  471. templateBuilder.Append(" <p><input type="text" name="topicreadperm" value="");
  472. templateBuilder.Append(topic.Readperm.ToString().Trim());
  473. templateBuilder.Append("" class="txt" tabindex="1" /> 0或空为不限制,最大值为 255</p>rn");
  474. } //end if
  475. if (special==""&&Scoresets.GetCreditsTrans()!=0 && usergroupinfo.Maxprice>0)
  476. {
  477. templateBuilder.Append(" <p><strong>售价</strong>(");
  478. templateBuilder.Append(userextcreditsinfo.Name.ToString().Trim());
  479. templateBuilder.Append("):</p>rn");
  480. templateBuilder.Append(" <p><input type="text" name="topicprice" value="");
  481. templateBuilder.Append(topic.Price.ToString().Trim());
  482. templateBuilder.Append("" class="txt" tabindex="1" /> ");
  483. templateBuilder.Append(userextcreditsinfo.Unit.ToString().Trim());
  484. templateBuilder.Append(" 最高 ");
  485. templateBuilder.Append(usergroupinfo.Maxprice.ToString().Trim());
  486. templateBuilder.Append(" ");
  487. templateBuilder.Append(userextcreditsinfo.Unit.ToString().Trim());
  488. templateBuilder.Append("&nbsp;售价只允许非负整数, 单个主题最大收入 ");
  489. templateBuilder.Append(Scoresets.GetMaxIncPerTopic().ToString().Trim());
  490. templateBuilder.Append("rn");
  491. templateBuilder.Append("                    ");
  492. templateBuilder.Append(userextcreditsinfo.Unit.ToString().Trim());
  493. templateBuilder.Append("</p>rn");
  494. } //end if
  495. templateBuilder.Append(" </div>rn");
  496. } //end if
  497. templateBuilder.Append(" <div class="columntype">rn");
  498. templateBuilder.Append(" <h4>发帖选项:</h4>rn");
  499. templateBuilder.Append(" <table cellpadding="0" cellspacing="0" border="0">rn");
  500. templateBuilder.Append(" <tr>rn");
  501. templateBuilder.Append(" <td class="firstlist">rn");
  502. templateBuilder.Append(" <p><input type="checkbox" value="1" name="htmlon" id="htmlon"  onclick="alloweditorhtml()" rn");
  503. if (usergroupinfo.Allowhtml!=1)
  504. {
  505. templateBuilder.Append("disabledrn");
  506. } //end if
  507. if (htmlon==1)
  508. {
  509. templateBuilder.Append("checkedrn");
  510. } //end if
  511. templateBuilder.Append(" /><label for="htmlon">html 代码</label></p>rn");
  512. templateBuilder.Append(" <p><input type="checkbox" id="allowimgcode" disabledrn");
  513. if (allowimg==1)
  514. {
  515. templateBuilder.Append(" checked="checked"rn");
  516. } //end if
  517. templateBuilder.Append(" /><label for="allowimgcode">[img] 代码</label></p>rn");
  518. templateBuilder.Append(" </td>rn");
  519. templateBuilder.Append(" <td>rn");
  520. templateBuilder.Append(" <p><input type="checkbox" value="1" name="parseurloff" id="parseurloff" rn");
  521. if (parseurloff==1)
  522. {
  523. templateBuilder.Append("checkedrn");
  524. } //end if
  525. templateBuilder.Append(" /><label for="parseurloff">禁用 网址自动链接</label></p>rn");
  526. templateBuilder.Append(" <p><input type="checkbox" value="1" name="smileyoff" id="smileyoff" rn");
  527. if (smileyoff==1)
  528. {
  529. templateBuilder.Append("checkedrn");
  530. } //end if
  531. if (forum.Allowsmilies!=1)
  532. {
  533. templateBuilder.Append("disabledrn");
  534. } //end if
  535. templateBuilder.Append(" /><label for="smileyoff">禁用 表情</label></p>rn");
  536. templateBuilder.Append(" <p><input type="checkbox" value="1" name="bbcodeoff" id="bbcodeoff" rn");
  537. if (bbcodeoff==1)
  538. {
  539. templateBuilder.Append(" checkedrn");
  540. } //end if
  541. if (usergroupinfo.Allowcusbbcode!=1)
  542. {
  543. templateBuilder.Append(" disabledrn");
  544. }
  545. else if (forum.Allowbbcode!=1)
  546. {
  547. templateBuilder.Append(" disabledrn");
  548. } //end if
  549. templateBuilder.Append(" /><label for="bbcodeoff">禁用 论坛代码</label></p>rn");
  550. templateBuilder.Append(" </td>rn");
  551. templateBuilder.Append(" <td>rn");
  552. templateBuilder.Append(" <p><input type="checkbox" value="1" name="usesig" id="usesig" rn");
  553. if (usesig==1)
  554. {
  555. templateBuilder.Append("checkedrn");
  556. } //end if
  557. templateBuilder.Append(" /><label for="usesig">使用个人签名</label></p>rn");
  558. if (pagename=="postreply.aspx")
  559. {
  560. templateBuilder.Append(" <p><input type="checkbox" name="emailnotify" id="emailnotify" rn");
  561. if (config.Replyemailstatus==1)
  562. {
  563. templateBuilder.Append(" checkedrn");
  564. } //end if
  565. templateBuilder.Append(" /><label for="emailnotify">发送邮件告知楼主</label></p>rn");
  566. templateBuilder.Append(" <p><input type="checkbox" name="postreplynotice" id="postreplynotice" rn");
  567. if (config.Replynotificationstatus==1)
  568. {
  569. templateBuilder.Append(" checked rn");
  570. } //end if
  571. templateBuilder.Append("/><label for="emailnotify">发送论坛通知给楼主</label></p>rn");
  572. } //end if
  573. templateBuilder.Append(" </td>rn");
  574. templateBuilder.Append(" <td></td>rn");
  575. templateBuilder.Append(" </tr>rn");
  576. templateBuilder.Append(" </table><br />rn");
  577. templateBuilder.Append(" </div>rn");
  578. templateBuilder.Append(" <div id="moreinfo"></div>rn");
  579. templateBuilder.Append(" <div class="moreconf" id="moreconf">rn");
  580. templateBuilder.Append(" <div class="custominfoarea" id="custominfoarea" style="display: none;"></div>rn");
  581. if (postinfo.Layer==0 && forum.Applytopictype==1)
  582. {
  583. templateBuilder.Append(" <input type="hidden" id="postbytopictype" name="postbytopictype" value="");
  584. templateBuilder.Append(forum.Postbytopictype.ToString().Trim());
  585. templateBuilder.Append(""rn");
  586. templateBuilder.Append(" tabindex="3">rn");
  587. } //end if
  588. templateBuilder.Append(" <button type="submit" id="postsubmit" value="true"rn");
  589. if (pagename=="posttopic.aspx")
  590. {
  591. templateBuilder.Append(" name="topicsubmit"rn");
  592. }
  593. else if (pagename=="postreply.aspx")
  594. {
  595. templateBuilder.Append(" name="replysubmit"rn");
  596. }
  597. else if (pagename=="editpost.aspx")
  598. {
  599. templateBuilder.Append(" name="editsubmit"rn");
  600. } //end if
  601. templateBuilder.Append(" tabindex="1">");
  602. templateBuilder.Append(actiontitle.ToString());
  603. templateBuilder.Append("</button>rn");
  604. templateBuilder.Append(" <span id="more_1" style="display: none">rn");
  605. if (infloat==1 && special!="")
  606. {
  607. templateBuilder.Append(" <a href="javascript:;" onclick="pagescrolls('editor')">添加描述");
  608. templateBuilder.Append(actiontitle.ToString());
  609. templateBuilder.Append("</a>rn");
  610. } //end if
  611. templateBuilder.Append(" </span>rn");
  612. templateBuilder.Append(" <span id="more_2">rn");
  613. if (canpostattach)
  614. {
  615. templateBuilder.Append(" <span class="sim_upfile" onmouseover="$('attachinfo').style.display='';" onmouseout="$('attachinfo').style.display='none';">rn");
  616. templateBuilder.Append(" <span id="attachbtnhidden" style="display:none"><span><input type="file" name="postfile" size="1" /></span></span>rn");
  617. templateBuilder.Append(" <span id="attachbtn"></span>rn");
  618. templateBuilder.Append(" <a href="javascript:;" onclick="return false;">添加附件</a>rn");
  619. if (pagename.IndexOf("goods")<0 && config.Silverlight==1)
  620. {
  621. templateBuilder.Append(" <a href="javascript:;" onclick="swfuploadwin();">批量上传</a>rn");
  622. } //end if
  623. templateBuilder.Append(" </span>rn");
  624. templateBuilder.Append(" <a href="javascript:;" onclick="attachlist()">附件列表</a>rn");
  625. } //end if
  626. if (infloat==1)
  627. {
  628. templateBuilder.Append("<a href="javascript:;" id="morelink" onclick="pagescrolls('more')">更多设定</a>rn");
  629. } //end if
  630. if (userinfo.Spaceid>0 && special==""&&action=="newthread"&&config.Enablespace==1)
  631. {
  632. templateBuilder.Append("<input type="checkbox" name="addtoblog" /> 添加到个人空间rn");
  633. } //end if
  634. templateBuilder.Append(" </span>rn");
  635. if (isseccode)
  636. {
  637. templateBuilder.Append("<span style="position:relative">rn");
  638. templateBuilder.Append("<div id="vcode_temp"></div>rn");
  639. templateBuilder.Append("<script type="text/javascript" reload="1">rn");
  640. templateBuilder.Append(" var infloat = ");
  641. templateBuilder.Append(infloat.ToString());
  642. templateBuilder.Append(";rn");
  643. templateBuilder.Append(" if (typeof vcodeimgid == 'undefined'){rn");
  644. templateBuilder.Append(" var vcodeimgid = 1;rn");
  645. templateBuilder.Append(" }rn");
  646. templateBuilder.Append(" elsern");
  647. templateBuilder.Append("     vcodeimgid++;rn");
  648. templateBuilder.Append("    $('vcode_temp').parentNode.innerHTML = '<input name="vcodetext" tabindex="1" size="20" onkeyup="changevcode(this.form, this.value);" class="txt" style="width:90px;" id="vcodetext' + vcodeimgid + '"  onblur="if(!seccodefocus) {display(this.id + \'_menu\')};"  onclick="opensecwin('+vcodeimgid+',1)"   value="验证码" autocomplete="off"/>' +rn");
  649. templateBuilder.Append("                                        '<div class="seccodecontent"  style="display:none;cursor: pointer;width: 124px; height: 44px;top:256px;z-index:10009;padding:0;" id="vcodetext' + vcodeimgid + '_menu" onmouseout="seccodefocus = 0" onmouseover="seccodefocus = 1"><img src="");
  650. templateBuilder.Append(rooturl.ToString());
  651. templateBuilder.Append("tools/VerifyImagePage.aspx?time=");
  652. templateBuilder.Append(Processtime.ToString());
  653. templateBuilder.Append("" class="cursor" id="vcodeimg' + vcodeimgid + '" onclick="this.src=\'");
  654. templateBuilder.Append(rooturl.ToString());
  655. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  656. templateBuilder.Append(olid.ToString());
  657. templateBuilder.Append("&time=\' + Math.random();"/></div>';rn");
  658. templateBuilder.Append(" function changevcode(form, value){rn");
  659. templateBuilder.Append(" if (!$('vcode')){rn");
  660. templateBuilder.Append(" var vcode = document.createElement('input');rn");
  661. templateBuilder.Append(" vcode.id = 'vcode';rn");
  662. templateBuilder.Append(" vcode.name = 'vcode';rn");
  663. templateBuilder.Append(" vcode.type = 'hidden';rn");
  664. templateBuilder.Append(" vcode.value = value;rn");
  665. templateBuilder.Append(" form.appendChild(vcode);rn");
  666. templateBuilder.Append(" }else{rn");
  667. templateBuilder.Append(" $('vcode').value = value;rn");
  668. templateBuilder.Append(" }rn");
  669. templateBuilder.Append(" }rn");
  670. templateBuilder.Append("</");
  671. templateBuilder.Append("script>rn");
  672. templateBuilder.Append("<script type="text/javascript">rn");
  673. templateBuilder.Append("var secclick = new Array();rn");
  674. templateBuilder.Append("var seccodefocus = 0;rn");
  675. templateBuilder.Append("function opensecwin(id,type) {rn");
  676. templateBuilder.Append(" if($('vcode')){rn");
  677. templateBuilder.Append(" $('vcode').parentNode.removeChild($('vcode'));}rn");
  678. templateBuilder.Append(" if (!secclick['vcodetext' + id]) {rn");
  679. templateBuilder.Append("     $('vcodetext' + id).value = '';rn");
  680. templateBuilder.Append("     secclick['vcodetext' + id] = 1;rn");
  681. templateBuilder.Append("     if(type)rn");
  682. templateBuilder.Append("         $('vcodetext' + id + '_menu').style.top = parseInt($('vcodetext' + id + '_menu').style.top) - parseInt($('vcodetext' + id + '_menu').style.height) + 'px';rn");
  683. templateBuilder.Append(" }rn");
  684. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.position = 'absolute';rn");
  685. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.top = (-parseInt($('vcodetext' + id + '_menu').style.height) - 2) + 'px';rn");
  686. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.left = '0px';rn");
  687. templateBuilder.Append(" $('vcodetext' + id + '_menu').style.display = '';rn");
  688. templateBuilder.Append(" $('vcodetext' + id).focus();rn");
  689. templateBuilder.Append(" $('vcodetext' + id).unselectable = 'off';rn");
  690. templateBuilder.Append(" $('vcodeimg' + id).src = '");
  691. templateBuilder.Append(rooturl.ToString());
  692. templateBuilder.Append("tools/VerifyImagePage.aspx?id=");
  693. templateBuilder.Append(olid.ToString());
  694. templateBuilder.Append("&time=' + Math.random();rn");
  695. templateBuilder.Append("}rn");
  696. templateBuilder.Append("</");
  697. templateBuilder.Append("script>rn");
  698. templateBuilder.Append("</span>rn");
  699. } //end if
  700. templateBuilder.Append(" </div>rn");
  701. templateBuilder.Append(" </div>rn");
  702. templateBuilder.Append(" </div>rn");
  703. templateBuilder.Append("</div>rn");
  704. templateBuilder.Append("    <script  type="text/javascript" reload="1">rn");
  705. templateBuilder.Append(" openEditor();rn");
  706. templateBuilder.Append(" </");
  707. templateBuilder.Append("script>rn");
  708. templateBuilder.Append(" <div style="display: none;" id="specialposttable">rn");
  709. if (postinfo.Layer==0)
  710. {
  711. if (topic.Special==1)
  712. {
  713. templateBuilder.Append(" <div class="specialpost s_clear">rn");
  714. templateBuilder.Append(" <p><em>选项:</em>每行填写 1 个选项</p>rn");
  715. templateBuilder.Append(" <div class="specialinfo sppoll"  id="divPoll">rn");
  716. templateBuilder.Append(" <input id="PollItemname" type="hidden" name="PollItemname" value="" />rn");
  717. templateBuilder.Append(" <input id="PollOptionDisplayOrder" type="hidden" name="PollOptionDisplayOrder" value="" />rn");
  718. templateBuilder.Append(" <input id="PollOptionID" type="hidden" name="PollOptionID" value="" />rn");
  719. templateBuilder.Append(" <div id="polloptions">rn");
  720. int poll__loop__id=0;
  721. foreach(DataRow poll in polloptionlist.Rows)
  722. {
  723. poll__loop__id++;
  724. templateBuilder.Append(" <p rn");
  725. if (poll__loop__id==1)
  726. {
  727. templateBuilder.Append("id="divPollItem" rn");
  728. } //end if
  729. templateBuilder.Append(" name="PollItem">rn");
  730. templateBuilder.Append(" <input type="hidden" name="optionid" value="" + poll["polloptionid"].ToString().Trim() + "">rn");
  731. templateBuilder.Append(" <input type="text" class="txt left" style="margin-right:2px" size="2" name="displayorder" maxlength="4" value="" + poll["displayorder"].ToString().Trim() + "" />rn");
  732. templateBuilder.Append(" <input type="text" name="pollitemid" value="" + poll["name"].ToString().Trim() + "" class="optioninfo txt" />rn");
  733. templateBuilder.Append(" <a href="javascript:;" class="deloption" title="删除投票项" onclick="if(!delObj(document.getElementById('polloptions'),2)){alert('投票项不能少于2个');}">del</a>rn");
  734. templateBuilder.Append(" </p>rn");
  735. } //end loop
  736. templateBuilder.Append(" </div>rn");
  737. templateBuilder.Append(" <p><a onclick="clonePoll('");
  738. templateBuilder.Append(config.Maxpolloptions.ToString().Trim());
  739. templateBuilder.Append("')" href="javascript:;">+增加投票项</a> rn");
  740. templateBuilder.Append(" <a onclick="if(!delObj(document.getElementById('polloptions'), (is_ie ? 2 : 4))){alert('投票项不能少于2个');}" href="javascript:;">删除投票项</a>rn");
  741. templateBuilder.Append(" </p>rn");
  742. templateBuilder.Append(" </div>rn");
  743. templateBuilder.Append(" <div class="specialaddons">rn");
  744. templateBuilder.Append(" <p><label for="polldatas">投票结束日期</label>rn");
  745. templateBuilder.Append(" <input name="enddatetime" type="text" id="enddatetime" size="10" value="");
  746. templateBuilder.Append(pollinfo.Expiration.ToString().Trim());
  747. templateBuilder.Append("" style="cursor: default" onclick="showcalendar(event, 'enddatetime', 'cal_startdate', 'cal_enddate', '");
  748. templateBuilder.Append(nowdate.ToString());
  749. templateBuilder.Append("');" readonly="readonly" />rn");
  750. templateBuilder.Append(" <input type="hidden" name="cal_startdate" id="cal_startdate" size="10" value="");
  751. templateBuilder.Append(nowdate.ToString());
  752. templateBuilder.Append("">rn");
  753. templateBuilder.Append(" <input type="hidden" name="cal_enddate" id="cal_enddate" size="10" value="">rn");
  754. templateBuilder.Append(" </p>rn");
  755. templateBuilder.Append(" <p><label for="pollnum">rn");
  756. templateBuilder.Append(" <input rn");
  757. if (pollinfo.Multiple==1)
  758. {
  759. templateBuilder.Append("checked="checked" rn");
  760. } //end if
  761. templateBuilder.Append(" type="checkbox" name="multiple"rn");
  762. templateBuilder.Append(" onclick="this.checked?$('maxchoicescontrol').style.display='':$('maxchoicescontrol').style.display='none';" />多选投票rn");
  763. templateBuilder.Append(" </label>rn");
  764. templateBuilder.Append(" <span id="maxchoicescontrol" rn");
  765. if (pollinfo.Multiple==0)
  766. {
  767. templateBuilder.Append("style="display: none;"rn");
  768. } //end if
  769. templateBuilder.Append(">最多可选项数: <input type="text" tabindex="1" value="");
  770. templateBuilder.Append(pollinfo.Maxchoices.ToString().Trim());
  771. templateBuilder.Append("" class="spshortinput txt" name="maxchoices"/></span>rn");
  772. templateBuilder.Append(" </p>rn");
  773. templateBuilder.Append(" <p>rn");
  774. templateBuilder.Append(" <input name="updatepoll" type="hidden" id="updatepoll" value="1" />rn");
  775. templateBuilder.Append(" <input type="checkbox" name="visiblepoll" rn");
  776. if (pollinfo.Visible==1)
  777. {
  778. templateBuilder.Append("checked="checked"rn");
  779. } //end if
  780. templateBuilder.Append(" />提交投票后结果才可见rn");
  781. templateBuilder.Append(" </p>rn");
  782. templateBuilder.Append(" <p><input type="checkbox" tabindex="1" value="1" name="overt"/>公开投票参与人</p>rn");
  783. templateBuilder.Append(" </div>rn");
  784. templateBuilder.Append(" </div>rn");
  785. } //end if
  786. if (topic.Special==2)
  787. {
  788. templateBuilder.Append(" <div class="specialpost s_clear">rn");
  789. templateBuilder.Append(" <div class="specialinfo">rn");
  790. templateBuilder.Append(" <dl>rn");
  791. templateBuilder.Append(" <dt><label for="rewardprice">悬赏价格:</label></dt>rn");
  792. templateBuilder.Append(" <dd><input name="topicprice" type="text" class="txt" id="topicprice" value="");
  793. templateBuilder.Append(topic.Price.ToString().Trim());
  794. templateBuilder.Append("" size="5" maxlength="5" onkeyup="getrealprice(this.value);"/>rn");
  795. templateBuilder.Append("             ");
  796. templateBuilder.Append(userextcreditsinfo.Unit.ToString().Trim());
  797. templateBuilder.Append(" ");
  798. templateBuilder.Append(userextcreditsinfo.Name.ToString().Trim());
  799. templateBuilder.Append("rn");
  800. templateBuilder.Append(" </dd>rn");
  801. templateBuilder.Append(" <dd class="tips">rn");
  802. templateBuilder.Append(" [ 悬赏范围 ");
  803. templateBuilder.Append(usergroupinfo.Minbonusprice.ToString().Trim());
  804. templateBuilder.Append(" - ");
  805. templateBuilder.Append(usergroupinfo.Maxbonusprice.ToString().Trim());
  806. templateBuilder.Append("  rn");
  807. templateBuilder.Append(" ");
  808. templateBuilder.Append(bonusextcreditsinfo.Unit.ToString().Trim());
  809. templateBuilder.Append("rn");
  810. templateBuilder.Append(" ");
  811. templateBuilder.Append(bonusextcreditsinfo.Name.ToString().Trim());
  812. templateBuilder.Append(", 当前可用 ");
  813. templateBuilder.Append(mybonustranscredits.ToString());
  814. templateBuilder.Append(" ");
  815. templateBuilder.Append(bonusextcreditsinfo.Unit.ToString().Trim());
  816. templateBuilder.Append(bonusextcreditsinfo.Name.ToString().Trim());
  817. templateBuilder.Append("]rn");
  818. templateBuilder.Append(" </dd>rn");
  819. templateBuilder.Append(" <dd class="tips">rn");
  820. templateBuilder.Append(" [ 税后支付 <span id="realprice">0</span>]rn");
  821. templateBuilder.Append(" </dd> rn");
  822. templateBuilder.Append(" <script type="text/javascript" reload="1">rn");
  823. templateBuilder.Append("     function getrealprice(price) {rn");
  824. templateBuilder.Append("         if (!price.search(/^\d+$/)) {rn");
  825. templateBuilder.Append("             n = Math.ceil(parseInt(price) + price * ");
  826. templateBuilder.Append(Scoresets.GetCreditsTax().ToString().Trim());
  827. templateBuilder.Append(");rn");
  828. templateBuilder.Append("             if (price > 32767) {rn");
  829. templateBuilder.Append("                 $('realprice').innerHTML = '<b>悬赏不能高于 32767</b>';rn");
  830. templateBuilder.Append("             } else if (price < ");
  831. templateBuilder.Append(usergroupinfo.Minbonusprice.ToString().Trim());
  832. templateBuilder.Append(" || (price > ");
  833. templateBuilder.Append(usergroupinfo.Maxbonusprice.ToString().Trim());
  834. templateBuilder.Append(")) {rn");
  835. templateBuilder.Append("                 $('realprice').innerHTML = '<b>悬赏超出范围</b>';rn");
  836. templateBuilder.Append("             } else {rn");
  837. templateBuilder.Append("                 $('realprice').innerHTML = n;rn");
  838. templateBuilder.Append("             }rn");
  839. templateBuilder.Append("         } else {rn");
  840. templateBuilder.Append("             $('realprice').innerHTML = '<b>填写无效</b>';rn");
  841. templateBuilder.Append("         }rn");
  842. templateBuilder.Append("     }rn");
  843. templateBuilder.Append("                </");
  844. templateBuilder.Append("script>rn");
  845. templateBuilder.Append(" </dl>rn");
  846. templateBuilder.Append(" </div>rn");
  847. templateBuilder.Append(" </div>rn");
  848. }
  849. else if (topic.Special==3)
  850. {
  851. templateBuilder.Append(" <div class="specialpost s_clear">rn");
  852. templateBuilder.Append(" <div class="specialinfo">rn");
  853. templateBuilder.Append(" <dl>rn");
  854. templateBuilder.Append(" <dt><label for="rewardprice">悬赏价格:</label></dt>rn");
  855. templateBuilder.Append(" <dd>rn");
  856. templateBuilder.Append(" <input name="topicprice" type="hidden" id="topicprice" value="");
  857. templateBuilder.Append(usergroupinfo.Minbonusprice.ToString().Trim());
  858. templateBuilder.Append("" />rn");
  859. templateBuilder.Append(" ");
  860. templateBuilder.Append(topic.Price.ToString().Trim());
  861. templateBuilder.Append(" ");
  862. templateBuilder.Append(userextcreditsinfo.Unit.ToString().Trim());
  863. templateBuilder.Append(" ");
  864. templateBuilder.Append(userextcreditsinfo.Name.ToString().Trim());
  865. templateBuilder.Append(" (只允许正整数)rn");
  866. templateBuilder.Append(" </dd>rn");
  867. templateBuilder.Append(" <dd class="tips">rn");
  868. templateBuilder.Append(" 已经结帖无法修改悬赏金额rn");
  869. templateBuilder.Append(" </dd>rn");
  870. templateBuilder.Append(" </dl>rn");
  871. templateBuilder.Append(" </div>rn");
  872. templateBuilder.Append(" </div>rn");
  873. } //end if
  874. } //end if
  875. templateBuilder.Append(" </div>rn");
  876. templateBuilder.Append("    <input type="hidden" name="aid" id="aid" value="0">rn");
  877. templateBuilder.Append("    <input type="hidden" name="isdeleteatt" id="isdeleteatt" value="0">rn");
  878. if (infloat!=1)
  879. {
  880. templateBuilder.Append("    <script type="text/javascript">rn");
  881. templateBuilder.Append(" isfirstpost  = ");
  882. templateBuilder.Append(postinfo.Layer.ToString().Trim());
  883. templateBuilder.Append(" == 0 ? 1 : 0;rn");
  884. templateBuilder.Append(" $('postform').onsubmit = function() { return validate($('postform'));};rn");
  885. templateBuilder.Append(" function deleteatt(aid){rn");
  886. templateBuilder.Append(" document.getElementById('isdeleteatt').value = 1;rn");
  887. templateBuilder.Append(" document.getElementById('aid').value = aid;rn");
  888. templateBuilder.Append(" document.getElementById('isdeleteatt').form.submit();rn");
  889. templateBuilder.Append(" }rn");
  890. templateBuilder.Append("    </");
  891. templateBuilder.Append("script>rn");
  892. } //end if
  893. templateBuilder.Append("    <p class="textmsg" id="divshowuploadmsg" style="display: none"></p>rn");
  894. templateBuilder.Append("    <p class="textmsg succ" id="divshowuploadmsgok" style="display: none"></p>rn");
  895. templateBuilder.Append("    <input type="hidden" name="uploadallowmax" value="10">rn");
  896. templateBuilder.Append("    <input type="hidden" name="uploadallowtype" value="jpg,gif">rn");
  897. templateBuilder.Append("    <input type="hidden" name="thumbwidth" value="300">rn");
  898. templateBuilder.Append("    <input type="hidden" name="thumbheight" value="250">rn");
  899. templateBuilder.Append("    <input type="hidden" name="noinsert" value="0">rn");
  900. templateBuilder.Append("    </form>rn");
  901. templateBuilder.Append(" </div>rn");
  902. if (infloat==0)
  903. {
  904. templateBuilder.Append(" </div>rn");
  905. templateBuilder.Append(" </div>rn");
  906. templateBuilder.Append(" </div>rn");
  907. templateBuilder.Append(" </div>rn");
  908. templateBuilder.Append(" </div>rn");
  909. } //end if
  910. } //end if
  911. }
  912. else
  913. {
  914. if (ispost)
  915. {
  916. if (infloat==1)
  917. {
  918. templateBuilder.Append("         ");
  919. templateBuilder.Append(msgbox_text.ToString());
  920. templateBuilder.Append("rn");
  921. }
  922. else
  923. {
  924. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  925. templateBuilder.Append("<div class="main">rn");
  926. templateBuilder.Append(" <div class="msgbox">rn");
  927. templateBuilder.Append(" <h1>出现了");
  928. templateBuilder.Append(page_err.ToString());
  929. templateBuilder.Append("个错误</h1>rn");
  930. templateBuilder.Append(" <hr class="solidline"/>rn");
  931. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  932. templateBuilder.Append(" <p>");
  933. templateBuilder.Append(msgbox_text.ToString());
  934. templateBuilder.Append("</p>rn");
  935. templateBuilder.Append(" <p class="errorback">rn");
  936. templateBuilder.Append(" <script type="text/javascript">rn");
  937. templateBuilder.Append(" if(");
  938. templateBuilder.Append(msgbox_showbacklink.ToString());
  939. templateBuilder.Append(")rn");
  940. templateBuilder.Append(" {rn");
  941. templateBuilder.Append(" document.write("<a href=\"");
  942. templateBuilder.Append(msgbox_backlink.ToString());
  943. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|&nbsp; &nbsp  ");rn");
  944. templateBuilder.Append(" }rn");
  945. templateBuilder.Append(" </");
  946. templateBuilder.Append("script>rn");
  947. templateBuilder.Append(" <a href="forumindex.aspx">论坛首页</a>rn");
  948. if (usergroupid==7)
  949. {
  950. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  951. } //end if
  952. templateBuilder.Append(" </p>rn");
  953. templateBuilder.Append(" </div>rn");
  954. templateBuilder.Append(" </div>rn");
  955. templateBuilder.Append("</div>rn");
  956. templateBuilder.Append("</div>rn");
  957. } //end if
  958. }
  959. else
  960. {
  961. if (infloat==1)
  962. {
  963. templateBuilder.Append(" <div class="floatbox floatbox1">rn");
  964. templateBuilder.Append(" <h3 class="float_ctrl">rn");
  965. templateBuilder.Append(" <span>rn");
  966. templateBuilder.Append(" <a href="javascript:;" class="float_close" onclick="floatwin('floatwin_edit');" title="关闭">关闭</a>rn");
  967. templateBuilder.Append(" </span>rn");
  968. templateBuilder.Append(" </h3>rn");
  969. templateBuilder.Append(" <div class="gateform">rn");
  970. templateBuilder.Append(" <h3>");
  971. templateBuilder.Append(msgbox_text.ToString());
  972. templateBuilder.Append("</h3>rn");
  973. templateBuilder.Append(" </div>rn");
  974. templateBuilder.Append(" </div>rn");
  975. }
  976. else
  977. {
  978. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  979. templateBuilder.Append("<div class="main">rn");
  980. templateBuilder.Append(" <div class="msgbox">rn");
  981. templateBuilder.Append(" <h1>出现了");
  982. templateBuilder.Append(page_err.ToString());
  983. templateBuilder.Append("个错误</h1>rn");
  984. templateBuilder.Append(" <hr class="solidline"/>rn");
  985. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  986. templateBuilder.Append(" <p>");
  987. templateBuilder.Append(msgbox_text.ToString());
  988. templateBuilder.Append("</p>rn");
  989. templateBuilder.Append(" <p class="errorback">rn");
  990. templateBuilder.Append(" <script type="text/javascript">rn");
  991. templateBuilder.Append(" if(");
  992. templateBuilder.Append(msgbox_showbacklink.ToString());
  993. templateBuilder.Append(")rn");
  994. templateBuilder.Append(" {rn");
  995. templateBuilder.Append(" document.write("<a href=\"");
  996. templateBuilder.Append(msgbox_backlink.ToString());
  997. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|&nbsp; &nbsp  ");rn");
  998. templateBuilder.Append(" }rn");
  999. templateBuilder.Append(" </");
  1000. templateBuilder.Append("script>rn");
  1001. templateBuilder.Append(" <a href="forumindex.aspx">论坛首页</a>rn");
  1002. if (usergroupid==7)
  1003. {
  1004. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  1005. } //end if
  1006. templateBuilder.Append(" </p>rn");
  1007. templateBuilder.Append(" </div>rn");
  1008. templateBuilder.Append(" </div>rn");
  1009. templateBuilder.Append("</div>rn");
  1010. templateBuilder.Append("</div>rn");
  1011. } //end if
  1012. } //end if
  1013. } //end if
  1014. templateBuilder.Append(" <script type="text/javascript" reload="1">rn");
  1015. templateBuilder.Append(" initAttach();rn");
  1016. templateBuilder.Append(" </");
  1017. templateBuilder.Append("script>rn");
  1018. if (infloat!=1)
  1019. {
  1020. if (pagename=="website.aspx")
  1021. {
  1022. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  1023. }
  1024. else if (footerad!="")
  1025. {
  1026. templateBuilder.Append("     <div id="ad_footerbanner">");
  1027. templateBuilder.Append(footerad.ToString());
  1028. templateBuilder.Append("</div>   rn");
  1029. } //end if
  1030. if (headerad!="")
  1031. {
  1032. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  1033. templateBuilder.Append(headerad.ToString());
  1034. templateBuilder.Append("</div>rn");
  1035. templateBuilder.Append("<script type="text/javascript">rn");
  1036. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  1037. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  1038. templateBuilder.Append("</");
  1039. templateBuilder.Append("script>rn");
  1040. } //end if
  1041. templateBuilder.Append("<div id="footer">rn");
  1042. templateBuilder.Append(" <div class="wrap">rn");
  1043. templateBuilder.Append(" <div id="footlinks">rn");
  1044. templateBuilder.Append(" <p><a href="");
  1045. templateBuilder.Append(config.Weburl.ToString().Trim());
  1046. templateBuilder.Append("" target="_blank">");
  1047. templateBuilder.Append(config.Webtitle.ToString().Trim());
  1048. templateBuilder.Append("</a> - ");
  1049. templateBuilder.Append(config.Linktext.ToString().Trim());
  1050. templateBuilder.Append(" - <a target="_blank" href="");
  1051. templateBuilder.Append(forumurl.ToString());
  1052. templateBuilder.Append("stats.aspx">统计</a> - rn");
  1053. if (config.Sitemapstatus==1)
  1054. {
  1055. templateBuilder.Append("&nbsp;<a href="");
  1056. templateBuilder.Append(forumurl.ToString());
  1057. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  1058. } //end if
  1059. templateBuilder.Append(" ");
  1060. templateBuilder.Append(config.Statcode.ToString().Trim());
  1061. templateBuilder.Append(config.Icp.ToString().Trim());
  1062. templateBuilder.Append("rn");
  1063. templateBuilder.Append(" </p>rn");
  1064. templateBuilder.Append(" <div>rn");
  1065. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  1066. templateBuilder.Append(" - <a href="");
  1067. templateBuilder.Append(forumurl.ToString());
  1068. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  1069. if (config.Stylejump==1)
  1070. {
  1071. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  1072. {
  1073. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  1074. templateBuilder.Append(forumurl.ToString());
  1075. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  1076. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  1077. templateBuilder.Append(" ");
  1078. templateBuilder.Append(templatelistboxoptions.ToString());
  1079. templateBuilder.Append("rn");
  1080. templateBuilder.Append(" </ul>rn");
  1081. } //end if
  1082. } //end if
  1083. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  1084. templateBuilder.Append(" </div>rn");
  1085. templateBuilder.Append(" </div>rn");
  1086. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  1087. templateBuilder.Append(forumurl.ToString());
  1088. templateBuilder.Append("templates/");
  1089. templateBuilder.Append(templatepath.ToString());
  1090. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  1091. templateBuilder.Append(" <p id="copyright">rn");
  1092. 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");
  1093. if (config.Licensed==1)
  1094. {
  1095. 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");
  1096. } //end if
  1097. templateBuilder.Append(" ");
  1098. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  1099. templateBuilder.Append("rn");
  1100. templateBuilder.Append(" </p>rn");
  1101. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  1102. if (config.Debug!=0)
  1103. {
  1104. templateBuilder.Append(" Processed in ");
  1105. templateBuilder.Append(this.Processtime.ToString().Trim());
  1106. templateBuilder.Append(" second(s)rn");
  1107. if (isguestcachepage==1)
  1108. {
  1109. templateBuilder.Append(" (Cached).rn");
  1110. }
  1111. else if (querycount>1)
  1112. {
  1113. templateBuilder.Append("  , ");
  1114. templateBuilder.Append(querycount.ToString());
  1115. templateBuilder.Append(" queries.rn");
  1116. }
  1117. else
  1118. {
  1119. templateBuilder.Append("  , ");
  1120. templateBuilder.Append(querycount.ToString());
  1121. templateBuilder.Append(" query.rn");
  1122. } //end if
  1123. } //end if
  1124. templateBuilder.Append(" </p>rn");
  1125. templateBuilder.Append(" </div>rn");
  1126. templateBuilder.Append("</div>rn");
  1127. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  1128. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  1129. if (config.Enablespace==1)
  1130. {
  1131. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  1132. } //end if
  1133. if (config.Enablealbum==1)
  1134. {
  1135. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  1136. } //end if
  1137. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  1138. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  1139. templateBuilder.Append("</ul>rn");
  1140. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  1141. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  1142. templateBuilder.Append(useravatar.ToString());
  1143. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  1144. templateBuilder.Append(templatepath.ToString());
  1145. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  1146.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  1147. templateBuilder.Append(" <li class="popuser"><a href="");
  1148. templateBuilder.Append(forumurl.ToString());
  1149. templateBuilder.Append(aspxrewriteurl.ToString());
  1150. templateBuilder.Append("">我的资料</a></li>rn");
  1151. if (config.Enablespace==1)
  1152. {
  1153. templateBuilder.Append(" <li class="poplink"><a href="");
  1154. templateBuilder.Append(forumurl.ToString());
  1155. templateBuilder.Append(spaceurl.ToString());
  1156. templateBuilder.Append("space/">我的空间</a></li>rn");
  1157. } //end if
  1158. templateBuilder.Append("</ul>rn");
  1159. int prentid__loop__id=0;
  1160. foreach(string prentid in mainnavigationhassub)
  1161. {
  1162. prentid__loop__id++;
  1163. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  1164. templateBuilder.Append(prentid.ToString());
  1165. templateBuilder.Append("_menu" style="display: none">rn");
  1166. int subnav__loop__id=0;
  1167. foreach(DataRow subnav in subnavigation.Rows)
  1168. {
  1169. subnav__loop__id++;
  1170. bool isoutput = false;
  1171. if (subnav["parentid"].ToString().Trim()==prentid)
  1172. {
  1173. if (subnav["level"].ToString().Trim()=="0")
  1174. {
  1175.  isoutput = true;
  1176. }
  1177. else
  1178. {
  1179. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  1180. {
  1181.  isoutput = true;
  1182. }
  1183. else
  1184. {
  1185. bool leveluseradmindi = true;
  1186.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  1187. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  1188. {
  1189.  isoutput = true;
  1190. } //end if
  1191. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  1192. {
  1193.  isoutput = true;
  1194. } //end if
  1195. } //end if
  1196. } //end if
  1197. } //end if
  1198. if (isoutput)
  1199. {
  1200. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  1201. {
  1202. if (config.Statstatus==1)
  1203. {
  1204. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  1205. continue;
  1206. }
  1207. else
  1208. {
  1209. continue;
  1210. } //end if
  1211. } //end if
  1212. if (subnav["id"].ToString().Trim()=="18")
  1213. {
  1214. if (config.Oltimespan>0)
  1215. {
  1216. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1217. continue;
  1218. }
  1219. else
  1220. {
  1221. continue;
  1222. } //end if
  1223. } //end if
  1224. if (subnav["id"].ToString().Trim()=="24")
  1225. {
  1226. if (config.Enablespace==1)
  1227. {
  1228. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1229. continue;
  1230. }
  1231. else
  1232. {
  1233. continue;
  1234. } //end if
  1235. } //end if
  1236. if (subnav["id"].ToString().Trim()=="25")
  1237. {
  1238. if (config.Enablealbum==1)
  1239. {
  1240. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1241. continue;
  1242. }
  1243. else
  1244. {
  1245. continue;
  1246. } //end if
  1247. } //end if
  1248. if (subnav["id"].ToString().Trim()=="26")
  1249. {
  1250. if (config.Enablemall>=1)
  1251. {
  1252. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1253. continue;
  1254. }
  1255. else
  1256. {
  1257. continue;
  1258. } //end if
  1259. } //end if
  1260. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  1261. } //end if
  1262. } //end loop
  1263. templateBuilder.Append("</ul>rn");
  1264. } //end loop
  1265. templateBuilder.Append("</body>rn");
  1266. templateBuilder.Append("</html>rn");
  1267. }
  1268. else
  1269. {
  1270. templateBuilder.Append("]]></root>rn");
  1271. } //end if
  1272. Response.Write(templateBuilder.ToString());
  1273. }
  1274. </script>