mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
moved <html> tags to templates, Im making the core html compliant, and added a greybar on the rightside
This commit is contained in:
parent
5fc390a75c
commit
5422e66f34
@ -109,12 +109,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<script langague="JavaScript">
|
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
|
||||||
function opennotifywindow()
|
function opennotifywindow()
|
||||||
{
|
{
|
||||||
window.open("<?php echo $phpgw->link("notify.php")?>", "phpGroupWare", "width=150,height=25,location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status=yes");
|
window.open("<?php echo $phpgw->link("notify.php")?>", "phpGroupWare", "width=150,height=25,location=no,menubar=no,directories=no,toolbar=no,scrollbars=yes,resizable=yes,status=yes");
|
||||||
}
|
}
|
||||||
</script>
|
</SCRIPT>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
echo '<p><table border="0" width="100%" align="center">';
|
echo '<p><table border="0" width="100%" align="center">';
|
||||||
|
@ -221,7 +221,6 @@
|
|||||||
if (! $url) {
|
if (! $url) {
|
||||||
$url_root = split ("/", $phpgw_info["server"]["webserver_url"]);
|
$url_root = split ("/", $phpgw_info["server"]["webserver_url"]);
|
||||||
$url = $url_root[0]."//".$url_root[2].$PHP_SELF;
|
$url = $url_root[0]."//".$url_root[2].$PHP_SELF;
|
||||||
$url = $PHP_SELF;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($phpgw_info["server"]["usecookies"]) &&
|
if (isset($phpgw_info["server"]["usecookies"]) &&
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<!-- BEGIN footer -->
|
<!-- BEGIN footer -->
|
||||||
<P>
|
<P>
|
||||||
<table border="0" cellspacing="0" cellpading="0" width="100%" bgcolor="{table_bg_color}">
|
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="{table_bg_color}">
|
||||||
<TR>
|
<TR>
|
||||||
<TD align="center">{msg}<br></TD>
|
<TD align="center">{msg}<br></TD>
|
||||||
</TR>
|
</TR>
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
<td align="left"> </td>
|
<td align="left"> </td>
|
||||||
{applications}
|
{applications}
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
</table>
|
</table>
|
||||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table border="0" cellspacing="0" cellpading="0" width="100%" bgcolor="{table_bg_color}">
|
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="{table_bg_color}">
|
||||||
<tr>
|
<tr>
|
||||||
<td background="{img_root}/bg_filler.gif"> </td>
|
<td background="{img_root}/bg_filler.gif"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -11,10 +11,9 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
if ($phpgw_info["server"]["htmlcompliant"]) {
|
$bodyheader = "BGCOLOR=\"".$phpgw_info["theme"]["bg_color"]."\" ALINK=\"".$phpgw_info["theme"]["alink"]."\" LINK=\"".$phpgw_info["theme"]["link"]."\" VLINK=\"".$phpgw_info["theme"]["vlink"]."\"";
|
||||||
$bodyheader = "BGCOLOR=\"".$phpgw_info["theme"]["bg_color"]."\" ALINK=\"".$phpgw_info["theme"]["alink"]."\" LINK=\"".$phpgw_info["theme"]["link"]."\" VLINK=\"".$phpgw_info["theme"]["vlink"]."\"";
|
if (!$phpgw_info["server"]["htmlcompliant"]) {
|
||||||
} else {
|
$bodyheader .= "topmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" leftmargin=\"0\"";
|
||||||
$bodyheader = "BGCOLOR=\"".$phpgw_info["theme"]["bg_color"]."\"";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$tpl = new Template($phpgw_info["server"]["template_dir"]);
|
$tpl = new Template($phpgw_info["server"]["template_dir"]);
|
||||||
|
@ -2,17 +2,12 @@
|
|||||||
<!-- BEGIN navbar -->
|
<!-- BEGIN navbar -->
|
||||||
|
|
||||||
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="{table_bg_color}">
|
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="{table_bg_color}">
|
||||||
|
<tr background="{img_root}/bg_filler.gif">
|
||||||
<tr background="{img_root}/bg_filler.gif">
|
<td align="left" valign="bottom"><a href="http://www.phpgroupware.org" target="_new"><img src="{img_root}/logo.gif" height="32" width="123" border="0" alt="phpGroupWare"></a></td>
|
||||||
<td align="left" valign="bottom"><a href="http://www.phpgroupware.org" target="_new"><img src="{img_root}/logo.gif" height="32" width="123" border="0"></a></td>
|
<td align="center" valign="bottom" width="100%"><font color="FFFFFF" size="-1">{user_info}</font></td>
|
||||||
<td align="center" valign="bottom" width="100%"><font color="FFFFFF" size="-1">{user_info}</font></td>
|
<td align="right" valign="bottom" rowspan="2"><a href="{home_link}"><img src="{welcome_img}" border="0" alt="Welcome"></a><a href="{preferences_link}"><img src="{preferences_img}" border="0" alt="Preferences"></a><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>
|
||||||
<td align="right" valign="bottom" rowspan="2"><a href="{home_link}"><img src="{welcome_img}" border="0"></a><a href="{preferences_link}"><img src="{preferences_img}" border="0"></a><a href="{logout_link}"><img src="{logout_img}" border="0"></a><a href="{help_link}"><img src="{img_root}/help.gif" border="0"></a></td>
|
<tr background="{img_root}/bg_filler.gif">
|
||||||
</tr>
|
<td align="center" width="100%" valign="bottom" colspan="2"><img src="{img_root}/greybar.gif" height="6" width="100%" alt="bar"></td></tr>
|
||||||
|
|
||||||
<tr background="{img_root}/bg_filler.gif">
|
|
||||||
<td align="center" width="100%" valign="bottom" colspan="2"><img src="{img_root}/greybar.gif" height="6" width="100%"></td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||||
|
Loading…
Reference in New Issue
Block a user