OrgPostPermission.aspx 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <%@ Page Title="职位权限分配" Language="C#" AutoEventWireup="true" MasterPageFile="~/MasterPage/Tree.master" CodeFile="OrgPostPermission.aspx.cs" Inherits="Ehr_OrgPostPermission" %>
  2. <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
  3. <link href="../css/permission.css" rel="stylesheet" />
  4. <script src="../js/permission.js"></script>
  5. <script src="../js/plugins/jquery.tree.js"></script>
  6. <script src="../js/plugins/jquery.tree.checkbox.js"></script>
  7. <script src="js/opperm.js?v=<%=SiteVer%>"></script>
  8. </asp:Content>
  9. <asp:Content ID="Content2" ContentPlaceHolderID="content" Runat="Server">
  10. <div style="display:none">
  11. <input type="hidden" id="hId" />
  12. <input type="hidden" id="hOId" />
  13. <input type="hidden" id="hType" />
  14. </div>
  15. <div class="res_tip" style="display:none;">
  16. <a id="btnSave" class="mini-button" iconCls="icon-save" plain="true" onclick="savePermission()">保存</a>
  17. &nbsp;请配置[<span id="sp_post" style="font-weight:bold;color:#1B62A6"><asp:Literal ID="litOrg" runat="server"></asp:Literal></span>]的权限 &nbsp;&nbsp;<a href="javascript:void(0)" onclick="expandAll()">[全部展开]</a>
  18. </div>
  19. <div id="rec_div" class="resource"></div>
  20. <%--<div id="setting_div" class="mini-panel setting" style="width:350px;height:400px;display:none" title="页面加载配置" >
  21. <form id="form1" runat="server">
  22. <table class="setting_tb" border="0" cellspading="0" cellspacing="0">
  23. <tr>
  24. <td class="td1">加载默认页面:</td>
  25. <td class="td2"><web:DropDownList ID="selModules" style="width:150px" runat="server"></web:DropDownList></td>
  26. </tr>
  27. <tr>
  28. <td class="td1">首页默认显示:</td>
  29. <td class="td2"><web:DropDownList ID="selIndex" runat="server"></web:DropDownList></td>
  30. </tr>
  31. <tr>
  32. <td colspan="2">
  33. <table border="0" cellspading="0" cellspacing="0">
  34. <tr>
  35. <td >选择项:<br />
  36. <web:ListBox ID="selView" style="width:120px;" runat="server"></web:ListBox>
  37. </td>
  38. <td style="vertical-align:middle" >
  39. <input type="button" id="btnleft" onclick="viewLeftFn()" value=">" />
  40. </td>
  41. <td >
  42. 不显示项:<input type="button" onclick="clearView()" value="清空" /> <br />
  43. <web:ListBox ID="selView2" style="width:120px;" runat="server"></web:ListBox>
  44. </td>
  45. </tr>
  46. </table>
  47. </td>
  48. </tr>
  49. <tr>
  50. <td colspan="2" style="text-align:center;">
  51. <a class="mini-button" style="width:90px;height:24px; vertical-align:middle; " iconCls="icon-save" onclick="saveSettingFn">保存配置</a>&nbsp;
  52. </td>
  53. </tr>
  54. </table>
  55. </form>
  56. </div>--%>
  57. </asp:Content>