ready to go
This commit is contained in:
@ -32,7 +32,7 @@ $_SESSION["online_users"] = "";
|
||||
|
||||
//
|
||||
// Startseite
|
||||
if( !$_GET["do"] )
|
||||
if( !isset($_GET["do"]) )
|
||||
{
|
||||
|
||||
$result = mysqli_query($dbconn, "SELECT a_alarmmail, a_alarmmail2sms, wap_pass, wap_show, wap_rows, wap_def_orgfilter, wap_def_statfilter FROM admin_users WHERE id = '$_SESSION[userid]'") or die (mysqli_error($dbconn));
|
||||
@ -121,6 +121,7 @@ if( !$_GET["do"] )
|
||||
|
||||
if( !empty($row["stiwo"]) ) { $stiwo = "<span title=\"$row[stiwo]\">Stiwo</span>"; } else { $stiwo = ""; }
|
||||
|
||||
if (!isset($abos)) $abos="";
|
||||
$abos .= '<tr>
|
||||
<td bgcolor="'.$row["bg_farbe"].'" style="border-bottom-style:solid;border-bottom-width:thin;"><span style="font-family:Verdana;color:'.$row["text_farbe"].';font-size:'.$row["text_groesse"].' px;font-weight:'.$row["text_format"].'"> '.$row["org"].' '.$row["org_name"].' '.$row["bezeichnung"].' - '.$row["rec_typ"].'</span></td>
|
||||
<td align="center" bgcolor="'.$row["bg_farbe"].'" style="border-bottom-style:solid;border-bottom-width:thin;">'.$stiwo.' </td>
|
||||
@ -131,6 +132,8 @@ if( !$_GET["do"] )
|
||||
}
|
||||
|
||||
// Seiteninhalt ausgeben
|
||||
$page_middle="";
|
||||
if (!isset($abos)) $abos="";
|
||||
eval ("\$page_middle .= \"".gettemplate($template_dir."body_profil_alarmmail")."\";");
|
||||
|
||||
}
|
||||
@ -216,6 +219,9 @@ elseif( $_GET["do"] == 'setwap' )
|
||||
/**************************/
|
||||
// Ausgabe Rahmen
|
||||
//
|
||||
if( !isset($java_script)) $java_script="";
|
||||
if( !isset($nav_org_filter)) $nav_org_filter="";
|
||||
if( !isset($nav_filter)) $nav_filter="";
|
||||
eval ("dooutput(\"".gettemplate($template_dir."rahmen")."\");");
|
||||
|
||||
/**************************/
|
||||
|
Reference in New Issue
Block a user