update config
This commit is contained in:
@ -6,25 +6,15 @@
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<form name="form1" method="post" action="$_SERVER[php_self]?show=dme&do=setupdate">
|
||||
<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>neue Org./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">
|
||||
|
||||
<select name="new_org_typ" id="new_org_typ">
|
||||
$updateSelectOrgTyp
|
||||
</select> <input name="new_org" type="text" id="new_org" size="40" value="$org_name">
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
@ -41,7 +31,7 @@
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td>Zusatz:</td>
|
||||
<td><input name="bezeichnung" type="text" id="bezeichnung" value="$row[bezeichnung]" size="50"></td>
|
||||
<td><input name="bezeichnung" type="text" id="bezeichnung" value="$org_bezeichnung" size="50"></td>
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td>Formatierung:</td>
|
||||
@ -57,7 +47,7 @@
|
||||
<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"><div align="center"><a href="javascript:history.back()">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>
|
||||
|
@ -7,15 +7,15 @@
|
||||
<table width="400" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td> <strong>$num_dme</strong> DME/ZVEI ohne Organisation </td>
|
||||
<td><div align="center"><a href="$_SERVER[php_self]?show=dme&org=0">anzeigen</a></div></td>
|
||||
<td><div align="center"><a href="$_SERVER[PHP_SELF]?show=dme&org=0">anzeigen</a></div></td>
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td> <strong>$num_kfz</strong> Fahrzeuge ohne Organisation </td>
|
||||
<td><div align="center"><a href="$_SERVER[php_self]?show=kfz&org=0">anzeigen</a></div></td>
|
||||
<td><div align="center"><a href="$_SERVER[PHP_SELF]?show=kfz&org=0">anzeigen</a></div></td>
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td> <strong>$num_user</strong> User im System, <strong>$num_new_user</strong> davon neu </td>
|
||||
<td><div align="center"><a href="$_SERVER[php_self]?show=user">anzeigen</a></div></td>
|
||||
<td><div align="center"><a href="$_SERVER[PHP_SELF]?show=user">anzeigen</a></div></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<form name="form1" method="post" action="$_SERVER[php_self]?show=kfz&do=setupdate">
|
||||
<form name="form1" method="post" action="$_SERVER[PHP_SELF]?show=kfz&do=setupdate">
|
||||
<table width="500" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td>neue Organisation/Ort</td>
|
||||
@ -38,7 +38,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="#FFFFFF"><div align="center"><a href="admin.php">Zurück</a> | <a href="$_SERVER[php_self]?show=kfz&do=delete&id=$_GET[id]&org=$_GET[org]">KFZ Löschen</a> </div></td>
|
||||
<td bgcolor="#FFFFFF"><div align="center"><a href="admin.php">Zurück</a> | <a href="$_SERVER[PHP_SELF]?show=kfz&do=delete&id=$_GET[id]&org=$_GET[org]">KFZ Löschen</a> </div></td>
|
||||
<td bgcolor="#FFFFFF"><input type="submit" name="Submit" value="Aktualisieren"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<body onload="javascript:document.form1.msg_text.focus()">
|
||||
<form name="form1" method="post" action="$_SERVER[php_self]?pmdo=doreply">
|
||||
<form name="form1" method="post" action="$_SERVER[PHP_SELF]?pmdo=doreply">
|
||||
<input name="userid_to" type="hidden" id="userid_to" value="$_GET[to]">
|
||||
<input name="msg_id" type="hidden" id="msg_id" value="$_GET[msg_id]">
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<body onload="javascript:document.form1.msg_text.focus()">
|
||||
<form name="form1" id="form1" method="post" action="$_SERVER[php_self]?pmdo=dowrite">
|
||||
<form name="form1" id="form1" method="post" action="$_SERVER[PHP_SELF]?pmdo=dowrite">
|
||||
|
||||
<table width="90%" class="msg_box" border="0" cellspacing="1" cellpadding="0">
|
||||
<tr>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<table width="500" border="0" cellspacing="0" cellpadding="0" style="font-face:Arial;font-size:11px;font-weight:normal;">
|
||||
<tr>
|
||||
<td>
|
||||
In welchem Zeitraum m<EFBFBD>chtest du Meldungen empfangen:
|
||||
In welchem Zeitraum möchtest du Meldungen empfangen:
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
|
@ -67,7 +67,7 @@ $body_html
|
||||
<!-- ENDE Navigation -->
|
||||
|
||||
<!-- START Messages und Unwettermeldungen -->
|
||||
|
||||
<!--
|
||||
<tr>
|
||||
|
||||
<td height="1%" align="center" valign="top">
|
||||
@ -93,7 +93,7 @@ $body_html
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
-->
|
||||
<!-- ENDE Messages und Unwettermeldungen -->
|
||||
|
||||
<!-- START Mittelteil -->
|
||||
@ -115,20 +115,6 @@ $body_html
|
||||
<td background="_img/foot.gif" height="35" colspan="2"> </td>
|
||||
</tr>
|
||||
<!-- ENDE Fusszeile -->
|
||||
|
||||
|
||||
<!-- Piwik -->
|
||||
<script type="text/javascript">
|
||||
var pkBaseURL = (("https:" == document.location.protocol) ? "https://livestats.rc-heli.de/" : "http://livestats.rc-heli.de/");
|
||||
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script><script type="text/javascript">
|
||||
try {
|
||||
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 4);
|
||||
piwikTracker.trackPageView();
|
||||
piwikTracker.enableLinkTracking();
|
||||
} catch( err ) {}
|
||||
</script><noscript><p><img src="http://livestats.rc-heli.de/piwik.php?idsite=4" style="border:0" alt="" /></p></noscript>
|
||||
<!-- End Piwik Tracking Code -->
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user