svn commit: r627586 - in /lenya/sandbox/modules/forrest: config/menu.xml config/menu.xsp menus.xmap

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: andreas
Date: Wed Feb 13 12:31:18 2008
New Revision: 627586

URL: http://svn.apache.org/viewvc?rev=627586&view=rev
Log:
Converted module menu from XSP to XML.

Added:
    lenya/sandbox/modules/forrest/config/menu.xml
      - copied, changed from r595635, lenya/sandbox/modules/forrest/config/menu.xsp
Removed:
    lenya/sandbox/modules/forrest/config/menu.xsp
    lenya/sandbox/modules/forrest/menus.xmap

Copied: lenya/sandbox/modules/forrest/config/menu.xml (from r595635, lenya/sandbox/modules/forrest/config/menu.xsp)
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/forrest/config/menu.xml?p2=lenya/sandbox/modules/forrest/config/menu.xml&p1=lenya/sandbox/modules/forrest/config/menu.xsp&r1=595635&r2=627586&rev=627586&view=diff
==============================================================================
--- lenya/sandbox/modules/forrest/config/menu.xsp (original)
+++ lenya/sandbox/modules/forrest/config/menu.xml Wed Feb 13 12:31:18 2008
@@ -6,9 +6,9 @@
   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
-
+  
+  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.
@@ -16,62 +16,35 @@
   limitations under the License.
 -->
 
-<!-- $Id: generic.xsp 155806 2005-03-01 17:55:42Z andreas $ -->
-
-<xsp:page 
-    language="java" 
-    xmlns:xsp="http://apache.org/xsp"
-    xmlns:xsp-request="http://apache.org/xsp/request/2.0"
-    xmlns:input="http://apache.org/cocoon/xsp/input/1.0"
-    xmlns:i18n="http://apache.org/cocoon/i18n/2.1"    
-    xmlns:wf="http://apache.org/cocoon/lenya/workflow/1.0"
-    xmlns:uc="http://apache.org/cocoon/lenya/usecase/1.0"
-    xmlns="http://apache.org/cocoon/lenya/menubar/1.0"
->
-
-  <xsp:structure>
-    <xsp:include>org.apache.lenya.cms.publication.Document</xsp:include>
-    <xsp:include>org.apache.lenya.cms.publication.Publication</xsp:include>
-  </xsp:structure>
+<menu xmlns="http://apache.org/cocoon/lenya/menubar/1.0"
+  xmlns:uc="http://apache.org/cocoon/lenya/usecase/1.0"
+  xmlns:i18n="http://apache.org/cocoon/i18n/2.1">
   
-  <menu>
-
-    <menus>
-      <menu i18n:attr="name" name="File">
-        <block areas="site authoring" id="create">
-          <item uc:usecase="sitemanagement.create" href="?doctype=forrestDocument20"><i18n:translate>
-              <i18n:text>New ... Document</i18n:text>
-              <i18n:param><i18n:text>resourceType-forrest</i18n:text></i18n:param>
-            </i18n:translate>
-          </item>
-          <item uc:usecase="sitemanagement.create" href="?doctype=forrestFaq20"><i18n:translate>
-            <i18n:text>New ... Document</i18n:text>
-            <i18n:param><i18n:text>resourceType-faq</i18n:text></i18n:param>
-          </i18n:translate>
-          </item>
-        </block>
-      </menu>
-      
-      <menu i18n:attr="name" name="Edit">
-        <xsp:logic>
-          try {
-              Object doc = <input:get-attribute module="page-envelope" as="object" name="document"/>;
-              if (doc instanceof Document &amp;&amp; ((Document) doc).exists()) {
-                  String doctype = <input:get-attribute module="page-envelope" as="string" name="document-type"/>;
-                  if (doctype.startsWith("forrest")) {
-                      <block areas="authoring">
-                        <item uc:usecase="editors.oneform" href="?"><i18n:text>With one Form</i18n:text></item>
-                      </block>
-                  }
-              }
-          }
-          catch (Exception e) {
-              throw new ProcessingException("Error during menu generation: ", e);
-          }
-        </xsp:logic>
-      </menu>
-      
-    </menus>
+  <menus>
+    <menu i18n:attr="name" name="File">
+      <block areas="site authoring" id="create">
+        <item uc:usecase="sitemanagement.create" href="?doctype=forrestDocument20"><i18n:translate>
+          <i18n:text>New ... Document</i18n:text>
+          <i18n:param><i18n:text>resourceType-forrest</i18n:text></i18n:param>
+        </i18n:translate>
+        </item>
+        <item uc:usecase="sitemanagement.create" href="?doctype=forrestFaq20"><i18n:translate>
+          <i18n:text>New ... Document</i18n:text>
+          <i18n:param><i18n:text>resourceType-faq</i18n:text></i18n:param>
+        </i18n:translate>
+        </item>
+      </block>
+      <block areas="site authoring">
+        <item uc:usecase="forrest.updateChanges"><i18n:text>Update Code Changes</i18n:text></item>
+      </block>
+    </menu>
     
-  </menu>
-</xsp:page>
+    <menu i18n:attr="name" name="Edit">
+      <block areas="authoring" resourceTypes="forrestDocument20 forrestFaq20">
+        <item uc:usecase="editors.oneform"><i18n:text>With one Form</i18n:text></item>
+      </block>
+    </menu>
+    
+  </menus>
+  
+</menu>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.