fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16423]


From: nelson . guerra
Subject: [Fmsystem-commits] [16423]
Date: Fri, 10 Mar 2017 23:40:47 -0500 (EST)

Revision: 16423
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16423
Author:   nelson224
Date:     2017-03-10 23:40:46 -0500 (Fri, 10 Mar 2017)
Log Message:
-----------


Added Paths:
-----------
    branches/dev-syncromind-2/property/templates/base/report.xsl

Copied: branches/dev-syncromind-2/property/templates/base/report.xsl (from rev 
16421, branches/dev-syncromind-2/property/templates/base/import_components.xsl)
===================================================================
--- branches/dev-syncromind-2/property/templates/base/report.xsl                
                (rev 0)
+++ branches/dev-syncromind-2/property/templates/base/report.xsl        
2017-03-11 04:40:46 UTC (rev 16423)
@@ -0,0 +1,29 @@
+
+<xsl:template match="data" xmlns:php="http://php.net/xsl";>
+
+       <div id="document_edit_tabview">
+
+               <xsl:value-of select="validator"/>
+               
+                       <div id="tab-content">                                  
+                               <xsl:value-of disable-output-escaping="yes" 
select="tabs"/>
+                                               
+                               <div id="report">
+                                       <form name="form" class="pure-form 
pure-form-aligned" id="form" action="" method="post">                           
                                     
+                                       </form>
+                               </div>
+               
+                       </div>
+       </div>
+
+</xsl:template>
+
+<xsl:template match="options">
+       <option value="{id}">
+               <xsl:if test="selected = 'selected' or selected = 1">
+                       <xsl:attribute name="selected" value="selected" />
+               </xsl:if>
+               <xsl:attribute name="title" value="description" />
+               <xsl:value-of disable-output-escaping="yes" select="name"/>
+       </option>
+</xsl:template>




reply via email to

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