Einchecken des Online-Codes
This commit is contained in:
33
admin/inhalte/login2.php
Normal file
33
admin/inhalte/login2.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<h1>Bitte loggen Sie sich ein</h1>
|
||||
<table width="450" style="margin: 30px 50px;background:none;">
|
||||
<form action="index.php" method="post">
|
||||
<colgroup>
|
||||
<col width="150px" />
|
||||
<col width="300px" />
|
||||
</colgroup>
|
||||
<tr>
|
||||
<td colspan="2">Um die Objekt-Vorschau nutzen zu können, müssen Sie Ihren Popup-Blocker für diese Seite deaktivieren.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Email:</td>
|
||||
<td><input name="EMail" size="50" type="text" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Passwort:</td>
|
||||
<td><input name="Passwort" size="50" type="password" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" style="text-align:right;">
|
||||
<input name="Send" type="submit" value="Login" class="login" />
|
||||
</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
|
||||
<a href="../index.php">Zur Hauptseite</a>
|
||||
Reference in New Issue
Block a user