fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14460]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14460]
Date: Tue, 24 Nov 2015 00:40:45 +0000

Revision: 14460
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14460
Author:   nelson224
Date:     2015-11-24 00:40:44 +0000 (Tue, 24 Nov 2015)
Log Message:
-----------


Added Paths:
-----------
    branches/dev-syncromind/activitycalendar/templates/base/dashboard.xsl

Added: branches/dev-syncromind/activitycalendar/templates/base/dashboard.xsl
===================================================================
--- branches/dev-syncromind/activitycalendar/templates/base/dashboard.xsl       
                        (rev 0)
+++ branches/dev-syncromind/activitycalendar/templates/base/dashboard.xsl       
2015-11-24 00:40:44 UTC (rev 14460)
@@ -0,0 +1,67 @@
+  <!-- $Id: dashboard.xsl 12604 2015-11-23 17:06:11Z nelson224 $ -->
+<xsl:template match="data">
+       <xsl:choose>
+               <xsl:when test="edit">
+                       <xsl:apply-templates select="edit"/>
+               </xsl:when>
+       </xsl:choose>
+       <xsl:call-template name="jquery_phpgw_i18n"/>
+</xsl:template>
+
+<!-- add / edit  -->
+<xsl:template xmlns:php="http://php.net/xsl"; match="edit">
+       <h3><xsl:value-of select="php:function('lang', 
'dashboard_title')"/></h3>
+       <div>
+               <form id="form" name="form" method="post" action="" 
class="pure-form pure-form-aligned">
+                       <div id="tab-content">
+                               <div id="working_on">
+                                       <div>
+                                               <xsl:for-each 
select="datatable_def">
+                                                       <xsl:if test="container 
= 'datatable-container_0'">
+                                                               
<xsl:call-template name="table_setup">
+                                                                       
<xsl:with-param name="container" select ='container'/>
+                                                                       
<xsl:with-param name="requestUrl" select ='requestUrl' />
+                                                                       
<xsl:with-param name="ColumnDefs" select ='ColumnDefs' />
+                                                                       
<xsl:with-param name="tabletools" select ='tabletools' />
+                                                                       
<xsl:with-param name="data" select ='data' />
+                                                                       
<xsl:with-param name="config" select ='config' />
+                                                               
</xsl:call-template>
+                                                       </xsl:if>
+                                               </xsl:for-each>
+                                       </div>
+                               </div>
+                               <div id="executive_officer">
+                                       <div>
+                                               <xsl:for-each 
select="datatable_def">
+                                                       <xsl:if test="container 
= 'datatable-container_1'">
+                                                               
<xsl:call-template name="table_setup">
+                                                                       
<xsl:with-param name="container" select ='container'/>
+                                                                       
<xsl:with-param name="requestUrl" select ='requestUrl' />
+                                                                       
<xsl:with-param name="ColumnDefs" select ='ColumnDefs' />
+                                                                       
<xsl:with-param name="tabletools" select ='tabletools' />
+                                                                       
<xsl:with-param name="data" select ='data' />
+                                                                       
<xsl:with-param name="config" select ='config' />
+                                                               
</xsl:call-template>
+                                                       </xsl:if>
+                                               </xsl:for-each>
+                                       </div>
+                               </div>
+                       </div>
+               </form>
+       </div>
+</xsl:template>
+
+<xsl:template match="options">
+       <option value="{id}">
+               <xsl:if test="selected != 0">
+                       <xsl:attribute name="selected" value="selected"/>
+               </xsl:if>
+               <xsl:value-of disable-output-escaping="yes" select="name"/>
+       </option>
+</xsl:template>
+
+<xsl:template match="option_group">
+       <optgroup label="{label}">
+               <xsl:apply-templates select="options"/>
+       </optgroup>
+</xsl:template>
\ No newline at end of file




reply via email to

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