modified analytics

This commit is contained in:
Naeltard 2015-04-16 17:19:31 +02:00
parent 9a9e5e8b8b
commit b0c826fcad

View File

@ -1,24 +1,24 @@
<table class="table table-hover table-condensed"> <table class="table table-hover table-condensed">
<tr> <tr>
<th>PV: ${page_value}</th> <th>${basic_log_page_value}: ${page_value}</th>
<th>Today</th> <th>${basic_log_today}</th>
<th>Week</th> <th>${basic_log_week}</th>
<th>Month</th> <th>${basic_log_month}</th>
</tr> </tr>
<tr> <tr>
<th>Log</th> <th>${basic_log}</th>
<td>${log_today}</td> <td>${log_today}</td>
<td>${log_week}</td> <td>${log_week}</td>
<td>${log_month}</td> <td>${log_month}</td>
</tr> </tr>
<tr> <tr>
<th>IPs</th> <th>${basic_log_ips}</th>
<td>${ip_today}</td> <td>${ip_today}</td>
<td>${ip_week}</td> <td>${ip_week}</td>
<td>${ip_month}</td> <td>${ip_month}</td>
</tr> </tr>
<tr> <tr>
<th>Users</th> <th>${basic_log_users}</th>
<td>${user_today}</td> <td>${user_today}</td>
<td>${user_week}</td> <td>${user_week}</td>
<td>${user_month}</td> <td>${user_month}</td>