<!-- Created by Instant Zero (http://www.instant-zero.com) -->
<{$breadcrumb}>
<br />
<{if $global_advert != ''}>
<div align='center'><{$global_advert}></div>
<br />
<{/if}>
<h2><{$smarty.const._OLEDRION_RATETHISPRODUCT}></h2>
<br />
<table border="0" cellpadding="1" cellspacing="0" width="80%" align="center">
<tr>
<td>
<h3><{$product.product_title}></h3>
<ul>
<li><{$smarty.const._OLEDRION_VOTEONCE}></li>
<li><{$smarty.const._OLEDRION_RATINGSCALE}></li>
<li><{$smarty.const._OLEDRION_BEOBJECTIVE}></li>
<li><{$smarty.const._OLEDRION_DONOTVOTE}></li>
</ul>
</td>
</tr>
<tr>
<td align="center">
<form method="post" action="<{$smarty.const.OLEDRION_URL}>rate-product.php">
<input type="hidden" name="product_id" id="product_id" value="<{$product.product_id}>" />
<select name="rating" id="rating"><option value="--">--</option><option value='10'>10</option><option value='9'>9</option><option value='8'>8</option><option value='7'>7</option><option value='6'>6</option><option value='5'>5</option><option value='4'>4</option><option value='3'>3</option><option value='2'>2</option><option value='1'>1</option></select>
<input type="submit" name="btnsubmit" id="btnsubmit" value="<{$smarty.const._OLEDRION_RATEIT}>" /> <input type='button' value="<{$smarty.const._CANCEL}>" onclick="location='<{$smarty.const.OLEDRION_URL}>product.php?product_id=<{$product.product_id}>'" />
</form>
</td>
</tr>
</table>