changed files to use new header

This commit is contained in:
katagia 2003-11-08 12:52:22 +00:00
parent c185e5d9aa
commit aa96aa9d29
6 changed files with 6 additions and 9 deletions

View File

@ -459,7 +459,7 @@ do { // X-Or, only one if() can be true
// Write HTML-Header // Write HTML-Header
echo $header_intern; echo $header_intern;
echo "<html><head><title>"; echo "<title>";
echo _("Create new Account"); echo _("Create new Account");
echo "</title>\n". echo "</title>\n".
"<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n". "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n".

View File

@ -87,7 +87,6 @@ else if (count($_POST)==0) {
if (count($groups)==0) { if (count($groups)==0) {
// Write HTML-Header // Write HTML-Header
echo $header_intern; echo $header_intern;
echo "<html><head>";
echo "<title>"; echo "<title>";
echo _("Create new Account"); echo _("Create new Account");
echo "</title>\n". echo "</title>\n".
@ -308,7 +307,7 @@ if (!isset($select_local)) $select_local = 'general';
// Write HTML-Header // Write HTML-Header
echo $header_intern; echo $header_intern;
echo "<html><head><title>"; echo "<title>";
echo _("Create new Account"); echo _("Create new Account");
echo "</title>\n". echo "</title>\n".
"<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n". "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n".

View File

@ -97,7 +97,6 @@ if (isset($_GET['DN']) && $_GET['DN']!='') {
if (count($groups)==0) { if (count($groups)==0) {
// Write HTML-Header // Write HTML-Header
echo $header_intern; echo $header_intern;
echo "<html><head>";
echo "<title>"; echo "<title>";
echo _("Create new Account"); echo _("Create new Account");
echo "</title>\n". echo "</title>\n".
@ -754,7 +753,6 @@ do { // X-Or, only one if() can be true
// Write HTML-Header // Write HTML-Header
echo $header_intern; echo $header_intern;
echo "<html><head>";
echo "<title>"; echo "<title>";
echo _("Create new Account"); echo _("Create new Account");
echo "</title>\n". echo "</title>\n".

View File

@ -54,7 +54,7 @@ if ($_POST['backmain']) {
// Print header and part of body // Print header and part of body
echo $header_intern; echo $header_intern;
echo '<html><head><title>'; echo '<title>';
echo _('Delete Account'); echo _('Delete Account');
echo '</title>'."\n". echo '</title>'."\n".
'<link rel="stylesheet" type="text/css" href="../style/layout.css">'."\n". '<link rel="stylesheet" type="text/css" href="../style/layout.css">'."\n".

View File

@ -106,7 +106,7 @@ switch ($select) {
* 400 in csv-file will be ignored * 400 in csv-file will be ignored
*/ */
echo $_SESSION['header']; echo $_SESSION['header'];
echo '<html><head><title>'; echo '<title>';
echo _('Create new Accounts'); echo _('Create new Accounts');
echo '</title>'."\n". echo '</title>'."\n".
'<link rel="stylesheet" type="text/css" href="../style/layout.css">'."\n". '<link rel="stylesheet" type="text/css" href="../style/layout.css">'."\n".
@ -131,7 +131,7 @@ switch ($select) {
// Write HTML-Header // Write HTML-Header
echo $_SESSION['header']; echo $_SESSION['header'];
echo '<html><head><title>'; echo '<title>';
echo _('Create new Accounts'); echo _('Create new Accounts');
echo '</title>'."\n". echo '</title>'."\n".
'<link rel="stylesheet" type="text/css" href="../style/layout.css">'."\n". '<link rel="stylesheet" type="text/css" href="../style/layout.css">'."\n".

View File

@ -165,7 +165,7 @@ if ($_POST['apply']) {
} }
// Print header and part of body // Print header and part of body
echo '<html><head><title>'; echo '<title>';
echo _('Create new accounts'); echo _('Create new accounts');
echo '</title>'. echo '</title>'.
'<link rel="stylesheet" type="text/css" href="../style/layout.css">'. '<link rel="stylesheet" type="text/css" href="../style/layout.css">'.