- <%@ page language="C#" autoeventwireup="true" inherits="SysManage_OpRoleModify, App_Web_2n6c6zuv" theme="Normal" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <base target="_self" />
- <link href="../Workflow/style/formbody.css" rel="Stylesheet" />
- <title>业务角色</title>
- <script type="text/javascript">
- function CheckNull()
- {
- if (form1.TID.value==null || form1.TID.value=="")
- {
- alert('系统提示:业务角色不能为空!');
- return false;
- }
- }
- function OKCancel()
- {
- if (confirm("系统提示:您确定放弃本次操作吗?"))
- {
- window.close();
- }
- return false;
- }
- </script>
- </head>
- <body class="body">
- <form id="form1" runat="server">
- <div>
- <table width="100%">
- <tr style="height:10px;">
- </tr>
- <tr>
- <td style="background-image:url(../images/toolbarbg.jpg); height:25;">
- <img alt="" src="../Images/assignuser.ico" height="15" align="absmiddle"/>
- <strong>业务角色</strong>
- </td>
- </tr>
- </table>
- <table style="width:95%; left:10px;">
- <tr style="height:10px;"></tr>
- <tr>
- <td style="width:10px"></td>
- <td>
- <fieldset>
- <table>
- <tr>
- <td style="width:100px;">
- 业务角色名称:
- </td>
- <td>
- <asp:TextBox ID="TID" runat="server" MaxLength="40" Width="250px"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td>
- 角色所属类型:
- </td>
- <td>
- <asp:DropDownList ID ="DLstSort" runat="server" Width="254px"></asp:DropDownList>
- <%--<asp:TextBox ID="TDesc" runat ="server" MaxLength="100" TextMode="multiLine" Rows="5" Width="250"></asp:TextBox>--%>
- </td>
- </tr>
- <tr>
- <td>
- 业务角色权限:
- </td>
- <td>
- <asp:CheckBoxList ID="ChList" runat="server" RepeatDirection="Horizontal"
- RepeatLayout="Flow">
- </asp:CheckBoxList></td>
- </tr>
- </table>
- <table cellpadding="0" cellspacing="0" border="0" style="height:12px; width:100%;">
- <tr>
- <td colspan="4" style="height: 12px; text-align: right">
- <hr color ="gray"/>
- </td>
- </tr>
- </table>
- <div style="text-indent:2em;height:220px;overflow-x:hidden;overflow-y:auto; width:100%;text-align:left;">
- <table>
- <tr>
- <td style="width:100px;">
- 可编辑文件名:
- </td>
- <td>
- <asp:CheckBoxList ID="ChFName" runat="server" >
- </asp:CheckBoxList></td>
- </tr>
- </table>
- </div>
- </fieldset>
- <table width="90%">
- <tr style="height:20px;"></tr>
- <tr>
- <td style="width:60px;height:20;">
- </td>
- <td style="height:22; text-align:right;">
- <asp:ImageButton id="ImgSave" runat="server" ImageUrl="~/Workflow/image/savebt.gif" OnClientClick ="javascript:return CheckNull();" OnClick="ImgSave_Click" ></asp:ImageButton>
- <asp:ImageButton id="ImgCancel" runat="server" ImageUrl="image/cancel.gif" OnClientClick="javascript:return OKCancel();"></asp:ImageButton>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>