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/10/06 18:08:54 UTC

cvs commit: cocoon-lenya/src/templates/forrest/config/menus generic.xsp

andreas     2003/10/06 09:08:54

  Modified:    src/templates/forrest/config/menus generic.xsp
  Log:
  re-formatted document id
  
  Revision  Changes    Path
  1.2       +8 -1      cocoon-lenya/src/templates/forrest/config/menus/generic.xsp
  
  Index: generic.xsp
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/templates/forrest/config/menus/generic.xsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- generic.xsp	26 Sep 2003 11:16:07 -0000	1.1
  +++ generic.xsp	6 Oct 2003 16:08:54 -0000	1.2
  @@ -22,7 +22,14 @@
       
       <xsp:logic>
         String xmlSource = <input:get-attribute module="page-envelope" as="string" name="document-path"/>;
  -      String documentId = <input:get-attribute module="page-envelope" as="string" name="context-prefix"/> + "/" + <input:get-attribute module="page-envelope" as="string" name="publication-id"/> + "/authoring" + <input:get-attribute module="page-envelope" as="string" name="document-id"/> + "_" + <input:get-attribute module="page-envelope" as="string" name="document-language"/>;
  +      
  +      String documentId =
  +          <input:get-attribute module="page-envelope" as="string" name="context-prefix"/>
  +          + "/"
  +          + <input:get-attribute module="page-envelope" as="string" name="publication-id"/>
  +          + "/authoring"
  +          + <input:get-attribute module="page-envelope" as="string" name="document-id"/>;
  +          
         String urisParameter = "uris=" + <input:get-attribute module="page-envelope" as="string" name="document-url"/>;
       </xsp:logic>
       
  
  
  

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