mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 17:02:17 +02:00
f266c3b4cb
Step 3: Tabsheet for configuration & history
Change css tabsheet to do like p0w0 for all themes
git-svn-id: http://piwigo.org/svn/trunk@1881 68402e56-0260-453c-a942-63ccdbb3a9ee
34 lines
773 B
Smarty
34 lines
773 B
Smarty
<!-- $Id$ -->
|
|
<div class="titrePage">
|
|
<ul class="categoryActions">
|
|
<li>
|
|
<a
|
|
href="{U_HELP}"
|
|
onclick="popuphelp(this.href); return false;"
|
|
title="{lang:Help}"
|
|
>
|
|
<img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)">
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<h2>{lang:History} {TABSHEET_TITLE}</h2>
|
|
{TABSHEET}
|
|
</div>
|
|
|
|
<h3>{L_STAT_TITLE}</h3>
|
|
|
|
<table class="table2" id="dailyStats">
|
|
<tr class="throw">
|
|
<th>{PERIOD_LABEL}</th>
|
|
<th>{lang:Pages seen}</th>
|
|
<th></th>
|
|
</tr>
|
|
<!-- BEGIN statrow -->
|
|
<tr>
|
|
<td style="white-space: nowrap">{statrow.VALUE}</td>
|
|
<td class="number">{statrow.PAGES}</td>
|
|
<td><div class="statBar" style="width:{statrow.WIDTH}px" /></td>
|
|
</tr>
|
|
<!-- END statrow -->
|
|
</table>
|