forked from extern/egroupware
Set HTML document type to XHTML 1.0 Transitional everywhere (almost).
Correct various misspellings and other oddities in the document type declarations. Convert HTML tags to lower case in the affected files.
This commit is contained in:
parent
42d00f5442
commit
7d720dc5ea
@ -1,4 +1,4 @@
|
|||||||
<!doctype article public "-//OASIS//DTD DocBook V3.1//EN">
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
|
||||||
|
|
||||||
<article lang="en">
|
<article lang="en">
|
||||||
<!-- DocBook file was created by LyX 1.1
|
<!-- DocBook file was created by LyX 1.1
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>eGroupWare.org: There is already a holiday-file for '<?php echo $_POST['locale']; ?>' !!!</title>
|
<title>eGroupWare.org: There is already a holiday-file for '<?php echo $_POST['locale']; ?>' !!!</title>
|
||||||
|
@ -3,57 +3,57 @@
|
|||||||
<!-- END submit_button -->
|
<!-- END submit_button -->
|
||||||
|
|
||||||
<!-- BEGIN border_top -->
|
<!-- BEGIN border_top -->
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<HTML>
|
<html>
|
||||||
<HEAD>
|
<head>
|
||||||
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<META name="AUTHOR" content="eGroupWare inline documentation parser http://www.egroupware.org">
|
<meta name="AUTHOR" content="eGroupWare inline documentation parser http://www.egroupware.org" />
|
||||||
<META NAME="description" CONTENT="eGroupWare documentation">
|
<meta name="description" content="eGroupWare documentation" />
|
||||||
<META NAME="keywords" CONTENT="eGroupWare documentation">
|
<meta name="keywords" content="eGroupWare documentation" />
|
||||||
<TITLE>Local setup - Login</TITLE>
|
<title>Local setup - Login</title>
|
||||||
</HEAD>
|
</head>
|
||||||
|
|
||||||
<BODY bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF">
|
||||||
<!-- END border_top -->
|
<!-- END border_top -->
|
||||||
|
|
||||||
<!-- BEGIN group -->
|
<!-- BEGIN group -->
|
||||||
<H1>{group_name}</H1>
|
<h1>{group_name}</h1>
|
||||||
{group_contents}
|
{group_contents}
|
||||||
<P>
|
<p>
|
||||||
<!-- END group -->
|
<!-- END group -->
|
||||||
|
|
||||||
<!-- BEGIN object -->
|
<!-- BEGIN object -->
|
||||||
<H2><A href="{PHP_SELF}?object={object_id}">{object_name}</A></H2>
|
<h2><a href="{PHP_SELF}?object={object_id}">{object_name}</a></h2>
|
||||||
{object_contents}
|
{object_contents}
|
||||||
<!-- END object -->
|
<!-- END object -->
|
||||||
|
|
||||||
<!-- BEGIN abstract -->
|
<!-- BEGIN abstract -->
|
||||||
<B>Abstract:</B> {abstract}<BR>
|
<b>Abstract:</b> {abstract}<br />
|
||||||
<!-- END abstract -->
|
<!-- END abstract -->
|
||||||
|
|
||||||
<!-- BEGIN generic -->
|
<!-- BEGIN generic -->
|
||||||
<B>{generic_name}:</B> {generic_value}<BR>
|
<b>{generic_name}:</b> {generic_value}<br />
|
||||||
<!-- END generic -->
|
<!-- END generic -->
|
||||||
|
|
||||||
<!-- BEGIN generic_para -->
|
<!-- BEGIN generic_para -->
|
||||||
<P><B>{generic_name}:</B> {generic_value}</P>
|
<p><b>{generic_name}:</b> {generic_value}</p>
|
||||||
<!-- END generic_para -->
|
<!-- END generic_para -->
|
||||||
|
|
||||||
<!-- BEGIN generic_pre -->
|
<!-- BEGIN generic_pre -->
|
||||||
<B>{generic_name}:</B>
|
<b>{generic_name}:</b>
|
||||||
<PRE>
|
<pre>
|
||||||
{generic_value}
|
{generic_value}
|
||||||
</PRE>
|
</pre>
|
||||||
<!-- END generic_pre -->
|
<!-- END generic_pre -->
|
||||||
|
|
||||||
<!-- BEGIN params -->
|
<!-- BEGIN params -->
|
||||||
<TABLE border="1">
|
<table border="1">
|
||||||
<TR>
|
<tr>
|
||||||
<TD>Name</TD>
|
<td>Name</td>
|
||||||
<TD>Details</TD>
|
<td>Details</td>
|
||||||
</TR>
|
</tr>
|
||||||
{param_entry}
|
{param_entry}
|
||||||
</TABLE>
|
</table>
|
||||||
<!-- END params -->
|
<!-- END params -->
|
||||||
|
|
||||||
<!-- BEGIN param_entry -->
|
<!-- BEGIN param_entry -->
|
||||||
@ -64,6 +64,6 @@
|
|||||||
<!-- END param_entry -->
|
<!-- END param_entry -->
|
||||||
|
|
||||||
<!-- BEGIN border_bottom -->
|
<!-- BEGIN border_bottom -->
|
||||||
</BODY>
|
</body>
|
||||||
</HTML>
|
</html>
|
||||||
<!-- END border_bottom -->
|
<!-- END border_bottom -->
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>eGroupWare: eTemplate-reference</title>
|
<title>eGroupWare: eTemplate-reference</title>
|
||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<STYLE type="text/css">
|
<style type="text/css">
|
||||||
<!--
|
<!--
|
||||||
pre { font-family: monospace; background-color: #e0e0e0; padding: 2mm; border-width: thin; border-style: solid; border-color: black; white-space: pre; }
|
pre { font-family: monospace; background-color: #e0e0e0; padding: 2mm; border-width: thin; border-style: solid; border-color: black; white-space: pre; }
|
||||||
span { color: darkblue; font-family: sans-serife; }
|
span { color: darkblue; font-family: sans-serife; }
|
||||||
li { margin-top: 5px; }
|
li { margin-top: 5px; }
|
||||||
body { background-color: white; color: black; }
|
body { background-color: white; color: black; }
|
||||||
-->
|
-->
|
||||||
</STYLE>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>eTemplate-reference - Templates and Dialog-Editor for eGroupWare</h1>
|
<h1>eTemplate-reference - Templates and Dialog-Editor for eGroupWare</h1>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!doctype article public "-//OASIS//DTD DocBook V3.1//EN">
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
|
||||||
|
|
||||||
<article lang="en">
|
<article lang="en">
|
||||||
<!-- DocBook file was created by LyX 1.1
|
<!-- DocBook file was created by LyX 1.1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!doctype article public "-//OASIS//DTD DocBook V3.1//EN">
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
|
||||||
|
|
||||||
<article lang="en">
|
<article lang="en">
|
||||||
<!-- DocBook file was created by LyX 1.1
|
<!-- DocBook file was created by LyX 1.1
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
<!-- BEGIN head --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<HTML>
|
<html>
|
||||||
<HEAD>
|
<head>
|
||||||
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||||
<META name="AUTHOR" content="eGroupWare http://www.egroupware.org">
|
<meta name="AUTHOR" content="eGroupWare http://www.egroupware.org" />
|
||||||
<META NAME="description" CONTENT="eGroupWare">
|
<meta name="description" content="eGroupWare" />
|
||||||
<META NAME="keywords" CONTENT="eGroupWare">
|
<meta name="keywords" content="eGroupWare" />
|
||||||
<meta name="robots" content="none">
|
<meta name="robots" content="none" />
|
||||||
<LINK REL="ICON" href="{img_icon}" type="image/x-ico">
|
<link rel="ICON" href="{img_icon}" type="image/x-ico" />
|
||||||
<LINK REL="SHORTCUT ICON" href="{img_shortcut}">
|
<link rel="SHORTCUT ICON" href="{img_shortcut}" />
|
||||||
{css}
|
{css}
|
||||||
<TITLE>{website_title}</TITLE>
|
<title>{website_title}</title>
|
||||||
{java_script}
|
{java_script}
|
||||||
</HEAD>
|
</head>
|
||||||
<BODY {body_tags}>
|
<body {body_tags}>
|
||||||
<!-- END head -->
|
<!-- END head -->
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<HTML>
|
<html>
|
||||||
<!-- BEGIN login_form -->
|
<!-- BEGIN login_form -->
|
||||||
<HEAD>
|
<head>
|
||||||
|
|
||||||
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||||
<META name="AUTHOR" content="dGroupWare http://www.eGroupWare.org">
|
<meta name="AUTHOR" content="dGroupWare http://www.eGroupWare.org" />
|
||||||
<META NAME="description" CONTENT="{website_title} login screen, working environment powered by eGroupWare">
|
<meta name="description" content="{website_title} login screen, working environment powered by eGroupWare" />
|
||||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||||
<META NAME="keywords" CONTENT="{website_title} login screen, eGroupWare, groupware, groupware suite">
|
<meta name="keywords" content="{website_title} login screen, eGroupWare, groupware, groupware suite" />
|
||||||
|
|
||||||
<TITLE>{website_title} - {lang_login}</TITLE>
|
<title>{website_title} - {lang_login}</title>
|
||||||
</HEAD>
|
</head>
|
||||||
|
|
||||||
<body bgcolor="#{bg_color}">
|
<body bgcolor="#{bg_color}">
|
||||||
<a href="{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
|
<a href="{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
|
||||||
@ -18,50 +18,50 @@
|
|||||||
<center>{lang_message}</center>
|
<center>{lang_message}</center>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
|
|
||||||
<TABLE bgcolor="#000000" border="0" cellpadding="0" cellspacing="0" width="40%" align="center">
|
<table bgcolor="#000000" border="0" cellpadding="0" cellspacing="0" width="40%" align="center">
|
||||||
<TR>
|
<tr>
|
||||||
<TD>
|
<td>
|
||||||
<TABLE border="0" width="100%" bgcolor="#486591" cellpadding="2" cellspacing="1">
|
<table border="0" width="100%" bgcolor="#486591" cellpadding="2" cellspacing="1">
|
||||||
<TR bgcolor="#{bg_color_title}">
|
<tr bgcolor="#{bg_color_title}">
|
||||||
<TD align="LEFT" valign="MIDDLE">
|
<td align="LEFT" valign="MIDDLE">
|
||||||
<font color="#FEFEFE"> {website_title}</font>
|
<font color="#FEFEFE"> {website_title}</font>
|
||||||
</TD>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD valign="BASELINE">
|
<td valign="BASELINE">
|
||||||
|
|
||||||
<FORM name="login" method="post" action="{login_url}" {autocomplete}>
|
<form name="login" method="post" action="{login_url}" {autocomplete}>
|
||||||
<input type="hidden" name="passwd_type" value="text">
|
<input type="hidden" name="passwd_type" value="text">
|
||||||
<input type="hidden" name="account type" value="u">
|
<input type="hidden" name="account type" value="u">
|
||||||
<TABLE border="0" align="CENTER" bgcolor="#486591" width="100%" cellpadding="0" cellspacing="0">
|
<table border="0" align="CENTER" bgcolor="#486591" width="100%" cellpadding="0" cellspacing="0">
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="CENTER">{cd}</TD>
|
<td colspan="3" align="CENTER">{cd}</td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD align="RIGHT"><font color="#000000">{lang_username}: </font></TD>
|
<td align="RIGHT"><font color="#000000">{lang_username}: </font></td>
|
||||||
<TD><input name="login" value="{cookie}"></TD>
|
<td><input name="login" value="{cookie}"></td>
|
||||||
<TD>{select_domain}</TD>
|
<td>{select_domain}</td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD align="RIGHT"><font color="#000000">{lang_password}: </font></TD>
|
<td align="RIGHT"><font color="#000000">{lang_password}: </font></td>
|
||||||
<TD><input name="passwd" type="password"></TD>
|
<td><input name="passwd" type="password"></td>
|
||||||
<TD> </TD>
|
<td> </td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="CENTER"><input type="submit" value="{lang_login}" name="submitit"></TD>
|
<td colspan="3" align="CENTER"><input type="submit" value="{lang_login}" name="submitit"></td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="right"><font color="#000000" size="-1">eGroupWare {version}</font></TD>
|
<td colspan="3" align="right"><font color="#000000" size="-1">eGroupWare {version}</font></td>
|
||||||
</TR>
|
</tr>
|
||||||
</TABLE>
|
</table>
|
||||||
</FORM>
|
</form>
|
||||||
|
|
||||||
</TD>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
</TABLE>
|
</table>
|
||||||
</TD>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
</TABLE>
|
</table>
|
||||||
|
|
||||||
<!-- END login_form -->
|
<!-- END login_form -->
|
||||||
</HTML>
|
</html>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml">
|
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}">
|
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||||
<meta name="author" content="eGroupWare http://www.egroupware.org">
|
<meta name="author" content="eGroupWare http://www.egroupware.org" />
|
||||||
<meta name="description" content="eGroupWare login screen">
|
<meta name="description" content="eGroupWare login screen" />
|
||||||
<meta name="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||||
<meta name="keywords" 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">
|
<link rel="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css" />
|
||||||
<link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico">
|
<link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico" />
|
||||||
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico">
|
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico" />
|
||||||
<title>{website_title} - Login</title>
|
<title>{website_title} - Login</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml"{dir_code}>
|
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml"{dir_code}>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}">
|
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||||
<meta name="author" content="eGroupWare http://www.egroupware.org">
|
<meta name="author" content="eGroupWare http://www.egroupware.org" />
|
||||||
<meta name="description" content="eGroupWare login screen">
|
<meta name="description" content="eGroupWare login screen" />
|
||||||
<meta name="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||||
<meta name="keywords" 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">
|
<link rel="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css" />
|
||||||
<link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico">
|
<link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico" />
|
||||||
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico">
|
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico" />
|
||||||
<title>{website_title} - Login</title>
|
<title>{website_title} - Login</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml">
|
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}">
|
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||||
<meta name="author" content="eGroupWare http://www.phpgroupware.org">
|
<meta name="author" content="eGroupWare http://www.phpgroupware.org" />
|
||||||
<meta name="description" content="eGroupWare login screen">
|
<meta name="description" content="eGroupWare login screen" />
|
||||||
<meta name="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||||
<meta name="keywords" content="eGroupWare login screen">
|
<meta name="keywords" content="eGroupWare login screen" />
|
||||||
<link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico">
|
<link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico" />
|
||||||
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico">
|
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico" />
|
||||||
<link href="phpgwapi/templates/idots/css/idots.css" type="text/css" rel="StyleSheet" />
|
<link href="phpgwapi/templates/idots/css/idots.css" type="text/css" rel="StyleSheet" />
|
||||||
<title>{website_title} - Login</title>
|
<title>{website_title} - Login</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<HTML>
|
<html>
|
||||||
<HEAD>
|
<head>
|
||||||
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||||
<META name="AUTHOR" content="eGroupWare http://www.egroupware.org">
|
<neta name="AUTHOR" content="eGroupWare http://www.egroupware.org" />
|
||||||
<META NAME="description" CONTENT="eGroupWare">
|
<meta name="description" content="eGroupWare" />
|
||||||
<META NAME="keywords" CONTENT="eGroupWare">
|
<meta name="keywords" content="eGroupWare" />
|
||||||
<meta name="robots" content="none">
|
<meta name="robots" content="none" />
|
||||||
<LINK REL="ICON" href="{img_icon}" type="image/x-ico">
|
<link rel="ICON" href="{img_icon}" type="image/x-ico" />
|
||||||
<LINK REL="SHORTCUT ICON" href="{img_shortcut}">
|
<link rel="SHORTCUT ICON" href="{img_shortcut}" />
|
||||||
{css}
|
{css}
|
||||||
</STYLE>
|
</style>
|
||||||
<script language="JavaScript">
|
<script language="JavaScript">
|
||||||
<!--
|
<!--
|
||||||
function MM_preloadImages()
|
function MM_preloadImages()
|
||||||
@ -29,7 +29,7 @@ function MM_preloadImages()
|
|||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
{java_script}
|
{java_script}
|
||||||
<TITLE>{website_title}</TITLE>
|
<title>{website_title}</title>
|
||||||
</HEAD>
|
</head>
|
||||||
<!-- idsociety body tags continue into navbar.tpl, so the closing bracket here is there -->
|
<!-- idsociety body tags continue into navbar.tpl, so the closing bracket here is there -->
|
||||||
<BODY {body_tags}
|
<body {body_tags}
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<meta name="AUTHOR" content="eGroupWare http://www.egroupware.org">
|
<meta name="AUTHOR" content="eGroupWare http://www.egroupware.org" />
|
||||||
<meta name="description" content="eGroupWare">
|
<meta name="description" content="eGroupWare" />
|
||||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||||
<meta name="keywords" content="eGroupWare login screen">
|
<meta name="keywords" content="eGroupWare login screen" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
a { text-decoration:none; }
|
a { text-decoration:none; }
|
||||||
A:link{ text-decoration:none; color: #336699; }
|
a:link{ text-decoration:none; color: #336699; }
|
||||||
A:visted{ text-decoration:none; color: #336699; }
|
a:visted{ text-decoration:none; color: #336699; }
|
||||||
A:active{ text-decoration:none; color: #ff0000; }
|
a:active{ text-decoration:none; color: #ff0000; }
|
||||||
A:hover{ text-decoration:none; color: #cc0000; }
|
a:hover{ text-decoration:none; color: #cc0000; }
|
||||||
td {text-decoration:none; color: #ffffff; }
|
td {text-decoration:none; color: #ffffff; }
|
||||||
body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: "Arial, Helvetica, san-serif" }
|
body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: "Arial, Helvetica, san-serif" }
|
||||||
.tablink { color: #000000; }
|
.tablink { color: #000000; }
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<meta name="AUTHOR" content="eGroupWare http://www.egroupware.org">
|
<meta name="AUTHOR" content="eGroupWare http://www.egroupware.org" />
|
||||||
<meta name="description" content="eGroupWare">
|
<meta name="description" content="eGroupWare" />
|
||||||
<meta name="keywords" content="eGroupWare login screen">
|
<meta name="keywords" content="eGroupWare login screen" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
a { text-decoration:none; }
|
a { text-decoration:none; }
|
||||||
A:link{ text-decoration:none; color: #336699; }
|
a:link{ text-decoration:none; color: #336699; }
|
||||||
A:visted{ text-decoration:none; color: #336699; }
|
a:visted{ text-decoration:none; color: #336699; }
|
||||||
A:active{ text-decoration:none; color: #ff0000; }
|
a:active{ text-decoration:none; color: #ff0000; }
|
||||||
A:hover{ text-decoration:none; color: #cc0000; }
|
a:hover{ text-decoration:none; color: #cc0000; }
|
||||||
td {text-decoration:none; color: #ffffff; }
|
td {text-decoration:none; color: #ffffff; }
|
||||||
body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: "Arial, Helvetica, san-serif" }
|
body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: "Arial, Helvetica, san-serif" }
|
||||||
.tablink { color: #000000; }
|
.tablink { color: #000000; }
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml"{dir_code}>
|
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml"{dir_code}>
|
||||||
<head>
|
<head>
|
||||||
<title>{website_title}</title>
|
<title>{website_title}</title>
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}">
|
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||||
<meta name="author" content="eGroupWare http://www.egroupware.org">
|
<meta name="author" content="eGroupWare http://www.egroupware.org" />
|
||||||
<meta name="description" content="eGroupWare login screen">
|
<meta name="description" content="eGroupWare login screen" />
|
||||||
<meta name="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||||
<meta name="keywords" 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">
|
<link rel="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css" />
|
||||||
<link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico">
|
<link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico" />
|
||||||
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico">
|
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico" />
|
||||||
<title>{website_title} - Login</title>
|
<title>{website_title} - Login</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
<!-- BEGIN head --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<HTML>
|
<html>
|
||||||
<HEAD>
|
<head>
|
||||||
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||||
<META name="AUTHOR" content="eGroupWare http://www.egroupware.org">
|
<meta name="AUTHOR" content="eGroupWare http://www.egroupware.org" />
|
||||||
<META NAME="description" CONTENT="eGroupWare">
|
<meta name="description" content="eGroupWare" />
|
||||||
<META NAME="keywords" CONTENT="eGroupWare">
|
<meta NAME="keywords" content="eGroupWare" />
|
||||||
<meta name="robots" content="none">
|
<meta name="robots" content="none">
|
||||||
<LINK REL="ICON" href="{img_icon}" type="image/x-ico">
|
<link rel="ICON" href="{img_icon}" type="image/x-ico" />
|
||||||
<LINK REL="SHORTCUT ICON" href="{img_shortcut}">
|
<link rel="SHORTCUT ICON" href="{img_shortcut}" />
|
||||||
<LINK href="{theme_css}" type=text/css rel=StyleSheet>
|
<link href="{theme_css}" type="text/css" rel="stylesheet" />
|
||||||
{css}
|
{css}
|
||||||
<TITLE>{website_title}</TITLE>
|
<title>{website_title}</title>
|
||||||
{java_script}
|
{java_script}
|
||||||
</HEAD>
|
</head>
|
||||||
<BODY bgColor="#e5e5e5" {body_tags}>
|
<body bgcolor="#e5e5e5" {body_tags}>
|
||||||
<!-- END head -->
|
<!-- END head -->
|
||||||
|
@ -1,78 +1,78 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<HTML>
|
<html>
|
||||||
<HEAD>
|
<head>
|
||||||
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||||
<META name="AUTHOR" content="eGroupware http://www.egroupware.org">
|
<meta name="AUTHOR" content="eGroupware http://www.egroupware.org" />
|
||||||
<META NAME="description" CONTENT="eGroupware login screen">
|
<meta name="description" content="eGroupware login screen" />
|
||||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||||
<META NAME="keywords" 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">
|
<link rel="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css">
|
||||||
<TITLE>{website_title} - Login</TITLE>
|
<title>{website_title} - Login</title>
|
||||||
</HEAD>
|
</head>
|
||||||
<BODY bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF">
|
||||||
<br>
|
<br />
|
||||||
<a href="{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
|
<a href="{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
|
||||||
<CENTER>{lang_message}</CENTER>
|
<center>{lang_message}</center>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<FORM name="login_form" method="post" action="{login_url}">
|
<form name="login_form" method="post" action="{login_url}">
|
||||||
<input type="hidden" name="passwd_type" value="text">
|
<input type="hidden" name="passwd_type" value="text">
|
||||||
<input type="hidden" name="account_type" value="u">
|
<input type="hidden" name="account_type" value="u">
|
||||||
<TABLE class=sidebox cellSpacing=1 cellPadding=0 border=0 align=center>
|
<table class=sidebox cellSpacing=1 cellPadding=0 border=0 align=center>
|
||||||
<TR>
|
<tr>
|
||||||
<TD class="sideboxtitle" align="center" height=28>{website_title}</TD>
|
<td class="sideboxtitle" align="center" height=28>{website_title}</td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR>
|
<tr>
|
||||||
<TD class="sideboxcontent" bgColor="#efefef">
|
<td class="sideboxcontent" bgColor="#efefef">
|
||||||
|
|
||||||
<TABLE class="sideboxtext" cellSpacing=0 cellPadding=0 width="100%" border="0">
|
<table class="sideboxtext" cellSpacing=0 cellPadding=0 width="100%" border="0">
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="center">
|
<td colspan="3" align="center">
|
||||||
{cd}
|
{cd}
|
||||||
<br>
|
<br />
|
||||||
<img width="300" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="">
|
<img width="300" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="">
|
||||||
</TD>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3"> <input type="hidden" name="passwd_type" value="text"> </TD>
|
<td colspan="3"> <input type="hidden" name="passwd_type" value="text"> </td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<td align="right"><font color="#000000">{lang_username}: </font></TD>
|
<td align="right"><font color="#000000">{lang_username}: </font></td>
|
||||||
<td align="left"><input name="login" value="{cookie}" style="width: 100px; border: 1px solid silver;"></TD>
|
<td align="left"><input name="login" value="{cookie}" style="width: 100px; border: 1px solid silver;"></td>
|
||||||
<TD align="left"> </TD>
|
<td align="left"> </td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD align="RIGHT"><font color="#000000">{lang_password}: </font></TD>
|
<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; border: 1px solid silver;"></TD>
|
<td align="left"><input name="passwd" type="password" onChange="this.form.submit()" style="WIDTH: 100px; border: 1px solid silver;"></TD>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="CENTER">
|
<td colspan="3" align="CENTER">
|
||||||
|
|
||||||
</TD>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="CENTER">
|
<td colspan="3" align="CENTER">
|
||||||
<input type="submit" value="{lang_login}" name="submitit" style="border: 1px solid silver;">
|
<input type="submit" value="{lang_login}" name="submitit" style="border: 1px solid silver;">
|
||||||
</TD>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="CENTER">
|
<td colspan="3" align="CENTER">
|
||||||
|
|
||||||
</TD>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
<!--
|
<!--
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="RIGHT">
|
<td colspan="3" align="RIGHT">
|
||||||
<font color="#000000" size="-1">eGroupWare {version}</font>
|
<font color="#000000" size="-1">eGroupWare {version}</font>
|
||||||
</TD>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
-->
|
-->
|
||||||
</TABLE>
|
</table>
|
||||||
|
|
||||||
</TD>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
</TABLE>
|
</table>
|
||||||
</FORM>
|
</form>
|
||||||
<script language="javascript1.2">
|
<script language="javascript1.2">
|
||||||
<!--
|
<!--
|
||||||
// position cursor in top form field
|
// position cursor in top form field
|
||||||
|
@ -1,66 +1,66 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<HTML>
|
<html>
|
||||||
<HEAD>
|
<head>
|
||||||
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||||
<META name="AUTHOR" content="eGroupware http://www.egroupware.org">
|
<meta name="AUTHOR" content="eGroupware http://www.egroupware.org" />
|
||||||
<META NAME="description" CONTENT="eGroupware login screen">
|
<meta name="description" content="eGroupware login screen" />
|
||||||
<META NAME="keywords" 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">
|
<link rel="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css" />
|
||||||
<TITLE>{website_title} - Login</TITLE>
|
<title>{website_title} - Login</title>
|
||||||
</HEAD>
|
</head>
|
||||||
<BODY bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF">
|
||||||
<br>
|
<br />
|
||||||
<a href="{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
|
<a href="{logo_url}"><img src="{logo_file}" alt="{logo_title}" title="{logo_title}" border="0"></a>
|
||||||
<CENTER>{lang_message}</CENTER>
|
<center>{lang_message}</center>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<TABLE class=sidebox cellSpacing=1 cellPadding=0 border=0 align=center>
|
<table class="sidebox" cellspacing="1" cellpadding="0" border="0" align="center">
|
||||||
<TR>
|
<tr>
|
||||||
<TD class="sideboxtitle" align="center" height=28>{website_title}</TD>
|
<td class="sideboxtitle" align="center" height=28>{website_title}</td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR>
|
<tr>
|
||||||
<TD class="sideboxcontent" bgColor="#efefef">
|
<td class="sideboxcontent" bgColor="#efefef">
|
||||||
<FORM method="post" action="{login_url}">
|
<form method="post" action="{login_url}">
|
||||||
<input type="hidden" name="passwd_type" value="text">
|
<input type="hidden" name="passwd_type" value="text">
|
||||||
<input type="hidden" name="account_type" value="u">
|
<input type="hidden" name="account_type" value="u">
|
||||||
<TABLE class="sideboxtext" cellSpacing=0 cellPadding=0 width="100%" border="0">
|
<table class="sideboxtext" cellSpacing=0 cellPadding=0 width="100%" border="0">
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="center">
|
<td colspan="3" align="center">
|
||||||
{cd}
|
{cd}
|
||||||
<br>
|
<br />
|
||||||
<img width="300" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="">
|
<img width="300" height="1" src="phpgwapi/templates/{template_set}/images/spacer.gif" alt="" />
|
||||||
</TD>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3"> <input type="hidden" name="passwd_type" value="text"> </TD>
|
<td colspan="3"> <input type="hidden" name="passwd_type" value="text"> </td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<td align="right"><font color="#000000">{lang_username}: </font></TD>
|
<td align="right"><font color="#000000">{lang_username}: </font></td>
|
||||||
<td align="right"><input name="login" value="{cookie}" style="width: 100px;"></TD>
|
<td align="right"><input name="login" value="{cookie}" style="width: 100px;"></td>
|
||||||
<TD align="left"><select name="logindomain">{select_domain}</select></TD>
|
<td align="left"><select name="logindomain">{select_domain}</select></td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD align="RIGHT"><font color="#000000">{lang_password}: </font></TD>
|
<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 align="right"><input name="passwd" type="password" onChange="this.form.submit()" style="WIDTH: 100px;"></td>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
</TR>
|
</tr>
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="CENTER">
|
<td colspan="3" align="CENTER">
|
||||||
<input type="submit" value="{lang_login}" name="submitit">
|
<input type="submit" value="{lang_login}" name="submitit">
|
||||||
</TD>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
<!--
|
<!--
|
||||||
<TR bgcolor="#e6e6e6">
|
<tr bgcolor="#e6e6e6">
|
||||||
<TD colspan="3" align="RIGHT">
|
<td colspan="3" align="RIGHT">
|
||||||
<font color="#000000" size="-1">eGroupWare {version}</font>
|
<font color="#000000" size="-1">eGroupWare {version}</font>
|
||||||
</TD>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
-->
|
-->
|
||||||
</TABLE>
|
</table>
|
||||||
</FORM>
|
</form>
|
||||||
|
|
||||||
</TD>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
</TABLE>
|
</table>
|
||||||
<div style="bottom:10px;left:10px;position:absolute;visibility:hidden;">
|
<div style="bottom:10px;left:10px;position:absolute;visibility:hidden;">
|
||||||
<img src="phpgwapi/templates/{template_set}/images/valid-html401.png" border="0" alt="Valid HTML 4.01">
|
<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">
|
<img src="phpgwapi/templates/{template_set}/images/vcss.png" border="0" alt="Valid CSS">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml">
|
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}">
|
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||||
<meta name="author" content="eGroupWare http://www.egroupware.org">
|
<meta name="author" content="eGroupWare http://www.egroupware.org" />
|
||||||
<meta name="description" content="eGroupWare login screen">
|
<meta name="description" content="eGroupWare login screen" />
|
||||||
<meta name="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||||
<meta name="keywords" 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">
|
<link rel="stylesheet" href="phpgwapi/templates/{template_set}/css/idots.css" type="text/css" />
|
||||||
<link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico">
|
<link rel="icon" href="phpgwapi/templates/idots/images/favicon.ico" type="image/x-ico" />
|
||||||
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico">
|
<link rel="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico" />
|
||||||
<title>{website_title} - Login</title>
|
<title>{website_title} - Login</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!doctype article public "-//OASIS//DTD DocBook V3.1//EN"
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN"
|
||||||
[ <!entity header system "header.sgml">
|
[ <!entity header SYSTEM "header.sgml">
|
||||||
|
|
||||||
]>
|
]>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml">
|
<html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
Reference in New Issue
Block a user