You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/03/03 18:40:56 UTC

svn commit: r633196 - in /lenya/sandbox/modules/forrest/usecases: ./ updateChanges.jx

Author: andreas
Date: Mon Mar  3 09:40:55 2008
New Revision: 633196

URL: http://svn.apache.org/viewvc?rev=633196&view=rev
Log:
Adding GUI for update changes usecase.

Added:
    lenya/sandbox/modules/forrest/usecases/
    lenya/sandbox/modules/forrest/usecases/updateChanges.jx

Added: lenya/sandbox/modules/forrest/usecases/updateChanges.jx
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/forrest/usecases/updateChanges.jx?rev=633196&view=auto
==============================================================================
--- lenya/sandbox/modules/forrest/usecases/updateChanges.jx (added)
+++ lenya/sandbox/modules/forrest/usecases/updateChanges.jx Mon Mar  3 09:40:55 2008
@@ -0,0 +1,48 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+
+<!-- $Id: login.jx 529195 2007-04-16 10:45:27Z andreas $ -->
+
+<page:page xmlns:jx="http://apache.org/cocoon/templates/jx/1.0" 
+           xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0" 
+           xmlns="http://www.w3.org/1999/xhtml" 
+           xmlns:i18n="http://apache.org/cocoon/i18n/2.1" >
+
+  <page:title>
+    <i18n:text>Update Changes</i18n:text>
+  </page:title>
+  <page:body>
+    
+    <jx:import uri="fallback://lenya/modules/usecase/templates/messages.jx"/>
+    
+    <form method="POST">
+    
+      <input type="hidden" name="lenya.continuation" value="${continuation.id}"/>
+      <input type="hidden" name="lenya.usecase" value="${usecase.getName()}"/>
+      <p>
+        <i18n:text>Do you want to update the code changes?</i18n:text>
+      </p>
+      <p>
+        <input i18n:attr="value" name="submit" type="submit" value="Submit"/>
+        <i18n:text> </i18n:text>
+        <input i18n:attr="value" name="cancel" type="submit" value="Cancel"/>
+      </p>
+      
+    </form>
+  </page:body>
+</page:page>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org