Baseline
[www.vanrenterghem.biz.git] / phpBB2 / cache / tpl_subSilver.admin.index_body.php
1 <?php
3 // eXtreme Styles mod cache. Generated on Sun, 12 Jun 2005 15:38:48 -0400 (time=1118605128)
5 ?>
6 <h1><?php echo isset($this->vars['L_WELCOME']) ? $this->vars['L_WELCOME'] : $this->lang('L_WELCOME'); ?></h1>
8 <p><?php echo isset($this->vars['L_ADMIN_INTRO']) ? $this->vars['L_ADMIN_INTRO'] : $this->lang('L_ADMIN_INTRO'); ?></p>
10 <h1><?php echo isset($this->vars['L_FORUM_STATS']) ? $this->vars['L_FORUM_STATS'] : $this->lang('L_FORUM_STATS'); ?></h1>
12 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
13   <tr> 
14         <th width="25%" nowrap="nowrap" height="25" class="thCornerL"><?php echo isset($this->vars['L_STATISTIC']) ? $this->vars['L_STATISTIC'] : $this->lang('L_STATISTIC'); ?></th>
15         <th width="25%" height="25" class="thTop"><?php echo isset($this->vars['L_VALUE']) ? $this->vars['L_VALUE'] : $this->lang('L_VALUE'); ?></th>
16         <th width="25%" nowrap="nowrap" height="25" class="thTop"><?php echo isset($this->vars['L_STATISTIC']) ? $this->vars['L_STATISTIC'] : $this->lang('L_STATISTIC'); ?></th>
17         <th width="25%" height="25" class="thCornerR"><?php echo isset($this->vars['L_VALUE']) ? $this->vars['L_VALUE'] : $this->lang('L_VALUE'); ?></th>
18   </tr>
19   <tr> 
20         <td class="row1" nowrap="nowrap"><?php echo isset($this->vars['L_NUMBER_POSTS']) ? $this->vars['L_NUMBER_POSTS'] : $this->lang('L_NUMBER_POSTS'); ?>:</td>
21         <td class="row2"><b><?php echo isset($this->vars['NUMBER_OF_POSTS']) ? $this->vars['NUMBER_OF_POSTS'] : $this->lang('NUMBER_OF_POSTS'); ?></b></td>
22         <td class="row1" nowrap="nowrap"><?php echo isset($this->vars['L_POSTS_PER_DAY']) ? $this->vars['L_POSTS_PER_DAY'] : $this->lang('L_POSTS_PER_DAY'); ?>:</td>
23         <td class="row2"><b><?php echo isset($this->vars['POSTS_PER_DAY']) ? $this->vars['POSTS_PER_DAY'] : $this->lang('POSTS_PER_DAY'); ?></b></td>
24   </tr>
25   <tr> 
26         <td class="row1" nowrap="nowrap"><?php echo isset($this->vars['L_NUMBER_TOPICS']) ? $this->vars['L_NUMBER_TOPICS'] : $this->lang('L_NUMBER_TOPICS'); ?>:</td>
27         <td class="row2"><b><?php echo isset($this->vars['NUMBER_OF_TOPICS']) ? $this->vars['NUMBER_OF_TOPICS'] : $this->lang('NUMBER_OF_TOPICS'); ?></b></td>
28         <td class="row1" nowrap="nowrap"><?php echo isset($this->vars['L_TOPICS_PER_DAY']) ? $this->vars['L_TOPICS_PER_DAY'] : $this->lang('L_TOPICS_PER_DAY'); ?>:</td>
29         <td class="row2"><b><?php echo isset($this->vars['TOPICS_PER_DAY']) ? $this->vars['TOPICS_PER_DAY'] : $this->lang('TOPICS_PER_DAY'); ?></b></td>
30   </tr>
31   <tr> 
32         <td class="row1" nowrap="nowrap"><?php echo isset($this->vars['L_NUMBER_USERS']) ? $this->vars['L_NUMBER_USERS'] : $this->lang('L_NUMBER_USERS'); ?>:</td>
33         <td class="row2"><b><?php echo isset($this->vars['NUMBER_OF_USERS']) ? $this->vars['NUMBER_OF_USERS'] : $this->lang('NUMBER_OF_USERS'); ?></b></td>
34         <td class="row1" nowrap="nowrap"><?php echo isset($this->vars['L_USERS_PER_DAY']) ? $this->vars['L_USERS_PER_DAY'] : $this->lang('L_USERS_PER_DAY'); ?>:</td>
35         <td class="row2"><b><?php echo isset($this->vars['USERS_PER_DAY']) ? $this->vars['USERS_PER_DAY'] : $this->lang('USERS_PER_DAY'); ?></b></td>
36   </tr>
37   <tr> 
38         <td class="row1" nowrap="nowrap"><?php echo isset($this->vars['L_BOARD_STARTED']) ? $this->vars['L_BOARD_STARTED'] : $this->lang('L_BOARD_STARTED'); ?>:</td>
39         <td class="row2"><b><?php echo isset($this->vars['START_DATE']) ? $this->vars['START_DATE'] : $this->lang('START_DATE'); ?></b></td>
40         <td class="row1" nowrap="nowrap"><?php echo isset($this->vars['L_AVATAR_DIR_SIZE']) ? $this->vars['L_AVATAR_DIR_SIZE'] : $this->lang('L_AVATAR_DIR_SIZE'); ?>:</td>
41         <td class="row2"><b><?php echo isset($this->vars['AVATAR_DIR_SIZE']) ? $this->vars['AVATAR_DIR_SIZE'] : $this->lang('AVATAR_DIR_SIZE'); ?></b></td>
42   </tr>
43   <tr> 
44         <td class="row1" nowrap="nowrap"><?php echo isset($this->vars['L_DB_SIZE']) ? $this->vars['L_DB_SIZE'] : $this->lang('L_DB_SIZE'); ?>:</td>
45         <td class="row2"><b><?php echo isset($this->vars['DB_SIZE']) ? $this->vars['DB_SIZE'] : $this->lang('DB_SIZE'); ?></b></td>
46         <td class="row1" nowrap="nowrap"><?php echo isset($this->vars['L_GZIP_COMPRESSION']) ? $this->vars['L_GZIP_COMPRESSION'] : $this->lang('L_GZIP_COMPRESSION'); ?>:</td>
47         <td class="row2"><b><?php echo isset($this->vars['GZIP_COMPRESSION']) ? $this->vars['GZIP_COMPRESSION'] : $this->lang('GZIP_COMPRESSION'); ?></b></td>
48   </tr>
49 </table>
50 <h1><?php echo isset($this->vars['L_WHO_IS_ONLINE']) ? $this->vars['L_WHO_IS_ONLINE'] : $this->lang('L_WHO_IS_ONLINE'); ?></h1>
52 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
53   <tr> 
54         <th width="20%" class="thCornerL" height="25">&nbsp;<?php echo isset($this->vars['L_USERNAME']) ? $this->vars['L_USERNAME'] : $this->lang('L_USERNAME'); ?>&nbsp;</th>
55         <th width="20%" height="25" class="thTop">&nbsp;<?php echo isset($this->vars['L_STARTED']) ? $this->vars['L_STARTED'] : $this->lang('L_STARTED'); ?>&nbsp;</th>
56         <th width="20%" class="thTop">&nbsp;<?php echo isset($this->vars['L_LAST_UPDATE']) ? $this->vars['L_LAST_UPDATE'] : $this->lang('L_LAST_UPDATE'); ?>&nbsp;</th>
57         <th width="20%" class="thCornerR">&nbsp;<?php echo isset($this->vars['L_FORUM_LOCATION']) ? $this->vars['L_FORUM_LOCATION'] : $this->lang('L_FORUM_LOCATION'); ?>&nbsp;</th>
58         <th width="20%" height="25" class="thCornerR">&nbsp;<?php echo isset($this->vars['L_IP_ADDRESS']) ? $this->vars['L_IP_ADDRESS'] : $this->lang('L_IP_ADDRESS'); ?>&nbsp;</th>
59   </tr>
60   <?php
62 $reg_user_row_count = ( isset($this->_tpldata['reg_user_row.']) ) ?  sizeof($this->_tpldata['reg_user_row.']) : 0;
63 for ($reg_user_row_i = 0; $reg_user_row_i < $reg_user_row_count; $reg_user_row_i++)
64 {
65  $reg_user_row_item = &$this->_tpldata['reg_user_row.'][$reg_user_row_i];
66  $reg_user_row_item['S_ROW_COUNT'] = $reg_user_row_i;
67  $reg_user_row_item['S_NUM_ROWS'] = $reg_user_row_count;
69 ?>
70   <tr> 
71         <td width="20%" class="<?php echo isset($reg_user_row_item['ROW_CLASS']) ? $reg_user_row_item['ROW_CLASS'] : ''; ?>">&nbsp;<span class="gen"><a href="<?php echo isset($reg_user_row_item['U_USER_PROFILE']) ? $reg_user_row_item['U_USER_PROFILE'] : ''; ?>" class="gen"><?php echo isset($reg_user_row_item['USERNAME']) ? $reg_user_row_item['USERNAME'] : ''; ?></a></span>&nbsp;</td>
72         <td width="20%" align="center" class="<?php echo isset($reg_user_row_item['ROW_CLASS']) ? $reg_user_row_item['ROW_CLASS'] : ''; ?>">&nbsp;<span class="gen"><?php echo isset($reg_user_row_item['STARTED']) ? $reg_user_row_item['STARTED'] : ''; ?></span>&nbsp;</td>
73         <td width="20%" align="center" nowrap="nowrap" class="<?php echo isset($reg_user_row_item['ROW_CLASS']) ? $reg_user_row_item['ROW_CLASS'] : ''; ?>">&nbsp;<span class="gen"><?php echo isset($reg_user_row_item['LASTUPDATE']) ? $reg_user_row_item['LASTUPDATE'] : ''; ?></span>&nbsp;</td>
74         <td width="20%" class="<?php echo isset($reg_user_row_item['ROW_CLASS']) ? $reg_user_row_item['ROW_CLASS'] : ''; ?>">&nbsp;<span class="gen"><a href="<?php echo isset($reg_user_row_item['U_FORUM_LOCATION']) ? $reg_user_row_item['U_FORUM_LOCATION'] : ''; ?>" class="gen"><?php echo isset($reg_user_row_item['FORUM_LOCATION']) ? $reg_user_row_item['FORUM_LOCATION'] : ''; ?></a></span>&nbsp;</td>
75         <td width="20%" class="<?php echo isset($reg_user_row_item['ROW_CLASS']) ? $reg_user_row_item['ROW_CLASS'] : ''; ?>">&nbsp;<span class="gen"><a href="<?php echo isset($reg_user_row_item['U_WHOIS_IP']) ? $reg_user_row_item['U_WHOIS_IP'] : ''; ?>" class="gen" target="_phpbbwhois"><?php echo isset($reg_user_row_item['IP_ADDRESS']) ? $reg_user_row_item['IP_ADDRESS'] : ''; ?></a></span>&nbsp;</td>
76   </tr>
77   <?php
79 } // END reg_user_row
81 if(isset($reg_user_row_item)) { unset($reg_user_row_item); } 
83 ?>
84   <tr> 
85         <td colspan="5" height="1" class="row3"><img src="../templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td>
86   </tr>
87   <?php
89 $guest_user_row_count = ( isset($this->_tpldata['guest_user_row.']) ) ?  sizeof($this->_tpldata['guest_user_row.']) : 0;
90 for ($guest_user_row_i = 0; $guest_user_row_i < $guest_user_row_count; $guest_user_row_i++)
91 {
92  $guest_user_row_item = &$this->_tpldata['guest_user_row.'][$guest_user_row_i];
93  $guest_user_row_item['S_ROW_COUNT'] = $guest_user_row_i;
94  $guest_user_row_item['S_NUM_ROWS'] = $guest_user_row_count;
96 ?>
97   <tr> 
98         <td width="20%" class="<?php echo isset($guest_user_row_item['ROW_CLASS']) ? $guest_user_row_item['ROW_CLASS'] : ''; ?>">&nbsp;<span class="gen"><?php echo isset($guest_user_row_item['USERNAME']) ? $guest_user_row_item['USERNAME'] : ''; ?></span>&nbsp;</td>
99         <td width="20%" align="center" class="<?php echo isset($guest_user_row_item['ROW_CLASS']) ? $guest_user_row_item['ROW_CLASS'] : ''; ?>">&nbsp;<span class="gen"><?php echo isset($guest_user_row_item['STARTED']) ? $guest_user_row_item['STARTED'] : ''; ?></span>&nbsp;</td>
100         <td width="20%" align="center" nowrap="nowrap" class="<?php echo isset($guest_user_row_item['ROW_CLASS']) ? $guest_user_row_item['ROW_CLASS'] : ''; ?>">&nbsp;<span class="gen"><?php echo isset($guest_user_row_item['LASTUPDATE']) ? $guest_user_row_item['LASTUPDATE'] : ''; ?></span>&nbsp;</td>
101         <td width="20%" class="<?php echo isset($guest_user_row_item['ROW_CLASS']) ? $guest_user_row_item['ROW_CLASS'] : ''; ?>">&nbsp;<span class="gen"><a href="<?php echo isset($guest_user_row_item['U_FORUM_LOCATION']) ? $guest_user_row_item['U_FORUM_LOCATION'] : ''; ?>" class="gen"><?php echo isset($guest_user_row_item['FORUM_LOCATION']) ? $guest_user_row_item['FORUM_LOCATION'] : ''; ?></a></span>&nbsp;</td>
102         <td width="20%" class="<?php echo isset($guest_user_row_item['ROW_CLASS']) ? $guest_user_row_item['ROW_CLASS'] : ''; ?>">&nbsp;<span class="gen"><a href="<?php echo isset($guest_user_row_item['U_WHOIS_IP']) ? $guest_user_row_item['U_WHOIS_IP'] : ''; ?>" target="_phpbbwhois"><?php echo isset($guest_user_row_item['IP_ADDRESS']) ? $guest_user_row_item['IP_ADDRESS'] : ''; ?></a></span>&nbsp;</td>
103   </tr>
104   <?php
106 } // END guest_user_row
108 if(isset($guest_user_row_item)) { unset($guest_user_row_item); } 
110 ?>
111 </table>
113 <br />
115 <h1><?php echo isset($this->vars['L_VERSION_INFORMATION']) ? $this->vars['L_VERSION_INFORMATION'] : $this->lang('L_VERSION_INFORMATION'); ?></h1>
117 <?php echo isset($this->vars['VERSION_INFO']) ? $this->vars['VERSION_INFO'] : $this->lang('VERSION_INFO'); ?>
119 <br />