2014-01-18 13:35:29 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
{include file="$layout_dir/global_header.html" }
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{include file="$layout_dir/header.html"}
|
|
|
|
<div class="main-container container" id="main-container">
|
|
|
|
<div class="main-container-inner">
|
|
|
|
<div class="sidebar" id="sidebar">
|
|
|
|
{include file="$layout_dir/left_menu.html"}
|
|
|
|
</div>
|
|
|
|
<div class="main-content">
|
|
|
|
<div id="breadcrumbs" class="breadcrumbs">
|
|
|
|
|
|
|
|
<ul class="breadcrumb">
|
|
|
|
<li>
|
|
|
|
<i class="icon-home home-icon"></i>
|
|
|
|
<a href="#">Home</a>
|
|
|
|
</li>
|
|
|
|
<li class="active">Dashboard</li>
|
|
|
|
</ul><!-- .breadcrumb -->
|
2014-01-21 05:29:00 +00:00
|
|
|
<p>test</p>p>
|
2014-01-18 13:35:29 +00:00
|
|
|
<div id="nav-search" class="nav-search">
|
|
|
|
<form class="form-search">
|
|
|
|
<span class="input-icon">
|
|
|
|
<input type="text" autocomplete="off" id="nav-search-input" class="nav-search-input" placeholder="Search ...">
|
|
|
|
<i class="icon-search nav-search-icon"></i>
|
|
|
|
</span>
|
|
|
|
</form>
|
|
|
|
</div><!-- #nav-search -->
|
|
|
|
</div>
|
|
|
|
<div class="page-content">
|
|
|
|
<!-- Setting Body File -->
|
|
|
|
{if $Cbucket->show_page}
|
|
|
|
{foreach from=$template_files item=file}
|
|
|
|
{include file="$layout_dir/$file"}
|
|
|
|
{/foreach}
|
|
|
|
{/if}
|
|
|
|
<!-- Setting Body File -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{include file="$layout_dir/footer.html" }
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|