fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13679] building_schedule xsl


From: Saul
Subject: [Fmsystem-commits] [13679] building_schedule xsl
Date: Thu, 16 Jul 2015 23:01:45 +0000

Revision: 13679
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13679
Author:   psaul
Date:     2015-07-16 23:01:45 +0000 (Thu, 16 Jul 2015)
Log Message:
-----------
building_schedule xsl

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

Modified: branches/dev-syncromind/booking/templates/base/building_schedule.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/building_schedule.xsl        
2015-07-16 23:01:24 UTC (rev 13678)
+++ branches/dev-syncromind/booking/templates/base/building_schedule.xsl        
2015-07-16 23:01:45 UTC (rev 13679)
@@ -1,9 +1,9 @@
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
-       <xsl:call-template name="yui_booking_i18n"/>
+       <!--xsl:call-template name="yui_booking_i18n"/-->
        <iframe id="yui-history-iframe" 
src="phpgwapi/js/yahoo/history/assets/blank.html" 
style="position:absolute;top:0; left:0;width:1px; 
height:1px;visibility:hidden;"></iframe>
        <input id="yui-history-field" type="hidden"/>
        
-    <div id="content">
+    <!--div id="content">
         <ul class="pathway">
             <li>
                 <a>
@@ -18,17 +18,27 @@
                 </a>
             </li>
             <li><xsl:value-of select="php:function('lang', 'Schedule')"/></li>
-        </ul>
+        </ul-->
 
         <xsl:call-template name="msgbox"/>
+    <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="building/tabs"/>
+        <div id="building_schedule"> 
+    
                <ul id="week-selector">
                        <li><a href="#" onclick="YAHOO.booking.prevWeek(); 
return false"><xsl:value-of select="php:function('lang', 'Previous 
week')"/></a></li>
                        <li id="cal_container"/>
                        <li><a href="#" onclick="YAHOO.booking.nextWeek(); 
return false"><xsl:value-of select="php:function('lang', 'Next 
week')"/></a></li>
                </ul>
 
-        <div id="schedule_container"/>
+        <div id="schedule_container"></div>
+        
+        </div>
     </div>
+    </form>
+    <!--/div-->
 
 <script type="text/javascript">
 YAHOO.util.Event.addListener(window, "load", function() {




reply via email to

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