Last change
on this file since 1797 was
1729,
checked in by plg, 18 years ago
|
Modification: the history summary graph does not use a true image anymore,
CSS divs are faster and don't require GD library.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
449 bytes
|
Line | |
---|
1 | <!-- $Id: stats.tpl 1729 2007-01-17 23:06:24Z plg $ --> |
---|
2 | <h2>{lang:title_history}</h2> |
---|
3 | |
---|
4 | <h3>{L_STAT_TITLE}</h3> |
---|
5 | |
---|
6 | <table class="table2" id="dailyStats"> |
---|
7 | <tr class="throw"> |
---|
8 | <th>{PERIOD_LABEL}</th> |
---|
9 | <th>{lang:Pages seen}</th> |
---|
10 | <th></th> |
---|
11 | </tr> |
---|
12 | <!-- BEGIN statrow --> |
---|
13 | <tr> |
---|
14 | <td style="white-space: nowrap">{statrow.VALUE}</td> |
---|
15 | <td class="number">{statrow.PAGES}</td> |
---|
16 | <td><div class="statBar" style="width:{statrow.WIDTH}px" /></td> |
---|
17 | </tr> |
---|
18 | <!-- END statrow --> |
---|
19 | </table> |
---|
Note: See
TracBrowser
for help on using the repository browser.