Datenstand V1.0

This commit is contained in:
2016-07-05 20:38:34 +00:00
parent 5a75f609e5
commit 5ea463a308
1027 changed files with 141480 additions and 0 deletions

31
inhalte/user_add.php Normal file
View File

@@ -0,0 +1,31 @@
<fieldset>
<legend>Benutzer anlegen</legend>
<form action="index.php?<?php echo $_SERVER['QUERY_STRING']; ?>" method="post">
<input type="hidden" name="new" value="1" />
<label>Vorname</label>
<input type="text" name="Vorname" />
<br />
<label>Nachname</label>
<input type="text" name="Nachname" />
<br />
<label>Telefon</label>
<input type="text" name="Telefon" />
<br />
<label>Mobil</label>
<input type="text" name="Mobil" />
<br />
<label>EMail</label>
<input type="text" name="EMail" />
<br />&nbsp;<br />
<label>Benutzername</label>
<input type="text" name="User" />
<br />
<label>Passwort</label>
<input type="password" name="Password" />
<br />
<label>Passwortbestätigung</label>
<input type="password" name="Password2" />
<br />
<input type="submit" class="button_save" name="formaction" value="save" title="Benutzerdaten speichern" />
</form>
</fieldset>