phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] filemanager/templates/base app_data.xsl,1.11


From: ceb
Subject: [Phpgroupware-cvs] filemanager/templates/base app_data.xsl,1.11
Date: Thu, 24 Feb 2005 15:07:18 -0000

Update of filemanager/templates/base

Modified Files:
     Branch: MAIN
            app_data.xsl lines: +31 -20

Log Message:
update

====================================================
Index: filemanager/templates/base/app_data.xsl
diff -u filemanager/templates/base/app_data.xsl:1.10 
filemanager/templates/base/app_data.xsl:1.11
--- filemanager/templates/base/app_data.xsl:1.10        Thu Jan 27 01:55:40 2005
+++ filemanager/templates/base/app_data.xsl     Thu Jan 27 13:24:02 2005
@@ -30,6 +30,13 @@

                <table width="100%" border="0" cellpadding="2" cellspacing="2">
                        <tr>
+                               <td colspan="5" align="center" width="100%">
+                                       <xsl:apply-templates 
select="img_dir/widget" />
+                                       <xsl:apply-templates 
select="help_dir/widget" />
+                                       <font size="+1" 
color="maroon"><b><xsl:value-of select="current_dir" /></b></font>
+                               </td>
+                       </tr>
+                       <tr>
                                <td width="5%">
                                        <nobr>
                                                <xsl:apply-templates 
select="img_up/widget" />
@@ -42,12 +49,7 @@
                                                <xsl:apply-templates 
select="help_home/widget" />
                                        </nobr>
                                </td>
-                               <td valign="middle" width="10%">
-                                       <nobr>
-                                               <font size="3" 
color="maroon"><xsl:value-of select="current_dir" /></font><xsl:apply-templates 
select="help_dir/widget" />
-                                       </nobr>
-                               </td>
-                               <td align="center" valign="middle" width="35%">
+                               <td align="center" valign="middle" width="40%">
                                        <nobr>
                                                <b><xsl:value-of 
select="lang_create_folder" /></b>
                                                <xsl:apply-templates 
select="create_folder/widget" />
@@ -55,7 +57,7 @@
                                                <xsl:apply-templates 
select="help_create_folder/widget" />
                                        </nobr>
                                </td>
-                               <td align="center" valign="middle" width="35%">
+                               <td align="center" valign="middle" width="40%">
                                        <nobr>
                                                <b><xsl:value-of 
select="lang_create_file" /></b>
                                                <xsl:apply-templates 
select="create_file/widget" />
@@ -63,7 +65,7 @@
                                                <xsl:apply-templates 
select="help_create_file/widget" />
                                        </nobr>
                                </td>
-                               <td width="5%" align="right">
+                               <td width="10%" align="right">
                                        <nobr>
                                                <xsl:apply-templates 
select="img_refresh/widget" />
                                                <xsl:apply-templates 
select="help_refresh/widget" />
@@ -81,34 +83,43 @@
                                </td>
                        </tr>
                        <tr>
-                               <td colspan="6">
+                               <td colspan="5">
                                        <table align="center" cellpadding="2" 
cellspacing="2">
                                                <tr>
                                                        <td 
align="center"><b><xsl:value-of select="lang_file"/></b><xsl:apply-templates 
select="help_upload_file/widget" /></td>
                                                        <td 
align="center"><b><xsl:value-of select="lang_comment"/></b><xsl:apply-templates 
select="help_upload_comment/widget" /></td>
-                                                       
<td><xsl:apply-templates select="img_upload/widget"/><b><xsl:value-of 
select="lang_upload_files"/></b><xsl:apply-templates 
select="help_upload_files/widget" /></td>
+                                                       
<td><xsl:apply-templates select="img_upload/widget"/><xsl:apply-templates 
select="help_upload_files/widget" /><b><xsl:value-of select="lang_upload" 
/></b></td>
                                                </tr>
                                                        <xsl:apply-templates 
select="uploads" />
                                        </table>
                                </td>
                        </tr>
                        <tr>
-                               <td colspan="6">
+                               <td colspan="5">
                                        <xsl:apply-templates select="files" />
                                </td>
                        </tr>
                        <tr height="20">
-                               <td colspan="6" />
+                               <td colspan="5" />
                        </tr>
                        <tr>
-                               <td colspan="2">
-                                       <xsl:apply-templates 
select="menu/widget" /><xsl:apply-templates select="help_menu/widget" />
-                               </td>
-                               <td colspan="4">
-                                       <xsl:apply-templates 
select="dir_menu/widget" /><xsl:apply-templates select="help_dir_list/widget" />
+                               <td colspan="5">
+                                       <table border="0">
+                                               <tr>
+                                                       <td>
+                                                               
<xsl:apply-templates select="menu/widget" /><xsl:apply-templates 
select="help_menu/widget" />
+                                                       </td>
+                                                       <td>
+                                                               
<xsl:apply-templates select="dir_menu/widget" /><xsl:apply-templates 
select="help_dir_list/widget" />
+                                                       </td>
+                                                       <td 
width="50">&nbsp;</td>
+                                                       <td>
+                                                               
<xsl:apply-templates select="img_dl/widget" /><xsl:apply-templates 
select="help_dl/widget" /><b><xsl:value-of select="lang_dl" /></b>
+                                                       </td>
+                                               </tr>
+                                       </table>
                                </td>
                        </tr>
-
                        <xsl:apply-templates select="add_moz_sidebar" />

                        <xsl:apply-templates select="body_data" />
@@ -216,7 +227,7 @@
        <xsl:template match="help">
                <table>
                        <tr>
-                               <td><xsl:value-of select="msg" /></td>
+                               <td><xsl:value-of disable-output-escaping="yes" 
select="msg" /></td>
                        </tr>
                        <tr height="50" valign="bottom">
                                <td align="center">






reply via email to

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