Line | |
---|
1 | ({$inc_header|smarty:nodefaults}) |
---|
2 | ({ext_include file="inc_subnavi_adminStatisticalInformation.tpl"}) |
---|
3 | ({assign var="page_name" value="登録日別メンバー数表示(月次集計)"}) |
---|
4 | ({ext_include file="inc_tree_adminStatisticalInformation.tpl"}) |
---|
5 | </div> |
---|
6 | |
---|
7 | ({*ここまで:navi*}) |
---|
8 | |
---|
9 | <h2>登録日別メンバー数表示(月次集計)</h2> |
---|
10 | <div class="contents"> |
---|
11 | |
---|
12 | ({if $msg}) |
---|
13 | <p class="actionMsg">({$msg})</p> |
---|
14 | ({/if}) |
---|
15 | |
---|
16 | ({$date}) |
---|
17 | <table class="basicType2"> |
---|
18 | <thead> |
---|
19 | ({****}) |
---|
20 | <tr> |
---|
21 | <th> |
---|
22 | 月 |
---|
23 | </th> |
---|
24 | <th> |
---|
25 | 人数 |
---|
26 | </th> |
---|
27 | </tr> |
---|
28 | ({****}) |
---|
29 | </thead> |
---|
30 | <tbody> |
---|
31 | ({****}) |
---|
32 | ({foreach from=$analysis_date_month key=key item=item}) |
---|
33 | <tr> |
---|
34 | ({if $key == "合計"}) |
---|
35 | <th>({$key})</th> |
---|
36 | ({else}) |
---|
37 | <td><a href="?m=({$module_name})&a=page_({$hash_tbl->hash('user_analysis_date_day')})&date=({$key})">({$key})</a></td> |
---|
38 | ({/if}) |
---|
39 | <td>({$item})人</td> |
---|
40 | </tr> |
---|
41 | ({/foreach}) |
---|
42 | ({****}) |
---|
43 | </tbody> |
---|
44 | <tfoot> |
---|
45 | ({****}) |
---|
46 | <tr> |
---|
47 | <th>合計</th> |
---|
48 | <td>({$analysis_date_month_sum})人</td> |
---|
49 | </tr> |
---|
50 | ({****}) |
---|
51 | </tfoot> |
---|
52 | </table> |
---|
53 | |
---|
54 | ({$inc_footer|smarty:nodefaults}) |
---|
Note: See
TracBrowser
for help on using the repository browser.