66 lines
2.0 KiB
HTML
Executable File
66 lines
2.0 KiB
HTML
Executable File
<style type="text/css">
|
|
<!--
|
|
.Stil1 {
|
|
color: #FF0000;
|
|
font-weight: bold;
|
|
}
|
|
-->
|
|
</style>
|
|
<form name="form1" method="post" action="$_SERVER[php_self]?show=dme&do=setupdate">
|
|
<table width="500" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
|
|
<tr bgcolor="#FFFFFF">
|
|
<td>neue Organisation/Ort</td>
|
|
<td><!--<input name="new_org_typ" type="text" id="new_org_typ" size="3" maxlength="3">-->
|
|
|
|
<select name="new_org_typ" id="new_org_typ">
|
|
<option value="RLS" selected>Org</option>
|
|
<option value="FF">FF</option>
|
|
<option value="BF">BF</option>
|
|
<option value="RD">RD</option>
|
|
<option value="THW">THW</option>
|
|
<option value="KAT">KAT</option>
|
|
<option value="KBM">KBM</option>
|
|
<option value="RLS">RLS</option>
|
|
</select>
|
|
|
|
/
|
|
<input name="new_org" type="text" id="new_org" size="40">
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td>oder Organisation auswählen </td>
|
|
<td>
|
|
<select name="select_org" id="select_org">
|
|
$option_org
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td> </td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td>Zusatz:</td>
|
|
<td><input name="bezeichnung" type="text" id="bezeichnung" value="$row[bezeichnung]" size="50"></td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td>Formatierung:</td>
|
|
<td>
|
|
<select name="formatierung" id="formatierung">
|
|
$option_format
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr bgcolor="#FFFFFF">
|
|
<td><input type="hidden" name="id" value="$_GET[id]">
|
|
<input name="old_org" type="hidden" id="old_org" value="$_REQUEST[org]"></td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#FFFFFF"><div align="center"><a href="admin.php">Zurück</a> | <a href="$_SERVER[php_self]?show=dme&do=delete&id=$_GET[id]&org=$_GET[org]&adresse=$row[adresse]">RIC Löschen</a> </div></td>
|
|
<td bgcolor="#FFFFFF"><input type="submit" name="Submit" value="Aktualisieren"></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
|