]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2/cache/tpl_subSilver.memberlist_body.php
Baseline
[www.vanrenterghem.biz.git] / phpBB2 / cache / tpl_subSilver.memberlist_body.php
1 <?php
3 // eXtreme Styles mod cache. Generated on Sun, 12 Jun 2005 17:58:34 -0400 (time=1118613514)
5 ?>
6 <form method="post" action="<?php echo isset($this->vars['S_MODE_ACTION']) ? $this->vars['S_MODE_ACTION'] : $this->lang('S_MODE_ACTION'); ?>">
7   <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
8         <tr> 
9           <td align="left"><span class="nav"><a href="<?php echo isset($this->vars['U_INDEX']) ? $this->vars['U_INDEX'] : $this->lang('U_INDEX'); ?>" class="nav"><?php echo isset($this->vars['L_INDEX']) ? $this->vars['L_INDEX'] : $this->lang('L_INDEX'); ?></a></span></td>
10           <td align="right" nowrap="nowrap"><span class="genmed"><?php echo isset($this->vars['L_SELECT_SORT_METHOD']) ? $this->vars['L_SELECT_SORT_METHOD'] : $this->lang('L_SELECT_SORT_METHOD'); ?>:&nbsp;<?php echo isset($this->vars['S_MODE_SELECT']) ? $this->vars['S_MODE_SELECT'] : $this->lang('S_MODE_SELECT'); ?>&nbsp;&nbsp;<?php echo isset($this->vars['L_ORDER']) ? $this->vars['L_ORDER'] : $this->lang('L_ORDER'); ?>&nbsp;<?php echo isset($this->vars['S_ORDER_SELECT']) ? $this->vars['S_ORDER_SELECT'] : $this->lang('S_ORDER_SELECT'); ?>&nbsp;&nbsp; 
11                 <input type="submit" name="submit" value="<?php echo isset($this->vars['L_SUBMIT']) ? $this->vars['L_SUBMIT'] : $this->lang('L_SUBMIT'); ?>" class="liteoption" />
12                 </span></td>
13         </tr>
14   </table>
15   <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
16         <tr> 
17           <th height="25" class="thCornerL" nowrap="nowrap">#</th>
18           <th class="thTop" nowrap="nowrap">&nbsp;</th>
19           <th class="thTop" nowrap="nowrap"><?php echo isset($this->vars['L_USERNAME']) ? $this->vars['L_USERNAME'] : $this->lang('L_USERNAME'); ?></th>
20           <th class="thTop" nowrap="nowrap"><?php echo isset($this->vars['L_EMAIL']) ? $this->vars['L_EMAIL'] : $this->lang('L_EMAIL'); ?></th>
21           <th class="thTop" nowrap="nowrap"><?php echo isset($this->vars['L_FROM']) ? $this->vars['L_FROM'] : $this->lang('L_FROM'); ?></th>
22           <th class="thTop" nowrap="nowrap"><?php echo isset($this->vars['L_JOINED']) ? $this->vars['L_JOINED'] : $this->lang('L_JOINED'); ?></th>
23           <th class="thTop" nowrap="nowrap"><?php echo isset($this->vars['L_POSTS']) ? $this->vars['L_POSTS'] : $this->lang('L_POSTS'); ?></th>
24           <th class="thCornerR" nowrap="nowrap"><?php echo isset($this->vars['L_WEBSITE']) ? $this->vars['L_WEBSITE'] : $this->lang('L_WEBSITE'); ?></th>
25         </tr>
26         <?php
28 $memberrow_count = ( isset($this->_tpldata['memberrow.']) ) ?  sizeof($this->_tpldata['memberrow.']) : 0;
29 for ($memberrow_i = 0; $memberrow_i < $memberrow_count; $memberrow_i++)
30 {
31  $memberrow_item = &$this->_tpldata['memberrow.'][$memberrow_i];
32  $memberrow_item['S_ROW_COUNT'] = $memberrow_i;
33  $memberrow_item['S_NUM_ROWS'] = $memberrow_count;
35 ?>
36         <tr> 
37           <td class="<?php echo isset($memberrow_item['ROW_CLASS']) ? $memberrow_item['ROW_CLASS'] : ''; ?>" align="center"><span class="gen">&nbsp;<?php echo isset($memberrow_item['ROW_NUMBER']) ? $memberrow_item['ROW_NUMBER'] : ''; ?>&nbsp;</span></td>
38           <td class="<?php echo isset($memberrow_item['ROW_CLASS']) ? $memberrow_item['ROW_CLASS'] : ''; ?>" align="center">&nbsp;<?php echo isset($memberrow_item['PM_IMG']) ? $memberrow_item['PM_IMG'] : ''; ?>&nbsp;</td>
39           <td class="<?php echo isset($memberrow_item['ROW_CLASS']) ? $memberrow_item['ROW_CLASS'] : ''; ?>" align="center"><span class="gen"><a href="<?php echo isset($memberrow_item['U_VIEWPROFILE']) ? $memberrow_item['U_VIEWPROFILE'] : ''; ?>" class="gen"><?php echo isset($memberrow_item['USERNAME']) ? $memberrow_item['USERNAME'] : ''; ?></a></span></td>
40           <td class="<?php echo isset($memberrow_item['ROW_CLASS']) ? $memberrow_item['ROW_CLASS'] : ''; ?>" align="center" valign="middle">&nbsp;<?php echo isset($memberrow_item['EMAIL_IMG']) ? $memberrow_item['EMAIL_IMG'] : ''; ?>&nbsp;</td>
41           <td class="<?php echo isset($memberrow_item['ROW_CLASS']) ? $memberrow_item['ROW_CLASS'] : ''; ?>" align="center" valign="middle"><span class="gen"><?php echo isset($memberrow_item['FROM']) ? $memberrow_item['FROM'] : ''; ?></span></td>
42           <td class="<?php echo isset($memberrow_item['ROW_CLASS']) ? $memberrow_item['ROW_CLASS'] : ''; ?>" align="center" valign="middle"><span class="gensmall"><?php echo isset($memberrow_item['JOINED']) ? $memberrow_item['JOINED'] : ''; ?></span></td>
43           <td class="<?php echo isset($memberrow_item['ROW_CLASS']) ? $memberrow_item['ROW_CLASS'] : ''; ?>" align="center" valign="middle"><span class="gen"><?php echo isset($memberrow_item['POSTS']) ? $memberrow_item['POSTS'] : ''; ?></span></td>
44           <td class="<?php echo isset($memberrow_item['ROW_CLASS']) ? $memberrow_item['ROW_CLASS'] : ''; ?>" align="center">&nbsp;<?php echo isset($memberrow_item['WWW_IMG']) ? $memberrow_item['WWW_IMG'] : ''; ?>&nbsp;</td>
45         </tr>
46         <?php
48 } // END memberrow
50 if(isset($memberrow_item)) { unset($memberrow_item); } 
52 ?>
53         <tr> 
54           <td class="catBottom" colspan="8" height="28">&nbsp;</td>
55         </tr>
56   </table>
57   <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
58         <tr> 
59           <td align="right" valign="top"></td>
60         </tr>
61   </table>
63 <table width="100%" cellspacing="0" cellpadding="0" border="0">
64   <tr> 
65         <td><span class="nav"><?php echo isset($this->vars['PAGE_NUMBER']) ? $this->vars['PAGE_NUMBER'] : $this->lang('PAGE_NUMBER'); ?></span></td>
66         <td align="right"><span class="gensmall"><?php echo isset($this->vars['S_TIMEZONE']) ? $this->vars['S_TIMEZONE'] : $this->lang('S_TIMEZONE'); ?></span><br /><span class="nav"><?php echo isset($this->vars['PAGINATION']) ? $this->vars['PAGINATION'] : $this->lang('PAGINATION'); ?></span></td>
67   </tr>
68 </table></form>
70 <table width="100%" cellspacing="2" border="0" align="center">
71   <tr> 
72         <td valign="top" align="right"><?php echo isset($this->vars['JUMPBOX']) ? $this->vars['JUMPBOX'] : $this->lang('JUMPBOX'); ?></td>
73   </tr>
74 </table>