fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7962]


From: Torstein
Subject: [Fmsystem-commits] [7962]
Date: Fri, 28 Oct 2011 05:11:06 +0000

Revision: 7962
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7962
Author:   vator
Date:     2011-10-28 05:11:05 +0000 (Fri, 28 Oct 2011)
Log Message:
-----------


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

Copied: trunk/controller/templates/base/control_check_lists.xsl (from rev 7959, 
trunk/controller/templates/base/controller_check_lists.xsl)
===================================================================
--- trunk/controller/templates/base/control_check_lists.xsl                     
        (rev 0)
+++ trunk/controller/templates/base/control_check_lists.xsl     2011-10-28 
05:11:05 UTC (rev 7962)
@@ -0,0 +1,21 @@
+<xsl:template match="data" xmlns:php="http://php.net/xsl";>
+
+<xsl:call-template name="yui_booking_i18n"/>
+<div class="identifier-header">
+<h1><xsl:value-of select="php:function('lang', 'Check_lists')" /></h1>
+</div>
+
+<div class="yui-content">
+               <div id="details">
+                       
+               <ul class="check_list">
+                       <xsl:for-each select="check_list_array">
+                               <li>
+                               <span>Tittel:<xsl:value-of 
select="title"/></span><span>Start dato:<xsl:value-of 
select="start_date"/></span>
+                               </li>
+                       </xsl:for-each>
+               </ul>           
+                                               
+               </div>
+       </div>
+</xsl:template>
\ No newline at end of file


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




reply via email to

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