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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" AutoEventWireup="false" EnableViewState="false" Inherits="Discuz.Web.useradmin" %>
  2. <%@ Import namespace="System.Data" %>
  3. <%@ Import namespace="Discuz.Common" %>
  4. <%@ Import namespace="Discuz.Forum" %>
  5. <%@ Import namespace="Discuz.Entity" %>
  6. <script runat="server">
  7. override protected void OnInit(EventArgs e)
  8. {
  9. /* 
  10. This page was created by Discuz!NT Template Engine at 2010/2/8 15:43:52.
  11. 本页面代码由Discuz!NT模板引擎生成于 2010/2/8 15:43:52. 
  12. */
  13. base.OnInit(e);
  14. templateBuilder.Capacity = 220000;
  15. if (infloat!=1)
  16. {
  17. templateBuilder.Append("<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">rn");
  18. templateBuilder.Append("<html xmlns="http://www.w3.org/1999/xhtml">rn");
  19. templateBuilder.Append("<head>rn");
  20. templateBuilder.Append("<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />rn");
  21. if (pagetitle=="首页")
  22. {
  23. templateBuilder.Append("<title>");
  24. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  25. templateBuilder.Append(" ");
  26. templateBuilder.Append(config.Seotitle.ToString().Trim());
  27. templateBuilder.Append(" - Powered by Discuz!NT</title>rn");
  28. }
  29. else
  30. {
  31. templateBuilder.Append("<title>");
  32. templateBuilder.Append(pagetitle.ToString());
  33. templateBuilder.Append(" - ");
  34. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  35. templateBuilder.Append(" ");
  36. templateBuilder.Append(config.Seotitle.ToString().Trim());
  37. templateBuilder.Append(" - Powered by Discuz!NT</title>rn");
  38. } //end if
  39. templateBuilder.Append(meta.ToString());
  40. templateBuilder.Append("rn");
  41. templateBuilder.Append("<meta name="generator" content="Discuz!NT 3.1.0" />rn");
  42. templateBuilder.Append("<meta name="author" content="Discuz!NT Team and Comsenz UI Team" />rn");
  43. templateBuilder.Append("<meta name="copyright" content="2001-2010 Comsenz Inc." />rn");
  44. templateBuilder.Append("<meta http-equiv="x-ua-compatible" content="ie=7" />rn");
  45. templateBuilder.Append("<link rel="icon" href="");
  46. templateBuilder.Append(forumurl.ToString());
  47. templateBuilder.Append("favicon.ico" type="image/x-icon" />rn");
  48. templateBuilder.Append("<link rel="shortcut icon" href="");
  49. templateBuilder.Append(forumurl.ToString());
  50. templateBuilder.Append("favicon.ico" type="image/x-icon" />rn");
  51. templateBuilder.Append("<link rel="stylesheet" href="");
  52. templateBuilder.Append(forumurl.ToString());
  53. templateBuilder.Append("templates/");
  54. templateBuilder.Append(templatepath.ToString());
  55. templateBuilder.Append("/dnt.css" type="text/css" media="all" />rn");
  56. templateBuilder.Append("<link rel="stylesheet" href="");
  57. templateBuilder.Append(forumurl.ToString());
  58. templateBuilder.Append("templates/");
  59. templateBuilder.Append(templatepath.ToString());
  60. templateBuilder.Append("/float.css" type="text/css" />rn");
  61. templateBuilder.Append(link.ToString());
  62. templateBuilder.Append("rn");
  63. templateBuilder.Append("<script type="text/javascript">rn");
  64. templateBuilder.Append("var creditnotice='");
  65. templateBuilder.Append(Scoresets.GetValidScoreNameAndId().ToString().Trim());
  66. templateBuilder.Append("'; rn");
  67. templateBuilder.Append("var forumpath = "");
  68. templateBuilder.Append(forumpath.ToString());
  69. templateBuilder.Append("";rn");
  70. templateBuilder.Append("</");
  71. templateBuilder.Append("script>rn");
  72. templateBuilder.Append("<script type="text/javascript" src="");
  73. templateBuilder.Append(forumurl.ToString());
  74. templateBuilder.Append("javascript/common.js"></");
  75. templateBuilder.Append("script>rn");
  76. templateBuilder.Append("<script type="text/javascript" src="");
  77. templateBuilder.Append(forumurl.ToString());
  78. templateBuilder.Append("javascript/template_report.js"></");
  79. templateBuilder.Append("script>rn");
  80. templateBuilder.Append("<script type="text/javascript" src="");
  81. templateBuilder.Append(forumurl.ToString());
  82. templateBuilder.Append("javascript/template_utils.js"></");
  83. templateBuilder.Append("script>rn");
  84. templateBuilder.Append("<script type="text/javascript" src="");
  85. templateBuilder.Append(forumurl.ToString());
  86. templateBuilder.Append("javascript/ajax.js"></");
  87. templateBuilder.Append("script>rn");
  88. templateBuilder.Append("<script type="text/javascript">rn");
  89. templateBuilder.Append(" var aspxrewrite = ");
  90. templateBuilder.Append(config.Aspxrewrite.ToString().Trim());
  91. templateBuilder.Append(";rn");
  92. templateBuilder.Append(" var IMGDIR = '");
  93. templateBuilder.Append(forumurl.ToString());
  94. templateBuilder.Append("templates/");
  95. templateBuilder.Append(templatepath.ToString());
  96. templateBuilder.Append("/images'rn");
  97. templateBuilder.Append("    var allowfloatwin = ");
  98. templateBuilder.Append(config.Allowfloatwin.ToString().Trim());
  99. templateBuilder.Append("rn");
  100. templateBuilder.Append(" var rooturl="");
  101. templateBuilder.Append(rooturl.ToString());
  102. templateBuilder.Append("";rn");
  103. templateBuilder.Append("</");
  104. templateBuilder.Append("script>rn");
  105. templateBuilder.Append(script.ToString());
  106. templateBuilder.Append("rn");
  107. templateBuilder.Append("</head>rn");
  108. templateBuilder.Append("<body onkeydown="if(event.keyCode==27) return false;">rn");
  109. templateBuilder.Append("<div id="append_parent"></div><div id="ajaxwaitid"></div>rn");
  110. templateBuilder.Append("<div id="submenu">rn");
  111. templateBuilder.Append(" <div class="wrap s_clear">rn");
  112. if (usergroupinfo.Allowsearch>0)
  113. {
  114. templateBuilder.Append(" <form method="post" action="");
  115. templateBuilder.Append(forumurl.ToString());
  116. templateBuilder.Append("search.aspx" target="_blank" onsubmit="bind_keyword(this);;" class="right">rn");
  117. templateBuilder.Append(" <input type="hidden" name="poster" />rn");
  118. templateBuilder.Append(" <input type="hidden" name="keyword" />rn");
  119. templateBuilder.Append(" <input type="hidden" name="type" value="" />rn");
  120. templateBuilder.Append(" <input id="keywordtype" type="hidden" name="keywordtype" value="0" />rn");
  121. templateBuilder.Append(" <a href="javascript:void(0);" class="drop" id="quicksearch" onclick="showMenu(this.id, false);" onmouseover="MouseCursor(this);">快速搜索</a>rn");
  122. templateBuilder.Append(" <input type="text" name="keywordf" value="输入搜索关键字" onblur="if(this.value=='')this.value=defaultValue" onclick="if(this.value==this.defaultValue)this.value = ''" onkeydown="if(this.value==this.defaultValue)this.value = ''" class="txt"/>rn");
  123. templateBuilder.Append(" <input name="searchsubmit" type="submit" value="" class="btnsearch"/>rn");
  124. templateBuilder.Append(" </form>rn");
  125. templateBuilder.Append(" <script type="text/javascript">rn");
  126. templateBuilder.Append("     function bind_keyword(form) {rn");
  127. templateBuilder.Append(" if (form.keywordtype.value == '9') {rn");
  128. templateBuilder.Append("     form.action = '");
  129. templateBuilder.Append(forumurl.ToString());
  130. templateBuilder.Append("forumsearch.aspx?q=' + escape(form.keywordf.value);rn");
  131. templateBuilder.Append(" } else if (form.keywordtype.value == '8') {rn");
  132. templateBuilder.Append("             form.keyword.value = '';rn");
  133. templateBuilder.Append("             form.poster.value = form.keywordf.value;rn");
  134. templateBuilder.Append("         } else {rn");
  135. templateBuilder.Append("             form.poster.value = '';rn");
  136. templateBuilder.Append("             form.keyword.value = form.keywordf.value;rn");
  137. templateBuilder.Append("             if (form.keywordtype.value == '2')rn");
  138. templateBuilder.Append("                 form.type.value = 'spacepost';rn");
  139. templateBuilder.Append("             if (form.keywordtype.value == '3')rn");
  140. templateBuilder.Append("                 form.type.value = 'album';rn");
  141. templateBuilder.Append("         }rn");
  142. templateBuilder.Append("     }rn");
  143. templateBuilder.Append(" </");
  144. templateBuilder.Append("script>rn");
  145. } //end if
  146. templateBuilder.Append(" <span class="avataonline right">rn");
  147. if (userid==-1)
  148. {
  149. templateBuilder.Append(" <a href="");
  150. templateBuilder.Append(forumpath.ToString());
  151. templateBuilder.Append("login.aspx" onClick="floatwin('open_login', '");
  152. templateBuilder.Append(rooturl.ToString());
  153. templateBuilder.Append("login.aspx', 600, 410);return false;">[登录]</a>rn");
  154. templateBuilder.Append(" <a href="");
  155. templateBuilder.Append(forumpath.ToString());
  156. templateBuilder.Append("register.aspx" onClick="floatwin('open_register', '");
  157. templateBuilder.Append(rooturl.ToString());
  158. templateBuilder.Append("register.aspx', 600, 410);return false;">[注册]</arn");
  159. templateBuilder.Append(" >rn");
  160. }
  161. else
  162. {
  163. templateBuilder.Append(" 欢迎<a class="drop" id="viewpro" onMouseOver="showMenu(this.id)">");
  164. templateBuilder.Append(username.ToString());
  165. templateBuilder.Append("</a>rn");
  166. templateBuilder.Append(" <span class="pipe">|</span>rn");
  167. templateBuilder.Append(" <a href="");
  168. templateBuilder.Append(forumpath.ToString());
  169. templateBuilder.Append("logout.aspx?userkey=");
  170. templateBuilder.Append(userkey.ToString());
  171. templateBuilder.Append("">退出</a>rn");
  172. templateBuilder.Append(" <span class="pipe">|</span>rn");
  173. } //end if
  174. templateBuilder.Append(" </span>rn");
  175. if (userid!=-1)
  176. {
  177. templateBuilder.Append(" <a href="");
  178. templateBuilder.Append(forumpath.ToString());
  179. templateBuilder.Append("usercpinbox.aspx" class="inbox" title="");
  180. templateBuilder.Append(oluserinfo.Newpms.ToString().Trim());
  181. templateBuilder.Append("条新短消息">收件箱</a>rn");
  182. if (oluserinfo.Newpms>0)
  183. {
  184. templateBuilder.Append("<cite>");
  185. templateBuilder.Append(oluserinfo.Newpms.ToString().Trim());
  186. templateBuilder.Append("</cite>rn");
  187. } //end if
  188. templateBuilder.Append(" <span class="pipe">|</span>rn");
  189. templateBuilder.Append(" <a href="");
  190. templateBuilder.Append(forumpath.ToString());
  191. templateBuilder.Append("usercpnotice.aspx?filter=all" class="notice">通知</a>rn");
  192. if (oluserinfo.Newnotices>0)
  193. {
  194. templateBuilder.Append("<cite>");
  195. templateBuilder.Append(oluserinfo.Newnotices.ToString().Trim());
  196. templateBuilder.Append("</cite>rn");
  197. } //end if
  198. templateBuilder.Append(" <span class="pipe">|</span>rn");
  199. templateBuilder.Append(" <a href="");
  200. templateBuilder.Append(forumpath.ToString());
  201. templateBuilder.Append("usercp.aspx" class="usercp">用户中心</a>rn");
  202. templateBuilder.Append(" <span class="pipe">|</span>rn");
  203. if (useradminid==1)
  204. {
  205. templateBuilder.Append(" <a href="");
  206. templateBuilder.Append(forumpath.ToString());
  207. templateBuilder.Append("admin/index.aspx" target="_blank" class="systemmanage">系统设置</a>rn");
  208. templateBuilder.Append(" <span class="pipe">|</span>rn");
  209. } //end if
  210. templateBuilder.Append(" <a href="javascript:void(0);" class="drop" id="mymenu" onMouseOver="showMenu(this.id, false);" >我的</a>rn");
  211. templateBuilder.Append(" <ul class="popupmenu_popup headermenu_popup" id="mymenu_menu" style="display: none">rn");
  212. templateBuilder.Append(" <li><a href="");
  213. templateBuilder.Append(forumpath.ToString());
  214. templateBuilder.Append("mytopics.aspx">我的主题</a></li>rn");
  215. templateBuilder.Append(" <li><a href="");
  216. templateBuilder.Append(forumpath.ToString());
  217. templateBuilder.Append("myposts.aspx">我的帖子</a></li>rn");
  218. templateBuilder.Append(" <li><a href="");
  219. templateBuilder.Append(forumpath.ToString());
  220. templateBuilder.Append("search.aspx?posterid=current&type=digest">我的精华</a></li>rn");
  221. templateBuilder.Append(" <li><a href="");
  222. templateBuilder.Append(forumpath.ToString());
  223. templateBuilder.Append("myattachment.aspx">我的附件</a></li>rn");
  224. templateBuilder.Append(" <li><a href="");
  225. templateBuilder.Append(forumpath.ToString());
  226. templateBuilder.Append("usercpsubscribe.aspx">我的收藏</a></li>rn");
  227. if (config.Enablespace==1)
  228. {
  229. templateBuilder.Append(" <li><a href="");
  230. templateBuilder.Append(forumpath.ToString());
  231. templateBuilder.Append("space/">我的空间</a></li>rn");
  232. } //end if
  233. if (config.Enablealbum==1)
  234. {
  235. templateBuilder.Append(" <li><a href="");
  236. templateBuilder.Append(forumpath.ToString());
  237. templateBuilder.Append("showalbumlist.aspx?uid=");
  238. templateBuilder.Append(userid.ToString());
  239. templateBuilder.Append("">我的相册</a></li>rn");
  240. } //end if
  241. if (config.Enablemall==1)
  242. {
  243. templateBuilder.Append(" <li><a href="");
  244. templateBuilder.Append(forumpath.ToString());
  245. templateBuilder.Append("usercpmygoods.aspx">我的商品</a></li>rn");
  246. } //end if
  247. templateBuilder.Append("    </ul>rn");
  248. } //end if
  249. templateBuilder.Append("</div>rn");
  250. templateBuilder.Append("</div>rn");
  251. templateBuilder.Append("<div id="header">rn");
  252. templateBuilder.Append(" <div class="wrap s_clear">rn");
  253. templateBuilder.Append(" <h2><a href="");
  254. templateBuilder.Append(forumpath.ToString());
  255. templateBuilder.Append("index.aspx" title="Discuz!NT|BBS|论坛"><img src="");
  256. templateBuilder.Append(forumpath.ToString());
  257. templateBuilder.Append("templates/");
  258. templateBuilder.Append(templatepath.ToString());
  259. templateBuilder.Append("/images/logo.gif" alt="Discuz!NT|BBS|论坛"/></a></h2>rn");
  260. if (headerad!="")
  261. {
  262. templateBuilder.Append(" <div id="ad_headerbanner"></div>rn");
  263. } //end if
  264. templateBuilder.Append(" <ul id="menu">rn");
  265. templateBuilder.Append(" ");
  266. templateBuilder.Append(mainnavigation.ToString());
  267. templateBuilder.Append("rn");
  268. templateBuilder.Append(" </ul>rn");
  269. templateBuilder.Append(" </div>rn");
  270. templateBuilder.Append("</div>rn");
  271. }
  272. else
  273. {
  274. Response.Clear();
  275. Response.ContentType = "Text/XML";
  276. Response.Expires = 0;
  277. Response.Cache.SetNoStore();
  278. templateBuilder.Append("<?xml version="1.0" encoding="utf-8"?><root><![CDATA[rn");
  279. } //end if
  280. if (infloat!=1)
  281. {
  282. templateBuilder.Append("<div id="nav">rn");
  283. templateBuilder.Append(" <div class="wrap s_clear">rn");
  284. templateBuilder.Append(" <a href="");
  285. templateBuilder.Append(config.Forumurl.ToString().Trim());
  286. templateBuilder.Append("" class="title">");
  287. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  288. templateBuilder.Append("</a> &raquo; <strong>");
  289. templateBuilder.Append(operationtitle.ToString());
  290. templateBuilder.Append("</strong>rn");
  291. templateBuilder.Append(" </div>rn");
  292. templateBuilder.Append("</div>rn");
  293. } //end if
  294. if (!ispost)
  295. {
  296. if (page_err==0)
  297. {
  298. if (infloat==1)
  299. {
  300. templateBuilder.Append("<div class="float" id="floatlayout_mods">rn");
  301. templateBuilder.Append(" <h3 class="float_ctrl">rn");
  302. templateBuilder.Append(" <!--操作标题开始-->rn");
  303. templateBuilder.Append("     <em id="return_mods">");
  304. templateBuilder.Append(operationtitle.ToString());
  305. templateBuilder.Append("</em>rn");
  306. templateBuilder.Append(" <!--操作标题结束-->rn");
  307. templateBuilder.Append(" <span>rn");
  308. templateBuilder.Append(" <a href="javascript:;" class="float_close" onclick="floatwin('close_mods')" title="关闭">关闭</a>rn");
  309. templateBuilder.Append(" </span>rn");
  310. templateBuilder.Append(" </h3>rn");
  311. templateBuilder.Append(" <div class="gateform">rn");
  312. templateBuilder.Append(" <form id="moderate" name="moderate" method="post" onsubmit="ajaxpost('moderate', 'return_mods', 'return_mods', 'onerror');return false;" action="");
  313. templateBuilder.Append(rooturl.ToString());
  314. templateBuilder.Append("useradmin.aspx?infloat=1&action=banuser&uid=");
  315. templateBuilder.Append(operateduid.ToString());
  316. templateBuilder.Append("">rn");
  317. templateBuilder.Append("     <div class="postbox">rn");
  318. if (action=="banuser")
  319. {
  320. templateBuilder.Append(" <div class="topicadminlow" style="height:60px;">rn");
  321. templateBuilder.Append(" <label for="operatedusername">被操作用户</label>:rn");
  322.  aspxrewriteurl = this.UserInfoAspxRewrite(operateduid);
  323. templateBuilder.Append(" <a href="");
  324. templateBuilder.Append(aspxrewriteurl.ToString());
  325. templateBuilder.Append("" target="_blank">");
  326. templateBuilder.Append(operatedusername.ToString());
  327. templateBuilder.Append("</a>rn");
  328. templateBuilder.Append("     <ul style="margin: 5px 0pt;" class="inlinelist">rn");
  329. templateBuilder.Append("         <li class="wide"><label><input type="radio" value="0" name="bantype" rn");
  330. if (bantype==0)
  331. {
  332. templateBuilder.Append("checked="checked"rn");
  333. } //end if
  334. templateBuilder.Append(" />正常状态</label></li>rn");
  335. templateBuilder.Append("                <li class="wide"><label><input type="radio" value="1" name="bantype" rn");
  336. if (bantype==1)
  337. {
  338. templateBuilder.Append("checked="checked"rn");
  339. } //end if
  340. templateBuilder.Append(" />禁止发言</label></li>rn");
  341. templateBuilder.Append(" <li class="wide"><label><input type="radio" value="2" name="bantype" rn");
  342. if (bantype==2)
  343. {
  344. templateBuilder.Append("checked="checked"rn");
  345. } //end if
  346. templateBuilder.Append(" />禁止访问</label></li>rn");
  347. if (bantype==3)
  348. {
  349. templateBuilder.Append("<li class="wide"><label><input type="radio" value="3" name="bantype" checked="checked" />禁止IP</label></li>rn");
  350. } //end if
  351. templateBuilder.Append("     </ul>rn");
  352. templateBuilder.Append(" </div>rn");
  353. templateBuilder.Append(" <div class="topicadminlow" style="clear:both;margin:8px 0;height:35px;"><label for="banexpirynew">过期日期</label>:");
  354. templateBuilder.Append(groupexpiry.ToString());
  355. templateBuilder.Append("rn");
  356. templateBuilder.Append("     <div class="float_typeid" style="width:100%;height:24px;margin-left:6px;">rn");
  357. templateBuilder.Append("     <select name="banexpirynew" id="banexpirynew">rn");
  358. templateBuilder.Append("     <option value="0">永 久</option>rn");
  359. templateBuilder.Append("     <option value="1">1天</option>rn");
  360. templateBuilder.Append("     <option value="3">3天</option>rn");
  361. templateBuilder.Append("     <option value="5">5天</option>rn");
  362. templateBuilder.Append("     <option value="7">7天</option>rn");
  363. templateBuilder.Append("     <option value="14">14天</option>rn");
  364. templateBuilder.Append("     <option value="30">1个月</option>rn");
  365. templateBuilder.Append("     <option value="90">3个月</option>rn");
  366. templateBuilder.Append("     <option value="180">半年</option>rn");
  367. templateBuilder.Append("     <option value="365">1年</option>rn");
  368. templateBuilder.Append("     </select>rn");
  369. templateBuilder.Append("     </div>rn");
  370. templateBuilder.Append("     <script type="text/javascript">loadselect("banexpirynew");</");
  371. templateBuilder.Append("script>rn");
  372. templateBuilder.Append(" </div>rn");
  373. } //end if
  374. templateBuilder.Append(" <div class="topicadminlog" style="clear:both;">rn");
  375. templateBuilder.Append("     <h4>rn");
  376. templateBuilder.Append("         <span class="hasdropdownbtn right"><a href="javascript:;" class="dropdownbtn" onclick="InFloat='floatlayout_mods';showselect(this, 'reason', 'reasonselect')">^</a></span>rn");
  377. templateBuilder.Append("         操作说明:rn");
  378. templateBuilder.Append("     </h4>rn");
  379. templateBuilder.Append("     <p>rn");
  380. templateBuilder.Append("     <textarea onkeyup="seditor_ctlent(event, '$(\'moderateform\').submit()')" class="txtarea" name="reason" id="reason" onkeydown="if(this.value.length>200){ alert('操作原因不能多于200个字符');return false; }"></textarea>rn");
  381. templateBuilder.Append("     </p>rn");
  382. templateBuilder.Append("     <ul style="display: none;" id="reasonselect">rn");
  383. templateBuilder.Append("     <li>广告/SPAM</li>rn");
  384. templateBuilder.Append("     <li>恶意灌水</li>rn");
  385. templateBuilder.Append("     <li>违规内容</li>rn");
  386. templateBuilder.Append("     <li>文不对题</li>rn");
  387. templateBuilder.Append("     <li>重复发帖</li>rn");
  388. templateBuilder.Append("     <li></li>rn");
  389. templateBuilder.Append("     <li>我很赞同</li>rn");
  390. templateBuilder.Append("     <li>精品文章</li>rn");
  391. templateBuilder.Append("     <li>原创内容</li>rn");
  392. templateBuilder.Append("     </ul>rn");
  393. templateBuilder.Append("     </div>rn");
  394. templateBuilder.Append("     <div class="topic_msg">rn");
  395. templateBuilder.Append("            <button name="modsubmit" value="true" type="submit" class="submit">提交</button>rn");
  396. templateBuilder.Append("        </div>rn");
  397. templateBuilder.Append("        </div>rn");
  398. templateBuilder.Append(" </form>rn");
  399. templateBuilder.Append(" </div>rn");
  400. templateBuilder.Append("</div>rn");
  401. }
  402. else
  403. {
  404. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  405. templateBuilder.Append(" <div class="main">rn");
  406. templateBuilder.Append(" <h1>");
  407. templateBuilder.Append(operationtitle.ToString());
  408. templateBuilder.Append("</h1>rn");
  409. templateBuilder.Append(" <form id="moderate" name="moderate" method="post">rn");
  410. if (action=="banuser")
  411. {
  412. templateBuilder.Append(" <div class="topicadminlow">rn");
  413. templateBuilder.Append(" <label for="operatedusername">被操作用户</label>:rn");
  414.  aspxrewriteurl = this.UserInfoAspxRewrite(operateduid);
  415. templateBuilder.Append(" <a href="");
  416. templateBuilder.Append(aspxrewriteurl.ToString());
  417. templateBuilder.Append("" target="_blank">");
  418. templateBuilder.Append(operatedusername.ToString());
  419. templateBuilder.Append("</a>rn");
  420. templateBuilder.Append("     <ul style="margin: 5px 0pt;" class="inlinelist">rn");
  421. templateBuilder.Append("         <li class="wide"><label><input type="radio" value="0" name="bantype" rn");
  422. if (bantype==0)
  423. {
  424. templateBuilder.Append("checked="checked"rn");
  425. } //end if
  426. templateBuilder.Append(" />正常状态</label></li>rn");
  427. templateBuilder.Append("                <li class="wide"><label><input type="radio" value="1" name="bantype" rn");
  428. if (bantype==1)
  429. {
  430. templateBuilder.Append("checked="checked"rn");
  431. } //end if
  432. templateBuilder.Append(" />禁止发言</label></li>rn");
  433. templateBuilder.Append(" <li class="wide"><label><input type="radio" value="2" name="bantype" rn");
  434. if (bantype==2)
  435. {
  436. templateBuilder.Append("checked="checked"rn");
  437. } //end if
  438. templateBuilder.Append(" />禁止访问</label></li>rn");
  439. if (bantype==3)
  440. {
  441. templateBuilder.Append("<li class="wide"><label><input type="radio" value="3" name="bantype" checked="checked" />禁止IP</label></li>rn");
  442. } //end if
  443. templateBuilder.Append("     </ul>rn");
  444. templateBuilder.Append(" </div>rn");
  445. } //end if
  446. templateBuilder.Append(" <div class="topicadminlog">rn");
  447. templateBuilder.Append("     <h4>rn");
  448. templateBuilder.Append("         <span class="hasdropdownbtn right"><a href="javascript:;" class="dropdownbtn" onclick="InFloat='floatlayout_mods';showselect(this, 'reason', 'reasonselect')">^</a></span>rn");
  449. templateBuilder.Append("         操作说明:rn");
  450. templateBuilder.Append("     </h4>rn");
  451. templateBuilder.Append("     <p>rn");
  452. templateBuilder.Append("     <textarea onkeyup="seditor_ctlent(event, '$(\'moderateform\').submit()')" class="txtarea" name="reason" id="reason" onkeydown="if(this.value.length>200){ alert('操作原因不能多于200个字符');return false; }"></textarea>rn");
  453. templateBuilder.Append("     </p>rn");
  454. templateBuilder.Append("     <ul style="display: none;" id="reasonselect">rn");
  455. templateBuilder.Append("     <li>广告/SPAM</li>rn");
  456. templateBuilder.Append("     <li>恶意灌水</li>rn");
  457. templateBuilder.Append("     <li>违规内容</li>rn");
  458. templateBuilder.Append("     <li>文不对题</li>rn");
  459. templateBuilder.Append("     <li>重复发帖</li>rn");
  460. templateBuilder.Append("     <li></li>rn");
  461. templateBuilder.Append("     <li>我很赞同</li>rn");
  462. templateBuilder.Append("     <li>精品文章</li>rn");
  463. templateBuilder.Append("     <li>原创内容</li>rn");
  464. templateBuilder.Append("     </ul>rn");
  465. templateBuilder.Append("     </div>rn");
  466. templateBuilder.Append("     <div class="topic_msg">rn");
  467. templateBuilder.Append("            <p style="float: right;">rn");
  468. templateBuilder.Append("                <input type="checkbox" class="checkbox" id="sendmessage" name="sendmessage"/> <label for="sendreasonpm">通知作者</label>  rn");
  469. templateBuilder.Append("            </p>rn");
  470. templateBuilder.Append("            <button name="modsubmit" value="true" type="submit" class="submit">提交</button>rn");
  471. templateBuilder.Append("        </div>rn");
  472. templateBuilder.Append(" </form>rn");
  473. templateBuilder.Append(" </div>rn");
  474. templateBuilder.Append("</div>rn");
  475. } //end if
  476. }
  477. else
  478. {
  479. if (infloat==1)
  480. {
  481. if (titlemessage)
  482. {
  483. templateBuilder.Append("            ");
  484. templateBuilder.Append(msgbox_text.ToString());
  485. templateBuilder.Append("rn");
  486. }
  487. else
  488. {
  489. templateBuilder.Append("            <div class="float" id="floatlayout_mods">rn");
  490. templateBuilder.Append("             <h3 class="float_ctrl">rn");
  491. templateBuilder.Append("                 <em id="return_mods">");
  492. templateBuilder.Append(operationtitle.ToString());
  493. templateBuilder.Append("</em>rn");
  494. templateBuilder.Append("             <span>rn");
  495. templateBuilder.Append("             <a href="javascript:;" class="float_close" onclick="floatwin('close_mods')" title="关闭">关闭</a>rn");
  496. templateBuilder.Append("             </span>rn");
  497. templateBuilder.Append("             </h3>rn");
  498. templateBuilder.Append("         <div class="float_message">");
  499. templateBuilder.Append(msgbox_text.ToString());
  500. templateBuilder.Append("rn");
  501. templateBuilder.Append("             <br /><br /><button type="button" onclick="floatwinreset = 1;floatwin('close_mods');">关闭</button>rn");
  502. templateBuilder.Append("         </div>rn");
  503. templateBuilder.Append("     </div>rn");
  504. } //end if
  505. }
  506. else
  507. {
  508. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  509. templateBuilder.Append("<div class="main">rn");
  510. templateBuilder.Append(" <div class="msgbox">rn");
  511. templateBuilder.Append(" <h1>出现了");
  512. templateBuilder.Append(page_err.ToString());
  513. templateBuilder.Append("个错误</h1>rn");
  514. templateBuilder.Append(" <hr class="solidline"/>rn");
  515. templateBuilder.Append(" <div class="msg_inner error_msg">rn");
  516. templateBuilder.Append(" <p>");
  517. templateBuilder.Append(msgbox_text.ToString());
  518. templateBuilder.Append("</p>rn");
  519. templateBuilder.Append(" <p class="errorback">rn");
  520. templateBuilder.Append(" <script type="text/javascript">rn");
  521. templateBuilder.Append(" if(");
  522. templateBuilder.Append(msgbox_showbacklink.ToString());
  523. templateBuilder.Append(")rn");
  524. templateBuilder.Append(" {rn");
  525. templateBuilder.Append(" document.write("<a href=\"");
  526. templateBuilder.Append(msgbox_backlink.ToString());
  527. templateBuilder.Append("\">返回上一步</a> &nbsp; &nbsp;|&nbsp; &nbsp  ");rn");
  528. templateBuilder.Append(" }rn");
  529. templateBuilder.Append(" </");
  530. templateBuilder.Append("script>rn");
  531. templateBuilder.Append(" <a href="forumindex.aspx">论坛首页</a>rn");
  532. if (usergroupid==7)
  533. {
  534. templateBuilder.Append("  &nbsp; &nbsp;|&nbsp; &nbsp; <a href="login.aspx">登录</a>&nbsp; &nbsp;|&nbsp; &nbsp; <a href="register.aspx">注册</a>rn");
  535. } //end if
  536. templateBuilder.Append(" </p>rn");
  537. templateBuilder.Append(" </div>rn");
  538. templateBuilder.Append(" </div>rn");
  539. templateBuilder.Append("</div>rn");
  540. templateBuilder.Append("</div>rn");
  541. } //end if
  542. } //end if
  543. }
  544. else
  545. {
  546. if (infloat==1)
  547. {
  548. templateBuilder.Append("        <script type="text/javascript"  reload="1">rn");
  549. templateBuilder.Append("            location.href = '");
  550. templateBuilder.Append(msgbox_url.ToString());
  551. templateBuilder.Append("'; rn");
  552. templateBuilder.Append("        </");
  553. templateBuilder.Append("script>rn");
  554. }
  555. else
  556. {
  557. templateBuilder.Append("<div class="wrap s_clear" id="wrap">rn");
  558. templateBuilder.Append("<div class="main">rn");
  559. templateBuilder.Append(" <div class="msgbox">rn");
  560. templateBuilder.Append(" <h1>");
  561. templateBuilder.Append(config.Forumtitle.ToString().Trim());
  562. templateBuilder.Append(" 提示信息</h1>rn");
  563. templateBuilder.Append(" <hr class="solidline"/>rn");
  564. templateBuilder.Append(" <div class="msg_inner">rn");
  565. templateBuilder.Append(" <p>");
  566. templateBuilder.Append(msgbox_text.ToString());
  567. templateBuilder.Append("</p>rn");
  568. if (msgbox_url!="")
  569. {
  570. templateBuilder.Append(" <p><a href="");
  571. templateBuilder.Append(msgbox_url.ToString());
  572. templateBuilder.Append("">如果浏览器没有转向, 请点击这里.</a></p>rn");
  573. } //end if
  574. templateBuilder.Append(" </div>rn");
  575. templateBuilder.Append(" </div>rn");
  576. templateBuilder.Append("</div>rn");
  577. templateBuilder.Append("</div>rn");
  578. } //end if
  579. } //end if
  580. if (infloat!=1)
  581. {
  582. if (pagename=="website.aspx")
  583. {
  584. templateBuilder.Append("       <div id="websitebottomad"></div>rn");
  585. }
  586. else if (footerad!="")
  587. {
  588. templateBuilder.Append("     <div id="ad_footerbanner">");
  589. templateBuilder.Append(footerad.ToString());
  590. templateBuilder.Append("</div>   rn");
  591. } //end if
  592. if (headerad!="")
  593. {
  594. templateBuilder.Append("<div id="ad_headerbanner_nodisplay" style="display:none">");
  595. templateBuilder.Append(headerad.ToString());
  596. templateBuilder.Append("</div>rn");
  597. templateBuilder.Append("<script type="text/javascript">rn");
  598. templateBuilder.Append("$('ad_headerbanner').innerHTML = $('ad_headerbanner_nodisplay').innerHTML;rn");
  599. templateBuilder.Append("$('ad_headerbanner_nodisplay').parentNode.removeChild($('ad_headerbanner_nodisplay'));rn");
  600. templateBuilder.Append("</");
  601. templateBuilder.Append("script>rn");
  602. } //end if
  603. templateBuilder.Append("<div id="footer">rn");
  604. templateBuilder.Append(" <div class="wrap">rn");
  605. templateBuilder.Append(" <div id="footlinks">rn");
  606. templateBuilder.Append(" <p><a href="");
  607. templateBuilder.Append(config.Weburl.ToString().Trim());
  608. templateBuilder.Append("" target="_blank">");
  609. templateBuilder.Append(config.Webtitle.ToString().Trim());
  610. templateBuilder.Append("</a> - ");
  611. templateBuilder.Append(config.Linktext.ToString().Trim());
  612. templateBuilder.Append(" - <a target="_blank" href="");
  613. templateBuilder.Append(forumurl.ToString());
  614. templateBuilder.Append("stats.aspx">统计</a> - rn");
  615. if (config.Sitemapstatus==1)
  616. {
  617. templateBuilder.Append("&nbsp;<a href="");
  618. templateBuilder.Append(forumurl.ToString());
  619. templateBuilder.Append("tools/sitemap.aspx" target="_blank" title="百度论坛收录协议">Sitemap</a>rn");
  620. } //end if
  621. templateBuilder.Append(" ");
  622. templateBuilder.Append(config.Statcode.ToString().Trim());
  623. templateBuilder.Append(config.Icp.ToString().Trim());
  624. templateBuilder.Append("rn");
  625. templateBuilder.Append(" </p>rn");
  626. templateBuilder.Append(" <div>rn");
  627. templateBuilder.Append(" <a href="http://www.comsenz.com/" target="_blank">Comsenz Technology Ltd</a>rn");
  628. templateBuilder.Append(" - <a href="");
  629. templateBuilder.Append(forumurl.ToString());
  630. templateBuilder.Append("archiver/index.aspx" target="_blank">简洁版本</a>rn");
  631. if (config.Stylejump==1)
  632. {
  633. if (userid!=-1 || config.Guestcachepagetimeout<=0)
  634. {
  635. templateBuilder.Append(" - <span id="styleswitcher" class="drop" onmouseover="showMenu(this.id)" onclick="window.location.href='");
  636. templateBuilder.Append(forumurl.ToString());
  637. templateBuilder.Append("showtemplate.aspx'">界面风格</span>rn");
  638. templateBuilder.Append(" <ul id="styleswitcher_menu" class="popupmenu_popup s_clear" style="display: none;">rn");
  639. templateBuilder.Append(" ");
  640. templateBuilder.Append(templatelistboxoptions.ToString());
  641. templateBuilder.Append("rn");
  642. templateBuilder.Append(" </ul>rn");
  643. } //end if
  644. } //end if
  645. templateBuilder.Append(" - <span class="scrolltop" onclick="window.scrollTo(0,0);">TOP</span>rn");
  646. templateBuilder.Append(" </div>rn");
  647. templateBuilder.Append(" </div>rn");
  648. templateBuilder.Append(" <a title="Powered by Discuz!NT" target="_blank" href="http://nt.discuz.net"><img border="0" alt="Discuz!NT" src="");
  649. templateBuilder.Append(forumurl.ToString());
  650. templateBuilder.Append("templates/");
  651. templateBuilder.Append(templatepath.ToString());
  652. templateBuilder.Append("/images/discuznt_logo.gif"/></a>rn");
  653. templateBuilder.Append(" <p id="copyright">rn");
  654. 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");
  655. if (config.Licensed==1)
  656. {
  657. 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");
  658. } //end if
  659. templateBuilder.Append(" ");
  660. templateBuilder.Append(config.Forumcopyright.ToString().Trim());
  661. templateBuilder.Append("rn");
  662. templateBuilder.Append(" </p>rn");
  663. templateBuilder.Append(" <p id="debuginfo" class="grayfont">rn");
  664. if (config.Debug!=0)
  665. {
  666. templateBuilder.Append(" Processed in ");
  667. templateBuilder.Append(this.Processtime.ToString().Trim());
  668. templateBuilder.Append(" second(s)rn");
  669. if (isguestcachepage==1)
  670. {
  671. templateBuilder.Append(" (Cached).rn");
  672. }
  673. else if (querycount>1)
  674. {
  675. templateBuilder.Append("  , ");
  676. templateBuilder.Append(querycount.ToString());
  677. templateBuilder.Append(" queries.rn");
  678. }
  679. else
  680. {
  681. templateBuilder.Append("  , ");
  682. templateBuilder.Append(querycount.ToString());
  683. templateBuilder.Append(" query.rn");
  684. } //end if
  685. } //end if
  686. templateBuilder.Append(" </p>rn");
  687. templateBuilder.Append(" </div>rn");
  688. templateBuilder.Append("</div>rn");
  689. templateBuilder.Append("<ul id="quicksearch_menu" class="popupmenu_popup" style="display: none;">rn");
  690. templateBuilder.Append(" <li onclick="$('keywordtype').value='0';$('quicksearch').innerHTML='帖子标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">帖子标题</li>rn");
  691. if (config.Enablespace==1)
  692. {
  693. templateBuilder.Append(" <li onclick="$('keywordtype').value='2';$('quicksearch').innerHTML='空间日志';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">空间日志</li>rn");
  694. } //end if
  695. if (config.Enablealbum==1)
  696. {
  697. templateBuilder.Append(" <li onclick="$('keywordtype').value='3';$('quicksearch').innerHTML='相册标题';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">相册标题</li>rn");
  698. } //end if
  699. templateBuilder.Append(" <li onclick="$('keywordtype').value='8';$('quicksearch').innerHTML='作者';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">作者</li>rn");
  700. templateBuilder.Append(" <li onclick="$('keywordtype').value='9';$('quicksearch').innerHTML='版块';$('quicksearch_menu').style.display='none';" onmouseover="MouseCursor(this);">版块</li>rn");
  701. templateBuilder.Append("</ul>rn");
  702. templateBuilder.Append("<ul class="popupmenu_popup" id="viewpro_menu" style="display: none">rn");
  703. templateBuilder.Append(" <li style="text-align:center;"><img src="");
  704. templateBuilder.Append(useravatar.ToString());
  705. templateBuilder.Append("" onerror="this.onerror=null;this.src='templates/");
  706. templateBuilder.Append(templatepath.ToString());
  707. templateBuilder.Append("/images/noavatar_small.gif';" /></li>rn");
  708.  aspxrewriteurl = this.UserInfoAspxRewrite(userid);
  709. templateBuilder.Append(" <li class="popuser"><a href="");
  710. templateBuilder.Append(forumurl.ToString());
  711. templateBuilder.Append(aspxrewriteurl.ToString());
  712. templateBuilder.Append("">我的资料</a></li>rn");
  713. if (config.Enablespace==1)
  714. {
  715. templateBuilder.Append(" <li class="poplink"><a href="");
  716. templateBuilder.Append(forumurl.ToString());
  717. templateBuilder.Append(spaceurl.ToString());
  718. templateBuilder.Append("space/">我的空间</a></li>rn");
  719. } //end if
  720. templateBuilder.Append("</ul>rn");
  721. int prentid__loop__id=0;
  722. foreach(string prentid in mainnavigationhassub)
  723. {
  724. prentid__loop__id++;
  725. templateBuilder.Append("<ul class="popupmenu_popup headermenu_popup" id="menu_");
  726. templateBuilder.Append(prentid.ToString());
  727. templateBuilder.Append("_menu" style="display: none">rn");
  728. int subnav__loop__id=0;
  729. foreach(DataRow subnav in subnavigation.Rows)
  730. {
  731. subnav__loop__id++;
  732. bool isoutput = false;
  733. if (subnav["parentid"].ToString().Trim()==prentid)
  734. {
  735. if (subnav["level"].ToString().Trim()=="0")
  736. {
  737.  isoutput = true;
  738. }
  739. else
  740. {
  741. if (subnav["level"].ToString().Trim()=="1" && userid!=-1)
  742. {
  743.  isoutput = true;
  744. }
  745. else
  746. {
  747. bool leveluseradmindi = true;
  748.  leveluseradmindi = (useradminid==3 || useradminid==1 || useradminid==2);
  749. if (subnav["level"].ToString().Trim()=="2" &&  leveluseradmindi)
  750. {
  751.  isoutput = true;
  752. } //end if
  753. if (subnav["level"].ToString().Trim()=="3" && useradminid==1)
  754. {
  755.  isoutput = true;
  756. } //end if
  757. } //end if
  758. } //end if
  759. } //end if
  760. if (isoutput)
  761. {
  762. if (subnav["id"].ToString().Trim()=="11" || subnav["id"].ToString().Trim()=="12")
  763. {
  764. if (config.Statstatus==1)
  765. {
  766. templateBuilder.Append(" " + subnav["nav"].ToString().Trim() + "rn");
  767. continue;
  768. }
  769. else
  770. {
  771. continue;
  772. } //end if
  773. } //end if
  774. if (subnav["id"].ToString().Trim()=="18")
  775. {
  776. if (config.Oltimespan>0)
  777. {
  778. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  779. continue;
  780. }
  781. else
  782. {
  783. continue;
  784. } //end if
  785. } //end if
  786. if (subnav["id"].ToString().Trim()=="24")
  787. {
  788. if (config.Enablespace==1)
  789. {
  790. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  791. continue;
  792. }
  793. else
  794. {
  795. continue;
  796. } //end if
  797. } //end if
  798. if (subnav["id"].ToString().Trim()=="25")
  799. {
  800. if (config.Enablealbum==1)
  801. {
  802. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  803. continue;
  804. }
  805. else
  806. {
  807. continue;
  808. } //end if
  809. } //end if
  810. if (subnav["id"].ToString().Trim()=="26")
  811. {
  812. if (config.Enablemall>=1)
  813. {
  814. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  815. continue;
  816. }
  817. else
  818. {
  819. continue;
  820. } //end if
  821. } //end if
  822. templateBuilder.Append("    " + subnav["nav"].ToString().Trim() + "rn");
  823. } //end if
  824. } //end loop
  825. templateBuilder.Append("</ul>rn");
  826. } //end loop
  827. templateBuilder.Append("</body>rn");
  828. templateBuilder.Append("</html>rn");
  829. }
  830. else
  831. {
  832. templateBuilder.Append("]]></root>rn");
  833. } //end if
  834. Response.Write(templateBuilder.ToString());
  835. }
  836. </script>