diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-03-22 10:24:20 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-03-22 10:24:20 +0000 |
| commit | 89b40e3c1d603a6cffcf3b3f174c3873b9d8babf (patch) | |
| tree | 4d89e2e8f3ec4d84cbaacd04e8c3a9337c88b135 /templates | |
| parent | 111384ac04983cb02c2a8885a386ce9696d23c31 (diff) | |
| download | stats-89b40e3c1d603a6cffcf3b3f174c3873b9d8babf.tar.gz stats-89b40e3c1d603a6cffcf3b3f174c3873b9d8babf.tar.bz2 stats-89b40e3c1d603a6cffcf3b3f174c3873b9d8babf.zip | |
dos2unix to avoid EOL problems on win
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/user_stats.tpl | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/templates/user_stats.tpl b/templates/user_stats.tpl index d36b366..9b5fb89 100644 --- a/templates/user_stats.tpl +++ b/templates/user_stats.tpl @@ -1,38 +1,38 @@ -{* $Header: /cvsroot/bitweaver/_bit_stats/templates/user_stats.tpl,v 1.10 2006/03/01 20:16:30 spiderr Exp $ *}
-<div class="display statistics">
- <div class="header">
- <h1>{tr}Site Registrations{/tr}</h1>
- </div>
-
- <div class="body">
- <div class="navbar">
- <ul>
- <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=day">{tr}Daily{/tr}</a></li>
- <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=week">{tr}Weekly{/tr}</a></li>
- <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=month">{tr}Monthly{/tr}</a></li>
- <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=quarter">{tr}Quarterly{/tr}</a></li>
- <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=year">{tr}Yearly{/tr}</a></li>
- </ul>
- </div>
-
- <table class="clear data">
- <caption>{tr}User Registrations at {$gBitSystem->getConfig('site_title')}{/tr}</caption>
- <tr>
- <th style="width:20%;">{tr}Period{/tr}</td>
- <th style="width:80%;">{tr}Number of Registrations{/tr}</td>
- </tr>
- {foreach item=reg key=period from=$userStats.per_period}
- <tr class="{cycle values="even,odd"}">
- <td>{$period}</td>
- <td><div style="width:{math equation="round( ( r / m ) * 100 )" r=$reg m=$userStats.max}%; background:#f80;padding:0 0 0 5px;">{$reg}</div></td>
- </tr>
- {foreachelse}
- <tr class="norecords">
- <td colspan="2">
- {tr}No results{/tr}
- </td>
- </tr>
- {/foreach}
- </table>
- </div> <!-- end .body -->
-</div> <!-- end .statistics -->
+{* $Header: /cvsroot/bitweaver/_bit_stats/templates/user_stats.tpl,v 1.11 2006/03/22 10:24:20 squareing Exp $ *} +<div class="display statistics"> + <div class="header"> + <h1>{tr}Site Registrations{/tr}</h1> + </div> + + <div class="body"> + <div class="navbar"> + <ul> + <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=day">{tr}Daily{/tr}</a></li> + <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=week">{tr}Weekly{/tr}</a></li> + <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=month">{tr}Monthly{/tr}</a></li> + <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=quarter">{tr}Quarterly{/tr}</a></li> + <li><a href="{$smarty.const.STATS_PKG_URL}users.php?period=year">{tr}Yearly{/tr}</a></li> + </ul> + </div> + + <table class="clear data"> + <caption>{tr}User Registrations at {$gBitSystem->getConfig('site_title')}{/tr}</caption> + <tr> + <th style="width:20%;">{tr}Period{/tr}</td> + <th style="width:80%;">{tr}Number of Registrations{/tr}</td> + </tr> + {foreach item=reg key=period from=$userStats.per_period} + <tr class="{cycle values="even,odd"}"> + <td>{$period}</td> + <td><div style="width:{math equation="round( ( r / m ) * 100 )" r=$reg m=$userStats.max}%; background:#f80;padding:0 0 0 5px;">{$reg}</div></td> + </tr> + {foreachelse} + <tr class="norecords"> + <td colspan="2"> + {tr}No results{/tr} + </td> + </tr> + {/foreach} + </table> + </div> <!-- end .body --> +</div> <!-- end .statistics --> |
