merge
This commit is contained in:
commit
046a724272
4209 changed files with 1186656 additions and 0 deletions
29
www/analytics/plugins/Live/templates/_totalVisitors.twig
Normal file
29
www/analytics/plugins/Live/templates/_totalVisitors.twig
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<div id="visitsTotal">
|
||||
<table class="dataTable" cellspacing="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th id="label" class="sortable label" style="cursor: auto;">
|
||||
<div id="thDIV">{{ 'General_Date'|translate }}</div>
|
||||
</th>
|
||||
<th id="label" class="sortable label" style="cursor: auto;">
|
||||
<div id="thDIV">{{ 'General_ColumnNbVisits'|translate }}</div>
|
||||
</th>
|
||||
<th id="label" class="sortable label" style="cursor: auto;">
|
||||
<div id="thDIV">{{ 'General_ColumnPageviews'|translate }}</div>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="">
|
||||
<td class="column columnodd">{{ 'Live_LastHours'|translate(24) }}</td>
|
||||
<td class="column columnodd">{{ visitorsCountToday }}</td>
|
||||
<td class="column columnodd">{{ pisToday }}</td>
|
||||
</tr>
|
||||
<tr class="">
|
||||
<td class="column columnodd">{{ 'Live_LastMinutes'|translate(30) }}</td>
|
||||
<td class="column columnodd">{{ visitorsCountHalfHour }}</td>
|
||||
<td class="column columnodd">{{ pisHalfhour }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue