fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7698]


From: Torstein
Subject: [Fmsystem-commits] [7698]
Date: Fri, 23 Sep 2011 05:57:18 +0000

Revision: 7698
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7698
Author:   vator
Date:     2011-09-23 05:57:18 +0000 (Fri, 23 Sep 2011)
Log Message:
-----------


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

Added: trunk/controller/templates/base/control_groups.xsl
===================================================================
--- trunk/controller/templates/base/control_groups.xsl                          
(rev 0)
+++ trunk/controller/templates/base/control_groups.xsl  2011-09-23 05:57:18 UTC 
(rev 7698)
@@ -0,0 +1,31 @@
+<xsl:template name="control_groups" xmlns:php="http://php.net/xsl";>
+
+<xsl:call-template name="yui_booking_i18n"/>
+<div class="identifier-header">
+
+<h1><img src="{img_go_home}" /> 
+       <xsl:value-of select="php:function('lang', 'Control_groups')"/> for 
<xsl:value-of select="group_name" />
+</h1>
+
+</div>
+
+<div class="yui-content">
+       <div id="details">
+       
+               <h1><xsl:value-of select="title"/></h1>
+                       
+               <form action="#" method="post"> 
+               <ul>
+               <xsl:for-each select="//control_groups">
+                       <xsl:variable name="control_group_id"><xsl:value-of 
select="id"/></xsl:variable>
+               <li><input type="checkbox"  name="control_group_ids[]" 
value="{$control_group_id}" /><xsl:value-of select="group_name"/></li>
+               </xsl:for-each>
+               </ul>
+               <div class="form-buttons">
+                       <xsl:variable name="lang_save"><xsl:value-of 
select="php:function('lang', 'save')" /></xsl:variable>
+                       <input type="submit" name="save_control_groups" 
value="{$lang_save}" title = "{$lang_save}" />
+                       </div>
+               </form>                                 
+       </div>
+</div>
+</xsl:template>
\ No newline at end of file


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




reply via email to

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