You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2003/11/07 06:34:34 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/resources/misc/bxeng index.xhtml

gregor      2003/11/06 21:34:34

  Modified:    src/webapp/lenya/resources/misc/bxeng/inc config.xml
               src/webapp/lenya/resources/misc/bxeng index.xhtml
  Log:
  add support for insert asset hook
  
  Revision  Changes    Path
  1.11      +2 -2      cocoon-lenya/src/webapp/lenya/resources/misc/bxeng/inc/config.xml
  
  Index: config.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/misc/bxeng/inc/config.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- config.xml	31 Oct 2003 23:36:35 -0000	1.10
  +++ config.xml	7 Nov 2003 05:34:33 -0000	1.11
  @@ -74,7 +74,7 @@
   
       </buttons>
       <callbacks>
  -        <element name="object" ns="http://www.w3.org/1999/xhtml" type="popup">../../picturesExample/index.html</element>
  +        <element name="object" ns="http://www.w3.org/1999/xhtml" type="popup">?lenya.usecase=bxeng&amp;lenya.step=asset-upload</element>
       </callbacks>
   
   </config>
  
  
  
  1.3       +1 -8      cocoon-lenya/src/webapp/lenya/resources/misc/bxeng/index.xhtml
  
  Index: index.xhtml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/misc/bxeng/index.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xhtml	2 Oct 2003 17:57:52 -0000	1.2
  +++ index.xhtml	7 Nov 2003 05:34:34 -0000	1.3
  @@ -3,10 +3,6 @@
   <head>
   
   <!-- Namespaces are doctype specific and will be added during aggregation -->
  -<!--
  -<meta name="bxeNS" content="echo=http://example.com/newformat#" />
  -<meta name="bxeNS" content="ent=http://www.purl.org/NET/ENT/1.0/" />
  --->
   
   <link rel="stylesheet" href="/bxeng/css/editor.css" type="text/css" />
   
  @@ -18,9 +14,6 @@
   </head>
   
   <body onload="bxe_start('CONFIG_FILE')">
  -<!--
  -<body onload="bxe_start('./config-bxeng.xml')">
  --->
   <!-- everything in the following div element will be replaced -->
   <div id="bxe_area">
   <noscript>
  @@ -30,7 +23,7 @@
   </div>
   
   <!-- another way to do it without having to use xslt
  -  <div id="foobar" bxe_xpath="/unizh:content-document/xhtml:body"></div>
  +  <div id="foobar" bxe_xpath="/xhtml:body"></div>
   -->
   </body>
   </html>
  
  
  

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