Code: Select all
if ($Row['Typ'] == 1) print("Teller Evaluation Report</div>\n");
else if ($Row['Typ'] == 2) print("Receptionist Evaluation Report</div>\n");
else if ($Row['Typ'] == 3) print("FSR Evaluation Report</div>\n");
else print("Telephone Evaluation Report</div>\n");
print("<div class='cbox' style='width:760px; margin-top:8px;'>");
echo "<div class='cright black p14' style='width:215px; text-align:left;'>";
echo "Time: <span class='blue p14lt'>",$Tim,"</span></div>";
echo "<div class='cleft black p14' style='width:290px; text-align:left;'>";
if ($Row['Typ'] > 3)
{ echo "Sales <input type=radio name='Sales' value=0";
if ($Row['StaffCnt'] == 0) echo " checked";
echo " tabindex=1> Service ";
echo "<input type=radio name='Sales' value=1";
if ($Row['StaffCnt'] > 0) echo " checked";
echo " tabindex=2>";
}
if ($Row['Typ'] < 4)
{ echo "Branch: <span class='blue p14 lt'>",$Loc,"</span>";
}
echo "</div>";