summaryrefslogtreecommitdiffstats
path: root/install/static/layouts/default/hbacrule-details-user.html
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-01-11 20:31:09 +0700
committerAdam Young <ayoung@redhat.com>2011-01-11 21:33:40 -0500
commit9d0dc89b03d4e3f50d54d1189a119016b2c805c3 (patch)
tree5d99a626c8c8283f2b968af3e0cf65953dc954e1 /install/static/layouts/default/hbacrule-details-user.html
parent409b6efa5f0d4149fb26513dd25259b9d0026840 (diff)
downloadfreeipa.git-9d0dc89b03d4e3f50d54d1189a119016b2c805c3.tar.gz
freeipa.git-9d0dc89b03d4e3f50d54d1189a119016b2c805c3.tar.xz
freeipa.git-9d0dc89b03d4e3f50d54d1189a119016b2c805c3.zip
Renamed hbac to hbacrule.
All references to hbac in the UI have been replaced with hbacrule. This is to match the hbacrule plugin. The test data and templates have been renamed as well.
Diffstat (limited to 'install/static/layouts/default/hbacrule-details-user.html')
-rwxr-xr-xinstall/static/layouts/default/hbacrule-details-user.html78
1 files changed, 78 insertions, 0 deletions
diff --git a/install/static/layouts/default/hbacrule-details-user.html b/install/static/layouts/default/hbacrule-details-user.html
new file mode 100755
index 00000000..1b58848f
--- /dev/null
+++ b/install/static/layouts/default/hbacrule-details-user.html
@@ -0,0 +1,78 @@
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <title>Who</title>
+
+ <link rel="stylesheet" type="text/css" href="jquery-ui.css" />
+ <link rel="stylesheet" type="text/css" href="ipa.css" />
+</head>
+<body>
+<div id="contents">
+ Rule applies when access is requested by:
+ <span name="usercategory">
+ <input type="radio" name="usercategory" value="all"/>Anyone
+ <input type="radio" name="usercategory" value=""/>Specified Users and Groups
+ <span name="undo" class="ui-state-highlight ui-corner-all" style="display: none;">undo</span>
+ </span>
+ <br/>
+
+ <span name="memberuser_user">
+ <table class="search-table">
+ <thead>
+ <tr>
+ <th style="width: 25px;">
+ <input type="checkbox" name="select"/>
+ </th>
+ <th>
+ <span style="float: left;">User</span>
+ <span name="buttons" style="float: right;">
+ <input type="button" name="remove" value="Remove Users"/>
+ <input type="button" name="add" value="Add Users"/>
+ </span>
+ </th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ <input type="checkbox" name="select" value="user"/>
+ </td>
+ <td>
+ <span name="memberuser_user">user</span>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </span>
+
+ <span name="memberuser_group">
+ <table class="search-table">
+ <thead>
+ <tr>
+ <th style="width: 25px;">
+ <input type="checkbox" name="select"/>
+ </th>
+ <th>
+ <span style="float: left;">User Group</span>
+ <span name="buttons" style="float: right;">
+ <input type="button" name="remove" value="Remove User Groups"/>
+ <input type="button" name="add" value="Add User Groups"/>
+ </span>
+ </th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ <input type="checkbox" name="select" value="users"/>
+ </td>
+ <td>
+ <span name="memberuser_group">users</span>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </span>
+</div>
+</body>
+</html> \ No newline at end of file