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 2003/09/12 14:59:51 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/content/menus admin.xsp

andreas     2003/09/12 05:59:51

  Modified:    src/webapp/lenya/content/menus admin.xsp
  Log:
  implementing new menu handling in admin area
  
  Revision  Changes    Path
  1.6       +1 -12     cocoon-lenya/src/webapp/lenya/content/menus/admin.xsp
  
  Index: admin.xsp
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/content/menus/admin.xsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- admin.xsp	29 Jul 2003 15:00:46 -0000	1.5
  +++ admin.xsp	12 Sep 2003 12:59:51 -0000	1.6
  @@ -6,6 +6,7 @@
       xmlns:xsp-lenya="http://apache.org/cocoon/lenya/xsp/1.0"
       xmlns:xsp-request="http://apache.org/xsp/request/2.0"
       xmlns:input="http://apache.org/cocoon/xsp/input/1.0"
  +    xmlns="http://apache.org/cocoon/lenya/menubar/1.0"
   >
   
   <xsp:structure>
  @@ -13,18 +14,6 @@
   </xsp:structure>
   
   <menu>
  -
  -  <xsp-lenya:util/>
  -  
  -  <url-info>
  -    <context-prefix><xsp-request:get-context-path/></context-prefix>
  -    <publication-id><input:get-attribute module="page-envelope" as="string" name="publication-id"/></publication-id>
  -    <area><input:get-attribute module="page-envelope" as="string" name="area"/></area>
  -    <document-id><input:get-attribute module="page-envelope" as="string" name="document-id"/></document-id>
  -    <servlet-context-path><xsp:expr>((Publication) <input:get-attribute module="page-envelope" as="object" name="publication"/>).getServletContext().getCanonicalPath()</xsp:expr></servlet-context-path>
  -    <publication><input:get-attribute module="page-envelope" as="object" name="publication"/></publication>
  -    <document-url><input:get-attribute module="page-envelope" as="string" name="document-url"/></document-url>
  -  </url-info>
   
     <xsp:logic>
       String projectid = parameters.getParameter("projectid","null");
  
  
  

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