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 11:38:32 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/default/config/menus generic.xsp

andreas     2003/09/12 02:38:32

  Modified:    src/webapp/lenya/pubs/default/config/menus generic.xsp
  Log:
  - added menu namespace
  - removed url-info
  - removed lenya util logicsheet
  
  Revision  Changes    Path
  1.27      +1 -12     cocoon-lenya/src/webapp/lenya/pubs/default/config/menus/generic.xsp
  
  Index: generic.xsp
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/config/menus/generic.xsp,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- generic.xsp	20 Aug 2003 18:57:25 -0000	1.26
  +++ generic.xsp	12 Sep 2003 09:38:31 -0000	1.27
  @@ -8,22 +8,11 @@
       xmlns:input="http://apache.org/cocoon/xsp/input/1.0"
       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"
   >
   
     <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>
  -    <document-url><input:get-attribute module="page-envelope" as="string" name="document-url"/></document-url>
  -  </url-info>
  -    
  -    <live_uri>/live<input:get-attribute module="page-envelope" as="string" name="document-url"/></live_uri>
  -    
       <xsp:logic>
         String bitflux_prefix = <xsp-request:get-context-path/> + "/" + <input:get-attribute module="page-envelope" as="string" name="publication-id"/> + "/bitflux";
         String domain_prefix_bitflux = "" + <xsp-request:get-context-path/>;
  
  
  

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