forked from extern/egroupware
update xsl
This commit is contained in:
parent
48d4f167cc
commit
e527d74cd8
@ -1,6 +1,6 @@
|
||||
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-style: normal;
|
||||
font-weight: normal;
|
||||
|
@ -89,10 +89,10 @@
|
||||
<tr valign="top">
|
||||
<td>
|
||||
<!-- 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"/>
|
||||
<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>
|
||||
</table>
|
||||
<!-- END left_part -->
|
||||
|
@ -24,8 +24,6 @@
|
||||
<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="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>
|
||||
<html>
|
||||
<head>
|
||||
@ -92,11 +90,14 @@
|
||||
<!-- BEGIN left_part -->
|
||||
<table width="59" cellspacing="0" cellpadding="0" height="100%" valign="top">
|
||||
<tr>
|
||||
<td height="7" width="59" valign="top" class="left_top"> </td>
|
||||
<td height="7" width="59" valign="top" class="left_top"/>
|
||||
</tr>
|
||||
<xsl:apply-templates select="applications"/>
|
||||
<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>
|
||||
</table>
|
||||
<!-- END left_part -->
|
||||
|
Loading…
Reference in New Issue
Block a user