blob: 5b6d1ee367b4f2502f1e6b8aa0810c8386996fe5 [file] [log] [blame]
#if ($myList)
<p> </p>
<table align="right" bgcolor="#008800" border="0" cellspacing="2" cellpadding="3">
<tr bgcolor="#CCCCCC"><td>
<font size="4"><b>Pet Favorites</b></font>
<font size="2"><i><br />Shop for more of your <br />favorite pets here.</i></font>
</td></tr>
<tr bgcolor="#FFFF88">
<td>
#foreach ($product in $myList)
<a href="viewProduct.do?productId=$product.productId">
$product.name</a>
<br />
<font size="2">($product.productId")</font>
<br />
#end
</td>
</tr>
<tr>
<td>
#if (!$accountForm.myListPage.firstPage)
<a href="?page=previous"><font color="white"><B>&lt;&lt; Prev</B></font></a>
#end
#if (!$accountForm.myListPage.lastPage) {
<a href="?page=next"><font color="white"><B>Next &gt;&gt;</B></font></a>
#end
</td>
</tr>
</table>
#end