You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/06/26 17:56:26 UTC

svn commit: r417260 - in /incubator/lokahi/lokahi/trunk/src/www: Apache/Entity/ Apache/Worker/ Core/Alerts/ Core/Environment/ Core/File/ Core/Function/ Core/Instance/ Core/Ip/ Core/Project/ Core/State/ Help/ Template/

Author: toback
Date: Mon Jun 26 10:56:25 2006
New Revision: 417260

URL: http://svn.apache.org/viewvc?rev=417260&view=rev
Log:
Fixed nav issues.

Modified:
    incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/add.vm
    incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/add.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/add.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/delete.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/update.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Environment/add.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Environment/details.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Environment/list.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Environment/update.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/File/add.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/File/details.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/File/list.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/File/update.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Function/add.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Function/details.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Function/list.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Function/update.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Instance/add.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Instance/details.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Instance/list.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Instance/update.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Ip/add.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Ip/details.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Ip/list.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Project/delete.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/State/add.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/State/details.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/State/list.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/State/update.vm
    incubator/lokahi/lokahi/trunk/src/www/Help/index.vm
    incubator/lokahi/lokahi/trunk/src/www/Template/addsite.vm

Modified: incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/add.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/add.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/add.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/add.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: add.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/PoolTop.vm")
+#set ($menu = "/layout/menu/PoolTop.vm")
 #set ($pageSelected = "Entity")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/add.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/add.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/add.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Apache/Worker/add.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: add.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/PoolTop.vm")
+#set ($menu = "/layout/menu/PoolTop.vm")
 #set ($pageSelected = "ApachePool")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/add.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/add.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/add.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/add.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: add.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "alert")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/delete.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/delete.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/delete.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/delete.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: delete.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "alert")
 #parse("/layout/header.vm")
 <SCRIPT LANGUAGE=javascript>

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/update.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/update.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/update.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: update.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "alert")
 #parse("/layout/header.vm")
 <SCRIPT LANGUAGE=javascript>

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Environment/add.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Environment/add.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Environment/add.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Environment/add.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: add.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "enviroment")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Environment/details.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Environment/details.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Environment/details.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Environment/details.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: details.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "enviroment")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Environment/list.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Environment/list.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Environment/list.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Environment/list.vm Mon Jun 26 10:56:25 2006
@@ -16,7 +16,7 @@
 ## $Id: list.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
 #if (!$collection)
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "environment")
 #parse("/layout/header.vm")
 #set ($plf = "true")

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Environment/update.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Environment/update.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Environment/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Environment/update.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: update.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "enviroment")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/File/add.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/File/add.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/File/add.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/File/add.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: add.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "file")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/File/details.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/File/details.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/File/details.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/File/details.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: details.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "file")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/File/list.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/File/list.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/File/list.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/File/list.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: list.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "file")
 #parse("/layout/header.vm")
 

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/File/update.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/File/update.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/File/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/File/update.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: update.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "file")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Function/add.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Function/add.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Function/add.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Function/add.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: add.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "function")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Function/details.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Function/details.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Function/details.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Function/details.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: details.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "function")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Function/list.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Function/list.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Function/list.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Function/list.vm Mon Jun 26 10:56:25 2006
@@ -16,7 +16,7 @@
 ## $Id: list.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
 #if (!$collection)
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "function")
 #parse("/layout/header.vm")
 #set ($plf = "true")

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Function/update.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Function/update.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Function/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Function/update.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: update.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "function")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Instance/add.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Instance/add.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Instance/add.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Instance/add.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: add.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "instance")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Instance/details.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Instance/details.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Instance/details.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Instance/details.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: details.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "instance")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Instance/list.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Instance/list.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Instance/list.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Instance/list.vm Mon Jun 26 10:56:25 2006
@@ -16,7 +16,7 @@
 ## $Id: list.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
 #if (!$collection)
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "instance")
 #parse("/layout/header.vm")
 #set ($plf = "true")

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Instance/update.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Instance/update.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Instance/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Instance/update.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: update.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/EntityTop.vm")
 #set ($pageSelected = "instance")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Ip/add.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Ip/add.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Ip/add.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Ip/add.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: add.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/PoolTop.vm")
 #set ($pageSelected = "Administration")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Ip/details.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Ip/details.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Ip/details.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Ip/details.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: details.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/PoolTop.vm")
 #set ($pageSelected = "Administration")
 #parse("/layout/header.vm")
 <div id="center">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Ip/list.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Ip/list.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Ip/list.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Ip/list.vm Mon Jun 26 10:56:25 2006
@@ -16,7 +16,7 @@
 ## $Id: list.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
 #if (!$collection)
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/PoolTop.vm")
 #set ($pageSelected = "ip")
 #parse("/layout/header.vm")
 #set ($plf = "true")

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Project/delete.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Project/delete.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Project/delete.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Project/delete.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: delete.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/ProjectTop.vm")
 #set ($pageSelected = "Administration")
 #parse("/layout/header.vm")
 <div id="center">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/State/add.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/State/add.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/State/add.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/State/add.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: add.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/PoolTop.vm")
 #set ($pageSelected = "state")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/State/details.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/State/details.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/State/details.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/State/details.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: details.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/PoolTop.vm")
 
 #set ($pageSelected = "state")
 #parse("/layout/header.vm")

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/State/list.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/State/list.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/State/list.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/State/list.vm Mon Jun 26 10:56:25 2006
@@ -16,7 +16,7 @@
 ## $Id: list.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
 #if (!$collection)
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/PoolTop.vm")
 #set ($pageSelected = "state")
 #parse("/layout/header.vm")
 #set ($plf = "true")

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/State/update.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/State/update.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/State/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/State/update.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: update.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/UtilTop.vm")
+#set ($menu = "/layout/menu/PoolTop.vm")
 #set ($pageSelected = "state")
 #parse("/layout/header.vm")
 <div id="bigright">

Modified: incubator/lokahi/lokahi/trunk/src/www/Help/index.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Help/index.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Help/index.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Help/index.vm Mon Jun 26 10:56:25 2006
@@ -13,16 +13,31 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ##
-## $Id: index.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
+## $id$
 ##
 #set ($menu = "/layout/menu/HelpTop.vm")
 #set ($pageSelected = "/help.vm")
 #parse("/layout/header.vm")
-<br><br>
+<br><br><br><br>
 <div align=center>
 
+<table width="700" border="0" cellspacing="0" cellpadding="0" >
+<tr valign="top" class="info">
+	<td valign="top" height="25" align="center"> Help Topics </td>
+</tr>
+<tr valign="top" class="body">
+	<td align="center" valign="top" style="border-right-color:#666666;border-right-style:solid;border-right-width:1px;"><br />
 
+	#set ($helpitems = $helpHelper.getHelpItems())
+  	#foreach ($hi in $helpitems)
+    	<a href="$appRoot/Help/update.vm?id=$hi.getPk()">&nbsp;$hi.getName()&nbsp;</a><br />
+    #end
+	</td>
+</tr>
+
+</table>
 
 </div>
 #parse("/layout/footer.vm")
+
 

Modified: incubator/lokahi/lokahi/trunk/src/www/Template/addsite.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Template/addsite.vm?rev=417260&r1=417259&r2=417260&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Template/addsite.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Template/addsite.vm Mon Jun 26 10:56:25 2006
@@ -15,7 +15,7 @@
 ##
 ## $Id: addsite.vm,v 1.1.1.1 2005/11/30 22:35:36 drtobes Exp $
 ##
-#set ($menu = "/layout/ProjectTop.vm")
+#set ($menu = "/layout/menu/ProjectTop.vm")
 #set ($letter = "Add")
 #parse("/layout/header.vm")
 <div align="center" class="contentbox">
@@ -76,7 +76,7 @@
 </tr>
 
 <tr>
-<td>Data Partition 
+<td>Data Partition
                <select name=data-partition>
                           <option value="">Select one</option>
               			      #foreach ($dp in $data)