Initial commit
This commit is contained in:
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>
|
Reference in New Issue
Block a user