Update of /var/cvs/applications/editwizard/templates/data/xsl
In directory james.mmbase.org:/tmp/cvs-serv12829

Modified Files:
        wizard.xsl 
Log Message:
little point int showing an extra link to 'download' the flash, if there is 
already the flash itself to be seen


See also: 
http://cvs.mmbase.org/viewcvs/applications/editwizard/templates/data/xsl


Index: wizard.xsl
===================================================================
RCS file: /var/cvs/applications/editwizard/templates/data/xsl/wizard.xsl,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -b -r1.184 -r1.185
--- wizard.xsl  3 Oct 2008 10:38:33 -0000       1.184
+++ wizard.xsl  9 Oct 2008 10:50:42 -0000       1.185
@@ -13,7 +13,7 @@
     @author Nico Klasens
     @author Martijn Houtman
     @author Robin van Meteren
-    @version $Id: wizard.xsl,v 1.184 2008/10/03 10:38:33 michiel Exp $
+    @version $Id: wizard.xsl,v 1.185 2008/10/09 10:50:42 michiel Exp $
 
     This xsl uses Xalan functionality to call java classes
     to format dates and call functions on nodes
@@ -1053,7 +1053,7 @@
                 <xsl:call-template name="prompt_do_upload"/>
               </a>
               <br/>
-              <xsl:if test="@size &gt; 0">
+              <xsl:if test="@size != 0">
                 <object src="{node:saxonFunction($cloud, string(@number), 
'url')}"
                         data="{node:saxonFunction($cloud, string(@number), 
'url')}"
                         type="application/x-shockwave-flash"
@@ -1062,12 +1062,6 @@
                   <param name="{node:saxonFunction($cloud, string(@number), 
'url')}" />
                 </object>
                 <br/>
-                 <a
-                   href="{node:saxonFunction($cloud, string(@number), 
concat('servletpath(', $cloudkey,')'))}"
-                   target="_new">
-                   <xsl:call-template name="prompt_do_download" />
-                 </a>
-                <br/>
               </xsl:if>
             </div>
           </div>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to