File size: 956B
<?
if(!empty($shrift)){ else if (($row["liven"]>=0) && ($shrift==8)) $msg = '<font color="green">'.$msg.'</font>'; else if (($row["liven"]>=0) && ($shrift==9)) $msg = '<font color="red">'.$msg.'</font>'; else if (($row["liven"]>=0) && ($shrift==10)) $msg = '<font color="brown">'.$msg.'</font>'; else if (($row["liven"]>=0) && ($shrift==11)) $msg = '<font color="orange">'.$msg.'</font>'; else if (($row["liven"]>=0) && ($shrift==12)) $msg = '<font color="blue">'.$msg.'</font>'; else if (($row["liven"]>=0) && ($shrift==13)) $msg = '<font color="maroon">'.$msg.'</font>'; else if (($row["liven"]>=0) && ($shrift==14)) $msg = '<font color="goldenrod">'.$msg.'</font>'; else if (($row["liven"]>=0) && ($shrift==15)) $msg = '<font color="deeppink">'.$msg.'</font>'; else if (($row["liven"]>=0) && ($shrift==16)) $msg = '<font color="cyan3">'.$msg.'</font>'; else if (($row["liven"]>=0) && ($shrift==17)) $msg = '<font color="#00cd66">'.$msg.'</font>';}
?>