fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13629] report_participants.xsl


From: Saul
Subject: [Fmsystem-commits] [13629] report_participants.xsl
Date: Fri, 10 Jul 2015 22:55:14 +0000

Revision: 13629
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13629
Author:   psaul
Date:     2015-07-10 22:55:14 +0000 (Fri, 10 Jul 2015)
Log Message:
-----------
report_participants.xsl

Modified Paths:
--------------
    branches/dev-syncromind/booking/templates/base/report_participants.xsl

Modified: branches/dev-syncromind/booking/templates/base/report_participants.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/report_participants.xsl      
2015-07-10 22:54:49 UTC (rev 13628)
+++ branches/dev-syncromind/booking/templates/base/report_participants.xsl      
2015-07-10 22:55:14 UTC (rev 13629)
@@ -1,5 +1,5 @@
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
-       <div id="content">
+       <!--div id="content">
 
                <xsl:call-template name="msgbox"/>
                <xsl:call-template name="yui_booking_i18n"/>
@@ -8,33 +8,48 @@
                        <dt class="heading">
                                <xsl:value-of select="php:function('lang', 
'Participants Per Age Group Per Month')" />
                        </dt>
-               </dl>
+               </dl-->
 
-               <form action="" method="POST">
-                       <dl class="form-col">
-                               <dt><label for="field_from"><xsl:value-of 
select="php:function('lang', 'From')" /></label></dt>
+    <form action="" method="POST" class="pure-form pure-form-aligned" 
id="form" name="form">
+        <input type="hidden" name="tab" value=""/>
+            <div id="tab-content">
+                <xsl:value-of disable-output-escaping="yes" 
select="data/tabs"/>
+                <div id="report_part">
+                       <div class="pure-control-group">
+                               <!--dt><label for="field_from"><xsl:value-of 
select="php:function('lang', 'From')" /></label></dt>
                                <dd>
                                        <div class="date-picker">
                                                <input id="field_from" 
name="from" type="text">
                                                        <xsl:attribute 
name="value"><xsl:value-of select="from"/></xsl:attribute>
                                                </input>
                                        </div>
-                               </dd>
-                       </dl>
-                       <dl class="form-col">
-                               <dt><label for="field_to"><xsl:value-of 
select="php:function('lang', 'To')" /></label></dt>
+                               </dd-->
+                                <label>
+                                    <xsl:value-of select="php:function('lang', 
'From')" />
+                                </label>
+                                <input class="datetime" id="start_date" 
name="start_date" type="text">
+                                    <xsl:attribute name="value"><xsl:value-of 
select="from"/></xsl:attribute>
+                                </input>
+                        </div>
+                       <div class="pure-control-group">
+                               <!--dt><label for="field_to"><xsl:value-of 
select="php:function('lang', 'To')" /></label></dt>
                                <dd>
                                        <div class="date-picker">
                                                <input id="field_to" name="to" 
type="text">
                                                        <xsl:attribute 
name="value"><xsl:value-of select="to"/></xsl:attribute>
                                                </input>
                                        </div>
-                               </dd>
-                       </dl>
+                               </dd-->
+                                <label>
+                                    <xsl:value-of select="php:function('lang', 
'To')" />
+                                </label>
+                                <input class="datetime" id="end_date" 
name="end_date" type="text">
+                                    <xsl:attribute name="value"><xsl:value-of 
select="to"/></xsl:attribute>
+                                </input>
+                        </div>
                        <div class="clr" />
-                       <dl class="form-col">
-                               <dt><label><xsl:value-of 
select="php:function('lang', 'buildings')"/></label></dt>
-                               <dd>
+                       <div class="pure-control-group">
+                               <label><xsl:value-of 
select="php:function('lang', 'buildings')"/></label>
                                        <select id="field_building" 
name="building[]" size="10" multiple="multiple" class="full-width">
                                                <xsl:for-each 
select="buildings">
                                                        <xsl:sort 
select="name"/>
@@ -47,23 +62,22 @@
                                                        </option>
                                                </xsl:for-each>
                                        </select>
-                               </dd>
-                       </dl>
-                       <dl class="form-col">
-                               <dt><label for="output_type"><xsl:value-of 
select="php:function('lang', 'Format')" /></label></dt>
-                               <dd>
+                        </div>
+                       <div class="pure-control-group">
+                               <label><xsl:value-of 
select="php:function('lang', 'Format')" /></label>
                                        <select id="otype" name="otype">
                                                        <option 
value="PDF">PDF</option>
                                                        <option 
value="CSV">CSV</option>
                                                <option value="XLS">XLS</option>
                                        </select>
-                               </dd>
-                       </dl>
-                       <div class="form-buttons">
-                               <input type="submit">
-                                       <xsl:attribute 
name="value"><xsl:value-of select="php:function('lang', 'Create 
report')"/></xsl:attribute>
-                               </input>
-                       </div>
-               </form>
-       </div>
+                        </div>
+                </div>
+            </div>
+            <div class="form-buttons">
+                    <input type="submit" class="pure-button 
pure-button-primary">
+                            <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Create report')"/></xsl:attribute>
+                    </input>
+            </div>
+    </form>
+       <!--/div-->
 </xsl:template>




reply via email to

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