egroupware/setup/templates/default/head.tpl
2003-08-28 18:17:11 +00:00

39 lines
1.3 KiB
Smarty

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META name="AUTHOR" content="phpGroupWare http://www.phpgroupware.org">
<META NAME="description" CONTENT="phpGroupWare">
<META NAME="keywords" CONTENT="phpGroupWare">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-control" CONTENT="no-cache">
<META HTTP-EQUIV="content-type" CONTENT="text/html;charset={lang_charset}">
<style type="text/css">
<!--
a, body, tr, th, td, input, select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
.banner { background-color: {banner_bg}; color: {th_text}; font-weight: bold; }
.msg { color: {msg}; }
.link { color: #FFFFFF; }
.th { background: {th_bg}; font-weight: bold; color: {th_text} }
.row_on,.th_bright { background: {row_on}; }
.row_off { background: {row_off}; }
-->
</style>
<title>phpGroupWare {lang_setup} {page_title}</title>
</head>
<body bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr class="banner">
<td align="left">
&nbsp;eGroupWare version {pgw_ver} {lang_setup} {configdomain}
</td>
<td align="right">{logoutbutton}</td>
</tr>
</table>
<!-- end head.tpl -->