293 lines
13 KiB
Smarty
293 lines
13 KiB
Smarty
{* -- By default, check admin login ----------------------------------------- *}
|
|
|
|
{block name="check-auth"}
|
|
{check_auth role="ADMIN" resource="{block name="check-resource"}{/block}" access="{block name="check-access"}{/block}" login_tpl="/admin/login"}
|
|
{/block}
|
|
|
|
{* -- Define some stuff for Smarty ------------------------------------------ *}
|
|
{config_load file='variables.conf'}
|
|
|
|
{* -- Declare assets directory, relative to template base directory --------- *}
|
|
{declare_assets directory='assets'}
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="{$lang_code}">
|
|
<head>
|
|
<title>{block name="page-title"}Default Page Title{/block} - {intl l='Thelia Back Office'}</title>
|
|
|
|
{images file='assets/img/favicon.ico'}<link rel="shortcut icon" href="{$asset_url}" />{/images}
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
{block name="meta"}{/block}
|
|
|
|
{* -- Bootstrap CSS section --------------------------------------------- *}
|
|
|
|
{block name="before-bootstrap-css"}{/block}
|
|
|
|
{stylesheets file='assets/less/main.less' filters='less'}
|
|
<link rel="stylesheet" href="{$asset_url}">
|
|
{/stylesheets}
|
|
|
|
{block name="after-bootstrap-css"}{/block}
|
|
|
|
{* -- Admin CSS section ------------------------------------------------- *}
|
|
|
|
{block name="before-admin-css"}{/block}
|
|
|
|
{block name="after-admin-css"}{/block}
|
|
|
|
{* Modules css are included here *}
|
|
|
|
{module_include location='head_css'}
|
|
|
|
{* HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries *}
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
{javascripts file='assets/js/libs/respond.min.js'}
|
|
<script src="{$asset_url}"></script>
|
|
{/javascripts}
|
|
<![endif]-->
|
|
</head>
|
|
|
|
<body>
|
|
{* display top bar only if admin is connected *}
|
|
|
|
{loop name="top-bar-auth" type="auth" role="ADMIN"}
|
|
|
|
{* -- Brand bar section ------------------------------------------------- *}
|
|
|
|
{module_include location='before_topbar'}
|
|
|
|
<div class="topbar">
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
<div class="col-md-12 clearfix">
|
|
<div class="version-info pull-left">{intl l='Version %ver' ver="{$THELIA_VERSION}"}</div>
|
|
|
|
<div class="clearfix pull-right hidden-xs">
|
|
<div class="button-toolbar pull-righ" role="toolbar">
|
|
|
|
<div class="btn-group">
|
|
<a href="{navigate to="index"}" title="{intl l='View site'}" target="_blank" class="btn btn-default"><span class="glyphicon glyphicon-eye-open"></span> {intl l="View shop"}</a>
|
|
<button class="btn btn-default btn-primary"><span class="glyphicon glyphicon-user"></span> {admin attr="firstname"} {admin attr="lastname"}</button>
|
|
<button class="btn btn-default btn-primary dropdown-toggle" data-toggle="dropdown">
|
|
<span class="caret"></span>
|
|
</button>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="profile" href="{url path='admin/configuration/administrators'}"><span class="glyphicon glyphicon-edit"></span> {intl l="Profil"}</a></li>
|
|
<li><a class="logout" href="{url path='admin/logout'}" title="{intl l='Close administation session'}"><span class="glyphicon glyphicon-off"></span> {intl l="Logout"}</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="btn-group">
|
|
{loop type="lang" name="ui-lang" id="{lang attr='id'}"}
|
|
<button class="btn btn-default">
|
|
<img src="{image file="assets/img/flags/{$CODE}.png"}" alt="{$TITLE}" /> {$CODE|ucfirst}</a>
|
|
</button>
|
|
{/loop}
|
|
|
|
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
|
<span class="caret"></span>
|
|
</button>
|
|
<ul class="dropdown-menu">
|
|
{loop type="lang" name="ui-lang"}
|
|
<li><a href="{url path="{navigate to="current"}" lang={$CODE}}"><img src="{image file="assets/img/flags/{$CODE}.png"}" alt="{$TITLE}" /> {$CODE|ucfirst}</a></li>
|
|
{/loop}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{module_include location='inside_topbar'}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
{module_include location='after_topbar'}
|
|
|
|
{* -- Top menu section -------------------------------------------------- *}
|
|
|
|
{module_include location='before_top_menu'}
|
|
|
|
<nav class="navbar navbar-default" role="navigation">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
<div class="navbar-header">
|
|
<button type="button" class="btn navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
</div>
|
|
|
|
<div class="collapse navbar-collapse navbar-collapse">
|
|
<ul class="nav navbar-nav">
|
|
|
|
<li class="{if $admin_current_location == 'home'}active{/if}" id="home_menu">
|
|
<a href="{url path='/admin/home'}">{intl l="Home"}</a>
|
|
</li>
|
|
|
|
{loop name="menu-auth-customer" type="auth" role="ADMIN" resource="admin.customer" access="VIEW"}
|
|
<li class="{if $admin_current_location == 'customer'}active{/if}" id="customers_menu">
|
|
<a href="{url path='/admin/customers'}">{intl l="Customers"}</a>
|
|
</li>
|
|
{/loop}
|
|
|
|
{loop name="menu-auth-order" type="auth" role="ADMIN" resource="admin.order" access="VIEW"}
|
|
<li class="dropdown {if $admin_current_location == 'order'}active{/if}" id="orders_menu">
|
|
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{intl l="Orders"} <span class="caret"></span></a>
|
|
|
|
<ul class="dropdown-menu" role="menu">
|
|
|
|
<li role="menuitem">
|
|
<a class="clearfix" data-target="{url path='admin/orders'}" href="{url path='admin/orders'}">
|
|
<span class="pull-left">{intl l="All orders"}</span>
|
|
<span class="label label-default pull-right">{count type="order" customer="*" backend_context="1"}</span>
|
|
</a>
|
|
</li>
|
|
|
|
{loop name="order-status-list" type="order-status"}
|
|
{assign "orderStatusLabel" "order_$CODE"}
|
|
<li role="menuitem">
|
|
<a class="clearfix" data-target="{url path='admin/orders/$LABEL'}" href="{url path="admin/orders" status=$ID}">
|
|
<span class="pull-left">{$TITLE}</span>
|
|
<span class="label label-{#$orderStatusLabel#} pull-right">{count type="order" customer="*" backend_context="1" status=$ID}</span>
|
|
</a>
|
|
</li>
|
|
{/loop}
|
|
</ul>
|
|
</li>
|
|
{/loop}
|
|
|
|
{loop name="menu-auth-catalog" type="auth" role="ADMIN" resource="admin.category" access="VIEW"}
|
|
<li class="{if $admin_current_location == 'catalog'}active{/if}" id="catalog_menu">
|
|
<a href="{url path='/admin/catalog'}">{intl l="Catalog"}</a>
|
|
</li>
|
|
{/loop}
|
|
|
|
{loop name="menu-auth-content" type="auth" role="ADMIN" resource="admin.folder" access="VIEW"}
|
|
<li class="{if $admin_current_location == 'folder'}active{/if}" id="folders_menu">
|
|
<a href="{url path='/admin/folders'}">{intl l="Folders"}</a>
|
|
</li>
|
|
{/loop}
|
|
|
|
{loop name="menu-auth-coupon" type="auth" role="ADMIN" resource="admin.coupon" access="VIEW"}
|
|
<li class="{if $admin_current_location == 'coupon'}active{/if}" id="coupon_menu">
|
|
<a href="{url path='/admin/coupon'}">{intl l="Coupons"}</a>
|
|
</li>
|
|
{/loop}
|
|
|
|
{loop name="menu-auth-config" type="auth" role="ADMIN" resource="admin.config" access="VIEW"}
|
|
<li class="{if $admin_current_location == 'configuration'}active{/if}" id="config_menu">
|
|
<a href="{url path='/admin/configuration'}">{intl l="Configuration"}</a>
|
|
</li>
|
|
{/loop}
|
|
|
|
{loop name="menu-auth-modules" type="auth" role="ADMIN" resource="admin.module" access="VIEW"}
|
|
<li class="{if $admin_current_location == 'modules'}active{/if}" id="modules_menu">
|
|
<a href="{url path='/admin/modules'}">{intl l="Modules"}</a>
|
|
</li>
|
|
|
|
{module_include location='in_top_menu_items'}
|
|
|
|
{/loop}
|
|
</ul>
|
|
|
|
{loop name="top-bar-search" type="auth" role="ADMIN" resource="admin.search" access="VIEW"}
|
|
<form class="navbar-form pull-right hidden-xs" action="{url path='/admin/search'}">
|
|
<div class="form-group">
|
|
<input type="text" class="form-control" id="search_term" name="search_term" placeholder="{intl l='Search'}">
|
|
</div>
|
|
<button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span></button>
|
|
</form>
|
|
{/loop}
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
{module_include location='after_top_menu'}
|
|
|
|
{/loop}
|
|
|
|
{* A basic brandbar is displayed if user is not connected *}
|
|
|
|
{elseloop rel="top-bar-auth"}
|
|
<div class="brandbar brandbar-wide container">
|
|
<a class="navbar-brand" href="{url path='/admin'}">{images file='assets/img/logo-thelia-34px.png'}<img src="{$asset_url}" alt="{intl l='Thelia, the open source e-commerce solution'}" />{/images}</a>
|
|
</div>
|
|
{/elseloop}
|
|
|
|
{* -- Main page content section ----------------------------------------- *}
|
|
|
|
{block name="main-content"}Put here the content of the template{/block}
|
|
|
|
{* -- Footer section ---------------------------------------------------- *}
|
|
|
|
{module_include location='before_footer'}
|
|
|
|
<hr />
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<p>{intl l='© Thelia 2013'}
|
|
- <a href="http://www.openstudio.fr/" target="_blank">{intl l='Published by OpenStudio'}</a>
|
|
- <a href="http://thelia.net/forum" target="_blank">{intl l='Thelia support forum'}</a>
|
|
- <a href="#" target="_blank">{intl l='Thelia contributions'}</a>
|
|
</p>
|
|
|
|
{module_include location='in_footer'}
|
|
|
|
</div>
|
|
</footer>
|
|
|
|
{module_include location='after_footer'}
|
|
|
|
|
|
{* -- Javascript section ------------------------------------------------ *}
|
|
|
|
{block name="before-javascript-include"}{/block}
|
|
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
|
|
<script>
|
|
if (typeof jQuery == 'undefined') {
|
|
{javascripts file='assets/js/libs/jquery.js'}
|
|
document.write(unescape("%3Cscript src='{$asset_url}' %3E%3C/script%3E"));
|
|
{/javascripts}
|
|
}
|
|
</script>
|
|
|
|
{block name="after-javascript-include"}{/block}
|
|
|
|
{javascripts file='assets/js/bootstrap/bootstrap.js'}
|
|
<script src="{$asset_url}"></script>
|
|
{/javascripts}
|
|
|
|
{block name="javascript-initialization"}{/block}
|
|
|
|
<script>
|
|
(function($) {
|
|
$(document).ready(function(){
|
|
var testModal = $(".modal-force-show");
|
|
if(testModal.length > 0) {
|
|
testModal.modal("show");
|
|
}
|
|
});
|
|
})(jQuery);
|
|
</script>
|
|
|
|
{* Modules scripts are included now *}
|
|
{module_include location='footer_js'}
|
|
{block name="javascript-last-call"}{/block}
|
|
</body>
|
|
</html>
|