mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
made CSS validate, made login.tpl's html 401 validated, added eGroupWare logo
This commit is contained in:
parent
724b097301
commit
f40fd9ed9b
@ -24,33 +24,33 @@ A:active
|
||||
INPUT
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
font-COLOR: #006699;
|
||||
FONT-FAMILY: "Arial", "Helvetica", "sans-serif"
|
||||
COLOR: #006699;
|
||||
FONT-FAMILY: Arial, Helvetica, sans-serif
|
||||
}
|
||||
|
||||
SELECT
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
COLOR: #006699;
|
||||
FONT-FAMILY: "Arial", "Helvetica", "sans-serif"
|
||||
FONT-FAMILY: Arial, Helvetica, sans-serif
|
||||
}
|
||||
|
||||
BODY
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
|
||||
}
|
||||
|
||||
FORM
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
|
||||
}
|
||||
|
||||
TABLE
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
|
||||
}
|
||||
|
||||
.sideboxcontent
|
||||
@ -63,14 +63,14 @@ TABLE
|
||||
COLOR: #000000;
|
||||
LINE-HEIGHT: 20px;
|
||||
PADDING-TOP: 5px;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
|
||||
}
|
||||
|
||||
.mainnote
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
COLOR: #006699;
|
||||
FONT-FAMILY: "Arial", "Helvetica", "sans-serif"
|
||||
FONT-FAMILY: Arial, Helvetica, sans-serif
|
||||
}
|
||||
|
||||
.articlecontent
|
||||
@ -82,14 +82,14 @@ TABLE
|
||||
COLOR: #000000;
|
||||
LINE-HEIGHT: 20px;
|
||||
PADDING-TOP: 10px;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
|
||||
}
|
||||
|
||||
.sideboxtext
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
LINE-HEIGHT: 18px;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
|
||||
}
|
||||
|
||||
.toppannel
|
||||
@ -110,7 +110,7 @@ TABLE
|
||||
FONT-WEIGHT: bold;
|
||||
FONT-SIZE: 12px;
|
||||
COLOR: #000000;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
|
||||
}
|
||||
|
||||
.box
|
||||
@ -125,7 +125,7 @@ TABLE
|
||||
{
|
||||
FONT-SIZE: 12px;
|
||||
COLOR: #000000;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
|
||||
}
|
||||
|
||||
.sideboxtitle
|
||||
@ -135,7 +135,7 @@ TABLE
|
||||
FONT-SIZE: 12px;
|
||||
BACKGROUND-IMAGE: url(../images/boxbg.gif);
|
||||
COLOR: #000000;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
|
||||
}
|
||||
|
||||
.sidebox
|
||||
@ -155,6 +155,6 @@ TABLE
|
||||
COLOR: #000000;
|
||||
TEXT-INDENT: 5pt;
|
||||
BACKGROUND-REPEAT: repeat-x;
|
||||
FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
|
||||
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
|
||||
HEIGHT: 20px
|
||||
}
|
||||
|
BIN
phpgwapi/templates/idots/images/logo_egroupware.png
Normal file
BIN
phpgwapi/templates/idots/images/logo_egroupware.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
phpgwapi/templates/idots/images/valid-html401.png
Normal file
BIN
phpgwapi/templates/idots/images/valid-html401.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
phpgwapi/templates/idots/images/vcss.png
Normal file
BIN
phpgwapi/templates/idots/images/vcss.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
@ -1,183 +1,70 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>My i DOTS</TITLE>
|
||||
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
|
||||
<LINK href="phpgwapi/templates/idots/css/idots.css" type=text/css rel=StyleSheet>
|
||||
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
||||
<META name="AUTHOR" content="eGroupware http://www.phpgroupware.org">
|
||||
<META NAME="description" CONTENT="eGroupware login screen">
|
||||
<META NAME="keywords" CONTENT="eGroupware login screen">
|
||||
<link rel="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css">
|
||||
<TITLE>{website_title} - Login</TITLE>
|
||||
</HEAD>
|
||||
<BODY bgColor=#e5e5e5>
|
||||
<BODY bgcolor="#FFFFFF">
|
||||
<br>
|
||||
<a href="http://www.lingewoud.nl"><img src="phpgwapi/templates/{template_set}/images/logo_egroupware.png" border="0" alt="eGroupWare"></a>
|
||||
<CENTER>{lang_message}</CENTER>
|
||||
<p> </p>
|
||||
<TABLE class=sidebox cellSpacing=1 cellPadding=0 border=0 align=center>
|
||||
<TR>
|
||||
<TD class="sideboxtitle" align="center" height=28>{lang_title}</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD class="sideboxcontent" bgColor="#efefef">
|
||||
<FORM method="post" action="{login_url}">
|
||||
|
||||
<TABLE class=box cellSpacing=0 cellPadding=1 width="100%" bgColor=#ffffff border=0>
|
||||
<TR>
|
||||
<TD vAlign=top> <TABLE height=150 cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0>
|
||||
<TR>
|
||||
<TD width=185 rowSpan=2 align="center" vAlign=top class=toppannel><IMG src="idots/img/logo.png"></TD>
|
||||
<TD valign="top" background="idots/img/panel.png"> <TABLE width="100%" border=0 cellPadding=0 cellSpacing=0 background="idots/img/panel.png" bgColor=#ffffff>
|
||||
<TR valign="top">
|
||||
<TD width="1%"></TD>
|
||||
<TD align=center width="10%"><a href="login.php"><img src="idots/icons/login.png" width="60" height="62" border="0"></a></TD>
|
||||
<TD width="10%" align=center><a href="link.php?page=feature_tour"><img src="idots/icons/features.png" width="60" height="62" border="0"></a></TD>
|
||||
<TD width="10%" align=center><a href="link.php?page=demo"><img src="idots/icons/demo.png" width="60" height="62" border="0"></a></TD>
|
||||
<TD width="10%" align=center><a href="link.php?page=purchase_info"><img src="idots/icons/personal.png" width="60" height="62" border="0"></a></TD>
|
||||
<TD width="10%" align=center><a href="http://www.i-dots.nl"><img src="idots/icons/home.png" width="60" height="62" border="0"></a></TD>
|
||||
<TD width="1%" align=right></TD>
|
||||
</TR>
|
||||
<TR valign="top">
|
||||
<TD width="1%"></TD>
|
||||
<TD align=center class="mainnote"><a href="login.php">inloggen</a></TD>
|
||||
<TD width="10%" align=center class="mainnote"><a href="link.php?page=feature_tour">functietour</a></TD>
|
||||
<TD width="10%" align=center class="mainnote"><a href="link.php?page=demo">live
|
||||
demonstratie</a></TD>
|
||||
<TD width="10%" align=center class="mainnote"><a href="link.php?page=purchase_info">info
|
||||
voor uw bedrijf</a></TD>
|
||||
<TD width="10%" align=center class="mainnote"><a href="http://www.i-dots.nl">i
|
||||
DOTS home</a></TD>
|
||||
<TD width="3%" align=right></TD>
|
||||
</TR>
|
||||
</TABLE></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD align=left vAlign=top class=mainnote><br> <br>
|
||||
<strong>Niet ingelogd</strong> - {today}</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
|
||||
<TBODY>
|
||||
<TR vAlign=top>
|
||||
<TD width=15></TD>
|
||||
<TD vAlign=top width=1>
|
||||
<!-- start blocks -->
|
||||
<TABLE class=sidebox cellSpacing=1 cellPadding=0 width="100%"
|
||||
border=0>
|
||||
<TBODY>
|
||||
<TR>
|
||||
<TD class=sideboxtitle align=middle height=28>My i DOTS</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD class=sideboxcontent bgColor=#efefef> <TABLE class=sideboxtext cellSpacing=0 cellPadding=0
|
||||
width="100%" border=0 valign="top">
|
||||
<TBODY>
|
||||
<TR>
|
||||
<TD vAlign=top align=middle><FONT
|
||||
color=#ff9933>*</FONT> </TD>
|
||||
<TD vAlign=top align=left width="100%" height=20><A
|
||||
href="login.php">inloggen</A></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD vAlign=top align=middle><FONT
|
||||
color=#ff9933>*</FONT> </TD>
|
||||
<TD vAlign=top align=left width="100%" height=20><A
|
||||
href="link.php?page=feature_tour">functietour</A></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD vAlign=top align=middle><FONT
|
||||
color=#ff9933>*</FONT> </TD>
|
||||
<TD vAlign=top align=left width="100%" height=20><A
|
||||
href="link.php?page=demo">live demonstratie</A></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD vAlign=top align=middle><FONT
|
||||
color=#ff9933>*</FONT></TD>
|
||||
<TD vAlign=top align=left height=20><A
|
||||
href="link.php?page=purchase_info">info voor uw bedrijf</A></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD vAlign=top align=middle><FONT
|
||||
color=#ff9933>*</FONT></TD>
|
||||
<TD vAlign=top align=left height=20><A
|
||||
href="http://www.i-dots.nl">i
|
||||
DOTS home</A></TD>
|
||||
</TR>
|
||||
</TBODY>
|
||||
</TABLE></TD>
|
||||
</TR>
|
||||
</TBODY>
|
||||
</TABLE>
|
||||
<BR>
|
||||
<TABLE class=sidebox cellSpacing=1 cellPadding=0 width="100%"
|
||||
border=0>
|
||||
<TBODY>
|
||||
<TR>
|
||||
<TD class=sideboxtitle align=middle height=28>Help</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD class=sideboxcontent bgColor=#efefef>
|
||||
<TABLE class=sideboxtext cellSpacing=0 cellPadding=0 width="100%" border=0 valign="top" align=center>
|
||||
<TBODY>
|
||||
<TR>
|
||||
<TD vAlign=top align=middle><FONT
|
||||
color=#ff9933>*</FONT> </TD>
|
||||
<TD vAlign=top align=left width="100%" height=20><A
|
||||
href="link.php?page=help.php#passwd">wachtwoord
|
||||
kwijt?</A></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD vAlign=top align=middle><FONT
|
||||
color=#ff9933>*</FONT> </TD>
|
||||
<TD vAlign=top align=left width="100%" height=20><A
|
||||
href="link.php?page=help.php#browser">welke
|
||||
browser?</A></TD>
|
||||
</TR>
|
||||
</TBODY>
|
||||
</TABLE>
|
||||
</TD>
|
||||
</TR>
|
||||
</TBODY>
|
||||
</TABLE>
|
||||
<BR></TD>
|
||||
<TD width=15><IMG src="idots/img/spacer.gif" width=1 height="1"></TD>
|
||||
<TD> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
|
||||
<TBODY>
|
||||
<TR>
|
||||
<TD vAlign=top height="100%"> <TABLE class=box cellSpacing=1 cellPadding=0 width="100%"
|
||||
align=center border=0>
|
||||
<TBODY>
|
||||
<TR>
|
||||
<TD class=articletitle align=center colSpan=2
|
||||
height=23>Inloggen</TD>
|
||||
</TR>
|
||||
<TR align=middle>
|
||||
<TD height=20 colSpan=2 align="center" bgColor=#efefef class=mainnote>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<FORM method="post" action="{login_url}">
|
||||
<TABLE cellSpacing=0 cellPadding=0 width="100" border=0 valign="top" align=center>
|
||||
<TBODY>
|
||||
<TR>
|
||||
<TD align=right nowrap>Loginnaam: </TD>
|
||||
<TD><INPUT style="WIDTH: 100px" value="{cookie}" name="login"></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD align=right nowrap>Wachtwoord: </TD>
|
||||
<TD><INPUT style="WIDTH: 100px" type="password" onchange="this.form.submit()" name="passwd"></TD>
|
||||
</TR>
|
||||
<TR align="center">
|
||||
<TD colSpan=2>
|
||||
<INPUT type=hidden value=text name="passwd_type">
|
||||
<INPUT type="submit" value=Login name="submitit">
|
||||
</TD>
|
||||
</TR>
|
||||
</TBODY>
|
||||
</TABLE>
|
||||
</form>
|
||||
<p> </p>
|
||||
<p><br>
|
||||
</p></TD>
|
||||
</TR>
|
||||
</TBODY>
|
||||
</TABLE>
|
||||
<BR></TD>
|
||||
<TD
|
||||
width=15></TD>
|
||||
</TR>
|
||||
</TBODY>
|
||||
</TABLE></TD>
|
||||
</TR>
|
||||
</TBODY>
|
||||
</TABLE></TR>
|
||||
<TABLE class="sideboxtext" cellSpacing=0 cellPadding=0 width="100%" border="0">
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="center">
|
||||
{cd}
|
||||
<br>
|
||||
<img width="300" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="">
|
||||
</TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3"> <input type="hidden" name="passwd_type" value="text"> </TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<td align="right"><font color="#000000">{lang_username}: </font></TD>
|
||||
<td align="left"><input name="login" value="{cookie}" style="width: 100px;"></TD>
|
||||
<TD align="left"> </TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD align="RIGHT"><font color="#000000">{lang_password}: </font></TD>
|
||||
<td align="left"><input name="passwd" type="password" onChange="this.form.submit()" style="WIDTH: 100px;"></TD>
|
||||
<td> </td>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="CENTER">
|
||||
<input type="submit" value="{lang_login}" name="submitit">
|
||||
</TD>
|
||||
</TR>
|
||||
<!--
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="RIGHT">
|
||||
<font color="#000000" size="-1">eGroupWare {version}</font>
|
||||
</TD>
|
||||
</TR>
|
||||
-->
|
||||
</TABLE>
|
||||
<p align="center" class="copyright"><a href="link.php?page=copyright">© Copyright
|
||||
2003 i DOTS</a> | <a href="link.php?page=privacy">privacyverklaring</a> | <a href="link.php?page=contact">contactgegevens</a>
|
||||
| <a href="mailto:admin@my.i-dots.nl">e-mail de beheerder</a></p>
|
||||
</BODY>
|
||||
</HTML>
|
||||
</FORM>
|
||||
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<div style="bottom:10px;left:10px;position:absolute;">
|
||||
<img src="phpgwapi/templates/{template_set}/images/valid-html401.png" border="0" alt="Valid HTML 4.01">
|
||||
<img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS">
|
||||
</div>
|
||||
<div style="bottom:10px;right:10px;position:absolute;">
|
||||
<a href="http://www.egroupware.org" target="_blank">eGroupWare</a> {version}</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,69 +1,70 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<HTML>
|
||||
<!-- BEGIN login_form -->
|
||||
<HEAD>
|
||||
|
||||
<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="AUTHOR" content="eGroupware http://www.phpgroupware.org">
|
||||
<META NAME="description" CONTENT="eGroupware login screen">
|
||||
<META NAME="keywords" CONTENT="eGroupware login screen">
|
||||
<link rel="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css">
|
||||
<TITLE>{website_title} - Login</TITLE>
|
||||
</HEAD>
|
||||
|
||||
<BODY bgcolor="#FFFFFF">
|
||||
<p> </p>
|
||||
<br>
|
||||
<a href="http://www.lingewoud.nl"><img src="phpgwapi/templates/{template_set}/images/logo_egroupware.png" border="0" alt="eGroupWare"></a>
|
||||
<CENTER>{lang_message}</CENTER>
|
||||
<p> </p>
|
||||
<TABLE class=sidebox cellSpacing=1 cellPadding=0 border=0 align=center>
|
||||
<TR>
|
||||
<TD class="sideboxtitle" align="center" height=28>{lang_title}</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD class="sideboxcontent" bgColor="#efefef">
|
||||
<FORM method="post" action="{login_url}">
|
||||
|
||||
<TABLE bgcolor="#000000" border="0" cellpadding="0" cellspacing="0" width="60%" align="CENTER">
|
||||
<TR>
|
||||
<TD>
|
||||
<TABLE border="0" width="100%" bgcolor="#486591" cellpadding="2" cellspacing="1">
|
||||
<TR bgcolor="#486591">
|
||||
<TD align="LEFT" valign="MIDDLE">
|
||||
<A href="http://www.phpgroupware.org"><img src="phpgwapi/templates/{template_set}/images/logo.gif" alt="phpGroupWare" border="0"></a>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD valign="BASELINE">
|
||||
|
||||
<FORM method="post" action="{login_url}">
|
||||
<TABLE border="0" align="CENTER" bgcolor="#486591" width="100%" cellpadding="0" cellspacing="0">
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="CENTER">
|
||||
{cd}
|
||||
</TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD align="RIGHT"><font color="#000000">{lang_username}:</font></TD>
|
||||
<TD align="RIGHT"><input name="login" value="{cookie}"></TD>
|
||||
<TD align="LEFT"> @ <select name="logindomain">{select_domain}</select></TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD align="RIGHT"><font color="#000000">{lang_password}:</font></TD>
|
||||
<TD align="RIGHT"><input name="passwd" type="password" onChange="this.form.submit()"></TD>
|
||||
<TD> </TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="CENTER">
|
||||
<input type="submit" value="{lang_login}" name="submitit">
|
||||
</TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="RIGHT">
|
||||
<font color="000000" size="-1">{version}</font>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</FORM>
|
||||
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</TD>
|
||||
</TR>
|
||||
<TABLE class="sideboxtext" cellSpacing=0 cellPadding=0 width="100%" border="0">
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="center">
|
||||
{cd}
|
||||
<br>
|
||||
<img width="300" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="">
|
||||
</TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3"> <input type="hidden" name="passwd_type" value="text"> </TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<td align="right"><font color="#000000">{lang_username}: </font></TD>
|
||||
<td align="right"><input name="login" value="{cookie}" style="width: 100px;"></TD>
|
||||
<TD align="left"><select name="logindomain">{select_domain}</select></TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD align="RIGHT"><font color="#000000">{lang_password}: </font></TD>
|
||||
<td align="right"><input name="passwd" type="password" onChange="this.form.submit()" style="WIDTH: 100px;"></TD>
|
||||
<td> </td>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="CENTER">
|
||||
<input type="submit" value="{lang_login}" name="submitit">
|
||||
</TD>
|
||||
</TR>
|
||||
<!--
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="RIGHT">
|
||||
<font color="#000000" size="-1">eGroupWare {version}</font>
|
||||
</TD>
|
||||
</TR>
|
||||
-->
|
||||
</TABLE>
|
||||
</FORM>
|
||||
|
||||
<!-- END login_form -->
|
||||
</HTML>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<div style="bottom:10px;left:10px;position:absolute;">
|
||||
<img src="phpgwapi/templates/{template_set}/images/valid-html401.png" border="0" alt="Valid HTML 4.01">
|
||||
<img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS">
|
||||
</div>
|
||||
<div style="bottom:10px;right:10px;position:absolute;">
|
||||
<a href="http://www.egroupware.org" target="_blank">eGroupWare</a> {version}</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user