38 lines
No EOL
961 B
HTML
38 lines
No EOL
961 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 -->
|
|
|
|
{if $Cbucket->show_page}
|
|
<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" }
|
|
|
|
{/if}
|
|
</div>
|
|
<div class="clearfix"></div>
|
|
{include file="$style_dir/footer.html" }
|
|
</body>
|
|
</html> |