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 2004/01/23 16:07:07 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/authoring/edit epozmacros-xhtml.xsl

michi       2004/01/23 07:07:07

  Modified:    src/webapp/lenya/resources/misc/epoz epozmacros.html
               src/webapp/lenya/xslt/authoring/edit epozmacros-xhtml.xsl
  Log:
  FIXME added re reloadsrc attribute
  
  Revision  Changes    Path
  1.3       +2 -1      cocoon-lenya/src/webapp/lenya/resources/misc/epoz/epozmacros.html
  
  Index: epozmacros.html
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/misc/epoz/epozmacros.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- epozmacros.html	11 Dec 2003 13:35:09 -0000	1.2
  +++ epozmacros.html	23 Jan 2004 15:07:07 -0000	1.3
  @@ -360,8 +360,9 @@
         };
     </script>
     <div class="epoz-editorframe" metal:define-slot="epoz_editorframe">
  +    <!-- FIXME: reloadsrc="1" doesn't seem to be modified by the XSLT -->
       <iframe id="epoz-editor" frameborder="0" src="/epoz/common/tutorial.html"
  -            reloadsrc="1" usecss="1"
  +            reloadsrc="0" usecss="1"
   	    metal:define-macro="epoz_editorframe"
               tal:attributes="src nothing"
               onload="startEpoz()"> </iframe>
  
  
  
  1.3       +2 -1      cocoon-lenya/src/webapp/lenya/xslt/authoring/edit/epozmacros-xhtml.xsl
  
  Index: epozmacros-xhtml.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/authoring/edit/epozmacros-xhtml.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- epozmacros-xhtml.xsl	14 Dec 2003 22:07:10 -0000	1.2
  +++ epozmacros-xhtml.xsl	23 Jan 2004 15:07:07 -0000	1.3
  @@ -15,7 +15,8 @@
   <xsl:template match="xhtml:body/xhtml:div/xhtml:div/xhtml:div/xhtml:iframe/@src">
   	<xsl:attribute name="src"><xsl:value-of select="$contentfile"/></xsl:attribute>
   	<xsl:attribute name="dst"><xsl:value-of select="$save-destination"/></xsl:attribute>
  -	<xsl:attribute name="reloadsrc"><xsl:value-of select="reload-on-save"/></xsl:attribute>
  +	<xsl:attribute name="reloadsrc">0</xsl:attribute>
  +	<!--<xsl:attribute name="reloadsrc"><xsl:value-of select="reload-on-save"/></xsl:attribute>-->
   	<xsl:attribute name="usecss"><xsl:value-of select="use-css"/></xsl:attribute>
   </xsl:template>
   
  
  
  

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