phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default invoice.xsl,1.8,1.9


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default invoice.xsl,1.8,1.9
Date: Sat, 11 Jan 2003 13:55:46 -0500

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv8727/templates/default

Modified Files:
        invoice.xsl 
Log Message:
no message

Index: invoice.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/invoice.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** invoice.xsl 9 Jan 2003 23:10:26 -0000       1.8
--- invoice.xsl 11 Jan 2003 18:55:43 -0000      1.9
***************
*** 15,18 ****
--- 15,21 ----
                                <xsl:apply-templates select="export"/>
                        </xsl:when>
+                       <xsl:when test="rollback">
+                               <xsl:apply-templates select="rollback"/>
+                       </xsl:when>
                        <xsl:when test="debug">
                                <xsl:apply-templates select="debug"/>
***************
*** 1225,1241 ****
        </xsl:template>
  
- 
- 
- 
  <!-- export -->
  
        <xsl:template match="export">
  
-               <script language="JavaScript">
-                       var calDateFormat="<xsl:value-of select="dateformat"/>";
-               </script>
-               <xsl:variable name="calendar_source"><xsl:value-of 
select="calendar_source"/></xsl:variable>
-               <SCRIPT LANGUAGE="JavaScript" SRC="{$calendar_source}"></SCRIPT>
- 
                <xsl:call-template name="app_header"/>
                <xsl:call-template name="menu"/> 
--- 1228,1235 ----
***************
*** 1287,1290 ****
--- 1281,1369 ----
                        </tr>
  
+                       <tr>
+                               <td>
+                               </td>
+                               <td>
+                                       <xsl:variable 
name="link_rollback_file"><xsl:value-of 
select="link_rollback_file"/></xsl:variable>
+                                       <a 
href="{$link_rollback_file}"><xsl:value-of select="lang_rollback_file"/></a>
+                               </td>
+                       </tr>
+ 
+                       <tr height="50">
+                               <td>
+                                       <xsl:variable 
name="lang_submit"><xsl:value-of select="lang_submit"/></xsl:variable>
+                                       <input type="submit" 
name="values[submit]" value="{$lang_submit}" 
onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_import_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                               </td>
+                       </tr>
+                       </form>
+                       <tr>
+                               <td>
+                                       <xsl:variable 
name="cancel_action"><xsl:value-of select="cancel_action"/></xsl:variable>
+                                       <xsl:variable 
name="lang_cancel"><xsl:value-of select="lang_cancel"/></xsl:variable>
+                                       <form method="post" 
action="{$cancel_action}">
+                                               <input type="submit" 
name="done" value="{$lang_cancel}" onMouseout="window.status='';return true;">
+                                                       <xsl:attribute 
name="onMouseover">
+                                                               
<xsl:text>window.status='</xsl:text>
+                                                                       
<xsl:value-of select="lang_cancel_statustext"/>
+                                                               <xsl:text>'; 
return true;</xsl:text>
+                                                       </xsl:attribute>
+                                               </input>
+                                       </form>
+                               </td>
+                       </tr>
+               </table>
+       </xsl:template>
+ 
+ 
+ <!-- rollback -->
+ 
+       <xsl:template match="rollback">
+ 
+               <script language="JavaScript">
+                       var calDateFormat="<xsl:value-of select="dateformat"/>";
+               </script>
+               <xsl:variable name="calendar_source"><xsl:value-of 
select="calendar_source"/></xsl:variable>
+               <SCRIPT LANGUAGE="JavaScript" SRC="{$calendar_source}"></SCRIPT>
+ 
+               <xsl:call-template name="app_header"/>
+               <xsl:call-template name="menu"/> 
+               <table cellpadding="2" cellspacing="2" width="100%" 
align="center">
+                       <xsl:for-each select="message" >
+                       <tr>
+                               <td colspan="2" align="center">
+                                       <xsl:value-of select="msg"/>
+                               </td>
+                       </tr>
+                       </xsl:for-each>
+                       <xsl:for-each select="error" >
+                       <tr>
+                               <td colspan="2" align="center">
+                                       <xsl:value-of select="msg"/>
+                               </td>
+                       </tr>
+                       </xsl:for-each>
+                       <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
+                       <form method="post" name="form" action="{$form_action}">
+ 
+ 
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of 
select="lang_select_conv"/>
+                               </td>
+                               <td valign="top">
+                                       <xsl:variable 
name="lang_conv_statustext"><xsl:value-of 
select="lang_conv_statustext"/></xsl:variable>
+                                       <xsl:variable 
name="select_conv"><xsl:value-of select="select_conv"/></xsl:variable>
+                                       <select name="{$select_conv}" 
class="forms" onMouseover="window.status='{$lang_conv_statustext}'; return 
true;" onMouseout="window.status='';return true;">
+                                               <option value=""><xsl:value-of 
select="lang_select_conv"/></option>
+                                               <xsl:apply-templates 
select="conv_list"/>
+                                       </select>
+                               </td>
+                       </tr>
                        <tr>
                                <td valign="top">





reply via email to

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