TeamUgly.com
Welcome to the Sample Template Page, this is the actual HTML driving the GREEN Menu Panels
<DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<!-- $Id: sampleTemplate.html,v 1.1.1.1 2003/12/15 20:15:00 Administrator Exp $ -->
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>{Store_Name} Store Page</title>
<link rel="stylesheet" href="{THEME}/default.css" type="text/css">
{JAVASCRIPT}
</head>
<body>
{Site_Header}
<div align="center">
   <span class="Store_name">{Store_Name_Link}</span><br />
   <span class="Store_welcome">{Store_Welcome}</span><br />
   <span class="Store_street">{Store_Street}</span><br />
   <span class="Store_city_line">{Store_City} {Store_State} {Store_Zip}</span><br />
   <span class="Store_phone">{Store_Phone}</span><br />
   <span class="Store_phone">Hours for {Store_Weekday}: {Store_OpenTime} - {Store_CloseTime} ({Store_Timezone})<br /></span>
   <span class="Store_phone">Current Local Time: {Store_LocalTime}<br /></span>
   <a class="Store_menu"href="corporate.php?NEXTTEMPLATE=corporate.html">Back to List of Locations</a><br />
   <a class="Store_menu" href="store.php?NEXTTEMPLATE=store.html&ACTION=RESET">Empty Cart</a>  
   <a class="Store_menu" href="cart.php?NEXTTEMPLATE=cart.html">View Cart</a>  
   <a class="Store_menu" href="checkout.php?NEXTTEMPLATE=checkout.html">Checkout</a>
   <a class="Store_menu" href="login.php?ACTION={Userlogin}&NEXTTEMPLATE=login.html">{Userlogin}</a>
</div>
<div align="center" class="Store_message">{Message}</div>

<div align="center" class="Menu_Instruction">All options are selected from View Cart</div>
<hr>
<div align="center">
    <table class="Menu_table">
       <tr>
          <td width="70%" class="Menu_title">
             <!-- BEGIN PanelListBlock -->
                {Panel_Title}<br />
               <span class="Menu_description">{Panel_Description}</span><br />
               <table border="0" cellpadding="4" cellspacing="0" class="Item_table">
                <!-- BEGIN ItemListBlock -->
                  <tr>{Item_Form_Start}
                     <td class="Item_title" width="420">{Item_Displaytitle} <br />
                        <span class="Item_description">{Item_Description}</span><br />
                     </td>   
                     <td class="Item_count">
                     <SCRIPT language="JavaScript">
                     <!--
                        if ("{Num_In_Cart}" != "") document.write("Items in Cart: ");
                     // -->
                     </SCRIPT>
                     {Num_In_Cart}</td>   
                     <td align="right" width="110">{Item_Price_Str}</td>
                     <td class="Item_box">{Item_Form_Num}</td>
                     <td class="Item_button">{Item_Form_Select}</td>   
                     <!-- BEGIN OptionListBlock -->
         
                     <!-- END OptionListBlock -->
                     {Item_Form_End}
                  </tr>
               <!-- END ItemListBlock -->
               </table>
             <!-- END PanelListBlock -->
          </td>
          <td align="center" valign="top">{MINICART}</td>
       </tr>
    </table>
</div>
{Site_Footer}
</body>
</html>