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/22 18:33:53 UTC

svn commit: r416439 - in /incubator/lokahi/lokahi/trunk/src/www: Apache/Entity/ Core/Alerts/ Core/Enviroment/ Core/File/ Core/Function/ Core/Instance/ Core/Ip/ Core/JobPool/ Core/Project/ Core/Server/ Core/State/ Core/User/ Template/ Tomcat/Entity/

Author: toback
Date: Thu Jun 22 11:33:52 2006
New Revision: 416439

URL: http://svn.apache.org/viewvc?rev=416439&view=rev
Log:
updated a bunch of broken links.

Modified:
    incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/update.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/Enviroment/delete.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Enviroment/details.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Enviroment/update.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/File/delete.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/delete.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Function/details.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Function/update.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Instance/delete.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Instance/details.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Instance/update.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Ip/delete.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/JobPool/delete.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Project/delete.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Server/delete.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/Server/update.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/State/delete.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/State/details.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/State/update.vm
    incubator/lokahi/lokahi/trunk/src/www/Core/User/details.vm
    incubator/lokahi/lokahi/trunk/src/www/Template/addInternetProject.vm
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/delete.vm
    incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/update.vm

Modified: incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/update.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/update.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Apache/Entity/update.vm Thu Jun 22 11:33:52 2006
@@ -38,7 +38,7 @@
 {
 	var myindex  = dropdown.selectedIndex;
 	var SelValue = dropdown.options[myindex].value;
-	var baseURL  = "$appRoot/administration/VirtualHost/modify.vm?tcontexts=$numberOfContexts&hostingPoolId=" + SelValue;
+	var baseURL  = "$appRoot/Apache/Entity/update.vm?tcontexts=$numberOfContexts&hostingPoolId=" + SelValue;
 	top.location.href = baseURL;
 
 	return true;
@@ -146,7 +146,7 @@
               			      <option value="$vhost.getPk()">$vhost.getName()
               			      #end
               			      </select><BR>
-              			      
+
 #end
 </div>
 </div>

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=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/delete.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/delete.vm Thu Jun 22 11:33:52 2006
@@ -24,7 +24,7 @@
 {
 	var myindex  = dropdown.selectedIndex;
 	var SelValue = dropdown.options[myindex].value;
-	var baseURL  = "$appRoot/administration/alerts/delete.vm?id=" + SelValue;
+	var baseURL  = "$appRoot/Core/alerts/delete.vm?id=" + SelValue;
 	top.location.href = baseURL;
 
 	return true;
@@ -47,7 +47,7 @@
   	#set($a = $alert)
   #end
  #end
-##parse("administration/project/list.vm")
+##parse("Core/project/list.vm")
 
 ##set ($id = $request.getParameter("id"))
 ##set($project = $User.getProject($projectId))
@@ -75,7 +75,7 @@
 		#submit_button("Submit" "Delete" "button" "")
 		</form>
 	</td>
-	
+
 </tr>
 
 </table>

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=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Alerts/update.vm Thu Jun 22 11:33:52 2006
@@ -24,7 +24,7 @@
 {
 	var myindex  = dropdown.selectedIndex;
 	var SelValue = dropdown.options[myindex].value;
-	var baseURL  = "$appRoot/administration/alerts/update.vm?id=" + SelValue;
+	var baseURL  = "$appRoot/Core/Alerts/update.vm?id=" + SelValue;
 	top.location.href = baseURL;
 
 	return true;
@@ -63,7 +63,7 @@
 Alert Title:
 </td>
 <td>
-<input type="text" size="40 id="alertTitle" name="alertTitle" value="$!{a.getName()}">
+<input type="text" size="40" id="alertTitle" name="alertTitle" value="$!{a.getName()}">
 </td>
 </tr>
 <tr>
@@ -71,7 +71,7 @@
 Alert Link:
 </td>
 <td>
-<input type="text" size="40 id="alertLink" name="alertLink" value="$!{a.getLink()}">
+<input type="text" size="40" id="alertLink" name="alertLink" value="$!{a.getLink()}">
 </td>
 </tr>
 <tr>

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Enviroment/delete.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Enviroment/delete.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Enviroment/delete.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Enviroment/delete.vm Thu Jun 22 11:33:52 2006
@@ -19,6 +19,6 @@
 #set($methodToCall = "DeleteEnvironment")
 #set($buttonName = "Delete")
 #set ($function = "DeleteEnvironment")
-#parse("administration/Environment/list.vm")
+#parse("Core/Environment/list.vm")
 
 

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Enviroment/details.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Enviroment/details.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Enviroment/details.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Enviroment/details.vm Thu Jun 22 11:33:52 2006
@@ -26,7 +26,7 @@
 {
 	var myindex  = dropdown.selectedIndex;
 	var SelValue = dropdown.options[myindex].value;
-	var baseURL  = "$appRoot/administration/Environment/details.vm?id=" + SelValue;
+	var baseURL  = "$appRoot/Core/Environment/details.vm?id=" + SelValue;
 	top.location.href = baseURL;
 
 	return true;
@@ -46,7 +46,7 @@
 #end
 
 #if ($User.isAllowed("UpdateEnvironment"))
-<a href="$appRoot/administration/Environment/update.vm?id=$id">Update this Environment</a> &nbsp;<BR><BR>
+<a href="$appRoot/Core/Environment/update.vm?id=$id">Update this Environment</a> &nbsp;<BR><BR>
 #end
 
 #if ($User.isAllowed("DeleteEnvironment"))

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Enviroment/update.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Enviroment/update.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Enviroment/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Enviroment/update.vm Thu Jun 22 11:33:52 2006
@@ -26,7 +26,7 @@
 {
 	var myindex  = dropdown.selectedIndex;
 	var SelValue = dropdown.options[myindex].value;
-	var baseURL  = "$appRoot/administration/Environment/update.vm?id=" + SelValue;
+	var baseURL  = "$appRoot/Core/Environment/update.vm?id=" + SelValue;
 	top.location.href = baseURL;
 
 	return true;

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/File/delete.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/File/delete.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/File/delete.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/File/delete.vm Thu Jun 22 11:33:52 2006
@@ -19,6 +19,6 @@
 #set($methodToCall = "DeleteFile")
 #set($buttonName = "Delete")
 #set ($function = "DeleteFile")
-#parse("administration/File/list.vm")
+#parse("Core/File/list.vm")
 
 

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=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/File/details.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/File/details.vm Thu Jun 22 11:33:52 2006
@@ -47,7 +47,7 @@
 #end
 
 #if ($User.isAllowed("UpdateFile"))
-<BR><BR><a href="$appRoot/administration/File/update.vm?id=$id">Update this File</a> &nbsp;<BR><BR>
+<BR><BR><a href="$appRoot/Core/File/update.vm?id=$id">Update this File</a> &nbsp;<BR><BR>
 #end
 
 #if ($User.isAllowed("DeleteFile"))
@@ -67,7 +67,7 @@
               			      <option value="$file.getPk()">$file.getName()
               			      #end
               			      </select><BR>
-              			      
+
 #end
 </div>
 </div>

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=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/File/list.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/File/list.vm Thu Jun 22 11:33:52 2006
@@ -26,7 +26,7 @@
 <div id="center">
 <div class="messagebox">
 #if ($User.isAllowed($addFunction))
-<A href="$appRoot/administration/$entity/add.vm">Add</a>
+<A href="$appRoot/Core/$entity/add.vm">Add</a>
 #end
 #if ($User.isAllowed($deleteFunction))
 <form name="Form" method="post" action='$link.setAction("administration/$entity/Delete")'>

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=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/File/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/File/update.vm Thu Jun 22 11:33:52 2006
@@ -26,7 +26,7 @@
 {
 	var myindex  = dropdown.selectedIndex;
 	var SelValue = dropdown.options[myindex].value;
-	var baseURL  = "$appRoot/administration/File/update.vm?id=" + SelValue;
+	var baseURL  = "$appRoot/Core/File/update.vm?id=" + SelValue;
 	top.location.href = baseURL;
 
 	return true;
@@ -60,7 +60,7 @@
               			      <option value="$file.getPk()">$file.getName()
               			      #end
               			      </select><BR>
-              			      
+
 #end
 </div>
 </div>

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Function/delete.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Function/delete.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Function/delete.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Function/delete.vm Thu Jun 22 11:33:52 2006
@@ -19,6 +19,6 @@
 #set($methodToCall = "DeleteFunction")
 #set($buttonName = "Delete")
 #set ($function = "DeleteFunction")
-#parse("administration/Function/list.vm")
+#parse("Core/Function/list.vm")
 
 

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=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Function/details.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Function/details.vm Thu Jun 22 11:33:52 2006
@@ -26,7 +26,7 @@
 {
 	var myindex  = dropdown.selectedIndex;
 	var SelValue = dropdown.options[myindex].value;
-	var baseURL  = "$appRoot/administration/Function/details.vm?id=" + SelValue;
+	var baseURL  = "$appRoot/Core/Function/details.vm?id=" + SelValue;
 	top.location.href = baseURL;
 	return true;
 }
@@ -42,19 +42,6 @@
 #set ($Function = $view.getFunction($id))
 Name: $!{Function.getName()}<BR>
 Function Command: $!{Function.getCommand()}<BR>
-
-
-#if ($User.isAllowed($methodToCall) && $methodToCall == "UpdateFunction")
-<a href="$appRoot/administration/Function/update.vm?id=$id">Update this Function</a> &nbsp;<BR><BR>
-#end
-
-#if ($User.isAllowed("DeleteFunction"))
-  <form name="Form" method="post" action='$appRoot/administration/Function/Delete.do'>
-  <input type=hidden name="methodToCall" value="delete" >
-  <input type=hidden name=id value="$id" >
-  <input type="submit" value="Delete">
-  </form>
-#end
 
 
 #else

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=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Function/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Function/update.vm Thu Jun 22 11:33:52 2006
@@ -26,7 +26,7 @@
 {
 	var myindex  = dropdown.selectedIndex;
 	var SelValue = dropdown.options[myindex].value;
-	var baseURL  = "$appRoot/administration/Function/update.vm?id=" + SelValue;
+	var baseURL  = "$appRoot/Core/Function/update.vm?id=" + SelValue;
 	top.location.href = baseURL;
 
 	return true;

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Instance/delete.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Instance/delete.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Instance/delete.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Instance/delete.vm Thu Jun 22 11:33:52 2006
@@ -19,6 +19,6 @@
 #set($methodToCall = "DeleteInstance")
 #set($buttonName = "Delete")
 #set ($function = "DeleteInstance")
-#parse("administration/Instance/list.vm")
+#parse("Core/Instance/list.vm")
 
 

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=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Instance/details.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Instance/details.vm Thu Jun 22 11:33:52 2006
@@ -27,7 +27,7 @@
 {
 	var myindex  = dropdown.selectedIndex;
 	var SelValue = dropdown.options[myindex].value;
-	var baseURL  = "$appRoot/administration/Instance/details.vm?id=" + SelValue;
+	var baseURL  = "$appRoot/Core/Instance/details.vm?id=" + SelValue;
 	top.location.href = baseURL;
 
 	return true;
@@ -48,7 +48,7 @@
 #end
 
 #if ($User.isAllowed($methodToCall) && $methodToCall == "UpdateInstance")
-<a href="$appRoot/administration/Instance/update.vm?id=$id">Update this Instance</a> &nbsp;<BR><BR>
+<a href="$appRoot/Core/Instance/update.vm?id=$id">Update this Instance</a> &nbsp;<BR><BR>
 #end
 
 #if ($User.isAllowed("DeleteInstance"))

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=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Instance/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Instance/update.vm Thu Jun 22 11:33:52 2006
@@ -27,7 +27,7 @@
 {
 	var myindex  = dropdown.selectedIndex;
 	var SelValue = dropdown.options[myindex].value;
-	var baseURL  = "$appRoot/administration/Instance/update.vm?id=" + SelValue;
+	var baseURL  = "$appRoot/Core/Instance/update.vm?id=" + SelValue;
 	top.location.href = baseURL;
 
 	return true;

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Ip/delete.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Ip/delete.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Ip/delete.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Ip/delete.vm Thu Jun 22 11:33:52 2006
@@ -19,6 +19,6 @@
 #set($methodToCall = "DeleteIp")
 #set($buttonName = "Delete")
 #set ($function = "DeleteIp")
-#parse("administration/Ip/list.vm")
+#parse("Core/Ip/list.vm")
 
 

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/JobPool/delete.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/JobPool/delete.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/JobPool/delete.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/JobPool/delete.vm Thu Jun 22 11:33:52 2006
@@ -19,6 +19,6 @@
 #set($methodToCall = "DeleteJobPool")
 #set($buttonName = "Delete")
 #set ($function = "DeleteJobPool")
-#parse("administration/JobPool/list.vm")
+#parse("Core/JobPool/list.vm")
 
 

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=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Project/delete.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Project/delete.vm Thu Jun 22 11:33:52 2006
@@ -26,7 +26,7 @@
 #set($methodToCall = "DeleteProject")
 #set($buttonName = "Delete")
 #set ($function = "DeleteProject")
-##parse("administration/project/list.vm")
+##parse("Core/project/list.vm")
 
 ##set ($id = $request.getParameter("id"))
 #set($project = $User.getProject($projectId))
@@ -54,7 +54,7 @@
 		#submit_button("Submit" "Delete" "button" "")
 		</form>
 	</td>
-	
+
 </tr>
 
 </table>

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Server/delete.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Server/delete.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Server/delete.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Server/delete.vm Thu Jun 22 11:33:52 2006
@@ -19,6 +19,6 @@
 #set($methodToCall = "DeleteHardware")
 #set($buttonName = "Delete")
 #set ($function = "DeleteHardware")
-#parse("administration/Hardware/list.vm")
+#parse("Core/Hardware/list.vm")
 
 

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/Server/update.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/Server/update.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/Server/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/Server/update.vm Thu Jun 22 11:33:52 2006
@@ -24,7 +24,7 @@
 {
 	var myindex  = dropdown.selectedIndex;
 	var SelValue = dropdown.options[myindex].value;
-	var baseURL  = "$appRoot/administration/Hardware/update.vm?id=" + SelValue;
+	var baseURL  = "$appRoot/Core/Hardware/update.vm?id=" + SelValue;
 	top.location.href = baseURL;
 
 	return true;

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/State/delete.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/State/delete.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/State/delete.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/State/delete.vm Thu Jun 22 11:33:52 2006
@@ -19,6 +19,6 @@
 #set($methodToCall = "DeleteState")
 #set($buttonName = "Delete")
 #set ($function = "DeleteState")
-#parse("administration/State/list.vm")
+#parse("Core/State/list.vm")
 
 

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=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/State/details.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/State/details.vm Thu Jun 22 11:33:52 2006
@@ -27,7 +27,7 @@
 {
 	var myindex  = dropdown.selectedIndex;
 	var SelValue = dropdown.options[myindex].value;
-	var baseURL  = "$appRoot/administration/State/details.vm?id=" + SelValue;
+	var baseURL  = "$appRoot/Core/State/details.vm?id=" + SelValue;
 	top.location.href = baseURL;
 	return true;
 }
@@ -47,19 +47,7 @@
 #end
 
 
-#if ($User.isAllowed("UpdateState") && $methodToCall == "UpdateState")
-<BR>
-<A href="update.vm?id=$id">Update this State</a><BR>
-<BR>
-#end
 
-#if ($User.isAllowed("DeleteState"))
-  <form name="Form" method="post" action='$appRoot/administration/State/Delete.do'>
-  <input type=hidden name="methodToCall" value="delete" >
-  <input type=hidden name=id value="$id">
-  <input type="submit" value="Delete">
-  </form>
-#end
 
 #else
 State:

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=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/State/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/State/update.vm Thu Jun 22 11:33:52 2006
@@ -26,7 +26,7 @@
 {
 	var myindex  = dropdown.selectedIndex;
 	var SelValue = dropdown.options[myindex].value;
-	var baseURL  = "$appRoot/administration/State/update.vm?id=" + SelValue;
+	var baseURL  = "$appRoot/Core/State/update.vm?id=" + SelValue;
 	top.location.href = baseURL;
 
 	return true;

Modified: incubator/lokahi/lokahi/trunk/src/www/Core/User/details.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Core/User/details.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Core/User/details.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Core/User/details.vm Thu Jun 22 11:33:52 2006
@@ -39,7 +39,7 @@
 
 #if ($User.isAllowed("UpdateUser") && $methodToCall == "UpdateUser")
 <BR>
-<a href="$appRoot/administration/User/update.vm?id=$id">Update this User</a> &nbsp;<BR><BR>
+<a href="$appRoot/Core/User/update.vm?id=$id">Update this User</a> &nbsp;<BR><BR>
 <BR>
 #end
 

Modified: incubator/lokahi/lokahi/trunk/src/www/Template/addInternetProject.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Template/addInternetProject.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Template/addInternetProject.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Template/addInternetProject.vm Thu Jun 22 11:33:52 2006
@@ -20,7 +20,7 @@
 #parse("/layout/header.vm")
 <div align="center" class="contentbox">
 <br /><br />
-#parse("/administration/project/availtemplates.vm")
+#parse("/Core/Project/availtemplates.vm")
 <div id="bigright">
 <div class="messagebox" align="left">
 #if ($request.getParameter("hostingPoolId"))

Modified: incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/delete.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/delete.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/delete.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/delete.vm Thu Jun 22 11:33:52 2006
@@ -19,6 +19,6 @@
 #set($methodToCall = "DeleteContext")
 #set($buttonName = "Delete")
 #set ($function = "DeleteContext")
-#parse("administration/Context/list.vm")
+#parse("Tomcat/Entity/list.vm")
 
 

Modified: incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/update.vm
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/update.vm?rev=416439&r1=416438&r2=416439&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/update.vm (original)
+++ incubator/lokahi/lokahi/trunk/src/www/Tomcat/Entity/update.vm Thu Jun 22 11:33:52 2006
@@ -29,7 +29,7 @@
 {
 	var myindex  = dropdown.selectedIndex;
 	var SelValue = dropdown.options[myindex].value;
-	var baseURL  = "$appRoot/administration/Context/update.vm?id=" + SelValue;
+	var baseURL  = "$appRoot/Core/Context/update.vm?id=" + SelValue;
 	top.location.href = baseURL;
 
 	return true;