clipbucket/upload/admin_area/styles/cbadmin/layout/body.html
Arslan Hassan fdc6ebbd82 Removed : actual_upload.php and ActualUpload.php
Added : User Ban System
Added : New User My account
Added  : Video Manage System
Added : Favorite Manage System
Added : Private Messaging System
2009-11-04 10:27:40 +00:00

30 lines
No EOL
871 B
HTML

{include file="$style_dir/global_header.html" }
<html>
<body>
<div id="body">
<!-- Including Commong header -->
{include file="$style_dir/header.html" }
{include file="$style_dir/msg.html" }
<div style="padding-top:25px">
<!-- Including Left Column -->
<!-- Inlcluding Other Files -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" valign="top" style="max-width:150px"><a href="javascript:void(0)" onclick="$('#left_menu').animate({literal}{width:'toggle'}{/literal},250);">Toggle Menu</a></td>
</tr>
<tr>
<td valign="top" style="max-width:250px">{include file="$style_dir/left_menu.html" }
</td>
<td width="100%" valign="top" >
{foreach from=$template_files item=file}
{include file="$style_dir/$file" }
{/foreach}</td>
</tr>
</table>
</div>
</body>
</html>