mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 02:18:28 +02:00
update xsl
This commit is contained in:
parent
48d4f167cc
commit
e527d74cd8
@ -1,6 +1,6 @@
|
|||||||
body,p,td,th,table,input,form,option
|
body,p,td,th,table,input,form,option
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -89,10 +89,10 @@
|
|||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td>
|
<td>
|
||||||
<!-- BEGIN left_part -->
|
<!-- BEGIN left_part -->
|
||||||
<table cellspacing="0" cellpadding="0" valign="top" class="left">
|
<table cellspacing="0" cellpadding="0" valign="top" class="left" height="100%">
|
||||||
<xsl:apply-templates select="applications"/>
|
<xsl:apply-templates select="applications"/>
|
||||||
<tr>
|
<tr>
|
||||||
<td><img src="{$nav_bar_left_top_bg_img}"/></td>
|
<td class="left" valign="top" height="100%"><img src="{$nav_bar_left_top_bg_img}"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- END left_part -->
|
<!-- END left_part -->
|
||||||
|
@ -24,8 +24,6 @@
|
|||||||
<xsl:variable name="prefs_title"><xsl:value-of select="prefs_title"/></xsl:variable>
|
<xsl:variable name="prefs_title"><xsl:value-of select="prefs_title"/></xsl:variable>
|
||||||
<xsl:variable name="logout_title"><xsl:value-of select="logout_title"/></xsl:variable>
|
<xsl:variable name="logout_title"><xsl:value-of select="logout_title"/></xsl:variable>
|
||||||
<xsl:variable name="about_title"><xsl:value-of select="about_title"/></xsl:variable>
|
<xsl:variable name="about_title"><xsl:value-of select="about_title"/></xsl:variable>
|
||||||
<xsl:variable name="side_bar_top_img"><xsl:value-of select="side_bar_top_img"/></xsl:variable>
|
|
||||||
<xsl:variable name="side_bar_bottom_img"><xsl:value-of select="side_bar_bottom_img"/></xsl:variable>
|
|
||||||
<xsl:variable name="app_tpl"><xsl:value-of select="app_tpl"/></xsl:variable>
|
<xsl:variable name="app_tpl"><xsl:value-of select="app_tpl"/></xsl:variable>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
@ -92,11 +90,14 @@
|
|||||||
<!-- BEGIN left_part -->
|
<!-- BEGIN left_part -->
|
||||||
<table width="59" cellspacing="0" cellpadding="0" height="100%" valign="top">
|
<table width="59" cellspacing="0" cellpadding="0" height="100%" valign="top">
|
||||||
<tr>
|
<tr>
|
||||||
<td height="7" width="59" valign="top" class="left_top"> </td>
|
<td height="7" width="59" valign="top" class="left_top"/>
|
||||||
</tr>
|
</tr>
|
||||||
<xsl:apply-templates select="applications"/>
|
<xsl:apply-templates select="applications"/>
|
||||||
<tr>
|
<tr>
|
||||||
<td height="7" width="59" valign="top" class="left_bottom"> </td>
|
<td width="59" height="100%" valign="top" class="left"/>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td height="7" width="59" valign="top" class="left_bottom"/>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- END left_part -->
|
<!-- END left_part -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user