fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14169]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14169]
Date: Tue, 13 Oct 2015 23:43:00 +0000

Revision: 14169
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14169
Author:   nelson224
Date:     2015-10-13 23:42:59 +0000 (Tue, 13 Oct 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/booking/templates/base/season_generate.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/season_generate.xsl  
2015-10-13 23:28:05 UTC (rev 14168)
+++ branches/dev-syncromind/booking/templates/base/season_generate.xsl  
2015-10-13 23:42:59 UTC (rev 14169)
@@ -1,145 +1,140 @@
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
-    <!--div id="content"-->
-    <!--ul class="pathway">
-        <li>
-            <a>
-                <xsl:attribute name="href"><xsl:value-of 
select="season/buildings_link"/></xsl:attribute>
-                <xsl:value-of select="php:function('lang', 'Buildings')" />
-            </a>
-        </li>
-        <li>
-            <a>
-                <xsl:attribute name="href"><xsl:value-of 
select="season/building_link"/></xsl:attribute>
-                <xsl:value-of select="season/building_name"/>
-            </a>
-        </li>
-        <li><xsl:value-of select="php:function('lang', 'Season')" /></li>
-        <li><a href=""><xsl:value-of select="season/name"/></a></li>
-    </ul-->
 
-    <xsl:call-template name="msgbox"/>         
-    <xsl:if test="step = 1">
-        <form action="" method="POST" id='form'  class="pure-form 
pure-form-aligned" name="form">
-            <input type="hidden" name="tab" value=""/>
-            <div id="tab-content">
-                <xsl:value-of disable-output-escaping="yes" 
select="season/tabs"/>
-                <div id="season_generate" class="booking-container">
-                    <div class="heading">
-                        <h3><xsl:value-of select="php:function('lang', 
'Generate Allocations from week template')" /> (1/2)</h3>
-                    </div>
-                    <div class="pure-control-group">
-                        <label for="field_from"><xsl:value-of 
select="php:function('lang', 'From')" /></label>
-                            <input id="field_from" name="from_" type="text" 
value="{from_}"/>
-                    </div>
-                    <div class="pure-control-group">
-                        <label for="field_to"><xsl:value-of 
select="php:function('lang', 'To')" /></label>
-                            <input id="field_to" name="to_" type="text" 
value="{to_}"/>
-                    </div>
-                    <div class="pure-control-group">
-                        <label for="field_interval"><xsl:value-of 
select="php:function('lang', 'Interval')" /></label>
-                            <select id="field_interval" name="field_interval">
-                                <option value="1">
-                                    <xsl:if test="interval=1">
-                                        <xsl:attribute 
name="selected">checked</xsl:attribute>
-                                    </xsl:if>
-                                    <xsl:value-of select="php:function('lang', 
'1 week')" />
-                                </option>
-                                <option value="2">
-                                    <xsl:if test="interval=2">
-                                        <xsl:attribute 
name="selected">checked</xsl:attribute>
-                                    </xsl:if>
-                                    <xsl:value-of select="php:function('lang', 
'2 weeks')" />
-                                </option>
-                                <option value="3">
-                                    <xsl:if test="interval=3">
-                                        <xsl:attribute 
name="selected">checked</xsl:attribute>
-                                    </xsl:if>
-                                    <xsl:value-of select="php:function('lang', 
'3 weeks')" />
-                                </option>
-                                <option value="4">
-                                    <xsl:if test="interval=4">
-                                        <xsl:attribute 
name="selected">checked</xsl:attribute>
-                                    </xsl:if>
-                                    <xsl:value-of select="php:function('lang', 
'4 weeks')" />
-                                </option>
-                            </select>
-                    </div>
-                </div>
-            </div>
-            <div class="form-buttons">
-                <input type="submit" name="calculate" class="pure-button 
pure-button-primary">
-                    <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Preview')" /></xsl:attribute>
-                </input>
-                <a class="cancel pure-button pure-button-primary">
-                    <xsl:attribute name="href"><xsl:value-of 
select="season/wtemplate_link"/></xsl:attribute>
-                    <xsl:value-of select="php:function('lang', 'Cancel')" />
-                </a>
-            </div>
-        </form>
-    </xsl:if>
-    <xsl:if test="step = 2">
-        <form action="" method="POST" id='form'  class="pure-form 
pure-form-aligned" name="form">
-            <input type="hidden" name="tab" value=""/>
-            <div id="tab-content">
-                <xsl:value-of disable-output-escaping="yes" 
select="season/tabs"/>
-                <div id="season_generate" class="booking-container">
-                    <input type="hidden" name="from_"><xsl:attribute 
name="value"><xsl:value-of select="from_" /></xsl:attribute></input>
-                    <input type="hidden" name="to_"><xsl:attribute 
name="value"><xsl:value-of select="to_" /></xsl:attribute></input>
-                    <div class="heading">
-                        <h3><xsl:value-of select="php:function('lang', 
'Generate Allocations from week template')" /> (2/2)</h3>
-                    </div>
-                    <div class="pure-control-group">
-                        <h4><xsl:value-of select="php:function('lang', 
'Allocations that can be created (%1)', count(result/valid[from_]))" /></h4>
-                        <div class="allocation-list">
-                            <xsl:for-each select="result/valid[from_]">
-                                <li>
-                                    <xsl:value-of select="from_"/> - 
<xsl:value-of select="to_"/>: <xsl:value-of select="organization_name"/>
-                                </li>
-                            </xsl:for-each>
-                        </div>
-                    </div>
-                    <div class="pure-control-group">
-                        <h4><xsl:value-of select="php:function('lang', 
'Allocations colliding with existing bookings or allocations (%1)', 
count(result/invalid[from_]))" /></h4>
-                        <div class="allocation-list">
-                            <xsl:for-each select="result/invalid[from_]">
-                                <li>
-                                    <xsl:value-of select="from_"/> - 
<xsl:value-of select="to_"/>: <xsl:value-of select="organization_name"/>
-                                </li>
-                            </xsl:for-each>
-                        </div>
-                    </div>
-                </div>
-            </div>
-            <div class="form-buttons">
-                <input type="submit" name="create" class="pure-button 
pure-button-primary">
-                    <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Create')" /></xsl:attribute>
-                </input>
-                <a class="cancel pure-button pure-button-primary">
-                    <xsl:attribute name="href"><xsl:value-of 
select="season/wtemplate_link"/></xsl:attribute>
-                    <xsl:value-of select="php:function('lang', 'Cancel')" />
-                </a>
-            </div>
-        </form>
-    </xsl:if>
-    <xsl:if test="step = 3">
-        <input type="hidden" name="tab" value=""/>
+       <xsl:call-template name="msgbox"/>
+    <form id="form" name="form" method="post" action="" class="pure-form 
pure-form-aligned">
+        <input type="hidden" name="tab" value="" />
         <div id="tab-content">
             <xsl:value-of disable-output-escaping="yes" select="season/tabs"/>
-            <div id="season_generate" class="booking-container">
-                <h4><xsl:value-of select="php:function('lang', 'Successfully 
created %1 allocations:', count(result/valid[from_]))" /></h4>
-                <div class="allocation-list">
-                    <xsl:for-each select="result/valid[from_]">
-                        <li>
-                            <xsl:value-of select="from_"/> - <xsl:value-of 
select="to_"/>: <xsl:value-of select="organization_name"/>
-                        </li>
-                    </xsl:for-each>
-                </div>
+            <div id="generate_allocations">
+                               <xsl:if test="step = 1">
+                                       <div class="pure-control-group">
+                                               <xsl:value-of 
select="php:function('lang', 'Generate Allocations from week template')" /> 
(1/2)
+                                       </div>                                  
+                                       <div class="pure-control-group">
+                                               <label>
+                                                       <xsl:value-of 
select="php:function('lang', 'From')" />
+                                               </label>
+                                               <input id="from_" name="from_" 
type="text" value="{from_}" readonly="true"/>
+                                       </div>
+                                       <div class="pure-control-group">
+                                               <label>
+                                                       <xsl:value-of 
select="php:function('lang', 'To')" />
+                                               </label>
+                                               <input id="to_" name="to_" 
type="text" value="{to_}" readonly="true"/>
+                                       </div>
+                                       <div class="pure-control-group">
+                                               <label>
+                                                       <xsl:value-of 
select="php:function('lang', 'Interval')" />
+                                               </label>
+                                               <select id="field_interval" 
name="field_interval">
+                                                       <option value="1">
+                                                               <xsl:if 
test="interval=1">
+                                                                       
<xsl:attribute name="selected">checked</xsl:attribute>
+                                                               </xsl:if>
+                                                               <xsl:value-of 
select="php:function('lang', '1 week')" />
+                                                       </option>
+                                                       <option value="2">
+                                                               <xsl:if 
test="interval=2">
+                                                                       
<xsl:attribute name="selected">checked</xsl:attribute>
+                                                               </xsl:if>
+                                                               <xsl:value-of 
select="php:function('lang', '2 weeks')" />
+                                                       </option>
+                                                       <option value="3">
+                                                               <xsl:if 
test="interval=3">
+                                                                       
<xsl:attribute name="selected">checked</xsl:attribute>
+                                                               </xsl:if>
+                                                               <xsl:value-of 
select="php:function('lang', '3 weeks')" />
+                                                       </option>
+                                                       <option value="4">
+                                                               <xsl:if 
test="interval=4">
+                                                                       
<xsl:attribute name="selected">checked</xsl:attribute>
+                                                               </xsl:if>
+                                                               <xsl:value-of 
select="php:function('lang', '4 weeks')" />
+                                                       </option>
+                                               </select>
+                                       </div>
+                               </xsl:if>
+                               
+                               <xsl:if test="step = 2">
+                                       <div class="pure-control-group">
+                                               <xsl:value-of 
select="php:function('lang', 'Generate Allocations from week template')" /> 
(2/2)
+                                       </div>                                  
+                                       <input type="hidden" name="from_">
+                                               <xsl:attribute 
name="value"><xsl:value-of select="from_" /></xsl:attribute>
+                                       </input>
+                                       <input type="hidden" name="to_">
+                                               <xsl:attribute 
name="value"><xsl:value-of select="to_" /></xsl:attribute>
+                                       </input>
+                                       <div class="pure-control-group">
+                                               <label></label>
+                                               <xsl:value-of 
select="php:function('lang', 'Allocations that can be created (%1)', 
count(result/valid[from_]))" />
+                                       </div>                                  
                                
+                                       <div class="pure-control-group">
+                                               <label></label>
+                                               <div class="pure-custom">
+                                                       <div 
class="allocation-list">
+                                                               <xsl:for-each 
select="result/valid[from_]">
+                                                                       <li>
+                                                                               
<xsl:value-of select="from_"/> - <xsl:value-of select="to_"/>: <xsl:value-of 
select="organization_name"/>
+                                                                       </li>
+                                                               </xsl:for-each>
+                                                       </div>
+                                               </div>
+                                       </div>
+                                       <div class="pure-control-group">
+                                               <label></label>
+                                               <xsl:value-of 
select="php:function('lang', 'Allocations colliding with existing bookings or 
allocations (%1)', count(result/invalid[from_]))" />
+                                       </div>                                  
                                
+                                       <div class="pure-control-group">
+                                               <label></label>
+                                               <div class="pure-custom">
+                                                       <div 
class="allocation-list">
+                                                               <xsl:for-each 
select="result/invalid[from_]">
+                                                                       <li>
+                                                                               
<xsl:value-of select="from_"/> - <xsl:value-of select="to_"/>: <xsl:value-of 
select="organization_name"/>
+                                                                       </li>
+                                                               </xsl:for-each>
+                                                       </div>
+                                               </div>
+                                       </div>                                  
                
+                               </xsl:if>
+                               
+                               <xsl:if test="step = 3">
+                                       <div class="pure-control-group">
+                                               <label></label>
+                                               <xsl:value-of 
select="php:function('lang', 'Successfully created %1 allocations:', 
count(result/valid[from_]))" />
+                                       </div>                                  
+                                       <div class="pure-control-group">
+                                               <label></label>
+                                               <div class="pure-custom">
+                                                       <div 
class="allocation-list">
+                                                               <xsl:for-each 
select="result/valid[from_]">
+                                                                       <li>
+                                                                               
<xsl:value-of select="from_"/> - <xsl:value-of select="to_"/>: <xsl:value-of 
select="organization_name"/>
+                                                                       </li>
+                                                               </xsl:for-each>
+                                                       </div>
+                                               </div>
+                                       </div>
+                               </xsl:if>
             </div>
         </div>
-        <a class="cancel pure-button pure-button-primary">
-            <xsl:attribute name="href"><xsl:value-of 
select="season/wtemplate_link"/></xsl:attribute>
-            <xsl:value-of select="php:function('lang', 'Go back to the 
template week')" />
-        </a>
-    </xsl:if>
-    <!--/div-->
+               <div class="form-buttons">
+                       <xsl:if test="step = 1">
+                               <input type="submit" class="pure-button 
pure-button-primary" name="calculate">
+                                       <xsl:attribute 
name="value"><xsl:value-of select="php:function('lang', 'Preview')" 
/></xsl:attribute>
+                               </input>
+                       </xsl:if>
+                       <xsl:if test="step = 2">
+                               <input type="submit" class="pure-button 
pure-button-primary" name="create">
+                                       <xsl:attribute 
name="value"><xsl:value-of select="php:function('lang', 'Create')" 
/></xsl:attribute>
+                               </input>
+                       </xsl:if>
+                       <input type="button" class="pure-button 
pure-button-primary" name="cancel">
+                               <xsl:attribute 
name="onclick">window.location="<xsl:value-of 
select="season/wtemplate_link"/>"</xsl:attribute>
+                               <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Cancel')" /></xsl:attribute>    
+                       </input>                        
+               </div>
+    </form>
+
 </xsl:template>




reply via email to

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