fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16410]


From: nelson . guerra
Subject: [Fmsystem-commits] [16410]
Date: Tue, 7 Mar 2017 22:14:18 -0500 (EST)

Revision: 16410
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16410
Author:   nelson224
Date:     2017-03-07 22:14:18 -0500 (Tue, 07 Mar 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-03-07 14:47:53 UTC (rev 16409)
+++ branches/dev-syncromind-2/property/templates/base/tts_report.xsl    
2017-03-08 03:14:18 UTC (rev 16410)
@@ -2,7 +2,11 @@
 <!-- $Id$ -->
 
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
-
+       <style type="text/css">
+               .content-image {
+                       display: none;
+               }
+       </style>
        <form class="pure-form pure-form-aligned" id="form" name="form" 
method="post" action="">
                <fieldset>
                        <div class="pure-control-group">
@@ -41,12 +45,18 @@
                                                <xsl:value-of 
select="php:function('lang', 'search')"/>
                                        </xsl:attribute>
                                </input>                        
+                               <input type="button" id="btn_print" 
name="btn_print" size="40">
+                                       <xsl:attribute name="value">
+                                               <xsl:value-of 
select="php:function('lang', 'print')"/>
+                                       </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" />
+                               <canvas style="display:inline-block;" 
id="chart-area" ></canvas>
                        </div>
+                       <div id="content-image" class="content-image"></div>
                </fieldset>
        </form>
 




reply via email to

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