clipbucket/upload/admin_area/styles/cbv2/layout/body.html

37 lines
930 B
HTML
Raw Normal View History

{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 -->
<span class="toggle_menu" onClick="$('#left_column').toggleClass('left_menu_0');$('#contentcolumn').toggleClass('contentcolumn0');"><img src="{$imageurl}/dot.gif" class="toggle_menu_icon">Toggle Menu</span>
<div class="clearfix"></div>
<div id="contentwrapper">
<div id="contentcolumn" class="contentcolumn">
<div class="innertube">
{foreach from=$template_files item=file}
{include file="$style_dir/$file" }
{/foreach}
</div>
</div>
</div>
{include file="$style_dir/left_menu.html" }
</div>
<div class="clearfix"></div>
{include file="$style_dir/footer.html" }
</body>
</html>