67 lines
No EOL
2.7 KiB
HTML
67 lines
No EOL
2.7 KiB
HTML
{* Including Global Header *}
|
|
{include file="$style_dir/global_header.html"}
|
|
<body>
|
|
|
|
<!-- ADMIN BAR -->
|
|
{if has_access('admin_access') || $userquery->is_admin_logged_as_user()}
|
|
<div class="admin_bar">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td align="left"><a href="{$baseurl}/admin_area">{lang code='admin_panel'}</a> | <a href="{$baseurl}/admin_area/video_manager.php">{lang code='moderate_videos'}</a> | <a href="{$baseurl}/admin_area/members.php">{lang code='moderate_users'}</a></td>
|
|
<td align="right">
|
|
{if $userquery->is_admin_logged_as_user()}
|
|
<a href="{$baseurl}/admin_area/login_as_user.php?revert=yes">{lang code='revert_back_to_admin'}</a>
|
|
{/if}</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
{/if}
|
|
<!-- ADMIN BAR -->
|
|
|
|
<!-- Including Commong header -->
|
|
<div class="container_container">
|
|
<div id="container" class="clearfix">
|
|
{include file="$style_dir/header.html" }
|
|
<div class="nav_shadow"></div>
|
|
<div id="content" style="">
|
|
|
|
{ANCHOR place='global'}
|
|
|
|
<!-- Message -->
|
|
{include file="$style_dir/message.html"}
|
|
{foreach from=$template_files item=file}
|
|
{if template_file_exists($file,$style_dir)}
|
|
{include file="$style_dir/$file" }
|
|
{else}
|
|
<div class="error" align="center">Unable to load template file "{$file}"</div>
|
|
{/if}
|
|
{/foreach}
|
|
</div> <!--CONTENT END-->
|
|
<div class="clear"></div>
|
|
<div class="search_footer clearfix">
|
|
<div class="foot_s_con">
|
|
<div class="advance" title="Advanced Search"></div>
|
|
<form name="search-form" method="get" action="{link name='search_result'}">
|
|
<input type="text" name="query" value="{'query'|get_form_val:true}" />
|
|
<input type="submit" value="{lang code='search'}" name="cbsearch" />
|
|
</form>
|
|
</div> <!--FOOT_S_CON END-->
|
|
</div> <!--SEARCH_FOOTER END-->
|
|
<div id="footer">
|
|
<div class="changer">
|
|
<div class="copyright">Powered By Clipbucket</div>
|
|
<form action="" method="post" name="change_lang">
|
|
{$cbobjects->display_languages()}
|
|
</form>
|
|
|
|
<div class="ch_left"></div>
|
|
<div class="ch_right"></div>
|
|
</div> <!--CHANGER END-->
|
|
<div class="ch_shadow"></div>
|
|
<!--FOOTER CLASS END-->
|
|
{include file="$style_dir/footer.html"}
|
|
</div> <!--FOOTER ID END-->
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |