| 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/awebpaca/piwik/plugins/TagManager/angularjs/selectVariable/ |
Upload File : |
<div class="tagManagerManageSelect tagManagerVariableSelect">
<div piwik-activity-indicator loading="variableSelect.isLoading"></div>
<div class="tableActionBar">
<a class="createNewVariable" ng-click="variableSelect.createVariable()"
ng-show="!variableSelect.isLoading"
><span class="icon-add"></span> {{ 'TagManager_CreateNewX'|translate:('TagManager_Variable'|translate) }}</a>
</div>
<ul class="collection with-header">
<li class="collection-header"><h4>{{ 'TagManager_CustomVariables'|translate }}</h4></li>
<li class="collection-item" ng-repeat="variable in variableSelect.containerVariables" ng-click="variableSelect.selectVariable(variable)">
<span class="title">{{ variable.name }} (Type: {{ variable.type }})</span>
<span class="secondary-content"><i class="icon-edit" title="{{ 'General_Edit'|translate }}" ng-click="$event.stopPropagation();variableSelect.editVariable(variable)"></i></span>
</li>
</ul>
<h2>{{ 'TagManager_PreconfiguredVariables'|translate }}</h2>
<ul class="collection with-header" ng-repeat="variableCategory in variableSelect.preconfiguredVariables">
<li class="collection-header"><h4>{{ variableCategory.name }}</h4></li>
<li class="collection-item" ng-repeat="variableTemplate in variableCategory.types" ng-click="variableSelect.selectVariable(variableTemplate)"
ng-show="variableTemplate.is_pre_configured">
<span class="title">{{ variableTemplate.name }}</span>
<span class="secondary-content" ng-show="!!variableTemplate.description"><i class="icon-help" title="{{variableTemplate.description}}"></i></span>
</li>
</ul>
<div class="tableActionBar">
<a class="createNewVariable" ng-click="variableSelect.createVariable()"
ng-show="!variableSelect.isLoading"
><span class="icon-add"></span> {{ 'TagManager_CreateNewX'|translate:('TagManager_Variable'|translate) }}</a>
</div>
</div>