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

SCSI/ASPI

开发平台:

Others

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