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 2015/02/12 04:53:37 UTC

directory-fortress-commander git commit: FC-66 - add panel headers

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master fdfb5d9fa -> 5eee36a5b


FC-66 - add panel headers


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/5eee36a5
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/5eee36a5
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/5eee36a5

Branch: refs/heads/master
Commit: 5eee36a5b676fbc7848fba3a28939296c5c05e1a
Parents: fdfb5d9
Author: Shawn McKinney <sm...@apache.org>
Authored: Wed Feb 11 21:53:17 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Wed Feb 11 21:53:17 2015 -0600

----------------------------------------------------------------------
 .../fortress/web/FortressWebBasePage.html       | 103 ++++++++++---------
 .../directory/fortress/web/panel/NavPanel.html  |  11 +-
 src/main/webapp/login/error.html                |   2 +-
 src/main/webapp/login/login.html                |   2 +-
 src/main/webapp/login/pagenotfound.html         |   2 +-
 src/main/webapp/login/unauthorized.html         |   2 +-
 src/main/webapp/login/unexpected.html           |   2 +-
 7 files changed, 62 insertions(+), 62 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/5eee36a5/src/main/resources/org/apache/directory/fortress/web/FortressWebBasePage.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/directory/fortress/web/FortressWebBasePage.html b/src/main/resources/org/apache/directory/fortress/web/FortressWebBasePage.html
index e3e9c3e..eb493c4 100644
--- a/src/main/resources/org/apache/directory/fortress/web/FortressWebBasePage.html
+++ b/src/main/resources/org/apache/directory/fortress/web/FortressWebBasePage.html
@@ -19,70 +19,75 @@
 
 <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" />
+    <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;
+        height:100%;
+        margin:0;
+        padding:0;
+        overflow:hidden;
         }
     </style>
 
-<title>Fortress Web RBAC Administration</title>
-<link rel="shortcut icon" href="images/favicon.ico" />
+    <title>Fortress Web 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>
+        <fieldset>
+            <legend>Program Links</legend>
+
+            <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>
+        </fieldset>
     </h3>
 </div>
 <div id="body">
-    <wicket:child />
+    <wicket:child/>
 </div>
 <div id="footer">
-	<span wicket:id="footer"></span>
+    <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/5eee36a5/src/main/resources/org/apache/directory/fortress/web/panel/NavPanel.html
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/directory/fortress/web/panel/NavPanel.html b/src/main/resources/org/apache/directory/fortress/web/panel/NavPanel.html
index aeb0721..9f774bc 100644
--- a/src/main/resources/org/apache/directory/fortress/web/panel/NavPanel.html
+++ b/src/main/resources/org/apache/directory/fortress/web/panel/NavPanel.html
@@ -26,6 +26,8 @@
     <form wicket:id="navButtons">
         <br/>
         <table id="inputFormTable">
+            <h4>Navigation Panel</h4>
+
             <tr>
                 <td>
                     <button wicket:id="users">USERS</button>
@@ -106,14 +108,7 @@
                     <button wicket:id="mods">MODS&nbsp&nbsp</button>
                 </td>
             </tr>
-            <!--
-                        <tr>
-                            <td>
-                                <button wicket:id="test">TEST&nbsp&nbsp</button>
-                            </td>
-                        </tr>
-            -->
-
+            
         </table>
     </form>
 </wicket:panel>

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/5eee36a5/src/main/webapp/login/error.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/login/error.html b/src/main/webapp/login/error.html
index a100e05..aa61c6a 100644
--- a/src/main/webapp/login/error.html
+++ b/src/main/webapp/login/error.html
@@ -34,6 +34,6 @@
     </p>
 </form>
 
-Copyright (c) 2003-2014, The Apache Software Foundation. All Rights Reserved.
+Copyright (c) 2003-2015, The Apache Software Foundation. All Rights Reserved.
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/5eee36a5/src/main/webapp/login/login.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/login/login.html b/src/main/webapp/login/login.html
index a54bd3b..2472ca3 100644
--- a/src/main/webapp/login/login.html
+++ b/src/main/webapp/login/login.html
@@ -54,6 +54,6 @@
         </table>
     </fieldset>
 </form>
-Copyright (c) 2003-2014, The Apache Software Foundation. All Rights Reserved.
+Copyright (c) 2003-2015, The Apache Software Foundation. All Rights Reserved.
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/5eee36a5/src/main/webapp/login/pagenotfound.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/login/pagenotfound.html b/src/main/webapp/login/pagenotfound.html
index 8f0b632..09bce23 100644
--- a/src/main/webapp/login/pagenotfound.html
+++ b/src/main/webapp/login/pagenotfound.html
@@ -34,6 +34,6 @@
     </p>
 </form>
 
-Copyright (c) 2003-2014, The Apache Software Foundation. All Rights Reserved.
+Copyright (c) 2003-2015, The Apache Software Foundation. All Rights Reserved.
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/5eee36a5/src/main/webapp/login/unauthorized.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/login/unauthorized.html b/src/main/webapp/login/unauthorized.html
index 5ac332c..3fcd181 100644
--- a/src/main/webapp/login/unauthorized.html
+++ b/src/main/webapp/login/unauthorized.html
@@ -34,6 +34,6 @@
     </p>
 </form>
 
-Copyright (c) 2003-2014, The Apache Software Foundation. All Rights Reserved.
+Copyright (c) 2003-2015, The Apache Software Foundation. All Rights Reserved.
 </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/5eee36a5/src/main/webapp/login/unexpected.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/login/unexpected.html b/src/main/webapp/login/unexpected.html
index 1cd85bc..0cb9b5e 100644
--- a/src/main/webapp/login/unexpected.html
+++ b/src/main/webapp/login/unexpected.html
@@ -34,6 +34,6 @@
     </p>
 </form>
 
-Copyright (c) 2003-2014, The Apache Software Foundation. All Rights Reserved.
+Copyright (c) 2003-2015, The Apache Software Foundation. All Rights Reserved.
 </body>
 </html>
\ No newline at end of file