You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
2.5 KiB

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UserFunction.aspx.cs" Inherits="Swift.web.SwiftSystem.UserManagement.AdminUserSetup.UserFunction" %>
  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 id="Head1" runat="server">
  5. <base id="Base2" runat="server" target="_self" />
  6. <script src="../../../js/swift_grid.js" type="text/javascript"> </script>
  7. <script src="../../../js/functions.js" type="text/javascript"> </script>
  8. <link href="../../../css/swift_component.css" rel="stylesheet" type="text/css" />
  9. <link href="../../../css/style.css" rel="stylesheet" type="text/css" />
  10. </head>
  11. <body >
  12. <form id="form1" runat="server">
  13. <div class="breadCrumb">User Management » Admin User Setup » User Functions</div>
  14. <table width="90%" border="0" align="left" cellpadding="0" cellspacing="0">
  15. <tr>
  16. <td>
  17. <asp:Panel ID="pnlBreadCrumb" runat="server">
  18. <table style="width: 100%">
  19. <tr>
  20. <td height="20"><span class="welcome"> Username : <%=GetUserName() %></span></td>
  21. </tr>
  22. <tr>
  23. <td height="10">
  24. <div class="tabs">
  25. <ul>
  26. <li> <a href="list.aspx">Admin User List </a></li>
  27. <li> <a href="#" class="selected">User Functions</a></li>
  28. </ul>
  29. </div>
  30. </td>
  31. </tr>
  32. </table>
  33. </asp:Panel>
  34. </td>
  35. </tr>
  36. <tr>
  37. <td>
  38. <div class = "gridDiv">
  39. <div id = "rpt_grid" runat = "server" style = "width: 700px"></div>
  40. <asp:Label ID="mes" runat="server" ></asp:Label>
  41. <br style = "clear: both" />
  42. <asp:Button ID="btnSave" runat="server" Text="Save" CssClass="button" ValidationGroup="user"
  43. onclick="btnSave_Click" /> &nbsp;
  44. <asp:Button ID="btnBack" runat="server" Text="Back" CssClass="button"
  45. onclick="btnBack_Click" />
  46. </div>
  47. </td>
  48. </tr>
  49. </table>
  50. </form>
  51. </body>
  52. </html>