fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13317] jasper.xsl


From: Saul
Subject: [Fmsystem-commits] [13317] jasper.xsl
Date: Fri, 29 May 2015 22:54:02 +0000

Revision: 13317
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13317
Author:   psaul
Date:     2015-05-29 22:54:01 +0000 (Fri, 29 May 2015)
Log Message:
-----------
jasper.xsl

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

Modified: branches/dev-syncromind/property/templates/base/jasper.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/jasper.xsl  2015-05-29 
21:54:39 UTC (rev 13316)
+++ branches/dev-syncromind/property/templates/base/jasper.xsl  2015-05-29 
22:54:01 UTC (rev 13317)
@@ -213,32 +213,6 @@
                                             </form>
                                         </div>
                             <!--  DATATABLE DEFINITIONS-->
-                            <script type="text/javascript">
-                                    var property_js = <xsl:value-of 
select="property_js"/>;
-                                    var base_java_url = <xsl:value-of 
select="base_java_url"/>;
-                                    var datatable = new Array();
-                                    var myColumnDefs = new Array();
-                                    var myButtons = new Array();
-                                    var td_count = <xsl:value-of 
select="td_count"/>;
-
-                                    <xsl:for-each select="datatable">
-                                            datatable[<xsl:value-of 
select="name"/>] = [
-                                                    {
-                                                            
values:<xsl:value-of select="values"/>,
-                                                            total_records: 
<xsl:value-of select="total_records"/>,
-                                                            is_paginator:  
<xsl:value-of select="is_paginator"/>,
-                                                    
<!--pdatatableermission:<xsl:value-of select="permission"/>, -->
-                                                            
footer:<xsl:value-of select="footer"/>
-                                                    }
-                                            ]
-                                    </xsl:for-each>
-                                    <xsl:for-each select="myColumnDefs">
-                                            myColumnDefs[<xsl:value-of 
select="name"/>] = <xsl:value-of select="values"/>
-                                    </xsl:for-each>
-                                    <xsl:for-each select="myButtons">
-                                            myButtons[<xsl:value-of 
select="name"/>] = <xsl:value-of select="values"/>
-                                    </xsl:for-each>
-                            </script>
                     </div>
             </div>
        </xsl:template>




reply via email to

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