Templates

Templates provide your review with a starting point to make your reviews quicker to write and look consistent.
It’s recommended that first of all you spend sometime to come up with at least one template for your site.

If you don’t make a template or if at a later time you change a template, your reviews will not be updated to the new template.

You can use Simple Tags in your templates.

Example Template:


<table width="100%" border="0">
<tr>
<td>
<h1>{sr_title1} {sr_title2} {sr_title3}</h1>
<em>Reviewed by {sr_createdBy} {sr_createdDate}</em>
<p>
<img border="0" align="left" src="{sr_thumbnailURL}" />
Add your review here. This is where you add all of your reviews detail!
</p>
</td>
<td>
{sr_scoreBox}<br/>
{sr_userScoreBox}
</td>
</tr>
</table>