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">
|
||||
<!-- DocBook file was created by LyX 1.1
|
||||
|
@ -36,7 +36,7 @@
|
||||
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>
|
||||
<head>
|
||||
<title>eGroupWare.org: There is already a holiday-file for '<?php echo $_POST['locale']; ?>' !!!</title>
|
||||
|
@ -3,57 +3,57 @@
|
||||
<!-- END submit_button -->
|
||||
|
||||
<!-- BEGIN border_top -->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<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="description" CONTENT="eGroupWare documentation">
|
||||
<META NAME="keywords" CONTENT="eGroupWare documentation">
|
||||
<TITLE>Local setup - Login</TITLE>
|
||||
</HEAD>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<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="description" content="eGroupWare documentation" />
|
||||
<meta name="keywords" content="eGroupWare documentation" />
|
||||
<title>Local setup - Login</title>
|
||||
</head>
|
||||
|
||||
<BODY bgcolor="#FFFFFF">
|
||||
<body bgcolor="#FFFFFF">
|
||||
<!-- END border_top -->
|
||||
|
||||
<!-- BEGIN group -->
|
||||
<H1>{group_name}</H1>
|
||||
<h1>{group_name}</h1>
|
||||
{group_contents}
|
||||
<P>
|
||||
<p>
|
||||
<!-- END group -->
|
||||
|
||||
<!-- 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}
|
||||
<!-- END object -->
|
||||
|
||||
<!-- BEGIN abstract -->
|
||||
<B>Abstract:</B> {abstract}<BR>
|
||||
<b>Abstract:</b> {abstract}<br />
|
||||
<!-- END abstract -->
|
||||
|
||||
<!-- BEGIN generic -->
|
||||
<B>{generic_name}:</B> {generic_value}<BR>
|
||||
<b>{generic_name}:</b> {generic_value}<br />
|
||||
<!-- END generic -->
|
||||
|
||||
<!-- BEGIN generic_para -->
|
||||
<P><B>{generic_name}:</B> {generic_value}</P>
|
||||
<p><b>{generic_name}:</b> {generic_value}</p>
|
||||
<!-- END generic_para -->
|
||||
|
||||
<!-- BEGIN generic_pre -->
|
||||
<B>{generic_name}:</B>
|
||||
<PRE>
|
||||
<b>{generic_name}:</b>
|
||||
<pre>
|
||||
{generic_value}
|
||||
</PRE>
|
||||
</pre>
|
||||
<!-- END generic_pre -->
|
||||
|
||||
<!-- BEGIN params -->
|
||||
<TABLE border="1">
|
||||
<TR>
|
||||
<TD>Name</TD>
|
||||
<TD>Details</TD>
|
||||
</TR>
|
||||
<table border="1">
|
||||
<tr>
|
||||
<td>Name</td>
|
||||
<td>Details</td>
|
||||
</tr>
|
||||
{param_entry}
|
||||
</TABLE>
|
||||
</table>
|
||||
<!-- END params -->
|
||||
|
||||
<!-- BEGIN param_entry -->
|
||||
@ -64,6 +64,6 @@
|
||||
<!-- END param_entry -->
|
||||
|
||||
<!-- BEGIN border_bottom -->
|
||||
</BODY>
|
||||
</HTML>
|
||||
</body>
|
||||
</html>
|
||||
<!-- 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$ -->
|
||||
<html>
|
||||
<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>
|
||||
<head>
|
||||
<title>eGroupWare: eTemplate-reference</title>
|
||||
<!-- $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; }
|
||||
span { color: darkblue; font-family: sans-serife; }
|
||||
li { margin-top: 5px; }
|
||||
body { background-color: white; color: black; }
|
||||
-->
|
||||
</STYLE>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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">
|
||||
<!-- 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">
|
||||
<!-- DocBook file was created by LyX 1.1
|
||||
|
@ -1,16 +1,16 @@
|
||||
<!-- BEGIN head --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
||||
<META name="AUTHOR" content="eGroupWare http://www.egroupware.org">
|
||||
<META NAME="description" CONTENT="eGroupWare">
|
||||
<META NAME="keywords" CONTENT="eGroupWare">
|
||||
<meta name="robots" content="none">
|
||||
<LINK REL="ICON" href="{img_icon}" type="image/x-ico">
|
||||
<LINK REL="SHORTCUT ICON" href="{img_shortcut}">
|
||||
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||
<meta name="AUTHOR" content="eGroupWare http://www.egroupware.org" />
|
||||
<meta name="description" content="eGroupWare" />
|
||||
<meta name="keywords" content="eGroupWare" />
|
||||
<meta name="robots" content="none" />
|
||||
<link rel="ICON" href="{img_icon}" type="image/x-ico" />
|
||||
<link rel="SHORTCUT ICON" href="{img_shortcut}" />
|
||||
{css}
|
||||
<TITLE>{website_title}</TITLE>
|
||||
<title>{website_title}</title>
|
||||
{java_script}
|
||||
</HEAD>
|
||||
<BODY {body_tags}>
|
||||
</head>
|
||||
<body {body_tags}>
|
||||
<!-- END head -->
|
||||
|
@ -1,16 +1,16 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<HTML>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<!-- BEGIN login_form -->
|
||||
<HEAD>
|
||||
<head>
|
||||
|
||||
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
||||
<META name="AUTHOR" content="dGroupWare http://www.eGroupWare.org">
|
||||
<META NAME="description" CONTENT="{website_title} login screen, working environment powered by eGroupWare">
|
||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
<META NAME="keywords" CONTENT="{website_title} login screen, eGroupWare, groupware, groupware suite">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||
<meta name="AUTHOR" content="dGroupWare http://www.eGroupWare.org" />
|
||||
<meta name="description" content="{website_title} login screen, working environment powered by eGroupWare" />
|
||||
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||
<meta name="keywords" content="{website_title} login screen, eGroupWare, groupware, groupware suite" />
|
||||
|
||||
<TITLE>{website_title} - {lang_login}</TITLE>
|
||||
</HEAD>
|
||||
<title>{website_title} - {lang_login}</title>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#{bg_color}">
|
||||
<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>
|
||||
<p> </p>
|
||||
|
||||
<TABLE bgcolor="#000000" border="0" cellpadding="0" cellspacing="0" width="40%" align="center">
|
||||
<TR>
|
||||
<TD>
|
||||
<TABLE border="0" width="100%" bgcolor="#486591" cellpadding="2" cellspacing="1">
|
||||
<TR bgcolor="#{bg_color_title}">
|
||||
<TD align="LEFT" valign="MIDDLE">
|
||||
<table bgcolor="#000000" border="0" cellpadding="0" cellspacing="0" width="40%" align="center">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#486591" cellpadding="2" cellspacing="1">
|
||||
<tr bgcolor="#{bg_color_title}">
|
||||
<td align="LEFT" valign="MIDDLE">
|
||||
<font color="#FEFEFE"> {website_title}</font>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD valign="BASELINE">
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#e6e6e6">
|
||||
<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="account type" value="u">
|
||||
<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><input name="login" value="{cookie}"></TD>
|
||||
<TD>{select_domain}</TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD align="RIGHT"><font color="#000000">{lang_password}: </font></TD>
|
||||
<TD><input name="passwd" type="password"></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>
|
||||
<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><input name="login" value="{cookie}"></td>
|
||||
<td>{select_domain}</td>
|
||||
</tr>
|
||||
<tr bgcolor="#e6e6e6">
|
||||
<td align="RIGHT"><font color="#000000">{lang_password}: </font></td>
|
||||
<td><input name="passwd" type="password"></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>
|
||||
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- 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">
|
||||
|
||||
<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>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}">
|
||||
<meta name="author" content="eGroupWare http://www.egroupware.org">
|
||||
<meta name="description" content="eGroupWare login screen">
|
||||
<meta name="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
<meta name="keywords" content="eGroupWare login screen">
|
||||
<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="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||
<meta name="author" content="eGroupWare http://www.egroupware.org" />
|
||||
<meta name="description" content="eGroupWare login screen" />
|
||||
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||
<meta name="keywords" content="eGroupWare login screen" />
|
||||
<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="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico" />
|
||||
<title>{website_title} - Login</title>
|
||||
<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}>
|
||||
|
||||
<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>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}">
|
||||
<meta name="author" content="eGroupWare http://www.egroupware.org">
|
||||
<meta name="description" content="eGroupWare login screen">
|
||||
<meta name="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
<meta name="keywords" content="eGroupWare login screen">
|
||||
<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="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||
<meta name="author" content="eGroupWare http://www.egroupware.org" />
|
||||
<meta name="description" content="eGroupWare login screen" />
|
||||
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||
<meta name="keywords" content="eGroupWare login screen" />
|
||||
<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="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico" />
|
||||
<title>{website_title} - Login</title>
|
||||
<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">
|
||||
|
||||
<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>
|
||||
<head>
|
||||
<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="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
<meta name="keywords" content="eGroupWare login screen">
|
||||
<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">
|
||||
<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="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||
<meta name="keywords" content="eGroupWare login screen" />
|
||||
<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 href="phpgwapi/templates/idots/css/idots.css" type="text/css" rel="StyleSheet" />
|
||||
<title>{website_title} - Login</title>
|
||||
<style type="text/css">
|
||||
|
@ -1,15 +1,15 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
||||
<META name="AUTHOR" content="eGroupWare http://www.egroupware.org">
|
||||
<META NAME="description" CONTENT="eGroupWare">
|
||||
<META NAME="keywords" CONTENT="eGroupWare">
|
||||
<meta name="robots" content="none">
|
||||
<LINK REL="ICON" href="{img_icon}" type="image/x-ico">
|
||||
<LINK REL="SHORTCUT ICON" href="{img_shortcut}">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||
<neta name="AUTHOR" content="eGroupWare http://www.egroupware.org" />
|
||||
<meta name="description" content="eGroupWare" />
|
||||
<meta name="keywords" content="eGroupWare" />
|
||||
<meta name="robots" content="none" />
|
||||
<link rel="ICON" href="{img_icon}" type="image/x-ico" />
|
||||
<link rel="SHORTCUT ICON" href="{img_shortcut}" />
|
||||
{css}
|
||||
</STYLE>
|
||||
</style>
|
||||
<script language="JavaScript">
|
||||
<!--
|
||||
function MM_preloadImages()
|
||||
@ -29,7 +29,7 @@ function MM_preloadImages()
|
||||
//-->
|
||||
</script>
|
||||
{java_script}
|
||||
<TITLE>{website_title}</TITLE>
|
||||
</HEAD>
|
||||
<title>{website_title}</title>
|
||||
</head>
|
||||
<!-- 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>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="AUTHOR" content="eGroupWare http://www.egroupware.org">
|
||||
<meta name="description" content="eGroupWare">
|
||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
<meta name="keywords" content="eGroupWare login screen">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta name="AUTHOR" content="eGroupWare http://www.egroupware.org" />
|
||||
<meta name="description" content="eGroupWare" />
|
||||
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||
<meta name="keywords" content="eGroupWare login screen" />
|
||||
<style type="text/css">
|
||||
a { text-decoration:none; }
|
||||
A:link{ text-decoration:none; color: #336699; }
|
||||
A:visted{ text-decoration:none; color: #336699; }
|
||||
A:active{ text-decoration:none; color: #ff0000; }
|
||||
A:hover{ text-decoration:none; color: #cc0000; }
|
||||
a:link{ text-decoration:none; color: #336699; }
|
||||
a:visted{ text-decoration:none; color: #336699; }
|
||||
a:active{ text-decoration:none; color: #ff0000; }
|
||||
a:hover{ text-decoration:none; color: #cc0000; }
|
||||
td {text-decoration:none; color: #ffffff; }
|
||||
body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: "Arial, Helvetica, san-serif" }
|
||||
.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>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="AUTHOR" content="eGroupWare http://www.egroupware.org">
|
||||
<meta name="description" content="eGroupWare">
|
||||
<meta name="keywords" content="eGroupWare login screen">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta name="AUTHOR" content="eGroupWare http://www.egroupware.org" />
|
||||
<meta name="description" content="eGroupWare" />
|
||||
<meta name="keywords" content="eGroupWare login screen" />
|
||||
<style type="text/css">
|
||||
a { text-decoration:none; }
|
||||
A:link{ text-decoration:none; color: #336699; }
|
||||
A:visted{ text-decoration:none; color: #336699; }
|
||||
A:active{ text-decoration:none; color: #ff0000; }
|
||||
A:hover{ text-decoration:none; color: #cc0000; }
|
||||
a:link{ text-decoration:none; color: #336699; }
|
||||
a:visted{ text-decoration:none; color: #336699; }
|
||||
a:active{ text-decoration:none; color: #ff0000; }
|
||||
a:hover{ text-decoration:none; color: #cc0000; }
|
||||
td {text-decoration:none; color: #ffffff; }
|
||||
body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: "Arial, Helvetica, san-serif" }
|
||||
.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}>
|
||||
<head>
|
||||
<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>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}">
|
||||
<meta name="author" content="eGroupWare http://www.egroupware.org">
|
||||
<meta name="description" content="eGroupWare login screen">
|
||||
<meta name="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
<meta name="keywords" content="eGroupWare login screen">
|
||||
<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="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||
<meta name="author" content="eGroupWare http://www.egroupware.org" />
|
||||
<meta name="description" content="eGroupWare login screen" />
|
||||
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||
<meta name="keywords" content="eGroupWare login screen" />
|
||||
<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="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico" />
|
||||
<title>{website_title} - Login</title>
|
||||
<style type="text/css">
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
<!-- BEGIN head --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
||||
<META name="AUTHOR" content="eGroupWare http://www.egroupware.org">
|
||||
<META NAME="description" CONTENT="eGroupWare">
|
||||
<META NAME="keywords" CONTENT="eGroupWare">
|
||||
<!-- BEGIN head --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||
<meta name="AUTHOR" content="eGroupWare http://www.egroupware.org" />
|
||||
<meta name="description" content="eGroupWare" />
|
||||
<meta NAME="keywords" content="eGroupWare" />
|
||||
<meta name="robots" content="none">
|
||||
<LINK REL="ICON" href="{img_icon}" type="image/x-ico">
|
||||
<LINK REL="SHORTCUT ICON" href="{img_shortcut}">
|
||||
<LINK href="{theme_css}" type=text/css rel=StyleSheet>
|
||||
<link rel="ICON" href="{img_icon}" type="image/x-ico" />
|
||||
<link rel="SHORTCUT ICON" href="{img_shortcut}" />
|
||||
<link href="{theme_css}" type="text/css" rel="stylesheet" />
|
||||
{css}
|
||||
<TITLE>{website_title}</TITLE>
|
||||
<title>{website_title}</title>
|
||||
{java_script}
|
||||
</HEAD>
|
||||
<BODY bgColor="#e5e5e5" {body_tags}>
|
||||
</head>
|
||||
<body bgcolor="#e5e5e5" {body_tags}>
|
||||
<!-- END head -->
|
||||
|
@ -1,78 +1,78 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
||||
<META name="AUTHOR" content="eGroupware http://www.egroupware.org">
|
||||
<META NAME="description" CONTENT="eGroupware login screen">
|
||||
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
<META NAME="keywords" CONTENT="eGroupware login screen">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||
<meta name="AUTHOR" content="eGroupware http://www.egroupware.org" />
|
||||
<meta name="description" content="eGroupware login screen" />
|
||||
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||
<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">
|
||||
<br>
|
||||
<title>{website_title} - Login</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<br />
|
||||
<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>
|
||||
<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="account_type" value="u">
|
||||
<TABLE class=sidebox cellSpacing=1 cellPadding=0 border=0 align=center>
|
||||
<TR>
|
||||
<TD class="sideboxtitle" align="center" height=28>{website_title}</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD class="sideboxcontent" bgColor="#efefef">
|
||||
<table class=sidebox cellSpacing=1 cellPadding=0 border=0 align=center>
|
||||
<tr>
|
||||
<td class="sideboxtitle" align="center" height=28>{website_title}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="sideboxcontent" bgColor="#efefef">
|
||||
|
||||
<TABLE class="sideboxtext" cellSpacing=0 cellPadding=0 width="100%" border="0">
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="center">
|
||||
<table class="sideboxtext" cellSpacing=0 cellPadding=0 width="100%" border="0">
|
||||
<tr bgcolor="#e6e6e6">
|
||||
<td colspan="3" align="center">
|
||||
{cd}
|
||||
<br>
|
||||
<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; border: 1px solid silver;"></TD>
|
||||
<TD align="left"> </TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD align="RIGHT"><font color="#000000">{lang_password}: </font></TD>
|
||||
</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; border: 1px solid silver;"></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; border: 1px solid silver;"></TD>
|
||||
<td> </td>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="CENTER">
|
||||
</tr>
|
||||
<tr bgcolor="#e6e6e6">
|
||||
<td colspan="3" align="CENTER">
|
||||
|
||||
</TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="CENTER">
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#e6e6e6">
|
||||
<td colspan="3" align="CENTER">
|
||||
<input type="submit" value="{lang_login}" name="submitit" style="border: 1px solid silver;">
|
||||
</TD>
|
||||
</TR>
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="CENTER">
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#e6e6e6">
|
||||
<td colspan="3" align="CENTER">
|
||||
|
||||
</TD>
|
||||
</TR>
|
||||
</td>
|
||||
</tr>
|
||||
<!--
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="RIGHT">
|
||||
<tr bgcolor="#e6e6e6">
|
||||
<td colspan="3" align="RIGHT">
|
||||
<font color="#000000" size="-1">eGroupWare {version}</font>
|
||||
</TD>
|
||||
</TR>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
</TABLE>
|
||||
</table>
|
||||
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</FORM>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<script language="javascript1.2">
|
||||
<!--
|
||||
// position cursor in top form field
|
||||
|
@ -1,66 +1,66 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META http-equiv="Content-Type" content="text/html; charset={charset}">
|
||||
<META name="AUTHOR" content="eGroupware http://www.egroupware.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">
|
||||
<br>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||
<meta name="AUTHOR" content="eGroupware http://www.egroupware.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">
|
||||
<br />
|
||||
<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>
|
||||
<TABLE class=sidebox cellSpacing=1 cellPadding=0 border=0 align=center>
|
||||
<TR>
|
||||
<TD class="sideboxtitle" align="center" height=28>{website_title}</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD class="sideboxcontent" bgColor="#efefef">
|
||||
<FORM method="post" action="{login_url}">
|
||||
<table class="sidebox" cellspacing="1" cellpadding="0" border="0" align="center">
|
||||
<tr>
|
||||
<td class="sideboxtitle" align="center" height=28>{website_title}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="sideboxcontent" bgColor="#efefef">
|
||||
<form method="post" action="{login_url}">
|
||||
<input type="hidden" name="passwd_type" value="text">
|
||||
<input type="hidden" name="account_type" value="u">
|
||||
<TABLE class="sideboxtext" cellSpacing=0 cellPadding=0 width="100%" border="0">
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="center">
|
||||
<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>
|
||||
<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">
|
||||
</tr>
|
||||
<tr bgcolor="#e6e6e6">
|
||||
<td colspan="3" align="CENTER">
|
||||
<input type="submit" value="{lang_login}" name="submitit">
|
||||
</TD>
|
||||
</TR>
|
||||
</td>
|
||||
</tr>
|
||||
<!--
|
||||
<TR bgcolor="#e6e6e6">
|
||||
<TD colspan="3" align="RIGHT">
|
||||
<tr bgcolor="#e6e6e6">
|
||||
<td colspan="3" align="RIGHT">
|
||||
<font color="#000000" size="-1">eGroupWare {version}</font>
|
||||
</TD>
|
||||
</TR>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
</TABLE>
|
||||
</FORM>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<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/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">
|
||||
|
||||
<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>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}">
|
||||
<meta name="author" content="eGroupWare http://www.egroupware.org">
|
||||
<meta name="description" content="eGroupWare login screen">
|
||||
<meta name="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
|
||||
<meta name="keywords" content="eGroupWare login screen">
|
||||
<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="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
|
||||
<meta name="author" content="eGroupWare http://www.egroupware.org" />
|
||||
<meta name="description" content="eGroupWare login screen" />
|
||||
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
|
||||
<meta name="keywords" content="eGroupWare login screen" />
|
||||
<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="shortcut icon" href="phpgwapi/templates/idots/images/favicon.ico" />
|
||||
<title>{website_title} - Login</title>
|
||||
<style type="text/css">
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!doctype article public "-//OASIS//DTD DocBook V3.1//EN"
|
||||
[ <!entity header system "header.sgml">
|
||||
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN"
|
||||
[ <!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">
|
||||
<head>
|
||||
<!--
|
||||
|
Loading…
Reference in New Issue
Block a user