fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13623] completed_reservation_export.xsl


From: Saul
Subject: [Fmsystem-commits] [13623] completed_reservation_export.xsl
Date: Fri, 10 Jul 2015 22:52:14 +0000

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

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

Modified: 
branches/dev-syncromind/booking/templates/base/completed_reservation_export.xsl
===================================================================
--- 
branches/dev-syncromind/booking/templates/base/completed_reservation_export.xsl 
    2015-07-10 22:51:39 UTC (rev 13622)
+++ 
branches/dev-syncromind/booking/templates/base/completed_reservation_export.xsl 
    2015-07-10 22:52:14 UTC (rev 13623)
@@ -1,44 +1,46 @@
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
-       <div id="content">
+       <!--div id="content">
                <ul class="pathway">
                        <li><a href="{export/index_link}"><xsl:value-of 
select="php:function('lang', 'Invoice Data Exports')" /></a></li>
                        <li><xsl:value-of select="export/id"/></li>
-               </ul>
+               </ul-->
                
                <xsl:call-template name="msgbox"/>
-               <xsl:call-template name="yui_booking_i18n"/>
+               <!--xsl:call-template name="yui_booking_i18n"/-->
+       <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="export/tabs"/>
+                    <div id="export">  
+                        <div class="pure-control-group">
+                                <label><xsl:value-of 
select="php:function('lang', 'Building')" /></label>
+                                <xsl:copy-of 
select="phpgw:booking_link(export/building_id)"/>
+                        </div>
+                        <div class="pure-control-group">
+                                <label><xsl:value-of 
select="php:function('lang', 'Season')" /></label>
+                                <xsl:copy-of 
select="phpgw:booking_link(export/season_id)"/>
+                        </div>
+                        <div class="pure-control-group">
+                                <label><xsl:value-of 
select="php:function('lang', 'Total Items')" /></label>
+                                <xsl:value-of select="export/total_items"/>
+                        </div>
+                        <div class="pure-control-group">
+                                <label><xsl:value-of 
select="php:function('lang', 'Total Cost')" /></label>
+                                <xsl:value-of select="export/total_cost"/>
+                        </div>
+                        <div class="pure-control-group">
+                                <label><xsl:value-of 
select="php:function('lang', 'Created')" /></label>
+                                <xsl:value-of select="export/created_on"/>
+                        </div>
+                        <div class="pure-control-group">
+                                <label><xsl:value-of 
select="php:function('lang', 'Created by')" /></label>
+                                <xsl:value-of select="export/created_by_name"/>
+                        </div>
+                    </div>
+                </div>
+        </form>
+       <!--/div-->
                
-               <dl class="proplist-col">
-                       <dt><xsl:value-of select="php:function('lang', 
'Building')" /></dt>
-                       <dd><xsl:copy-of 
select="phpgw:booking_link(export/building_id)"/></dd>
-                       
-                       <dt><xsl:value-of select="php:function('lang', 
'Season')" /></dt>
-                       <dd><xsl:copy-of 
select="phpgw:booking_link(export/season_id)"/></dd>
-                       
-                       <dt><xsl:value-of select="php:function('lang', 'Total 
Items')" /></dt>
-                       <dd><xsl:value-of select="export/total_items"/></dd>
-                       
-                       <dt><xsl:value-of select="php:function('lang', 'Total 
Cost')" /></dt>
-                       <dd><xsl:value-of select="export/total_cost"/></dd>
-                       
-                       <dt><xsl:value-of select="php:function('lang', 
'Created')" /></dt>
-                       <dd><xsl:value-of select="export/created_on"/></dd>
-                       
-                       <dt><xsl:value-of select="php:function('lang', 'Created 
by')" /></dt>
-                       <dd><xsl:value-of select="export/created_by_name"/></dd>
-               </dl>
-               
-               <!-- <div class="form-buttons">
-                       <button>
-                               <xsl:attribute 
name="onclick">window.location.href="<xsl:value-of 
select="export/download_link"/>"</xsl:attribute>
-                               <xsl:value-of select="php:function('lang', 
'Download')" />
-                       </button>
-               </div> -->
-               
-               <!--h4><xsl:value-of select="php:function('lang', 'Invoice Data 
Exports')" /></h4>
-               <div id="completed_reservation_exports_container"/-->
-       </div>
-               
        <script type="text/javascript">
                var lang = <xsl:value-of select="php:function('js_lang', 'ID', 
'Building', 'Season', 'From', 'To')"/>;
        </script>




reply via email to

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