| 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/Live/templates/ |
Upload File : |
{% set previousAction = false %}
{% for actionGroup in actionGroups %}
{% if actionGroup.pageviewAction is not empty %}
{{ postEvent('Live.renderAction', actionGroup.pageviewAction, previousAction, visitInfo) }}
{% set previousAction = actionGroup.pageviewAction %}
{% endif %}
{% if actionGroup.actionsOnPage is not empty or actionGroup.refreshActions is not empty %}
{% if actionGroup.pageviewAction is not empty %}
<li class="pageviewActions" data-view-count="{{ actionGroup.refreshActions|length + 1 }}" data-actions-on-page="{{ actionGroup.actionsOnPage|length }}">
<ol class="actionList">
{% endif %}
{% for action in actionGroup.refreshActions %}
{{ postEvent('Live.renderAction', action, previousAction, visitInfo) }}
{% set previousAction = action %}
{% endfor %}
<li class="refresh-divider"></li>
{% for action in actionGroup.actionsOnPage %}
{{ postEvent('Live.renderAction', action, previousAction, visitInfo) }}
{% set previousAction = action %}
{% endfor %}
{% if actionGroup.pageviewAction is not empty %}
<li class="actionsForPageExpander expanded" style="display:none;">
<span>
<a class="show-more-actions" href="javascript:" style="display:none;">Show <span class="show-actions-count"></span> more actions that occurred on this page...</a>
<a class="show-less-actions" href="javascript:">Show less actions...</a>
</span>
</li>
</ol>
</li>
{% endif %}
{% endif %}
{% endfor %}
{% if visitInfo.truncatedActionsCount is defined %}
<li class="more">
<span class="icon-info"></span>
{{ 'Live_MorePagesNotDisplayed'|translate }}
</li>
{% endif %}