home *** CD-ROM | disk | FTP | other *** search
- #*
- Copyright 1999-2004 The Apache Software Foundation
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- *#
- #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><< Prev</B></font></a>
- #end
- #if (!$accountForm.myListPage.lastPage) {
- <a href="?page=next"><font color="white"><B>Next >></B></font></a>
- #end
- </td>
- </tr>
-
- </table>
- #end
-
-
-
-
-