You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2014/11/11 21:35:14 UTC

[04/27] directory-fortress-commander git commit: change package structure and names, pom improvements, license

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/apache/directory/fortress/web/panel/UserDetailPanel.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/directory/fortress/web/panel/UserDetailPanel.html b/src/main/resources/org/apache/directory/fortress/web/panel/UserDetailPanel.html
new file mode 100644
index 0000000..2c3f923
--- /dev/null
+++ b/src/main/resources/org/apache/directory/fortress/web/panel/UserDetailPanel.html
@@ -0,0 +1,382 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
+
+<html xmlns:wicket="http://wicket.apache.org/">
+<body>
+<wicket:panel>
+<form wicket:id="editFields">
+<fieldset>
+    <legend>Detail Operations</legend>
+
+    <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+           wicket:id="add" value="add" name="add"/>
+    <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+           wicket:id="commit" value="commit" name="commit"/>
+    <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+           wicket:id="delete" value="delete" name="delete"/>
+    <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+           wicket:id="cancel" value="clear" name="clear"/>
+</fieldset>
+<div id="accordion">
+<h3><img wicket:id="jpegPhoto" width="25" height="25"/>&nbsp;&nbsp;<span wicket:id="userDetailLabel"/></h3>
+
+<div>
+    <table id="inputFormTable">
+        <tr>
+            <td>
+                <label for="userId">UserId</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="userId" id="userId" class="formLarge" style="width: 250px"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="pswdField">Password</label>
+
+            </td>
+            <td>
+                <input wicket:id="pswdField" id="pswdField" type="password" style="width: 250px"/>
+
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="ou">User Organization</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="ou" id="ou" class="formLarge" style="width: 250px"/>
+                <button wicket:id="ou.search" name="ou.search">search</button>
+                <div wicket:id="ousmodal"></div>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="pwPolicy">PW Policy</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="pwPolicy" id="pwPolicy" class="formLarge" style="width: 250px"/>
+                <button wicket:id="policy.search" name="policy.search">search</button>
+                <div wicket:id="policiesmodal"></div>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="reset">Reset</label>
+            </td>
+            <td>
+                <input type="checkbox" wicket:id="reset" id="reset"/>
+                <button wicket:id="resetbtn" name="resetbtn">Reset</button>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="locked">Locked</label>
+            </td>
+            <td>
+                <input type="checkbox" wicket:id="locked" id="locked"/>
+                <button wicket:id="lockbtn" name="lockbtn"><span wicket:id="lockLabel" id="lockLabel"/></button>
+            </td>
+        </tr>
+    </table>
+</div>
+
+<h3><span wicket:id="roleAssignmentsLabel" id="roleAssignmentsLabel"/></h3>
+
+<div>
+    <table id="inputRoleAssignmentsTable">
+        <fieldset>
+            <legend>RBAC Role Assignment Operations</legend>
+            <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+                   wicket:id="assign" name="assign" value="assign"/>
+            <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+                   wicket:id="deassign" name="deassign" value="deassign"/>
+        </fieldset>
+        <tr>
+            <td>
+                <label for="roles">RBAC Roles</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="roles" id="roles" style="width: 250px;display:block"/>
+                <button wicket:id="roles.search" name="roles.search">search</button>
+                <div wicket:id="rolesmodal"></div>
+            </td>
+        </tr>
+    </table>
+    <div wicket:id="roleconstraintpanel"></div>
+</div>
+<h3><span wicket:id="adminRoleAssignmentsLabel" id="adminRoleAssignmentsLabel"/></h3>
+
+<div>
+    <table id="inputAdminRoleAssignmentsTable">
+        <fieldset>
+            <legend>Admin Role Assignment Operations</legend>
+            <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+                   wicket:id="assignAdminRole" name="assignAdminRole" value="assign"/>
+            <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+                   wicket:id="deassignAdminRole" name="deassignAdminRole" value="deassign"/>
+        </fieldset>
+        <tr>
+            <td>
+                <label for="adminRoles">Admin Roles</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="adminRoles" id="adminRoles" style="width: 250px;display:inline"/>
+                <button wicket:id="adminRoles.search" name="adminRoles.search">search</button>
+                <div wicket:id="adminrolesmodal"></div>
+            </td>
+        </tr>
+    </table>
+    <div wicket:id="adminroleconstraintpanel"></div>
+</div>
+<h3><span wicket:id="contactInformationLabel" id="contactInformationLabel"/></h3>
+
+<div>
+    <table id="contactInfoTable">
+        <tr>
+            <td>
+                <label for="displayName">Display Name</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="displayName" id="displayName" class="formLarge"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="description">Description</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="description" id="description" class="formLarge" style="width: 250px"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="employeeType">Employee Type</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="employeeType" id="employeeType" class="formLarge" style="width: 250px"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="title">Title</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="title" id="title" class="formLarge" style="width: 250px"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="emails">Emails</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="emails" id="emails" style="width: 250px"/>
+                <button wicket:id="emails.delete" name="emails.delete">remove</button>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="phones">Phones</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="phones" id="phones" style="width: 250px"/>
+                <button wicket:id="phones.delete" name="phones.delete">remove</button>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="mobiles">Mobiles</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="mobiles" id="mobiles" style="width: 250px"/>
+                <button wicket:id="mobiles.delete" name="mobiles.delete">remove</button>
+            </td>
+        </tr>
+    </table>
+</div>
+<h3><span wicket:id="addressAssignmentsLabel" id="addressAssignmentsLabel"/></h3>
+
+<div>
+    <table id="inputAddressTable">
+        <tr>
+            <td>
+                <label for="addresses">Addresses</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="addresses" id="addresses" style="width: 250px"/>
+                <button wicket:id="address.delete" name="address.delete">remove</button>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="address.city">City</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="address.city" id="address.city"
+                       class="formLarge" style="width: 250px"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="address.state">State</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="address.state" id="address.state"
+                       class="formLarge" style="width: 250px"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="address.country">Country</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="address.country" id="address.country"
+                       class="formLarge" style="width: 250px"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="address.postalCode">Postal Code</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="address.postalCode" id="address.postalCode"
+                       class="formLarge" style="width: 250px"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="address.postOfficeBox">Post Office Box</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="address.postOfficeBox" id="address.postOfficeBox"
+                       class="formLarge" style="width: 250px"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="address.building">Building #</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="address.building" id="address.building"
+                       class="formLarge" style="width: 250px"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="address.departmentNumber">Department #</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="address.departmentNumber" id="address.departmentNumber"
+                       class="formLarge" style="width: 250px"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="address.roomNumber">Room #</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="address.roomNumber" id="address.roomNumber"
+                       class="formLarge" style="width: 250px"/>
+            </td>
+        </tr>
+    </table>
+</div>
+
+<h3><span wicket:id="temporalConstraintsLabel" id="temporalConstraintsLabel"/></h3>
+
+<div>
+    <div wicket:id="constraintpanel" id="constraintpanel"></div>
+</div>
+
+<h3><span wicket:id="systemInfoLabel" id="systemInfoLabel"/></h3>
+
+<div>
+    <table id="systemInfoTable">
+        <tr>
+            <td>
+                <label for="system">System:</label>
+            </td>
+            <td>
+                <input type="checkbox" wicket:id="system" id="system"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="internalId">Internal ID</label>
+            </td>
+            <td>
+                <span wicket:id="internalId"></span>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="cn">CN</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="cn" id="cn" class="formLarge" style="width: 250px"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="dn">DN</label>
+            </td>
+            <td>
+                <span wicket:id="dn"></span>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <label for="sn">SN</label>
+            </td>
+            <td>
+                <input type="text" wicket:id="sn" id="sn" class="formLarge" style="width: 250px"/>
+            </td>
+        </tr>
+    </table>
+</div>
+
+<h3><span wicket:id="importPhotoLabel" id="importPhotoLabel"/></h3>
+
+<div>
+    <table id="inputJpegPhotoTable">
+        <tr>
+            <td>
+                <input type="file" wicket:id="upload" id="upload"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+                       wicket:id="save" name="save" value="save"/>
+            </td>
+        </tr>
+        <tr>
+            <td>
+                <img wicket:id="jpegPhoto2" width="125" height="125"/>
+            </td>
+        </tr>
+    </table>
+</div>
+
+</div>
+
+</form>
+</wicket:panel>
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/apache/directory/fortress/web/panel/UserListPanel.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/directory/fortress/web/panel/UserListPanel.html b/src/main/resources/org/apache/directory/fortress/web/panel/UserListPanel.html
new file mode 100644
index 0000000..ce419b9
--- /dev/null
+++ b/src/main/resources/org/apache/directory/fortress/web/panel/UserListPanel.html
@@ -0,0 +1,90 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
+
+<html xmlns:wicket="http://wicket.apache.org/">
+<body>
+<wicket:panel>
+    <form wicket:id="userlistform">
+        <fieldset>
+            <legend>User Search Operations</legend>
+
+            <div wicket:id="userformsearchfields">
+
+                <table id="inputFormTable">
+                    <tr>
+                        <div wicket:id="rolesearchmodal"></div>
+                        <div wicket:id="adminrolesearchmodal"></div>
+                        <div wicket:id="ousearchmodal"></div>
+                        <div wicket:id="permsearchmodal"></div>
+                        &nbsp;&nbsp;
+
+                    <span wicket:id="searchOptions">
+                        <input type="radio" wicket:id="userRb" id="userRb">UserId</input>
+                        <input type="radio" wicket:id="roleRb" id="roleRb"><a href="#" wicket:id="roleAssignLinkLbl"
+                                                                              id="roleAssignLinkLbl">RBAC
+                        Role</a></input>
+                        <input type="radio" wicket:id="adminRoleRb" id="adminRoleRb"><a href="#"
+                                                                                        wicket:id="adminRoleAssignLinkLbl"
+                                                                                        id="adminRoleAssignLinkLbl">Admin
+                        Role</a></input>
+                        <input type="radio" wicket:id="ouRb" id="ouRb"><a href="#" wicket:id="ouAssignLinkLbl"
+                                                                          id="ouAssignLinkLbl">User
+                        Organization</a></input>
+                        <input type="radio" wicket:id="permRb" id="permRb"><a href="#" wicket:id="permLinkLbl"
+                                                                              id="permLinkLbl">Permission</a></input>
+                    </span>
+
+                    </tr>
+
+                    <tr>
+                        <div wicket:id="searchfields">
+                            <fieldset>
+                                <legend><label wicket:id="searchFieldslabel">Search Fields</label></legend>
+                                <!--<label wicket:id="searchFieldslabel">Search Fields</label>-->
+                                <label for="field1" wicket:id="field1label">Field1</label>
+                                <input type="text" wicket:id="field1" id="field1" class="formLarge"
+                                       style="width: 300px"/>
+                                &nbsp&nbsp
+                                <label for="field2" wicket:id="field2label">Field2</label>
+                                <input type="text" wicket:id="field2" id="field2" class="formLarge"
+                                       style="width: 300px"/>
+                            </fieldset>
+                        </div>
+
+                    </tr>
+
+                    <tr>
+                        <input type="button"
+                               class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+                               wicket:id="search" value="search" name="search"/>
+                        &nbsp&nbsp
+                        <input type="button"
+                               class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+                               wicket:id="clear" value="clear" name="clear"/>
+                    </tr>
+                </table>
+            </div>
+
+        </fieldset>
+        <div wicket:id="usertreegrid" id="usertreegrid">
+        </div>
+    </form>
+</wicket:panel>
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/apache/directory/fortress/web/panel/UserSearchModalPanel.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/directory/fortress/web/panel/UserSearchModalPanel.html b/src/main/resources/org/apache/directory/fortress/web/panel/UserSearchModalPanel.html
new file mode 100644
index 0000000..41bd5a6
--- /dev/null
+++ b/src/main/resources/org/apache/directory/fortress/web/panel/UserSearchModalPanel.html
@@ -0,0 +1,87 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
+
+<?xml version="1.0" encoding="UTF-8" ?>
+<wicket:panel xmlns:wicket="http://wicket.apache.org">
+    <div style="margin: 1em">
+        <div class="boxContent">
+            <table class="table">
+                <thead>
+                <tr>
+                    <th>Select</th>
+                    <th>User ID</th>
+                    <th>Description</th>
+                    <th>Name</th>
+                    <th>Organization</th>
+                    <th>Title</th>
+                    <th>Photo</th>
+
+                </tr>
+                </thead>
+                <tbody>
+                <tr valign="top" wicket:id="userdataview">
+                    <!--
+                        "userId",
+                        "description",
+                        "name",
+                        "internalId",
+                        "ou",
+                        "pwPolicy",
+                        "sn",
+                        "cn",
+                        "dn",
+                        "employeeType",
+                        "title",
+                        "address",
+                        "phones",
+                        "mobiles",
+                        "emails",
+                        "props",
+                        "locked",
+                        "reset",
+                        "system",
+                        "beginTime",
+                        "endTime",
+                        "beginDate",
+                        "endDate",
+                        "beginLockDate",
+                        "endLockDate",
+                        "dayMask",
+                        "timeout",
+                        "roles",
+                        "adminRoles",
+                        "password",
+                        "newPassword",
+                        "jpegPhoto"
+                    -->
+
+                    <td><a href="#" wicket:id="select">select</a></td>
+                    <td><img wicket:id="jpegPhoto" width="50" height="50"/></td>
+                    <td><span wicket:id="userId"></span></td>
+                    <td><span wicket:id="name"></span></td>&nbsp;&nbsp
+                    <td><span wicket:id="title"></span></td>
+                    <td><span wicket:id="description"></span></td>
+                    <td><span wicket:id="ou"></span></td>
+                </tr>
+                </tbody>
+            </table>
+            <span class="pagination" wicket:id="usernavigator"></span>
+        </div>
+    </div>
+</wicket:panel>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/AuditAuthzPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/AuditAuthzPage.html b/src/main/resources/org/openldap/commander/AuditAuthzPage.html
deleted file mode 100644
index 91e9227..0000000
--- a/src/main/resources/org/openldap/commander/AuditAuthzPage.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="authzlistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="authzdetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/AuditBindPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/AuditBindPage.html b/src/main/resources/org/openldap/commander/AuditBindPage.html
deleted file mode 100644
index 5978b39..0000000
--- a/src/main/resources/org/openldap/commander/AuditBindPage.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="bindlistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="binddetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/AuditModPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/AuditModPage.html b/src/main/resources/org/openldap/commander/AuditModPage.html
deleted file mode 100644
index 0344d42..0000000
--- a/src/main/resources/org/openldap/commander/AuditModPage.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="modlistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="moddetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/CommanderBasePage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/CommanderBasePage.html b/src/main/resources/org/openldap/commander/CommanderBasePage.html
deleted file mode 100644
index 52bb665..0000000
--- a/src/main/resources/org/openldap/commander/CommanderBasePage.html
+++ /dev/null
@@ -1,84 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html>
-<head>
-    <meta charset="utf-8" />
-   	<meta name="description" content="Wicket jQuery UI integration" />
-   	<meta name="keywords" content="wicket jquery, wicket jquery ui, autocomplete, dialog, draggable, droppable, progress bar, wizard, kendo ui, border layout, calendar" />
-    <link rel="stylesheet" type="text/css" href="css/camo-style.css" media="all" />
-   	<link rel="stylesheet" type="text/css" href="css/ui-lightness/jquery-ui-1.10.2.custom.min.css" media="all" />
-    <link rel="stylesheet" type="text/css" href="css/kendo/kendo.common.min.css" media="all" />
-	<link rel="stylesheet" type="text/css" href="css/kendo/kendo.default.min.css" media="all" />
-    <link rel="stylesheet" type="text/css" href="css/splitter-style.css" media="all" />
-
-    <style type="text/css">
-        .resizable2 {
-           height:100%;
-           margin:0;
-           padding:0;
-           overflow:hidden;
-        }
-    </style>
-
-<title>Commander RBAC Administration</title>
-<link rel="shortcut icon" href="images/favicon.ico" />
-</head>
-<body>
-<div id="header">
-    <h3>
-        <a href="#" wicket:id="users">USERS</a>
-        &nbsp
-        <a href="#" wicket:id="roles">ROLES</a>
-        &nbsp
-        <a href="#" wicket:id="pobjs">POBJS</a>
-        &nbsp
-        <a href="#" wicket:id="perms">PERMS</a>
-        &nbsp
-        <a href="#" wicket:id="ssds">SSDS</a>
-        &nbsp
-        <a href="#" wicket:id="dsds">DSDS</a>
-        &nbsp&nbsp
-        <a href="#" wicket:id="userous">OUSERS</a>
-        &nbsp
-        <a href="#" wicket:id="permous">OUPRMS</a>
-        &nbsp
-        <a href="#" wicket:id="admroles">ADMRLES</a>
-        &nbsp
-        <a href="#" wicket:id="admpobjs">ADMOBJS</a>
-        &nbsp
-        <a href="#" wicket:id="admperms">ADMPERMS</a>
-        &nbsp
-        <a href="#" wicket:id="pwpolicies">PLCYS</a>
-        &nbsp
-        <a href="#" wicket:id="groups">GROUPS</a>
-        &nbsp
-        <a href="#" wicket:id="binds">BINDS</a>
-        &nbsp
-        <a href="#" wicket:id="authzs">AUTHZ</a>
-        &nbsp
-        <a href="#" wicket:id="mods">MODS</a>
-        &nbsp
-        <a href="#" wicket:id="logout">LOGOUT</a>
-    </h3>
-</div>
-<div id="body">
-    <wicket:child />
-</div>
-<div id="footer">
-	<span wicket:id="footer"></span>
-</div>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/CommanderBasePage.properties
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/CommanderBasePage.properties b/src/main/resources/org/openldap/commander/CommanderBasePage.properties
deleted file mode 100644
index 82e32a2..0000000
--- a/src/main/resources/org/openldap/commander/CommanderBasePage.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# This work is part of OpenLDAP Software <http://www.openldap.org/>.
-#
-# Copyright 1998-2014 The OpenLDAP Foundation.
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted only as authorized by the OpenLDAP
-# Public License.
-#
-# A copy of this license is available in the file LICENSE in the
-# top-level directory of the distribution or, alternatively, at
-# <http://www.OpenLDAP.org/license.html>.
-#
-
-home=Return to Launch Page
-version=VERSION

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/ContextMenuPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/ContextMenuPage.html b/src/main/resources/org/openldap/commander/ContextMenuPage.html
deleted file mode 100644
index b0d8e9c..0000000
--- a/src/main/resources/org/openldap/commander/ContextMenuPage.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html xmlns:wicket="http://wicket.apache.org">
-<head>
-    <wicket:head>
-        <title>Wicket - jQuery UI: Context Menu</title>
-        <style type="text/css">
-            /* labels */
-            .label {
-            margin: 10px;
-            text-decoration: underline;
-            }
-
-            /* sub menus */
-            .ui-menu .ui-menu {
-            width: 150px;
-            }
-        </style>
-    </wicket:head>
-</head>
-<body>
-
-<wicket:extend>
-    <div id="wrapper-panel-frame" class="ui-corner-all">
-        <span wicket:id="label1" class="label"></span>&nbsp;<span wicket:id="label2" class="label"></span><br/>
-
-        <div wicket:id="menu" style="width: 200px;"></div>
-        <br/>
-    </div>
-
-</wicket:extend>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/ErrorPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/ErrorPage.html b/src/main/resources/org/openldap/commander/ErrorPage.html
deleted file mode 100644
index 4c6fb1a..0000000
--- a/src/main/resources/org/openldap/commander/ErrorPage.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-<html xmlns:wicket="http://www.w3.org/1999/XSL/Transform">
-<head></head>
-<body>
-<wicket:extend>
-    <h3> Commander Error Page </h3>
-
-    <div class="ui-widget">
-        <div style="padding: 0pt 0.7em;" class="ui-state-error ui-corner-all">
-            <p><span style="float: left; margin-right: 0.3em;"
-                     class="ui-icon ui-icon-alert"></span>
-                <strong><span wicket:id="title"/></strong>
-
-            <div><span wicket:id="message"/></div>
-            <p>
-                <a href="" wicket:id="homePage">
-                    <wicket:message key="home"/>
-                </a>
-            </p>
-            </p>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/GroupPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/GroupPage.html b/src/main/resources/org/openldap/commander/GroupPage.html
deleted file mode 100644
index 1e273c6..0000000
--- a/src/main/resources/org/openldap/commander/GroupPage.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="grouplistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="groupdetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/LaunchPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/LaunchPage.html b/src/main/resources/org/openldap/commander/LaunchPage.html
deleted file mode 100644
index 5b9823e..0000000
--- a/src/main/resources/org/openldap/commander/LaunchPage.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3>Commander Launch Page</h3>
-    <strong><span wicket:id="label1"></span></strong>
-<!--
-    <BR/>
-    <tr><td align="right"><wicket:link><a href = "ContextMenuPage.html">[Context Menu Page]</a></wicket:link></td></tr>
-    <BR/>
--->
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/LoginPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/LoginPage.html b/src/main/resources/org/openldap/commander/LoginPage.html
deleted file mode 100644
index 513d268..0000000
--- a/src/main/resources/org/openldap/commander/LoginPage.html
+++ /dev/null
@@ -1,56 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-<html>
-<head>
-    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
-</head>
-<body>
-<wicket:extend>
-    <h3> Commander Login Form </h3>
-
-    <form wicket:id="loginFields">
-        <fieldset>
-            <legend>Login Operations</legend>
-            <div>
-                <table id="inputFormTable">
-                    <tr>
-                        <td>
-                            <label for="userId">UserID</label>
-                        </td>
-                        <td>
-                            <input type="text" wicket:id="userId" id="userId" class="formLarge" style="width: 250px"/>
-                        </td>
-                    </tr>
-                    <tr>
-                        <td>
-                            <label for="pswdField">Password</label>
-
-                        </td>
-                        <td>
-                            <input wicket:id="pswdField" id="pswdField" type="password" style="width: 250px"/>
-                        </td>
-                    </tr>
-                    <tr>
-                        <td>
-                            <input type="submit" wicket:id="login" value="login" name="login"/>
-                        </td>
-                    </tr>
-                </table>
-            </div>
-        </fieldset>
-    </form>
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/ObjectAdminPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/ObjectAdminPage.html b/src/main/resources/org/openldap/commander/ObjectAdminPage.html
deleted file mode 100644
index 8eb0026..0000000
--- a/src/main/resources/org/openldap/commander/ObjectAdminPage.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="objectlistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="objectdetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/ObjectPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/ObjectPage.html b/src/main/resources/org/openldap/commander/ObjectPage.html
deleted file mode 100644
index 8eb0026..0000000
--- a/src/main/resources/org/openldap/commander/ObjectPage.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="objectlistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="objectdetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/OuPermPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/OuPermPage.html b/src/main/resources/org/openldap/commander/OuPermPage.html
deleted file mode 100644
index 0f6baa0..0000000
--- a/src/main/resources/org/openldap/commander/OuPermPage.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="oulistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="oudetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/OuUserPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/OuUserPage.html b/src/main/resources/org/openldap/commander/OuUserPage.html
deleted file mode 100644
index a8a9edc..0000000
--- a/src/main/resources/org/openldap/commander/OuUserPage.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="oulistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="oudetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/PermAdminPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/PermAdminPage.html b/src/main/resources/org/openldap/commander/PermAdminPage.html
deleted file mode 100644
index 68a458f..0000000
--- a/src/main/resources/org/openldap/commander/PermAdminPage.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="permlistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="permdetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/PermPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/PermPage.html b/src/main/resources/org/openldap/commander/PermPage.html
deleted file mode 100644
index 68a458f..0000000
--- a/src/main/resources/org/openldap/commander/PermPage.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="permlistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="permdetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/PwPolicyPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/PwPolicyPage.html b/src/main/resources/org/openldap/commander/PwPolicyPage.html
deleted file mode 100644
index 873b16e..0000000
--- a/src/main/resources/org/openldap/commander/PwPolicyPage.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="policylistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="policydetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/RoleAdminPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/RoleAdminPage.html b/src/main/resources/org/openldap/commander/RoleAdminPage.html
deleted file mode 100644
index f821348..0000000
--- a/src/main/resources/org/openldap/commander/RoleAdminPage.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="rolelistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="roledetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/RolePage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/RolePage.html b/src/main/resources/org/openldap/commander/RolePage.html
deleted file mode 100644
index f821348..0000000
--- a/src/main/resources/org/openldap/commander/RolePage.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="rolelistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="roledetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/SdDynamicPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/SdDynamicPage.html b/src/main/resources/org/openldap/commander/SdDynamicPage.html
deleted file mode 100644
index d4cd97a..0000000
--- a/src/main/resources/org/openldap/commander/SdDynamicPage.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="sdlistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="sddetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/SdStaticPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/SdStaticPage.html b/src/main/resources/org/openldap/commander/SdStaticPage.html
deleted file mode 100644
index 72fd3ad..0000000
--- a/src/main/resources/org/openldap/commander/SdStaticPage.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="sdlistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="sddetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/UserPage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/UserPage.html b/src/main/resources/org/openldap/commander/UserPage.html
deleted file mode 100644
index fc37312..0000000
--- a/src/main/resources/org/openldap/commander/UserPage.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html>
-<head></head>
-<body>
-<wicket:extend>
-    <h3><span wicket:id="pageHeader"></span></h3>
-
-    <div wicket:id="layout">
-        <div id="vertical">
-            <div id="horizontal">
-                <div>
-                    <p>
-                    <div wicket:id="navpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="userlistpanel"></div>
-                    </p>
-                </div>
-                <div>
-                    <p>
-                    <div wicket:id="userdetailpanel"></div>
-                    </p>
-                </div>
-            </div>
-            <div wicket:id="infopanel"></div>
-        </div>
-    </div>
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/panel/AuditAuthzDetailPanel.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/panel/AuditAuthzDetailPanel.html b/src/main/resources/org/openldap/commander/panel/AuditAuthzDetailPanel.html
deleted file mode 100644
index 8e6abbd..0000000
--- a/src/main/resources/org/openldap/commander/panel/AuditAuthzDetailPanel.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html xmlns:wicket="http://wicket.apache.org/">
-<body>
-<wicket:panel>
-    <form wicket:id="detailFields">
-        <div id="accordion">
-            <h3>Audit Authorization Details</h3>
-
-            <div>
-                <table id="inputFormTable">
-                    <tr>
-                        <td>
-                            <label for="reqAttr">Object Name</label>
-                        </td>
-                        <td>
-                            <span wicket:id="reqAttr"></span>
-                        </td>
-                    </tr>
-                    <tr>
-                        <td>
-                            <label for="reqDerefAliases">Object ID</label>
-                        </td>
-                        <td>
-                            <span wicket:id="reqDerefAliases"></span>
-                        </td>
-                    </tr>
-                    <tr>
-                        <td>
-                            <label for="reqAttrsOnly">Operation Name</label>
-                        </td>
-                        <td>
-                            <span wicket:id="reqAttrsOnly"></span>
-                        </td>
-                    </tr>
-                    <tr>
-                        <td>
-                            <label for="reqResult">Result</label>
-                        </td>
-                        <td>
-                            <span wicket:id="reqResult"></span>
-                        </td>
-                    </tr>
-                    <tr>
-                        <td>
-                            <label for="reqStart">Timestamp</label>
-                        </td>
-                        <td>
-                            <span wicket:id="reqStart"></span>
-                        </td>
-                    </tr>
-                </table>
-            </div>
-            <div wicket:id="userauditdetailpanel" id="userauditdetailpanel"></div>
-        </div>
-    </form>
-</wicket:panel>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/panel/AuditAuthzListPanel.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/panel/AuditAuthzListPanel.html b/src/main/resources/org/openldap/commander/panel/AuditAuthzListPanel.html
deleted file mode 100644
index 0f5e5b3..0000000
--- a/src/main/resources/org/openldap/commander/panel/AuditAuthzListPanel.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html xmlns:wicket="http://wicket.apache.org/">
-<body>
-<wicket:panel>
-    <form wicket:id="authzform">
-        <fieldset>
-            <legend>Authorization Search Operations</legend>
-            <table id="inputFormTable">
-                <tr>
-                    <td>
-                        <input type="button"
-                               class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                               wicket:id="search" value="search" name="search"/>
-                        <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                               wicket:id="clear" value="clear" name="clear"/>
-                        &nbsp&nbsp
-                        <label for="failedOnly">Failed Only?</label>
-                        <input type="checkbox" wicket:id="failedOnly" id="failedOnly"/>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <div wicket:id="usersearchmodal"></div>
-                        <label for="userId"><a href="#" wicket:id="userAssignLinkLbl" id="userAssignLinkLbl">User ID</a></label>
-                        <input type="text" wicket:id="userId" id="userId" class="formLarge" style="width: 250px"/>
-                        &nbsp&nbsp
-                        <label for="beginDate">Begin Date</label>
-                        <input type="text" wicket:id="beginDate" id="beginDate" class="formLarge"/>
-                        &nbsp&nbsp
-                        <label for="endDate">End Date</label>
-                        <input type="text" wicket:id="endDate" id="endDate" class="formLarge"/>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <div wicket:id="permsearchmodal"></div>
-                        <fieldset>
-                            <legend><label><a href="#" wicket:id="permLinkLbl" id="permLinkLbl">Permission</a></label>
-                            </legend>
-                            <label for="admin">Is Admin?</label>
-                            <input type="checkbox" wicket:id="admin" id="admin"/>
-                            <label for="objName">Object Name</label>
-                            <input type="text" wicket:id="objName" id="objName" class="formLarge"
-                                   style="width: 300px"/>
-                            &nbsp&nbsp
-                            <label for="opName">Operation Name</label>
-                            <input type="text" wicket:id="opName" id="opName" class="formLarge" style="width: 300px"/>
-                        </fieldset>
-                    </td>
-                </tr>
-            </table>
-        </fieldset>
-        <div wicket:id="authztreegrid" id="authztreegrid">
-        </div>
-    </form>
-</wicket:panel>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/panel/AuditBindDetailPanel.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/panel/AuditBindDetailPanel.html b/src/main/resources/org/openldap/commander/panel/AuditBindDetailPanel.html
deleted file mode 100644
index ffc80de..0000000
--- a/src/main/resources/org/openldap/commander/panel/AuditBindDetailPanel.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-
-
-<html xmlns:wicket="http://wicket.apache.org/">
-<body>
-<wicket:panel>
-    <form wicket:id="detailFields">
-        <div id="accordion">
-            <h3>Audit Bind Details</h3>
-
-            <div>
-                <table id="inputFormTable">
-                    <tr>
-                        <td>
-                            <label for="reqDN">User ID</label>
-                        </td>
-                        <td>
-                            <span wicket:id="reqDN"></span>
-                        </td>
-                    </tr>
-                    <tr>
-                        <td>
-                            <label for="reqResult">Result</label>
-                        </td>
-                        <td>
-                            <span wicket:id="reqResult"></span>
-                        </td>
-                    </tr>
-                    <tr>
-                        <td>
-                            <label for="reqStart">Timestamp</label>
-                        </td>
-                        <td>
-                            <span wicket:id="reqStart"></span>
-                        </td>
-                    </tr>
-                </table>
-            </div>
-            <div wicket:id="userauditdetailpanel" id="userauditdetailpanel"></div>
-        </div>
-    </form>
-</wicket:panel>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/panel/AuditBindListPanel.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/panel/AuditBindListPanel.html b/src/main/resources/org/openldap/commander/panel/AuditBindListPanel.html
deleted file mode 100644
index 6859673..0000000
--- a/src/main/resources/org/openldap/commander/panel/AuditBindListPanel.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html xmlns:wicket="http://wicket.apache.org/">
-<body>
-<wicket:panel>
-    <form wicket:id="bindform">
-        <fieldset>
-            <legend>Authorization Search Operations</legend>
-            <table id="inputFormTable">
-                <tr>
-                    <td>
-                        <input type="button"
-                               class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                               wicket:id="search" value="search" name="search"/>
-                        <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                               wicket:id="clear" value="clear" name="clear"/>
-                        &nbsp&nbsp
-                        <label for="failedOnly">Failed Only?</label>
-                        <input type="checkbox" wicket:id="failedOnly" id="failedOnly"/>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <div wicket:id="usersearchmodal"></div>
-                        <label for="userId"><a href="#" wicket:id="userAssignLinkLbl" id="userAssignLinkLbl">User ID</a></label>
-                        <input type="text" wicket:id="userId" id="userId" class="formLarge" style="width: 250px"/>
-                        &nbsp&nbsp
-                        <label for="beginDate">Begin Date</label>
-                        <input type="text" wicket:id="beginDate" id="beginDate" class="formLarge"/>
-                        &nbsp&nbsp
-                        <label for="endDate">End Date</label>
-                        <input type="text" wicket:id="endDate" id="endDate" class="formLarge"/>
-                    </td>
-                </tr>
-            </table>
-        </fieldset>
-        <div wicket:id="bindtreegrid" id="bindtreegrid">
-        </div>
-    </form>
-</wicket:panel>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/panel/AuditModDetailPanel.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/panel/AuditModDetailPanel.html b/src/main/resources/org/openldap/commander/panel/AuditModDetailPanel.html
deleted file mode 100644
index a5efaf8..0000000
--- a/src/main/resources/org/openldap/commander/panel/AuditModDetailPanel.html
+++ /dev/null
@@ -1,81 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html xmlns:wicket="http://wicket.apache.org/">
-<body>
-<wicket:panel>
-    <form wicket:id="detailFields">
-        <div id="accordion">
-
-            <h3>Audit Modification Details</h3>
-            <div>
-                <fieldset>
-                  <legend>Administrative Modifications</legend>
-
-                <table id="inputFormTable">
-                    <tr>
-                        <td>
-                            <label for="ftModCode">Permission</label>
-                        </td>
-                        <td>
-                            <span wicket:id="ftModCode"></span>
-                        </td>
-                    </tr>
-                    <tr>
-                        <td>
-                            <label for="reqType">LDAP Operation</label>
-                        </td>
-                        <td>
-                            <span wicket:id="reqType"></span>
-                        </td>
-                    </tr>
-                    <tr>
-                        <td>
-                            <label for="reqDN">Target</label>
-                        </td>
-                        <td>
-                            <span wicket:id="reqDN"></span>
-                        </td>
-                    </tr>
-                    <tr>
-                        <td>
-                            <label for="reqStart">Timestamp</label>
-                        </td>
-                        <td>
-                            <span wicket:id="reqStart"></span>
-                        </td>
-                    </tr>
-                    <tr>
-                        <td>
-                            <label for="ftModId">Mod GUID</label>
-                        </td>
-                        <td>
-                            <span wicket:id="ftModId"></span>
-                        </td>
-                    </tr>
-                </table>
-
-              </fieldset>
-
-                <h3>Modifications</h3>
-                <div wicket:id="modstable" id="modstable" style="width: 720px;"></div>
-
-            </div>
-            <div wicket:id="userauditdetailpanel" id="userauditdetailpanel"></div>
-        </div>
-    </form>
-</wicket:panel>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/panel/AuditModListPanel.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/panel/AuditModListPanel.html b/src/main/resources/org/openldap/commander/panel/AuditModListPanel.html
deleted file mode 100644
index c1532c4..0000000
--- a/src/main/resources/org/openldap/commander/panel/AuditModListPanel.html
+++ /dev/null
@@ -1,67 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html xmlns:wicket="http://wicket.apache.org/">
-<body>
-<wicket:panel>
-    <form wicket:id="modform">
-        <fieldset>
-            <legend>Modification Search Operations</legend>
-            <table id="inputFormTable">
-                <tr>
-                    <td>
-                        <input type="button"
-                               class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                               wicket:id="search" value="search" name="search"/>
-                        <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                               wicket:id="clear" value="clear" name="clear"/>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <div wicket:id="usersearchmodal"></div>
-                        <label for="userId"><a href="#" wicket:id="userAssignLinkLbl" id="userAssignLinkLbl">User ID</a></label>
-                        <input type="text" wicket:id="userId" id="userId" class="formLarge" style="width: 250px"/>
-                        &nbsp&nbsp
-                        <label for="beginDate">Begin Date</label>
-                        <input type="text" wicket:id="beginDate" id="beginDate" class="formLarge"/>
-                        &nbsp&nbsp
-                        <label for="endDate">End Date</label>
-                        <input type="text" wicket:id="endDate" id="endDate" class="formLarge"/>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <div wicket:id="permsearchmodal"></div>
-                        <fieldset>
-                            <legend><label><a href="#" wicket:id="permLinkLbl" id="permLinkLbl">Permission</a></label>
-                            </legend>
-                            <label for="objName">Object Name</label>
-                            <input type="text" wicket:id="objName" id="objName" class="formLarge"
-                                   style="width: 300px"/>
-                            &nbsp&nbsp
-                            <label for="opName">Operation Name</label>
-                            <input type="text" wicket:id="opName" id="opName" class="formLarge" style="width: 300px"/>
-                        </fieldset>
-                    </td>
-                </tr>
-            </table>
-        </fieldset>
-        <div wicket:id="modtreegrid" id="modtreegrid">
-        </div>
-    </form>
-</wicket:panel>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/547b9ccd/src/main/resources/org/openldap/commander/panel/ConstraintAdminRolePanel.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/openldap/commander/panel/ConstraintAdminRolePanel.html b/src/main/resources/org/openldap/commander/panel/ConstraintAdminRolePanel.html
deleted file mode 100644
index 47b4cf7..0000000
--- a/src/main/resources/org/openldap/commander/panel/ConstraintAdminRolePanel.html
+++ /dev/null
@@ -1,106 +0,0 @@
-<!--
-  ~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
-  ~
-  ~ Copyright 1998-2014 The OpenLDAP Foundation.
-  ~ All rights reserved.
-  ~
-  ~ Redistribution and use in source and binary forms, with or without
-  ~ modification, are permitted only as authorized by the OpenLDAP
-  ~ Public License.
-  ~
-  ~ A copy of this license is available in the file LICENSE in the
-  ~ top-level directory of the distribution or, alternatively, at
-  ~ <http://www.OpenLDAP.org/license.html>.
-  -->
-
-<html xmlns:wicket="http://wicket.apache.org/">
-<body>
-
-<wicket:panel>
-    <tr>
-        <td>
-            <table id="adminRoleConstraintsTable">
-                <tr>
-                    <td>
-                        <label for="beginTimeARC">Begin Time</label>
-                    </td>
-                    <td>
-                        <input type="text" wicket:id="beginTimeARC" id="beginTimeARC" class="formLarge"/>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <label for="endTimeARC">End Time</label>
-                    </td>
-                    <td>
-                        <input type="text" wicket:id="endTimeARC" id="endTimeARC" class="formLarge"/>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <label for="beginDateARC">Begin Date</label>
-                    </td>
-                    <td>
-                        <input type="text" wicket:id="beginDateARC" id="beginDateARC" class="formLarge"/>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <label for="endDateARC">End Date</label>
-                    </td>
-                    <td>
-                        <input type="text" wicket:id="endDateARC" id="endDateARC" class="formLarge"/>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <label for="beginLockDateARC">Begin Lock Date</label>
-                    </td>
-                    <td>
-                        <input type="text" wicket:id="beginLockDateARC" id="beginLockDateARC" class="formLarge"/>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <label for="endLockDateARC">End Lock Date</label>
-                    </td>
-                    <td>
-                        <input type="text" wicket:id="endLockDateARC" id="endLockDateARC" class="formLarge"/>
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <label for="timeout">Timeout (minutes)</label>
-                    </td>
-                    <td>
-                        <input wicket:id="timeout" id="timeoutARC" type="text" style="width: 35px;">
-                    </td>
-                </tr>
-            </table>
-        </td>
-    </tr>
-    <tr>
-        <td>
-            <fieldset>
-                <legend>Day Mask</legend>
-                <input type="checkbox" wicket:id="sunday" id="sundayARC"/>
-                <label for="sunday">SU</label>
-                <input type="checkbox" wicket:id="monday" id="mondayARC"/>
-                <label for="monday">M</label>
-                <input type="checkbox" wicket:id="tuesday" id="tuesdayARC"/>
-                <label for="tuesday">TU</label>
-                <input type="checkbox" wicket:id="wednesday" id="wednesdayARC"/>
-                <label for="wednesday">W</label>
-                <input type="checkbox" wicket:id="thursday" id="thursdayARC"/>
-                <label for="thursday">TH</label>
-                <input type="checkbox" wicket:id="friday" id="fridayARC"/>
-                <label for="friday">F</label>
-                <input type="checkbox" wicket:id="saturday" id="saturdayARC"/>
-                <label for="saturday">SA</label>
-            </fieldset>
-        </td>
-    </tr>
-
-</wicket:panel>
-</body>
-</html>
\ No newline at end of file