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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page Language="c#" Inherits="Discuz.Web.Admin.combinationuser" Codebehind="global_combinationuser.aspx.cs" %>
  2. <%@ Register Src="../UserControls/PageInfo.ascx" TagName="PageInfo" TagPrefix="uc1" %>
  3. <%@ Register TagPrefix="cc1" Namespace="Discuz.Control" Assembly="Discuz.Control" %>
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  5. <html>
  6. <head>
  7.     <title>添加用户</title>
  8.     <script type="text/javascript" src="../js/common.js"></script>
  9.     <link href="../styles/dntmanager.css" type="text/css" rel="stylesheet" />
  10.     <link href="../styles/modelpopup.css" type="text/css" rel="stylesheet" />
  11.     <script type="text/javascript" src="../js/modalpopup.js"></script>
  12. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  13. </head>
  14. <body>
  15.  <form id="Form1" method="post" runat="server">
  16. <uc1:PageInfo ID="info1" runat="server" Icon="information" Text="原用户的帖子、积分全部转入目标用户, 同时删除原用户" />
  17. <div class="ManagerForm">
  18. <fieldset>
  19. <legend style="background: url(../images/icons/icon12.jpg) no-repeat 6px 50%;">合并用户</legend>
  20. <table width="100%">
  21. <tr><td class="item_title" colspan="2">原用户名1</td></tr>
  22. <tr>
  23. <td class="vtop rowform">
  24.  <cc1:TextBox ID="username1" runat="server" RequiredFieldType="暂无校验" Width="200" IsReplaceInvertedComma="false"></cc1:TextBox>
  25. </td>
  26. <td class="vtop"></td>
  27. </tr>
  28. <tr><td class="item_title" colspan="2">原用户名2</td></tr>
  29. <tr>
  30. <td class="vtop rowform">
  31. <cc1:TextBox ID="username2" runat="server" RequiredFieldType="暂无校验" Width="200" IsReplaceInvertedComma="false"></cc1:TextBox>
  32. </td>
  33. <td class="vtop"></td>
  34. </tr>
  35. <tr><td class="item_title" colspan="2">原用户名3</td></tr>
  36. <tr>
  37. <td class="vtop rowform">
  38. <cc1:TextBox ID="username3" runat="server" RequiredFieldType="暂无校验" Width="200" IsReplaceInvertedComma="false"></cc1:TextBox>
  39. </td>
  40. <td class="vtop"></td>
  41. </tr>
  42. <tr><td class="item_title" colspan="2">合并到目标用户</td></tr>
  43. <tr>
  44. <td class="vtop rowform">
  45.  <cc1:TextBox ID="targetusername" runat="server" CanBeNull="必填" RequiredFieldType="暂无校验" Width="200" IsReplaceInvertedComma="false"></cc1:TextBox>
  46. </td>
  47. <td class="vtop"></td>
  48. </tr>
  49. </table>
  50. <cc1:Hint ID="Hint1" runat="server" HintImageUrl="../images"></cc1:Hint>
  51. <div class="Navbutton">
  52. <cc1:Button ID="CombinationUserInfo" runat="server" Text=" 提 交 "></cc1:Button>
  53. </div>
  54. </fieldset>
  55. </div>
  56. </form>
  57. <%=footer%>
  58. </body>
  59. </html>