navbar & domain-login uses now logo, url and title specified in site configuration

This commit is contained in:
Ralf Becker 2003-09-15 08:11:29 +00:00
parent 4159fa6be6
commit 723070606b
7 changed files with 11 additions and 11 deletions

View File

@ -5,14 +5,14 @@
<META http-equiv="Content-Type" content="text/html; charset={charset}">
<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org">
<META NAME="description" CONTENT="{website_title} login screen, working environment powered by phpGroupWare">
<META NAME="keywords" CONTENT="{website_title} login screen, phpgroupware, groupware, groupware suite">
<META NAME="description" CONTENT="{website_title} login screen, working environment powered by eGroupWare">
<META NAME="keywords" CONTENT="{website_title} login screen, eGroupWare, groupware, groupware suite">
<TITLE>{website_title} - {lang_login}</TITLE>
</HEAD>
<body bgcolor="#{bg_color}">
<a href="http://{logo_url}"><img src="phpgwapi/templates/{template_set}/images/{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
<a href="http://{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
<p>&nbsp;</p>
<center>{lang_message}</center>
<p>&nbsp;</p>

View File

@ -1,7 +1,7 @@
<!-- BEGIN form -->
<BODY bgcolor="#FFFFFF">
<A href="http://www.phpgroupware.org"><img src="phpgwapi/templates/{template_set}/images/logo.gif" alt="phpGroupWare" border="0"></a>
<A href="http://www.eGroupWare.org"><img src="phpgwapi/templates/{template_set}/images/logo.gif" title="www.eGroupWare.org" border="0"></a>
<TABLE border="0" height="94%" width="100%">
<TR>

View File

@ -5,14 +5,14 @@
<META http-equiv="Content-Type" content="text/html; charset={charset}">
<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org">
<META NAME="description" CONTENT="phpGroupWare login screen">
<META NAME="keywords" CONTENT="phpGroupWare login screen">
<META NAME="description" CONTENT="{website_title} login screen, working environment powered by eGroupWare">
<META NAME="keywords" CONTENT="{website_title} login screen, eGroupWare, groupware, groupware suite">
<TITLE>{website_title} - Login</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<A href="http://www.phpgroupware.org"><img src="phpgwapi/templates/{template_set}/images/logo.gif" alt="phpGroupWare" border="0"></a>
<a href="http://{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
<p>&nbsp;</p>
<CENTER>{lang_message}</CENTER>
<p>&nbsp;</p>

View File

@ -4,7 +4,7 @@
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0>
<TR>
<TD width=185 rowSpan=2 align="center" vAlign=top class=toppannel><a href="{logo_url}" target="_blank"><IMG src="{logo_file}" border="0" title="{logo_title}"></a></TD>
<TD width=185 rowSpan=2 align="center" vAlign=top class=toppannel><a href="http://{logo_url}" target="_blank"><IMG src="{logo_file}" border="0" title="{logo_title}"></a></TD>
<TD colspan="2" valign="top" background="{img_root}/panel.png" style="background-repeat: repeat-x;">
<TABLE width="100%" border=0 cellPadding=0 cellSpacing=0 background="{img_root}/panel.png" bgColor="#ffffff">
<TR valign="center">

View File

@ -14,7 +14,7 @@
<!-- top row back images are 58px high, but the row may be smaller than that -->
<!-- row 2 images are 15 px high, so this table with these 2 rows is 58 plus 15 equals 73px high -->
<td width="154" height="58" align="left" valign="top" background="{em_img}">
<a href="{logo_url}" target="_blank"><img src="{logo_file}" title="{logo_title}" border="0"></a>
<a href="http://{logo_url}" target="_blank"><img src="{logo_file}" title="{logo_title}" border="0"></a>
</td>
<td width="100%" align="right" background="{em_img}">
<table width="100%" height="28" cellpadding="0" cellspacing="0" border="0" valign="top">

View File

@ -3,7 +3,7 @@
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr background="{img_root}/menu_filler.gif">
<td width="218" height="33"><a href="{logo_url}" target="_blank"><img src="{logo_file}" title="{logo_title}" border="0"></a></td>
<td width="218" height="33"><a href="http://{logo_url}" target="_blank"><img src="{logo_file}" title="{logo_title}" border="0"></a></td>
<td width="100%" valign="bottom">&nbsp;</td>
<td valign="bottom" width="56"><a href="{home_link}"><img src="{img_root}/tab_home.gif" width="56" height="23" border="0"></a></td>
<!-- BEGIN preferences -->

View File

@ -3,7 +3,7 @@
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="{table_bg_color}">
<tr background="{img_root}/bg_filler.gif">
<td background="{img_root}/bg_filler.gif" align="left" valign="bottom"><a href="{logo_url}" target="_new"><img src="{logo_file}" border="0" title="{logo_title}"></a></td>
<td background="{img_root}/bg_filler.gif" align="left" valign="bottom"><a href="http://{logo_url}" target="_new"><img src="{logo_file}" border="0" title="{logo_title}"></a></td>
<td background="{img_root}/bg_filler.gif" align="center" valign="bottom" width="100%"><!--<font color="{navbar_text}" size="-1">{user_info}</font>--></td>
<td background="{img_root}/bg_filler.gif" align="right" valign="bottom" rowspan="2" nowrap><a href="{home_link}"><img src="{welcome_img}" border="0" alt="Welcome"></a>{preferences_icon}<a href="{logout_link}"><img src="{logout_img}" border="0" alt="Logout"></a><a href="{help_link}"><img src="{img_root}/help.gif" border="0" alt="Help"></a></td></tr>
<tr background="{img_root}/bg_filler.gif">