Initial commit
This commit is contained in:
4
_html/body_admin_dme-kfz_update.html
Executable file
4
_html/body_admin_dme-kfz_update.html
Executable file
@ -0,0 +1,4 @@
|
||||
<center><a href="$_SERVER[PHP_SELF]">zurück zur Admin-Übersicht</a></center>
|
||||
<table width="600" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
|
||||
$show_all
|
||||
</table>
|
65
_html/body_admin_dme2org.html
Executable file
65
_html/body_admin_dme2org.html
Executable file
@ -0,0 +1,65 @@
|
||||
<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>
|
||||
|
32
_html/body_admin_index.html
Executable file
32
_html/body_admin_index.html
Executable file
@ -0,0 +1,32 @@
|
||||
<table width="400" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td align="center"><a href="suche.php">Suche</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<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>
|
||||
</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>
|
||||
</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>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<table width="400" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td>
|
||||
<form name="form" method="post" action="$_SERVER[PHP_SELF]">
|
||||
$select_search_org
|
||||
<input type="submit" name="Submit" value="Auswählen">
|
||||
</form>
|
||||
<div align="center"></div></td>
|
||||
</tr>
|
||||
$show_to_edit
|
||||
</table>
|
46
_html/body_admin_kfz2org.html
Executable file
46
_html/body_admin_kfz2org.html
Executable file
@ -0,0 +1,46 @@
|
||||
<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>
|
||||
<td>
|
||||
<select name="new_org_typ" id="new_org_typ">
|
||||
<option 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>Fahrzeug:</td>
|
||||
<td><input name="bezeichnung" type="text" id="bezeichnung" value="$row[bezeichnung]" size="50"></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=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>
|
||||
</form>
|
||||
|
3
_html/body_index.html
Executable file
3
_html/body_index.html
Executable file
@ -0,0 +1,3 @@
|
||||
<table width="98%" border="0" cellspacing="1" cellpadding="0" bgcolor="#000000" valign="top">
|
||||
$show_all
|
||||
</table>
|
3
_html/body_kfz_uebersicht.html
Executable file
3
_html/body_kfz_uebersicht.html
Executable file
@ -0,0 +1,3 @@
|
||||
<table width="98%" border="0" cellspacing="1" cellpadding="0" bgcolor="#000000">
|
||||
$show_all
|
||||
</table>
|
14
_html/body_message.html
Executable file
14
_html/body_message.html
Executable file
@ -0,0 +1,14 @@
|
||||
<table width="90%" class="msg_box" border="0" cellspacing="1" cellpadding="0" id="privmessage">
|
||||
<tr>
|
||||
<td>
|
||||
<b>Nachricht von:</b> $row[real_name] ($msg_date)<br>
|
||||
<i>$msg_text</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">
|
||||
<a href="javascript:oeffnefenster('pmfunctions.inc.php?pmdo=reply&to=$row[userid_from]&msg_id=$row[id]');">antworten</a> - <a href="javascript:animatedcollapse.toggle('PrivateMessage')" onclick="doSQL('deletepm', '$row[id]')">löschen</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
21
_html/body_message_reply.html
Executable file
21
_html/body_message_reply.html
Executable file
@ -0,0 +1,21 @@
|
||||
<body onload="javascript:document.form1.msg_text.focus()">
|
||||
<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]">
|
||||
|
||||
<table width="90%" class="msg_box" border="0" cellspacing="1" cellpadding="0">
|
||||
<tr>
|
||||
<td>
|
||||
<b>Nachricht an:</b> $row[real_name]<br>
|
||||
<textarea name="msg_text" rows="10" cols="50"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">
|
||||
<input type="submit" name="Submit" value="Senden" onclick="javascript:window.close()">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
</body>
|
19
_html/body_message_write.html
Executable file
19
_html/body_message_write.html
Executable file
@ -0,0 +1,19 @@
|
||||
<body onload="javascript:document.form1.msg_text.focus()">
|
||||
<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>
|
||||
<td>
|
||||
<b>Nachricht an:</b> $select_msg_to<br>
|
||||
<textarea name="msg_text" id="msg_text" rows="10" cols="50"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">
|
||||
<input type="submit" name="Submit" value="Senden" onclick="javascript:window.close()">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
</body>
|
88
_html/body_profil_alarmmail.html
Executable file
88
_html/body_profil_alarmmail.html
Executable file
@ -0,0 +1,88 @@
|
||||
<table width="500" border="0" cellspacing="0" cellpadding="0" style="font-face:Arial;font-size:11px;font-weight:normal;">
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<fieldset><legend><b>EMail Einstellung</b></legend>
|
||||
<form name="form1" method="post" action="$_SERVER[PHP_SELF]?do=setmailform">
|
||||
Alarm an EMailadresse senden
|
||||
<font style="font-weight:bold;"><b>(Wenn leer an deine Loginmail)</b></font>: <br>
|
||||
EMail: $mailform_mail
|
||||
<br>
|
||||
Alarmmail in Kurzform (zB für SMS):
|
||||
$mailform_checkbox
|
||||
<input type="submit" name="Submit" value="Ändern">
|
||||
</form>
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<!-- ende alarmmail -->
|
||||
|
||||
<!-- start wap -->
|
||||
<!--
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<fieldset><legend><b>WAP Einstellung</b></legend>
|
||||
<form name="form1" method="post" action="$_SERVER[PHP_SELF]?do=setwap">
|
||||
<p>Was als Standart anzeige: $select_wap_orgfilter $select_wap_statfilter<br>
|
||||
Wieviel soll gezeigt werden: $select_wap_show<br>
|
||||
Wieviel Datensätze ausgeben: $select_wap_rows <br>
|
||||
<font size="2"><b>(Bei zu vielen Meldungen können Anzeigeprobleme auftreten !!)</b></font>
|
||||
<br>
|
||||
Wap Passwort:
|
||||
<input name="wap_pass" type="text" id="wap_pass" value="$wap_pass" size="10">
|
||||
</p>
|
||||
<p>
|
||||
<input type="submit" name="Submit" value="Ändern">
|
||||
<br>
|
||||
<font size="2" color="#FF3300"><b>Achtung: Beim ersten Login werden deine Handydaten gespeichert.<br>
|
||||
Sollte sich dein Handy ändern bitte an den Admin wenden.</b></font> </p>
|
||||
</form>
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
-->
|
||||
<!-- ende wap -->
|
||||
|
||||
<!-- start abo -->
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<fieldset><legend><b>RIC's Abonnieren</b></legend>
|
||||
Wähle eine Organisation die du Abonnieren möchtest:
|
||||
<form name="form" method="post" action="$_SERVER[PHP_SELF]?do=abodet">
|
||||
$select_search_ric
|
||||
<input type="submit" name="Submit" value="Auswählen">
|
||||
</form>
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4"><b>Bestehende Abos</b></td>
|
||||
</tr>
|
||||
$abos
|
||||
</table>
|
||||
|
||||
<p> </p>
|
51
_html/body_profil_alarmmail_select.html
Executable file
51
_html/body_profil_alarmmail_select.html
Executable file
@ -0,0 +1,51 @@
|
||||
<form name="form" method="post" action="$_SERVER[PHP_SELF]?do=aboins">
|
||||
<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<>chtest du Meldungen empfangen:
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Alarm zwischen
|
||||
<select name="alarm_time_filter_from" id="alarm_time_filter_from">
|
||||
<option value="00:00:00" selected>immer</option>
|
||||
$select_time_filter
|
||||
</select>
|
||||
und
|
||||
<select name="alarm_time_filter_to" id="alarm_time_filter_to">
|
||||
<option value="00:00:00" selected>immer</option>
|
||||
$select_time_filter
|
||||
</select>
|
||||
senden
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<!-- Stiwo -->
|
||||
<tr>
|
||||
<td><br>Nur bei Stichworten: <input name="alarm_stiwo" type="text" id="alarm_stiwo" size="40">
|
||||
<br>Stichworte mit einem Komma trennen (vu,vku,brand). Leer = immer
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<!-- Stiwo -->
|
||||
|
||||
<tr><td> </td><td></td></tr>
|
||||
<tr>
|
||||
<td>
|
||||
Wähle eine Adresse die du Abonieren möchtest:
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
$select_ric
|
||||
<input type="submit" name="Submit" value="Auswählen">
|
||||
</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
84
_html/body_stats.html
Executable file
84
_html/body_stats.html
Executable file
@ -0,0 +1,84 @@
|
||||
<table width="400" border="0" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td><div align="right"></div></td>
|
||||
<td bgcolor="#FF0000"><div align="center"><strong>Feuerwehr</strong></div></td>
|
||||
<td bgcolor="#00CC00"><div align="center"><strong>Rettungsdienst</strong></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div align="right"><strong>RIC</strong></div></td>
|
||||
<td><div align="center">$count_ff_dme</div></td>
|
||||
<td><div align="center">$count_rd_dme</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div align="right"><strong>ZVEI</strong></div></td>
|
||||
<td><div align="center">$count_ff_zvei</div></td>
|
||||
<td><div align="center">$count_rd_zvei</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div align="right"><strong>Fahrzeuge</strong></div></td>
|
||||
<td><div align="center">$count_ff_kfz</div></td>
|
||||
<td><div align="center">$count_rd_kfz</div></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p> </p>
|
||||
<table width="800" border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td bgcolor="$orgcolor[6]"> <strong>Organisation</strong></td>
|
||||
<td bgcolor="$orgcolor[6]"><div align="center"><strong>Alarme</strong></div></td>
|
||||
<td bgcolor="$orgcolor[6]"><div align="center"><strong>letzter</strong></div></td>
|
||||
</tr>
|
||||
$stats_ff
|
||||
</table>
|
||||
|
||||
</td>
|
||||
<td width="1"></td>
|
||||
<td valign="top">
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td bgcolor="$orgcolor[8]"> <strong>Organisation</strong></td>
|
||||
<td bgcolor="$orgcolor[8]"><div align="center"><strong>Alarme</strong></div></td>
|
||||
<td bgcolor="$orgcolor[8]"><div align="center"><strong>letzter </strong></div></td>
|
||||
</tr>
|
||||
$stats_rd
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="1"></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td bgcolor="$orgcolor[7]"> <strong>Organisation</strong></td>
|
||||
<td bgcolor="$orgcolor[7]"><div align="center"><strong>Alarme</strong></div></td>
|
||||
<td bgcolor="$orgcolor[7]"><div align="center"><strong>letzter</strong></div></td>
|
||||
</tr>
|
||||
$stats_thw
|
||||
</table>
|
||||
|
||||
</td>
|
||||
<td></td>
|
||||
<td valign="top">
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td bgcolor="$orgcolor[4]"> <strong>Organisation</strong></td>
|
||||
<td bgcolor="$orgcolor[4]"><div align="center"><strong>Alarme</strong></div></td>
|
||||
<td bgcolor="$orgcolor[4]"><div align="center"><strong>letzter</strong></div></td>
|
||||
</tr>
|
||||
$stats_kat
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
90
_html/body_suche.html
Executable file
90
_html/body_suche.html
Executable file
@ -0,0 +1,90 @@
|
||||
<form name="form1" method="post" action="$_SERVER[PHP_SELF]">
|
||||
<table align="center">
|
||||
<tr>
|
||||
<td class="nav_box">
|
||||
<table width="400" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td>Suchen nach </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td>$select_search_what1</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td> Suchwort</td>
|
||||
<td><input name="search_word" type="text" id="search_word" size="20" value="$search_word"></td>
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td>Ort der Organisation </td>
|
||||
<td><input name="search_word_org" type="text" id="search_word_org" value="$search_word_org" size="20"></td>
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td>Organisation </td>
|
||||
<td>
|
||||
$select_search_org
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>oder</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td>$select_search_what2</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td>RIC/Schleife</td>
|
||||
<td>
|
||||
$select_search_ric
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>und</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td>$checkbox_time
|
||||
im Zeitraum </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td>von</td>
|
||||
<td>
|
||||
$select_tag_from
|
||||
$select_monat_from
|
||||
|
||||
<input name="search_time_from" type="text" id="search_time_from" value="$search_time_from" size="5" maxlength="5">
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td>bis</td>
|
||||
<td>
|
||||
$select_tag_to
|
||||
$select_monat_to
|
||||
|
||||
<input name="search_time_to" type="text" id="search_time_to" value="$search_time_to" size="5" maxlength="5"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>und</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr bgcolor="#FFFFFF">
|
||||
<td>Anzahl der Ergebnisse </td>
|
||||
<td>
|
||||
$select_max_results
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td><input type="submit" name="Submit" value="Suchen"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<table width="98%" border="0" cellspacing="1" cellpadding="0" bgcolor="#000000">
|
||||
$show_all
|
||||
</table>
|
10
_html/body_unwetter.html
Executable file
10
_html/body_unwetter.html
Executable file
@ -0,0 +1,10 @@
|
||||
<table width="450" class="uw_box" bgcolor="$row[u_farbe]" border="0" cellspacing="1" cellpadding="0" id="wetterkopf">
|
||||
<tr>
|
||||
<td>
|
||||
<b>Unwetterstand</b> ($uw_warntime)<sup>$_SESSION[uw_isnew]</sup> <b>:</b> $row[u_meldung]<br>
|
||||
</td>
|
||||
<td align="right" valign="top">
|
||||
$uw_show_link
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
134
_html/rahmen.html
Executable file
134
_html/rahmen.html
Executable file
@ -0,0 +1,134 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>$pagetitle</title>
|
||||
$meta
|
||||
$css
|
||||
|
||||
<script language="JavaScript" type="text/JavaScript">
|
||||
<!--
|
||||
function MM_jumpMenu(targ,selObj,restore){ //v3.0
|
||||
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
|
||||
if (restore) selObj.selectedIndex=0;
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<script type="text/javascript" src="jquery.min.js"></script>
|
||||
<script type="text/javascript" src="animatedcollapse.js"></script>
|
||||
<script type="text/javascript">
|
||||
animatedcollapse.addDiv('wetter', 'fade=1,height=350px')
|
||||
animatedcollapse.addDiv('PrivateMessage', 'fade=1,height=80px')
|
||||
|
||||
animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
|
||||
//$: Access to jQuery
|
||||
//divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
|
||||
//state: "block" or "none", depending on state
|
||||
}
|
||||
|
||||
animatedcollapse.init()
|
||||
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
function oeffnefenster (url) {
|
||||
fenster = window.open(url, "fenster1", "width=430,height=220,status=no,scrollbars=no,resizable=no");
|
||||
fenster.focus();
|
||||
}
|
||||
</script>
|
||||
|
||||
$java_script
|
||||
</head>
|
||||
|
||||
$body_html
|
||||
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<!-- START Kopfzeile -->
|
||||
<tr>
|
||||
<td width="528" height="36"><img src="_img/top_1.gif" width="528" height="36"></td>
|
||||
<td width="100%" background="_img/top_2.gif"> </td>
|
||||
</tr>
|
||||
<!-- ENDE Kopfzeile -->
|
||||
|
||||
<!-- START Navigation -->
|
||||
<tr>
|
||||
<td height="30" colspan="2" align="center">
|
||||
|
||||
<table width="98%">
|
||||
<tr>
|
||||
<td class="nav_box"> $nav_menu Online: <div style="display:inline;" id="onlUsers"></div></td>
|
||||
<td class="nav_box" width="350" align="center"> Anzeige: <b>$nav_org_filter $nav_filter</b> Stunden</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" heigt="5"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDE Navigation -->
|
||||
|
||||
<!-- START Messages und Unwettermeldungen -->
|
||||
|
||||
<tr>
|
||||
|
||||
<td height="1%" align="center" valign="top">
|
||||
|
||||
|
||||
<div id="PrivateMessage" style="display:inline;"></div>
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
<td height="1%" align="center" valign="top">
|
||||
|
||||
|
||||
<div id="Unwetter" style="display:inline;"></div>
|
||||
|
||||
<table width="450" class="uw_box" bgcolor="#FFE9B2" border="0" cellspacing="1" cellpadding="10" id="wetter" style="display:none;">
|
||||
<tr>
|
||||
<td><i><div id="UnwetterContent" style="display:inline;"></div></i></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<!-- ENDE Messages und Unwettermeldungen -->
|
||||
|
||||
<!-- START Mittelteil -->
|
||||
<tr align="center">
|
||||
<td background="_img/bg.gif" colspan="2" valign="top">
|
||||
|
||||
<div id="loading-indicator" style="display:none"><img src="_img/ajax-loader.gif" border="0"></div>
|
||||
|
||||
<div id="inhalt"></div>
|
||||
|
||||
$page_middle
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDE Mittelteil -->
|
||||
|
||||
<!-- START Fusszeile -->
|
||||
<tr>
|
||||
<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>
|
21
_html/rss.html
Executable file
21
_html/rss.html
Executable file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<rss version="0.91">
|
||||
<channel>
|
||||
|
||||
<title>Monitor RSS Feed</title>
|
||||
<link>http://monitor.intern</link>
|
||||
<description>FF Monitor RSS Feed</description>
|
||||
<language>de-de</language>
|
||||
<copyright>2006 ManuelW</copyright>
|
||||
<!--
|
||||
<image>
|
||||
<url>http://www.beispielwebsite.de/images/logo.gif</url>
|
||||
<title>Logo Beispielwebsite </title>
|
||||
<link>http://www.beispielwebsite.de</link>
|
||||
</image>
|
||||
-->
|
||||
|
||||
$show_all
|
||||
|
||||
</channel>
|
||||
</rss>
|
Reference in New Issue
Block a user