merge
This commit is contained in:
commit
046a724272
4209 changed files with 1186656 additions and 0 deletions
20
www/analytics/plugins/Dashboard/templates/index.twig
Normal file
20
www/analytics/plugins/Dashboard/templates/index.twig
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{% include "@Dashboard/_header.twig" %}
|
||||
<div class="top_controls">
|
||||
{% include "@CoreHome/_periodSelect.twig" %}
|
||||
{{ postEvent("Template.nextToCalendar") }}
|
||||
{% render dashboardSettingsControl %}
|
||||
<div id="Dashboard" class="piwikTopControl">
|
||||
<ul>
|
||||
{% for dashboard in dashboards %}
|
||||
<li class="dashboardMenuItem" id="Dashboard_embeddedIndex_{{ dashboard.iddashboard }}">
|
||||
<a href="javascript:$('#dashboardWidgetsArea').dashboard('loadDashboard', {{ dashboard.iddashboard }});">{{ dashboard.name|escape }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{% import 'ajaxMacros.twig' as ajax %}
|
||||
{{ ajax.loadingDiv }}
|
||||
{% include "@Dashboard/embeddedIndex.twig" %}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue