f0985f104658ad941586c14f9e62c047c7d2e29c
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

1) <?xml version="1.0" encoding="utf-8"?>
2) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3)     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4) 
5) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
6) <head>
7) 
8) <?php 
9) if ($title)
10) 	echo "<title>$title - Administration</title>";
11) else
12) 	echo "<title>Administration</title>";
13) ?>
14) <link rel="stylesheet" href="<?php echo $BASE_PATH; ?>css/default.css" type="text/css" media="screen" title="Normal" />
15) <link rel="stylesheet" href="<?php echo $THEME_PATH; ?>style.css" type="text/css" media="screen" title="Normal" />
16) <link rel="shortcut icon" href="<?php echo $THEME_PATH; ?>favicon.ico" type="image/x-icon" />
17) <?php echo $html_header; ?>
18) </head>
19) 
bernd Username-Feld beim Login fo...

bernd authored 12 years ago

20) <body onload="javascript:document.getElementById('username').focus();">
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

21) <div><a href="#content" style="display: none;">Zum Inhalt</a></div>
22) 
23) <div class="menu">
24) <a href="<?php echo $BASE_PATH; ?>"><img src="<?php echo $THEME_PATH; ?>images/schokokeks.png" width="190" height="141" alt="schokokeks.org Hosting" /></a>
25) 
26) <?php echo $menu; ?>
27) 
28) <?php echo $userinfo; ?>
29) 
30) </div>
31) 
32) <div class="content">
33) <a id="content" style="display: none"> </a>
34) 
35) <?php
36) if ($messages) {
37)   echo $messages;
38) }
39) ?>
40) 
41) <h3>schokokeks.org Hosting Webinterface</h3>
42) <p>Auf dieser Seite können Sie diverse Einstellungen Ihres Accounts auf schokokeks.org Hosting festlegen. Sofern Sie noch kein Kunde von schokokeks.org Hosting sind, können Sie diese Seite nicht benutzen. Besuchen Sie in diesem Fall bitte unsere <a href="http://www.schokokeks.org">öffentliche Seite</a>.</p>
43) <form action="" method="post">
bernd Text auf Login-Seite

bernd authored 12 years ago

44) <p><label for="username" class="login_label">Benutzername oder E-Mail-Adresse<sup>*</sup>:</label> <input type="text" id="username" name="username" size="30" /></p>
bernd Username-Feld beim Login fo...

bernd authored 12 years ago

45) <p><label for="password" class="login_label">Passwort:</label> <input type="password" id="password" name="password" size="30" /></p>
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

46) <p><span class="login_label">&#160;</span> <input type="submit" value="Anmelden" /></p>
47) </form>
bernd Text auf Login-Seite

bernd authored 12 years ago

48) <p><sup>*</sup> Sie können sich hier mit Ihrem System-Benutzernamen, Ihrer E-Mail-Adresse oder Ihrer Kundennummer (jeweils mit zugehörigem Passwort) anmelden. Je nach gewählten Daten erhalten Sie unterschiedliche Zugriffsrechte.</p>
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

49) <p>Sollten Sie Ihr Passwort nicht mehr kennen, wenden Sie sich bitte unter Angabe Ihres Benutzernamens und/oder Ihrer Kundennummer an den Support. Passwörter für E-Mail-Konten kann der Eigentümer des Benutzeraccounts neu setzen.</p>
50) 
bernd HTML-Fehler repariert

bernd authored 13 years ago

51) <p><em><a href="../../certlogin?destination=go/index/index"  >Mit einem Client-Zertifikat anmelden</a></em> (<a href="../../go/index/certinfo"  >Wie geht das?</a>)</p>