phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] setup/templates/base/head.tpl, 1.1


From: nomail
Subject: [Phpgroupware-cvs] setup/templates/base/head.tpl, 1.1
Date: Thu, 30 Dec 2004 12:35:10 +0100

Update of /setup/templates/base
Added Files:
        Branch: 
          head.tpl

date: 2004/12/30 11:35:10;  author: skwashd;  state: Exp;

Log Message:
new layout
=====================================================================
<!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; 
}
  .centered { text-align: center; }
  .msg { color: {msg}; }
  .link { color: #FFFFFF; }
  .th { background: {th_bg}; font-weight: bold; color: {th_text} }
  .row_err_table {background-color: #FFCCAA;}
  .row_err_gen {background-color: #CCCCFF;}
  .row_install {background-color: #CCFFCC;}
  .row_on,.th_bright { background: {row_on}; }
  .row_off { background: {row_off}; }
  .row_upgrade {background-color: #CCCCFF;}
  -->
  </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;phpGroupWare version {pgw_ver} {lang_setup} {configdomain}
        </td>
        <td align="right">{logoutbutton}</td>
</tr>
</table>
<p class="msg centered">{lang_cookies_must_be_enabled}</p>
<!-- end head.tpl -->





reply via email to

[Prev in Thread] Current Thread [Next in Thread]