2009-12-25 17:13:06 +00:00
|
|
|
{include file="$style_dir/global_header.html" }
|
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
<!-- Including Commong header -->
|
|
|
|
{include file="$style_dir/header.html" }
|
|
|
|
{include file="$style_dir/msg.html" }
|
|
|
|
|
2010-01-05 09:47:10 +00:00
|
|
|
<div style="min-height:600px; min-width:1000px">
|
2009-12-25 17:13:06 +00:00
|
|
|
<!-- Including Left Column -->
|
|
|
|
|
|
|
|
<!-- Inlcluding Other Files -->
|
|
|
|
|
|
|
|
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
|
|
|
<tr>
|
2010-01-05 09:47:10 +00:00
|
|
|
<td colspan="2" valign="top">
|
2009-12-25 17:13:06 +00:00
|
|
|
<span class="toggle_menu" onClick="$('#left_menu').animate({literal}{width:'toggle'}{/literal},250);"><img src="{$imageurl}/dot.gif" class="toggle_menu_icon">Toggle Menu</span></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2010-01-05 09:47:10 +00:00
|
|
|
<td width="220" valign="top" style="max-width:250px">{include file="$style_dir/left_menu.html" }
|
2009-12-25 17:13:06 +00:00
|
|
|
</td>
|
2010-01-06 11:59:41 +00:00
|
|
|
<td width="100%" valign="top" style="padding-right:10px" >
|
2009-12-25 17:13:06 +00:00
|
|
|
{foreach from=$template_files item=file}
|
|
|
|
{include file="$style_dir/$file" }
|
|
|
|
{/foreach}</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
{include file="$style_dir/footer.html" }
|
|
|
|
</body>
|
|
|
|
</html>
|