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

Modified Files:
      Tag: MMBase-1_8
        list.xsl 
Log Message:
support alternate way to enter day values (with a text box instead of dropdown)


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


Index: list.xsl
===================================================================
RCS file: /var/cvs/applications/editwizard/templates/data/xsl/list.xsl,v
retrieving revision 1.43.2.2
retrieving revision 1.43.2.3
diff -u -b -r1.43.2.2 -r1.43.2.3
--- list.xsl    31 May 2007 16:29:50 -0000      1.43.2.2
+++ list.xsl    13 Feb 2008 13:15:07 -0000      1.43.2.3
@@ -7,17 +7,20 @@
     @author Kars Veling
     @author Michiel Meeuwissen
     @author Nico Klasens
-    @version $Id: list.xsl,v 1.43.2.2 2007/05/31 16:29:50 michiel Exp $
+    @version $Id: list.xsl,v 1.43.2.3 2008/02/13 13:15:07 pierre Exp $
   -->
 
   <xsl:import href="xsl/baselist.xsl" />
 
   <xsl:param name="deletable">false</xsl:param>
   <xsl:param name="unlinkable">false</xsl:param>
+  <xsl:param name="linkable">false</xsl:param>
   <xsl:param name="creatable">true</xsl:param>
-  <xsl:param name="relationOriginNode">-1</xsl:param>
+  <xsl:param name="relationOriginNode"><xsl:value-of select="$origin" 
/></xsl:param>
   <xsl:param name="relationRole"></xsl:param>
   <xsl:param name="relationCreateDir"></xsl:param>
+  <xsl:param name="relationStartnodes"></xsl:param>
+  <xsl:param name="relationNodepath"></xsl:param>
 
   <xsl:param name="deleteprompt">
     <xsl:call-template name="prompt_delete_confirmation" />
@@ -57,8 +60,8 @@
     <script type="text/javascript" src="{$javascriptdir}list.js">
       <xsl:comment>help IE</xsl:comment>
     </script>
-    <xsl:if test="$relationOriginNode != '-1'">
-      <script type="text/javascript" 
src="{$javascriptdir}newfromlist.jsp{$sessionid}?language={$language}&amp;country={$country}&amp;timezone={$timezone}&amp;referrer={$referrer_encoded}&amp;relationOriginNode={$relationOriginNode}&amp;relationRole={$relationRole}&amp;relationCreateDir={$relationCreateDir}&amp;objecttype={$objecttype}">
+    <xsl:if test="$linkable='true'">
+      <script type="text/javascript" 
src="{$javascriptdir}newfromlist.jsp{$sessionid}?language={$language}&amp;country={$country}&amp;timezone={$timezone}&amp;referrer={$referrer_encoded}&amp;relationOriginNode={$relationOriginNode}&amp;relationRole={$relationRole}&amp;relationCreateDir={$relationCreateDir}&amp;relationStartnodes={$relationStartnodes}&amp;relationNodepath={$relationNodepath}&amp;objecttype={$objecttype}">
        <xsl:comment>help IE</xsl:comment>
       </script>
     </xsl:if>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to