<!-- TPL_INSERT : b_Rating --> <!-- TPL_CELL : row --> <b>Average Visitor Rating:</b> <img src="img/##rate_int##.gif"> <b>##rate_avg##</b> (out of 5)<br> Number of Ratings: ##rate_votes## Votes <form action="index.php" method=post> <input type=hidden name=page value="rate"> <input type=hidden name=id value="##id##"> <table width=80% bgcolor=black cellspacing=1 cellpadding=3 border=0> <tr bgcolor=#CBCBCB valign=top> <td> <table BORDER="0" CELLSPACING="0" CELLPADDING="2" bgcolor="#CBCBCB" width="100%"> <tr><td><b>Visitor Voting Booth:</b></TD> <td> <select name="rate" size="1"> <option value="">Select Your Rating <option value=5>Excellent <option value=4>Very Good <option value=3>Good <option value=2>Fair <option value=1>Poor </select> </td> <td> <input type=submit value="Rate It!" class=button> </td> </tr> </table> </td></tr> </table> </form> <!-- /TPL_CELL : row --> <!-- /TPL_INSERT : b_Rating -->