fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14653] more on bookingfrontend


From: Sigurd Nes
Subject: [Fmsystem-commits] [14653] more on bookingfrontend
Date: Sat, 16 Jan 2016 17:06:02 +0000

Revision: 14653
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14653
Author:   sigurdne
Date:     2016-01-16 17:06:01 +0000 (Sat, 16 Jan 2016)
Log Message:
-----------
more on bookingfrontend

Modified Paths:
--------------
    branches/dev-syncromind/bookingfrontend/templates/base/application.xsl

Modified: branches/dev-syncromind/bookingfrontend/templates/base/application.xsl
===================================================================
--- branches/dev-syncromind/bookingfrontend/templates/base/application.xsl      
2016-01-16 16:40:47 UTC (rev 14652)
+++ branches/dev-syncromind/bookingfrontend/templates/base/application.xsl      
2016-01-16 17:06:01 UTC (rev 14653)
@@ -119,9 +119,38 @@
                                                </form>
                                        </dd>
                                </dl>
+                       </div>
+               </div>
+
+               <div class="pure-g">
+                       <div class="pure-u-1">
                                <dl class="proplist">
+                                       <dt class="heading">1. <xsl:value-of 
select="php:function('lang', 'History and comments (%1)', 
count(application/comments/author))" /></dt>
+                                       <xsl:for-each 
select="application/comments[author]">
+                                               <dt>
+                                                       <xsl:value-of 
select="php:function('pretty_timestamp', time)"/>: <xsl:value-of 
select="author"/>
+                                               </dt>
+                                               <xsl:choose>
+                                                       <xsl:when 
test='contains(comment,"bookingfrontend.uidocument_building.download")'>
+                                                               <dd>
+                                                                       
<xsl:value-of select="comment" disable-output-escaping="yes"/>
+                                                               </dd>
+                                                       </xsl:when>
+                                                       <xsl:otherwise>
+                                                               <dd>
+                                                                       <div 
style="width: 80%;">
+                                                                               
<xsl:value-of select="comment"/>
+                                                                       </div>
+                                                               </dd>
+                                                       </xsl:otherwise>
+                                               </xsl:choose>
+                                       </xsl:for-each>
+                               </dl>
+                       </div>
+                       <div class="pure-u-1">
+                               <dl class="proplist">
                                        <dt class="heading">
-                                               <xsl:value-of 
select="php:function('lang', 'attachments')" />
+                                               1.1 <xsl:value-of 
select="php:function('lang', 'attachments')" />
                                        </dt>
                                        <dd>
                                                <div 
id="attachments_container"/>
@@ -154,33 +183,6 @@
                </div>
 
                <div class="pure-g">
-                       <div class="pure-u-1">
-                               <dl class="proplist">
-                                       <dt class="heading">1. <xsl:value-of 
select="php:function('lang', 'History and comments (%1)', 
count(application/comments/author))" /></dt>
-                                       <xsl:for-each 
select="application/comments[author]">
-                                               <dt>
-                                                       <xsl:value-of 
select="php:function('pretty_timestamp', time)"/>: <xsl:value-of 
select="author"/>
-                                               </dt>
-                                               <xsl:choose>
-                                                       <xsl:when 
test='contains(comment,"bookingfrontend.uidocument_building.download")'>
-                                                               <dd>
-                                                                       
<xsl:value-of select="comment" disable-output-escaping="yes"/>
-                                                               </dd>
-                                                       </xsl:when>
-                                                       <xsl:otherwise>
-                                                               <dd>
-                                                                       <div 
style="width: 80%;">
-                                                                               
<xsl:value-of select="comment"/>
-                                                                       </div>
-                                                               </dd>
-                                                       </xsl:otherwise>
-                                               </xsl:choose>
-                                       </xsl:for-each>
-                               </dl>
-                       </div>
-               </div>
-
-               <div class="pure-g">
                        <div class="pure-u-1 pure-u-md-1-2 pure-u-lg-1-3">
                                <dl class="proplist">
                                        <dt class="heading">2. <xsl:value-of 
select="php:function('lang', 'Why?')" /></dt>




reply via email to

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