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

SCSI/ASPI

开发平台:

Others

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="global_editgroup.aspx.cs" Inherits="Discuz.Web.Admin.editgroup" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>编辑用户组</title>
  6.     <link href="../styles/dntmanager.css" type="text/css" rel="stylesheet" />
  7. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  8. </head>
  9. <body>
  10.     <form id="form1" runat="server">
  11.     <div class="ManagerForm">
  12. <fieldset>
  13. <legend style="background:url(../images/icons/legendimg.jpg) no-repeat 6px 50%;">编辑用户组</legend>
  14. <table class="table1" cellspacing="0" cellpadding="8" width="100%" align="center" >
  15.     <tr align="center">
  16.         <td><button type="button" class="ManagerButton" onclick="window.location='global_usergroupgrid.aspx';"><img src="../images/submit.gif" /> 编辑积分用户组</button></td>
  17.         <td><button type="button" class="ManagerButton" onclick="window.location='global_adminusergroupgrid.aspx';"><img src="../images/submit.gif" /> 编辑管理组</button></td>
  18.         <td><button type="button" class="ManagerButton" onclick="window.location='global_sysadminusergroupgrid.aspx';"><img src="../images/submit.gif" /> 编辑系统组</button></td>
  19.                 <td><button type="button" class="ManagerButton" onclick="window.location='global_usergroupspecialgrid.aspx';"><img src="../images/submit.gif" /> 编辑特殊组</button></td>
  20.     </tr>
  21. </table>
  22. </fieldset>
  23. </div>
  24.     </form>
  25.     <%=footer%>
  26. </body>
  27. </html>