/$first
Content-type: text/html
Pragma: no-cache
Expires: Saturday, February 15,1997 10:10:10 GMT

<form method="post" action="/e-rpg/addcart">
<table width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td class="border">

<table width="100%" cellpadding="3">
  <tr>
    <td class="carthead">Item</td>
    <td class="carthead">Description</td>
    <td class="cartheadr">Qty</td>
    <td class="cartheadr">Price</td>
    <td class="cartheadr">Ext. Price</td>
  </tr>

/$cart
  <tr>
    <td class="cart">/%prod%/<input name="prod" type="hidden" value="/%prod%/"></td>
    <td class="cart">/%proddesc%/</td>
    <td class="cartr"><input name="qty" value="/%qty%/" size="5" maxLength="9"></td>
    <td class="cartr">$/%price%/</td>
    <td class="cartr">$/%extprice%/</td>
  </tr>

/$empty
  <tr>
    <td class="cart" colspan="5">Your cart is empty</td>
  </tr>

/$last
  <tr>
    <td class="cart" colspan="4"> </td>
    <td class="cartr"><b>$/%total%/</b></td>
  </tr>
</table>

</td></tr></table>
<br>
<input type="button" value="Update Quantities" onClick="this.form.submit();">
<br>
<br>
<a href="/e-rpg/catmain">Continue Shopping</a>
</form>

/$fileerror
Error opening catalog file...