This commit is contained in:
ceb 2002-11-16 01:33:18 +00:00
parent 92d9a97614
commit 94e13fe529
6 changed files with 25 additions and 53 deletions

View File

@ -65,7 +65,7 @@
'about_app' => $app_data + array 'about_app' => $app_data + array
( (
'title' => lang($app), 'title' => lang($app),
'icon' => $GLOBALS['phpgw']->common->image($app,'navbar'), 'icon' => $GLOBALS['phpgw']->common->image($app,'navbar','',True),
'lang_version' => lang('version'), 'lang_version' => lang('version'),
'lang_author' => lang('author'), 'lang_author' => lang('author'),
'lang_based_on' => lang('based on'), 'lang_based_on' => lang('based on'),

View File

@ -33,7 +33,7 @@
<!-- BEGIN app_row_noicon --> <!-- BEGIN app_row_noicon -->
<tr class="row_off"> <tr class="row_off">
<td colspan="2" width="95%" valign="middle"><b>&nbsp;&nbsp;{app_title}</b> <a name="{app_name}"></a></td> <td height="25" colspan="2" width="95%" valign="bottom"><b>&nbsp;{app_title}</b> <a name="{app_name}"></a></td>
</tr> </tr>
<!-- END app_row_noicon --> <!-- END app_row_noicon -->

View File

@ -47,6 +47,7 @@ td.left
.bottom .bottom
{ {
color: #FFFFFF;
background-color: #FF3300; background-color: #FF3300;
} }
@ -55,42 +56,13 @@ a:link,a:active,a:visited,a:hover
color: #0000A0; color: #0000A0;
} }
a:link.top_menu,a:active.top_menu,a:visited.top_menu a:link.bottom,a:active.bottom,a:visited.bottom,a:hover.bottom,a:link.top_menu,a:active.top_menu,a:visited.top_menu,a:link.left,a:active.left,a:visited.left
{ {
color: #FFFFFF; color: #FFFFFF;
font-weight: bold;
} }
a:hover.top_menu a:hover.top_menu,a:link.top_menu_selected,a:active.top_menu_selected,a:visited.top_menu_selected,a:hover.top_menu_selected,a:hover.left,a:link.left_selected,a:active.left_selected,a:visited.left_selected,a:hover.left_selected
{ {
font-weight: bold;
color: #660000;
background-color: #FFE000;
}
a:link.top_menu_selected,a:active.top_menu_selected,a:visited.top_menu_selected,a:hover.top_menu_selected
{
font-weight: bold;
color: #660000;
background-color: #FFE000;
}
a:link.left,a:active.left,a:visited.left
{
color: #FFFFFF;
font-weight: bold;
}
a:hover.left
{
font-weight: bold;
color: #660000;
background-color: #FFE000;
}
a:link.left_selected,a:active.left_selected,a:visited.left_selected,a:hover.left_selected
{
font-weight: bold;
color: #660000; color: #660000;
background-color: #FFE000; background-color: #FFE000;
} }
@ -108,7 +80,7 @@ a:link.left_selected,a:active.left_selected,a:visited.left_selected,a:hover.left
.row_on,.th_bright,.app_header .row_on,.th_bright,.app_header
{ {
background-color: #999999; background-color: #ADADAD;
} }
.msgbox .msgbox

View File

@ -36,6 +36,17 @@ a:hover
a:hover.left,a:hover.top_link a:hover.left,a:hover.top_link
{ {
text-decoration: none; text-decoration: none;
font-weight: bold;
}
a:link.bottom,a:active.bottom,a:visited.bottom,a:hover.bottom,a:link.top_menu,a:active.top_menu,a:visited.top_menu,a:link.left,a:active.left,a:visited.left
{
font-weight: bold;
}
a:hover.top_menu,a:link.top_menu_selected,a:active.top_menu_selected,a:visited.top_menu_selected,a:hover.top_menu_selected,a:hover.left,a:link.left_selected,a:active.left_selected,a:visited.left_selected,a:hover.left_selected
{
font-weight: bold;
} }
a.th,a.th_text a.th,a.th_text
@ -53,14 +64,10 @@ a.th,a.th_text
height: 30; height: 30;
} }
.info
{
font-size: 85%;
}
td.left td.left
{ {
height: 30; height: 30;
width: 131;
} }
.bottom .bottom
@ -98,16 +105,9 @@ table.login
background: url(../../default/images/bg_filler.png); background: url(../../default/images/bg_filler.png);
} }
.user_info,.admin_info,.small_text
.user_info,.admin_info
{ {
font-size: 80%; font-size: 85%;
font-weight: bold;
}
.small_text
{
font-size: 80%;
} }
.header_text .header_text

View File

@ -41,7 +41,7 @@
<!-- BEGIN top_part --> <!-- BEGIN top_part -->
<table width="100%" height="100%" cellspacing="2" cellpadding="2" valign="top"> <table width="100%" height="100%" cellspacing="2" cellpadding="2" valign="top">
<tr> <tr>
<td width="131" height="30" valign="bottom" class="top_top"><a href="" target="blank" onMouseover="window.status='phpGroupWare --> home'; return true;" onMouseout="window.status=''; return true;" class="left">[phpGroupWare]</a></td> <td width="131" height="30" valign="bottom" class="top_top"><a href="" target="blank" onMouseover="window.status='phpGroupWare --> home'; return true;" onMouseout="window.status=''; return true;" class="bottom">[phpGroupWare]</a></td>
<td height="30" width="19%" valign="bottom" class="user_info">[<xsl:value-of select="user_info_name"/>]</td> <td height="30" width="19%" valign="bottom" class="user_info">[<xsl:value-of select="user_info_name"/>]</td>
<xsl:choose> <xsl:choose>
<xsl:when test="current_users"> <xsl:when test="current_users">
@ -116,8 +116,8 @@
<tr valign="top"> <tr valign="top">
<td colspan="3" align="center" valign="top" class="bottom"> <td colspan="3" align="center" valign="top" class="bottom">
<!-- BEGIN bottom_part --> <!-- BEGIN bottom_part -->
<xsl:value-of select="lang_powered_by"/> [<xsl:value-of select="lang_powered_by"/>
<a href="http://www.phpgroupware.org" target="blank" onMouseout="window.status='';return true;"> <a href="http://www.phpgroupware.org" target="blank" onMouseout="window.status='';return true;" class="bottom">
<xsl:attribute name="onMouseover"> <xsl:attribute name="onMouseover">
<xsl:text>window.status='</xsl:text> <xsl:text>window.status='</xsl:text>
<xsl:value-of select="lang_phpgw_statustext"/> <xsl:value-of select="lang_phpgw_statustext"/>
@ -125,7 +125,7 @@
</xsl:attribute> </xsl:attribute>
<xsl:text> phpGroupWare </xsl:text> <xsl:text> phpGroupWare </xsl:text>
</a> </a>
<xsl:text> </xsl:text><xsl:value-of select="lang_version"/><xsl:text> </xsl:text><xsl:value-of select="phpgw_version"/> <xsl:text> </xsl:text><xsl:value-of select="lang_version"/><xsl:text> </xsl:text><xsl:value-of select="phpgw_version"/>]
<!-- END bottom_part --> <!-- END bottom_part -->
</td> </td>
</tr> </tr>

View File

@ -19,7 +19,7 @@
<!-- BEGIN app_row_noicon --> <!-- BEGIN app_row_noicon -->
<tr class="th_bright"> <tr class="th_bright">
<td colspan="2" width="95%" valign="middle"><b>&nbsp;&nbsp;{app_title}</b> <a name="{app_name}"></a></td> <td height="25" colspan="2" width="95%" valign="bottom"><b>&nbsp;{app_title}</b> <a name="{app_name}"></a></td>
</tr> </tr>
<!-- END app_row_noicon --> <!-- END app_row_noicon -->