浏览代码

Fix LN gh-186 Remove extra file: groupadd.html

This file is only used by EE code. LN gh-186 has added it
into EE folder. This fix removes it from HPCC-Platform.

Signed-off-by: Kevin Wang <kevin.wang@lexisnexis.com>
Kevin Wang 13 年之前
父节点
当前提交
f84ba23c5a
共有 2 个文件被更改,包括 0 次插入43 次删除
  1. 0 1
      esp/files/CMakeLists.txt
  2. 0 42
      esp/files/groupadd.html

+ 0 - 1
esp/files/CMakeLists.txt

@@ -34,7 +34,6 @@ FOREACH( iFILES
     ${CMAKE_CURRENT_SOURCE_DIR}/gen_form.js
     ${CMAKE_CURRENT_SOURCE_DIR}/get_input.js
     ${CMAKE_CURRENT_SOURCE_DIR}/graph.js
-    ${CMAKE_CURRENT_SOURCE_DIR}/groupadd.html
     ${CMAKE_CURRENT_SOURCE_DIR}/hashtable.js
     ${CMAKE_CURRENT_SOURCE_DIR}/hint.js
     ${CMAKE_CURRENT_SOURCE_DIR}/joblist.js

+ 0 - 42
esp/files/groupadd.html

@@ -1,42 +0,0 @@
-<!--
-################################################################################
-#    Copyright (C) 2011 HPCC Systems.
-#
-#    All rights reserved. This program is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Affero General Public License as
-#    published by the Free Software Foundation, either version 3 of the
-#    License, or (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU Affero General Public License for more details.
-#
-#    You should have received a copy of the GNU Affero General Public License
-#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-################################################################################
--->
-
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-<title>Add Group</title>
-</head>
-<body><form xmlns="" method="POST" action="/ws_access/GroupAdd"/>
-<table xmlns="" name="table1">
-<tr>
-<th colspan="2">
-<h3>Add Group</h3>
-</th>
-</tr>
-<tr>
-<td height="10"></td>
-</tr>
-<tr>
-<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>
-</tr>
-<td></td><td><input type="submit" value="Submit" id="S1" name="S1" disabled=true></td>
-</tr>
-</table>
-</body>
-</html>