source: extensions/whois_online_menu/template/report_about.tpl @ 16720

Last change on this file since 16720 was 16720, checked in by ddtddt, 12 years ago

[extensions] - whois_online_menu - new plugin for T00kie

File size: 1.5 KB
Line 
1{combine_css path="$W1M_PATH/template/style.css"}
2<dt>{$W1MTITLE}</dt><dd>
3<div class="Online2" style="float:right;text-align:center;margin-right:25px; margin-bottom:60px;">
4{if $Whois.Total > 0 and !$Whois.Slideshow}
5        {'Total hits:'|@translate} {if (is_admin())}<a href="./admin.php?page=plugin&amp;section=whois_online%2Fconfig.php&amp;tab=report" class="other">{$Whois.Total}</a>{else}{$Whois.Total}{/if}
6
7        {if $Whois.Current_10mins > 0}
8        <br />{if $Whois.Seen_url>''}<a href="{$Whois.Seen_url}" title="{'Your recently viewed pictures'|@translate}" rel="nofollow">{/if}
9        {'Most recent 10 minutes hits:'|@translate}
10        {if $Whois.Seen_url>''}</a>{/if}
11         {$Whois.Current_10mins}
12        {/if}
13
14        <br />
15        {if $Whois.Review_url>''}<a href="{$Whois.Review_url}" title="{'Some of recently viewed pictures by other users'|@translate}" rel="nofollow">{/if}
16        {'Current hour hits:'|@translate}
17        {if $Whois.Review_url>''}</a>{/if}
18         {$Whois.Current_hour}
19
20        {if $Whois.Yesterday > 0}
21        <br />
22        {'Yesterday hits:'|@translate} {$Whois.Yesterday}
23        {/if}
24
25        {if $Whois.Users_Last_day > 0}
26        <br />
27        {'Last 24h users:'|@translate} {$Whois.Users_Last_day}
28        {/if}
29
30        {if $Whois.Users_Last_hour > 0}
31        <br />
32        {'Last hour online users:'|@translate} {$Whois.Users_Last_hour}
33        {/if}
34
35        {if $Whois.Guests > 0}
36        <br />
37        {'Recent guest(s):'|@translate} {$Whois.Guests}
38        {/if}
39
40        {if count($Whois.Online) > 0}
41        <br />
42        {'Recent member(s):'|@translate} {','|@implode:$Whois.Online|@substr:0:70}{if (strlen(implode(',',$Whois.Online))>70)}...{/if}
43        {/if}
44       
45{/if}
46</div>
47</dd>
Note: See TracBrowser for help on using the repository browser.