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

SCSI/ASPI

开发平台:

Others

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