groupadd.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!--
  2. ################################################################################
  3. # HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
  4. #
  5. # Licensed under the Apache License, Version 2.0 (the "License");
  6. # you may not use this file except in compliance with the License.
  7. # You may obtain a copy of the License at
  8. #
  9. # http://www.apache.org/licenses/LICENSE-2.0
  10. #
  11. # Unless required by applicable law or agreed to in writing, software
  12. # distributed under the License is distributed on an "AS IS" BASIS,
  13. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. # See the License for the specific language governing permissions and
  15. # limitations under the License.
  16. ################################################################################
  17. -->
  18. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" xml:lang="en" lang="en">
  19. <head>
  20. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  21. <title>Add Group</title>
  22. </head>
  23. <body><form xmlns="" method="POST" action="/ws_access/GroupAdd"/>
  24. <table xmlns="" name="table1">
  25. <tr>
  26. <th colspan="2">
  27. <h3>Add Group</h3>
  28. </th>
  29. </tr>
  30. <tr>
  31. <td height="10"></td>
  32. </tr>
  33. <tr>
  34. <th>Group Name:</th><td><input type="text" name="groupname" size="35" onKeyUp="if(this.value != '') document.forms[0].S1.disabled=false; else document.forms[0].S1.disabled=true;"></td>
  35. </tr>
  36. <td></td><td><input type="submit" value="Submit" id="S1" name="S1" disabled=true></td>
  37. </tr>
  38. </table>
  39. </body>
  40. </html>