mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
git-svn-id: http://piwigo.org/svn/branches/release-1_3@324 68402e56-0260-453c-a942-63ccdbb3a9ee
83 lines
2.9 KiB
Plaintext
83 lines
2.9 KiB
Plaintext
<div style="text-align:center;margin-top:5px;">
|
|
<!--VTP_last_day_option-->
|
|
<a href="{#link}" style="{#style}">{#option}</a>{#separation}
|
|
<!--/VTP_last_day_option-->
|
|
{#stats_last_days}
|
|
</div>
|
|
|
|
<table width="100%">
|
|
<tr>
|
|
<th width="1%">{#date}</th>
|
|
<th>{#login}</th>
|
|
<th>{#IP}</th>
|
|
<th>{#file}</th>
|
|
<th>{#category}</th>
|
|
<th>{#picture}</th>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="6" style="text-align:center;"><a href="{#emply_url}">{#stats_empty}</a></td>
|
|
</tr>
|
|
<!--VTP_day-->
|
|
<tr>
|
|
<td colspan="6">
|
|
<a href="{#url}"><!--VTP_collapsed--><img src="../template/{#user_template}/admin/images/collapsed.gif" style="border:none;" /><!--/VTP_collapsed--><!--VTP_expanded--><img src="../template/{#user_template}/admin/images/expanded.gif" style="border:none;" /><!--/VTP_expanded--></a>
|
|
<span style="font-weight:bold;">{#name}</span> [ {#nb_pages} {#stats_pages_seen} - {#nb_visitors} {#stats_visitors} ]
|
|
[ <a href="{#url}">{#open_or_close}</a> ]
|
|
</td>
|
|
</tr>
|
|
<!--VTP_line-->
|
|
<tr>
|
|
<td>{#date}</td>
|
|
<td style="text-align:center;">{#login}</td>
|
|
<td>{#IP}</td>
|
|
<td>{#file}</td>
|
|
<td>{#category}</td>
|
|
<td>{#picture}</td>
|
|
</tr>
|
|
<!--/VTP_line-->
|
|
<!--/VTP_day-->
|
|
</table>
|
|
|
|
<!-- Graph with the number of pages seen per day -->
|
|
<table style="margin:auto;margin-top:10px;margin-bottom:10px;border:1px solid black;">
|
|
<tr>
|
|
<td colspan="3" style="text-align:center;font-weight:bold">{#stats_pages_seen_graph_title}</td>
|
|
</tr>
|
|
<!--VTP_pages_day-->
|
|
<tr>
|
|
<td>{#date}</td>
|
|
<td>
|
|
<table style="border-collapse:collapse;">
|
|
<tr>
|
|
<td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_left.gif" width="4" height="12" /></td>
|
|
<td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_middle.gif" width="{#width}" height="12" /></td>
|
|
<td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_right.gif" width="4" height="12" /></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td align="center">[ {#nb_pages} ]</td>
|
|
</tr>
|
|
<!--/VTP_pages_day-->
|
|
</table>
|
|
|
|
<!-- Graph with the number of visitors per day -->
|
|
<table style="margin:auto;margin-top:10px;margin-bottom:10px;border:1px solid black;">
|
|
<tr>
|
|
<td colspan="3" style="text-align:center;font-weight:bold">{#stats_visitors_graph_title}</td>
|
|
</tr>
|
|
<!--VTP_visitors_day-->
|
|
<tr>
|
|
<td>{#date}</td>
|
|
<td>
|
|
<table style="border-collapse:collapse;">
|
|
<tr>
|
|
<td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_left.gif" width="4" height="12" /></td>
|
|
<td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_middle.gif" width="{#width}" height="12" /></td>
|
|
<td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_right.gif" width="4" height="12" /></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td align="center">[ {#nb_visitors} ]</td>
|
|
</tr>
|
|
<!--/VTP_visitors_day-->
|
|
</table> |