fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16365]


From: nelson . guerra
Subject: [Fmsystem-commits] [16365]
Date: Tue, 21 Feb 2017 14:16:03 -0500 (EST)

Revision: 16365
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16365
Author:   nelson224
Date:     2017-02-21 14:16:03 -0500 (Tue, 21 Feb 2017)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/property/templates/base/tts_report.xsl

Modified: branches/dev-syncromind-2/property/templates/base/tts_report.xsl
===================================================================
--- branches/dev-syncromind-2/property/templates/base/tts_report.xsl    
2017-02-21 19:15:46 UTC (rev 16364)
+++ branches/dev-syncromind-2/property/templates/base/tts_report.xsl    
2017-02-21 19:16:03 UTC (rev 16365)
@@ -1,55 +1,53 @@
 
 <!-- $Id$ -->
 
-<!-- New template-->
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
-       <script 
src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.js";></script>
 
        <form class="pure-form pure-form-aligned" id="form" name="form" 
method="post" action="">
-               <div id="tab-content">
-                       <xsl:value-of disable-output-escaping="yes" 
select="tabs"/>
-                       <div id="report">
-                               <fieldset>
-                                       <div class="pure-control-group">
-                                               <label>
-                                                       <xsl:value-of 
select="php:function('lang', 'from')"/>
-                                               </label>
-                                               <input type="text" 
id="filter_start_date" name="values[start_date]" size="10" value="{start_date}" 
readonly="readonly" onMouseout="window.status='';return true;">
-                                                       <xsl:attribute 
name="title">
-                                                               <xsl:value-of 
select="lang_finnish_date_statustext"/>
-                                                       </xsl:attribute>
-                                               </input>
-                                               <label>
-                                                       <xsl:value-of 
select="php:function('lang', 'to')"/>
-                                               </label>
-                                               <input type="text" 
id="filter_end_date" name="values[end_date]" size="10" value="{end_date}" 
readonly="readonly" onMouseout="window.status='';return true;">
-                                                       <xsl:attribute 
name="title">
-                                                               <xsl:value-of 
select="lang_finnish_date_statustext"/>
-                                                       </xsl:attribute>
-                                               </input>
-                                               <label>
-                                                       <xsl:value-of 
select="php:function('lang', 'type')"/>
-                                               </label>
-                                               <select id='type' name="type">
-                                                       <option 
value="1"><xsl:value-of select="php:function('lang', 'categories')"/></option>
-                                                       <option 
value="2"><xsl:value-of select="php:function('lang', 'status')"/></option>
-                                               </select>
-                                       </div>
+               <fieldset>
+                       <div class="pure-control-group">
+                               <label>
+                                       <xsl:value-of 
select="php:function('lang', 'from')"/>
+                               </label>
+                               <input type="text" id="filter_start_date" 
name="filter_start_date" size="10" value="{start_date}" readonly="readonly" 
onMouseout="window.status='';return true;">
+                                       <xsl:attribute name="title">
+                                               <xsl:value-of 
select="lang_finnish_date_statustext"/>
+                                       </xsl:attribute>
+                               </input>
+                       </div>
 
-                                       <div class="pure-control-group">
-                                               <label></label>
-                                               <button id="btn_search" 
type="button" class="pure-button pure-button-primary">
-                                                       <xsl:value-of 
select="php:function('lang', 'search')"/>
-                                               </button>
-                                               <img src="{image_loader}" 
class="processing" align="absmiddle"></img>
-                                       </div>
-                                       
-                                       <div id="canvas-holder" 
style="width:50%">
-                                               <canvas id="chart-area" />
-                                       </div>
-                               </fieldset>
+                       <div class="pure-control-group">
+                               <label>
+                                       <xsl:value-of 
select="php:function('lang', 'to')"/>
+                               </label>
+                               <input type="text" id="filter_end_date" 
name="filter_end_date" size="10" value="{end_date}" readonly="readonly" 
onMouseout="window.status='';return true;">
+                                       <xsl:attribute name="title">
+                                               <xsl:value-of 
select="lang_finnish_date_statustext"/>
+                                       </xsl:attribute>
+                               </input>
                        </div>
-               </div>
+                       
+                       <div class="pure-control-group">
+                               <label>
+                                       <xsl:value-of 
select="php:function('lang', 'type')"/>
+                               </label>
+                               <select id='type' name="type">
+                                       <option value="1"><xsl:value-of 
select="php:function('lang', 'categories')"/></option>
+                                       <option value="2"><xsl:value-of 
select="php:function('lang', 'status')"/></option>
+                               </select>
+
+                               <input type="button" id="btn_search" 
name="btn_search" size="40">
+                                       <xsl:attribute name="value">
+                                               <xsl:value-of 
select="php:function('lang', 'search')"/>
+                                       </xsl:attribute>
+                               </input>                        
+                               <img src="{image_loader}" class="processing" 
align="absmiddle"></img>   
+                       </div>
+                       
+                       <div id="canvas-holder" style="width:80%; 
display:inline-block;">
+                               <canvas style="display:inline-block;" 
id="chart-area" />
+                       </div>
+               </fieldset>
        </form>
 
 </xsl:template>




reply via email to

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