133 lines
6.9 KiB
Smarty
133 lines
6.9 KiB
Smarty
{*
|
|
* 2007-2015 PrestaShop
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Academic Free License (AFL 3.0)
|
|
* that is bundled with this package in the file LICENSE.txt.
|
|
* It is also available through the world-wide-web at this URL:
|
|
* http://opensource.org/licenses/afl-3.0.php
|
|
* If you did not receive a copy of the license and are unable to
|
|
* obtain it through the world-wide-web, please send an email
|
|
* to license@prestashop.com so we can send you a copy immediately.
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
|
* versions in the future. If you wish to customize PrestaShop for your
|
|
* needs please refer to http://www.prestashop.com for more information.
|
|
*
|
|
* @author PrestaShop SA <contact@prestashop.com>
|
|
* @copyright 2007-2015 PrestaShop SA
|
|
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
|
* International Registered Trademark & Property of PrestaShop SA
|
|
*}
|
|
<script>
|
|
var dashboard_ajax_url = '{$link->getAdminLink('AdminDashboard')}';
|
|
var adminstats_ajax_url = '{$link->getAdminLink('AdminStats')}';
|
|
var no_results_translation = '{l s='No result' js=1}';
|
|
var dashboard_use_push = '{$dashboard_use_push|intval}';
|
|
var read_more = '{l s='Read more' js=1}';
|
|
</script>
|
|
|
|
<div id="dashboard">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
{if $warning}
|
|
<div class="alert alert-warning">{$warning}</div>
|
|
{/if}
|
|
<div id="calendar" class="panel">
|
|
<form action="{$action|escape}" method="post" id="calendar_form" name="calendar_form" class="form-inline">
|
|
<div class="btn-group">
|
|
<button type="button" name="submitDateDay" class="btn btn-default submitDateDay{if isset($preselect_date_range) && $preselect_date_range == 'day'} active{/if}">
|
|
{l s='Day'}
|
|
</button>
|
|
<button type="button" name="submitDateMonth" class="btn btn-default submitDateMonth{if (!isset($preselect_date_range) || !$preselect_date_range) || (isset($preselect_date_range) && $preselect_date_range == 'month')} active{/if}">
|
|
{l s='Month'}
|
|
</button>
|
|
<button type="button" name="submitDateYear" class="btn btn-default submitDateYear{if isset($preselect_date_range) && $preselect_date_range == 'year'} active{/if}">
|
|
{l s='Year'}
|
|
</button>
|
|
<button type="button" name="submitDateDayPrev" class="btn btn-default submitDateDayPrev{if isset($preselect_date_range) && $preselect_date_range == 'prev-day'} active{/if}">
|
|
{l s='Day'}-1
|
|
</button>
|
|
<button type="button" name="submitDateMonthPrev" class="btn btn-default submitDateMonthPrev{if isset($preselect_date_range) && $preselect_date_range == 'prev-month'} active{/if}">
|
|
{l s='Month'}-1
|
|
</button>
|
|
<button type="button" name="submitDateYearPrev" class="btn btn-default submitDateYearPrev{if isset($preselect_date_range) && $preselect_date_range == 'prev-year'} active{/if}">
|
|
{l s='Year'}-1
|
|
</button>
|
|
<!--
|
|
<button type="submit" name="submitDateRealTime" class="hide btn btn-default submitDateRealTime {if $dashboard_use_push}active{/if}" value="{!$dashboard_use_push|intval}">
|
|
{l s='Real Time'}
|
|
</button> -->
|
|
</div>
|
|
<input type="hidden" name="datepickerFrom" id="datepickerFrom" value="{$date_from|escape}" class="form-control">
|
|
<input type="hidden" name="datepickerTo" id="datepickerTo" value="{$date_to|escape}" class="form-control">
|
|
<input type="hidden" name="preselectDateRange" id="preselectDateRange" value="{if isset($preselect_date_range)}{$preselect_date_range}{/if}" class="form-control">
|
|
<div class="form-group pull-right">
|
|
<button id="datepickerExpand" class="btn btn-default" type="button">
|
|
<i class="icon-calendar-empty"></i>
|
|
<span class="hidden-xs">
|
|
{l s='From'}
|
|
<strong class="text-info" id="datepicker-from-info">{$date_from|escape}</strong>
|
|
{l s='To'}
|
|
<strong class="text-info" id="datepicker-to-info">{$date_to|escape}</strong>
|
|
<strong class="text-info" id="datepicker-diff-info"></strong>
|
|
</span>
|
|
<i class="icon-caret-down"></i>
|
|
</button>
|
|
</div>
|
|
{$calendar}
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-4 col-lg-3" id="hookDashboardZoneOne">
|
|
{$hookDashboardZoneOne}
|
|
</div>
|
|
<div class="col-md-8 col-lg-7" id="hookDashboardZoneTwo">
|
|
{$hookDashboardZoneTwo}
|
|
<div id="dashaddons" class="row-margin-bottom">
|
|
<a href="http://addons.prestashop.com/en/209-dashboards?utm_source=back-office&utm_medium=dashboard&utm_campaign=back-office-{$lang_iso|upper}&utm_content={if $host_mode}cloud{else}download{/if}" class="_blank">
|
|
<i class="icon-plus"></i> {l s='Add more dashboard modules'}
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12 col-lg-2">
|
|
<section class="dash_news panel">
|
|
<h3><i class="icon-rss"></i> {l s='PrestaShop News'}</h3>
|
|
<div class="dash_news_content"></div>
|
|
<div class="text-center"><h4><a href="http://www.prestashop.com/blog/" onclick="return !window.open(this.href);">{l s='Find more news'}</a></h4></div>
|
|
</section>
|
|
<section id="dash_version" class="visible-lg">
|
|
<iframe style="overflow:hidden;border:none" src="{$new_version_url|escape:'html':'UTF-8'}" ></iframe>
|
|
</section>
|
|
<section class="dash_links panel">
|
|
<h3><i class="icon-link"></i> {l s="Useful links"}</h3>
|
|
<dl>
|
|
<dt><a href="http://doc.prestashop.com/display/PS16?utm_source=back-office&utm_medium=dashboard&utm_campaign=back-office-{$lang_iso|upper}&utm_content={if $host_mode}cloud{else}download{/if}" class="_blank">{l s="Official Documentation"}</a></dt>
|
|
<dd>{l s="User, Developer and Designer Guides"}</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt><a href="http://www.prestashop.com/forums?utm_source=back-office&utm_medium=dashboard&utm_campaign=back-office-{$lang_iso|upper}&utm_content={if $host_mode}cloud{else}download{/if}" class="_blank">{l s="PrestaShop Forum"}</a></dt>
|
|
<dd>{l s="Connect with the PrestaShop community"}</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt><a href="http://addons.prestashop.com?utm_source=back-office&utm_medium=dashboard&utm_campaign=back-office-{$lang_iso|upper}&utm_content={if $host_mode}cloud{else}download{/if}" class="_blank">{l s="PrestaShop Addons"}</a></dt>
|
|
<dd>{l s="Enhance your store with templates & modules"}</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt><a href="http://forge.prestashop.com?utm_source=back-office&utm_medium=dashboard&utm_campaign=back-office-{$lang_iso|upper}&utm_content={if $host_mode}cloud{else}download{/if}" class="_blank">{l s="The Forge"}</a></dt>
|
|
<dd>{l s="Report issues in the Bug Tracker"}</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt><a href="http://www.prestashop.com/en/contact-us?utm_source=back-office&utm_medium=dashboard&utm_campaign=back-office-{$lang_iso|upper}&utm_content={if $host_mode}cloud{else}download{/if}" class="_blank">{l s="Contact Us!"}</a></dt>
|
|
<dd></dd>
|
|
</dl>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</div>
|