| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/a/w/e/awebpaca/piwik/plugins/TagManager/templates/ |
Upload File : |
{% extends 'layout.twig' %}
{% set categoryTitle %}Tag Manager{% endset %}
{% set bodyClass = postEvent('Template.bodyClass', 'tagmanager') %}
{% set isAdminArea = true %}
{% block body %}
{% set topMenuModule = 'TagManager' %}
{% set topMenuAction = tagAction|default('') %}
{{ postEvent("Template.header", "tagmanager") }}
{{ parent() }}
{{ postEvent("Template.footer", "tagmanager") }}
{% endblock %}
{% block root %}
{% include "@CoreHome/_topScreen.twig" %}
<div class="top_controls">
<div piwik-quick-access ng-cloak class="piwikTopControl borderedControl"></div>
{% block topcontrols %}
<div class="top_bar_sites_selector piwikTopControl">
<div piwik-siteselector show-selected-site="true" class="sites_autocomplete"></div>
</div>
<div class="piwikTopControl">
<div piwik-container-selector {% if container is defined and container is not empty %}container-name="{{ container.name }} ({{ container.idcontainer }})"{% endif %}></div>
</div>
{% endblock %}
<span class="icon icon-arrowup"></span>
</div>
{% import 'ajaxMacros.twig' as ajax %}
{{ ajax.requestErrorDiv(emailSuperUser|default(''), areAdsForProfessionalServicesEnabled, currentModule) }}
{{ postEvent("Template.beforeContent", "admin", currentModule, currentAction) }}
<div class="page">
{% if showMenu is not defined or showMenu %}
{% import '@CoreHome/_menu.twig' as menu %}
{{ menu.menu(tagManagerMenu, false, 'Menu--admin', currentModule, currentAction) }}
{% endif %}
<div class="pageWrap">
<a name="main"></a>
{% block notification %}
{% include "@CoreHome/_notifications.twig" %}
{% endblock %}
{% include "@CoreHome/_warningInvalidHost.twig" %}
<div class="admin" id="content" ng-cloak>
<div class="ui-confirm" id="alert">
<h2></h2>
<input role="no" type="button" value="{{ 'General_Ok'|translate }}"/>
</div>
{% block content %}
{% endblock %}
</div>
</div>
</div>
{% endblock %}