<!-- wrapper template -->
<div id="tabs" class="tabs ui-corners-all">
<ul id="tabID">
<li><a href="content.php?do=0x00a0" title="Home" class="tabMain"><span><img src="{$templates}/images/icons/icon-home.png" title="{$TITLE} home" alt="{$TITLE} home" /></span> <strong>Main</strong></a></li>
<li><a href="content.php?do=0x00b0" title="Manage purchases" class="tabPurchasing"><span><img src="{$templates}/images/icons/icon-purchasing.png" title="Purchasing" alt="Purchasing" /></span> <strong>Purchasing</strong></a></li>
<li><a href="content.php?do=0x00c0" title="Manage inventory" class="tabInventory"><span><img src="{$templates}/images/icons/icon-inventory.png" title="Inventory" alt="Inventory" /></span> <strong>Inventory</strong></a></li>
<li><a href="content.php?do=0x00d0" title="Manage reports" class="tabReports"><span><img src="{$templates}/images/icons/icon-reports.png" title="Reports" alt="Reports" /></span> <strong>Reports</strong></a></li>
<li><a href="content.php?do=0x00e0" title="Application options" class="tabOptions"><span><img src="{$templates}/images/icons/icon-tools.png" title="Application options" alt="Application options" /></span> <strong>Options</strong></a></li>
<li><a href="content.php?do=0x00f0" title="Exit" class="tabExit"><span><img src="{$templates}/images/icons/icon-error.png" title="{$TITLE} exit" alt="{$TITLE} exit" /></span> <strong>Exit</strong></a></li>
</div>
<!-- end wrapper template -->