misc_stat.htm 4.8 KB

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