fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [7959]


From: Torstein
Subject: [Fmsystem-commits] [7959]
Date: Thu, 27 Oct 2011 13:36:13 +0000

Revision: 7959
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7959
Author:   vator
Date:     2011-10-27 13:36:13 +0000 (Thu, 27 Oct 2011)
Log Message:
-----------


Added Paths:
-----------
    trunk/controller/templates/base/controller_check_lists.xsl

Copied: trunk/controller/templates/base/controller_check_lists.xsl (from rev 
7958, trunk/controller/templates/base/check_lists.xsl)
===================================================================
--- trunk/controller/templates/base/controller_check_lists.xsl                  
        (rev 0)
+++ trunk/controller/templates/base/controller_check_lists.xsl  2011-10-27 
13:36:13 UTC (rev 7959)
@@ -0,0 +1,16 @@
+<xsl:template name="heck_lists" xmlns:php="http://php.net/xsl";>
+
+<div class="yui-content tab_content">
+               
+         <!-- ===========================  SHOWS CHECK LIST   
=============================== -->
+<h3>dsfdsfdsfdsfdsfds</h3>
+               <ul class="check_list">
+                       <xsl:for-each select="check_list_array">
+                               <li>
+                               
+                               <span>Tittel:</span><xsl:value-of 
select="title"/><span>Start dato:</span><xsl:value-of select="start_date"/>
+                               </li>
+                       </xsl:for-each>
+               </ul>                                   
+</div>
+</xsl:template>
\ No newline at end of file


Property changes on: trunk/controller/templates/base/controller_check_lists.xsl
___________________________________________________________________
Added: svn:mime-type
   + text/plain




reply via email to

[Prev in Thread] Current Thread [Next in Thread]