You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/08/07 18:29:01 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/oscom/config/menus matrix.xsp

michi       2003/08/07 09:29:01

  Modified:    src/webapp/lenya/pubs/oscom authoring-sitemap.xmap
               src/webapp/lenya/pubs/oscom/config/menus matrix.xsp
  Log:
  Form Editor implemented into OSCOM pub
  
  Revision  Changes    Path
  1.51      +1 -0      cocoon-lenya/src/webapp/lenya/pubs/oscom/authoring-sitemap.xmap
  
  Index: authoring-sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/oscom/authoring-sitemap.xmap,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- authoring-sitemap.xmap	9 Jul 2003 12:25:15 -0000	1.50
  +++ authoring-sitemap.xmap	7 Aug 2003 16:29:01 -0000	1.51
  @@ -102,6 +102,7 @@
           <map:generate type="serverpages" src="config/menus/matrix.xsp">
             <map:parameter name="projectid" value="{1}"/>
           </map:generate>
  +        <map:transform type="usecasemenu"/>
           <map:serialize type="xml"/>
         </map:match>
         <map:match pattern="authoring/menus/editor-matrix/*.xml">
  
  
  
  1.20      +2 -0      cocoon-lenya/src/webapp/lenya/pubs/oscom/config/menus/matrix.xsp
  
  Index: matrix.xsp
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/oscom/config/menus/matrix.xsp,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- matrix.xsp	23 Jul 2003 13:21:25 -0000	1.19
  +++ matrix.xsp	7 Aug 2003 16:29:01 -0000	1.20
  @@ -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:uc="http://apache.org/cocoon/lenya/usecase/1.0"
   >
   
   <menu>
  @@ -34,6 +35,7 @@
       <menu name="File" label="File">
         <block>
           <item><xsp:attribute name="href"><xsp:expr>xsp_lenya_context_prefix+"/authoring/xopus2/matrix/"+projectid+".html"</xsp:expr>?documentid=matrix/<xsp:expr>projectid+".xml"</xsp:expr></xsp:attribute>Edit&#160;with&#160;Xopus2</item>
  +        <item uc:usecase="edit" href="?lenya.step=open">Edit&#160;with&#160;Forms</item>
           <item><xsp:attribute name="href"><xsp:expr>xsp_lenya_context_prefix+"/authoring/matrix/"+projectid+".html"</xsp:expr>?lenya.usecase=rollback&amp;lenya.step=showscreen&amp;documentid=matrix/<xsp:expr>projectid+".xml"</xsp:expr></xsp:attribute>Rollback</item>
           <item><xsp:attribute name="href"><xsp:expr>xsp_lenya_context_prefix+"/authoring/lenya/publishScreen?uris=/lenya/oscom/matrix/"+projectid+".html,/lenya/oscom/matrix/index.html&amp;sources=/matrix/"+projectid+".xml"</xsp:expr></xsp:attribute>Publish</item>
         </block>
  
  
  

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