diff options
author | Adam Young <ayoung@redhat.com> | 2010-08-23 22:32:23 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-08-26 13:15:00 -0400 |
commit | 49584d6efc6a10fa0b76ce81b2638d424f2208a8 (patch) | |
tree | 08c87c7d7bd2ee0fef6e5045948a977a5c61cdc9 /install/static/user-groups.inc | |
parent | 02479babb9cd5fdd0673175fde22e40f3a1b10b4 (diff) | |
download | freeipa.git-49584d6efc6a10fa0b76ce81b2638d424f2208a8.tar.gz freeipa.git-49584d6efc6a10fa0b76ce81b2638d424f2208a8.tar.xz freeipa.git-49584d6efc6a10fa0b76ce81b2638d424f2208a8.zip |
hashchange
We now catch the hashchange event and use that to drive most of the site.
To trigger page transitions, modify location.hash.
Params start with # not ?.
Removed user-group.inc.
converted tabs to spaces
trivial imlementation of add and details for netgroup and hostgroup
lots of bug fixes based on routing problems and the refactorings.
Diffstat (limited to 'install/static/user-groups.inc')
-rw-r--r-- | install/static/user-groups.inc | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/install/static/user-groups.inc b/install/static/user-groups.inc deleted file mode 100644 index d292672f..00000000 --- a/install/static/user-groups.inc +++ /dev/null @@ -1,49 +0,0 @@ -<script type="text/javascript"> - -$(document).ready( initializeUserGroupEnrollments); - -</script> - - -<h1>Enroll in Groups</h1> - -<form> - <div style="border-width:1px"> - <div > - <input type="text"/> - <input id="query" type="button" value="Find Groups"/> - - <span style="float:right"> - <input id="cancelEnrollGroups" type="button" value="Cancel"/> - <input id="enrollGroups" type="button" value="Enroll"/> - </span> - - </div> - <div id="results" style="border: 2px solid rgb(0, 0, 0); position:relative; height:200px;" > - <div style="float:left;"> - <div>Groups</div> - <select id="grouplist" width="150px" size="10" multiple="true" > - </select> - </div> - <div style="float:left;"> - <p><input id="removeFromList" type="button" value="<<"/> </p> - <p><input id="addToList" type="button" value=">>"/></p> - </div> - <div style="float:left;"> - <div>Prospective Enrollments</div> - <select id="enrollments" width="150px" size="10" multiple="true" > - </select> - </div> - </div> - <hr/> - <div>Message Area</div> - <hr/> - <div> - <span style="float:left"> - <p>*Enter Group Names and Press Groups</p> - <p>*More stuff</p> - <p>*More stuff</p> - </span> - </div> - </div> -</form> |