clipbucket/upload/admin_area/styles/cbv2/layout/body.html
Arslan Hassan 53de6773a5 FIXED : Admin Side Menu
ADDED : MASS UPLOADER
2010-01-13 12:55:00 +00:00

31 lines
No EOL
975 B
HTML

{include file="$style_dir/global_header.html" }
<html>
<body>
<!-- Including Commong header -->
{include file="$style_dir/header.html" }
{include file="$style_dir/msg.html" }
<div style="min-height:600px; min-width:1000px">
<!-- Including Left Column -->
<!-- Inlcluding Other Files -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" valign="top">
<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>
<td width="210" valign="top" style="max-width:250px">{include file="$style_dir/left_menu.html" }
</td>
<td width="100%" valign="top" style="padding:0px 10px" >
{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>