misc_stat.htm
4.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!--{eval $_G['home_tpl_titles'] = array('{lang trends_and_statistics}');}-->
<!--{template common/header}-->
<div id="pt" class="bm cl">
<div class="z">
<a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a><em>›</em>
<a href="misc.php?mod=stat">{lang stats}</a><em>›</em>
{lang trends_and_statistics}
</div>
</div>
<div id="ct" class="ct2_a wp cl">
<div class="mn">
<div class="bm bw0">
<h1 class="mt">{lang trends_and_statistics}</h1>
<form method="get" action="misc.php?mod=stat&op=trend">
<table cellspacing="0" cellpadding="0" class="dt bm mbw">
<caption>
<h2>{lang stat_classification}</h2>
<p class="pbm xg1">{lang stat_message}</p>
</caption>
<tr class="tbmu">
<th>{lang basic_data}:</th>
<td>
<a href="misc.php?mod=stat&op=trend"$actives[all]>{lang comprehensive_overview}</a>
<!--{loop $cols['login'] $value}-->
<label$actives[$value]><input type="checkbox" name="types[]" value="$value" class="pc" {if in_array($value, $_GET[types])} checked="checked"{/if} /><!--{eval echo lang('spacecp', "do_stat_$value");}--></label>
<!--{/loop}-->
</td>
</tr>
<tr class="tbmu">
<th>$_G[setting][navs][2][navname]:</th>
<td>
<!--{loop $cols['forum'] $value}-->
<label$actives[$value]><input type="checkbox" name="types[]" value="$value" class="pc" {if in_array($value, $_GET[types])} checked="checked"{/if} /><!--{eval echo lang('spacecp', "do_stat_$value");}--></label>
<!--{/loop}-->
</td>
</tr>
<tr class="tbmu">
<th>{lang tgroup}:</th>
<td>
<!--{loop $cols['tgroup'] $value}-->
<label $actives[$value]><input type="checkbox" name="types[]" value="$value" class="pc" {if in_array($value, $_GET[types])} checked="checked"{/if} /><!--{eval echo lang('spacecp', "do_stat_$value");}--></label>
<!--{/loop}-->
</td>
</tr>
<tr class="tbmu">
<th>{lang home}:</th>
<td>
<!--{loop $cols['home'] $value}-->
<label$actives[$value]><input type="checkbox" name="types[]" value="$value" class="pc" {if in_array($value, $_GET[types])} checked="checked"{/if} /><!--{eval echo lang('spacecp', "do_stat_$value");}--></label>
<!--{/loop}-->
</td>
</tr>
<!--tr class="tbmu">
<th>{lang info_interactive}:</th>
<td>
<!--{loop $cols['comment'] $value}-->
<label$actives[$value]><input type="checkbox" name="types[]" value="$value" class="pc" {if in_array($value, $_GET[types])} checked="checked"{/if} /><!--{eval echo lang('spacecp', "do_stat_$value");}--></label>
<!--{/loop}-->
</td>
</tr-->
<tr class="tbmu">
<th>{lang member_interactive}:</th>
<td>
<!--{loop $cols['space'] $value}-->
<label$actives[$value]><input type="checkbox" name="types[]" value="$value" class="pc" {if in_array($value, $_GET[types])} checked="checked"{/if} /><!--{eval echo lang('spacecp', "do_stat_$value");}--></label>
<!--{/loop}-->
</td>
</tr>
<tr class="tbmu">
<th>{lang stat_date_range}:</th>
<td>
<script type="text/javascript" src="{$_G[setting][jspath]}calendar.js?{VERHASH}"></script>
<input type="text" name="primarybegin" class="px" value="$primarybegin" onclick="showcalendar(event, this, false)"/> - <input type="text" name="primaryend" class="px" value="$primaryend" onclick="showcalendar(event, this, false)" />
<label><input type="checkbox" name="merge" value="1" class="pc" {if !empty($merge)} checked="checked"{/if} />{lang stat_merge_statistic}</label>
<button type="submit" class="pn pnc"><strong>{lang show}</strong></button>
</td>
</tr>
</table>
<input type="hidden" name="type" value="$_GET[type]" />
<input type="hidden" name="mod" value="stat" />
<input type="hidden" name="op" value="trend" />
</form>
<table cellspacing="0" cellpadding="0" width="100%">
<!--{if $type=='all'}-->
<caption>
<h2>{lang comprehensive_overview}</h2>
<p class="xg1">{lang comprehensive_overview_message}</p>
</caption>
<tr>
<td>
<ul class="ptn pbm xl">
{lang interactive_help_message}
</ul>
</td>
</tr>
<!--{else}-->
<caption>
<h2>
<!--{loop $_GET[types] $key $type}-->
<!--{eval echo lang('spacecp', "do_stat_$type");}-->
<!--{/loop}-->
</h2>
</caption>
<!--{/if}-->
<tr><td>
<script type="text/javascript">
document.write(AC_FL_RunContent(
'width', '100%', 'height', '300',
'src', '{STATICURL}image/common/stat.swf?$statuspara',
'quality', 'high', 'wmode', 'transparent'
));
</script>
</td></tr>
</table>
</div>
</div>
<!--{subtemplate common/stat}-->
</div>
<!--{template common/footer}-->