Baseline
[www.vanrenterghem.biz.git] / phpBB2 / cache / tpl_subSilver.admin.userlist_body.php
1 <?php
3 // eXtreme Styles mod cache. Generated on Sun, 12 Jun 2005 15:47:18 -0400 (time=1118605638)
5 ?><script language="javascript" type="text/javascript">\r
6 <!--\r
7 \r
8 function handleClick(id) {\r
9         var obj = "";   \r
10 \r
11                 // Check browser compatibility\r
12                 if(document.getElementById)\r
13                         obj = document.getElementById(id);\r
14                 else if(document.all)\r
15                         obj = document.all[id];\r
16                 else if(document.layers)\r
17                         obj = document.layers[id];\r
18                 else\r
19                         return 1;\r
20 \r
21                 if (!obj) {\r
22                         return 1;\r
23                 }\r
24                 else if (obj.style) \r
25                 {                       \r
26                         obj.style.display = ( obj.style.display != "none" ) ? "none" : "";\r
27                 }\r
28                 else \r
29                 { \r
30                         obj.visibility = "show"; \r
31                 }\r
32 }\r
33 //-->\r
34 </script>\r
35 \r
36 <h1><?php echo isset($this->vars['L_TITLE']) ? $this->vars['L_TITLE'] : $this->lang('L_TITLE'); ?></h1>\r
37 \r
38 <p><?php echo isset($this->vars['L_DESCRIPTION']) ? $this->vars['L_DESCRIPTION'] : $this->lang('L_DESCRIPTION'); ?></p>\r
39 \r
40 <form action="<?php echo isset($this->vars['S_ACTION']) ? $this->vars['S_ACTION'] : $this->lang('S_ACTION'); ?>" method="post">\r
41 <table width="100%" cellpadding="3" cellspacing="1" border="0">\r
42         <tr>\r
43                 <td width="100%">&nbsp;</td>\r
44                 <td align="right" nowrap="nowrap"><span class="gen"><?php echo isset($this->vars['L_SORT_BY']) ? $this->vars['L_SORT_BY'] : $this->lang('L_SORT_BY'); ?></td>\r
45                 <td nowrap="nowrap"><select name="sort" class="post">\r
46                         <option value="user_id"><?php echo isset($this->vars['L_USER_ID']) ? $this->vars['L_USER_ID'] : $this->lang('L_USER_ID'); ?></option>\r
47                         <option value="user_active"><?php echo isset($this->vars['L_ACTIVE']) ? $this->vars['L_ACTIVE'] : $this->lang('L_ACTIVE'); ?></option>\r
48                         <option value="username"><?php echo isset($this->vars['L_USERNAME']) ? $this->vars['L_USERNAME'] : $this->lang('L_USERNAME'); ?></option>\r
49                         <option value="user_regdate"><?php echo isset($this->vars['L_JOINED']) ? $this->vars['L_JOINED'] : $this->lang('L_JOINED'); ?></option>\r
50                         <option value="user_session_time"><?php echo isset($this->vars['L_ACTIVTY']) ? $this->vars['L_ACTIVTY'] : $this->lang('L_ACTIVTY'); ?></option>\r
51                         <option value="user_level"><?php echo isset($this->vars['L_USER_LEVEL']) ? $this->vars['L_USER_LEVEL'] : $this->lang('L_USER_LEVEL'); ?></option>\r
52                         <option value="user_posts"><?php echo isset($this->vars['L_POSTS']) ? $this->vars['L_POSTS'] : $this->lang('L_POSTS'); ?></option>\r
53                         <option value="user_rank"><?php echo isset($this->vars['L_RANK']) ? $this->vars['L_RANK'] : $this->lang('L_RANK'); ?></option>\r
54                         <option value="user_email"><?php echo isset($this->vars['L_EMAIL']) ? $this->vars['L_EMAIL'] : $this->lang('L_EMAIL'); ?></option>\r
55                 </select></td>\r
56                 <td nowrap="nowrap"><select name="order" class="post">\r
57                         <option value="ASC"><?php echo isset($this->vars['L_ASCENDING']) ? $this->vars['L_ASCENDING'] : $this->lang('L_ASCENDING'); ?></option>\r
58                         <option value="DESC"><?php echo isset($this->vars['L_DESCENDING']) ? $this->vars['L_DESCENDING'] : $this->lang('L_DESCENDING'); ?></option>\r
59                 </select></td>\r
60                 <td nowrap="nowrap"><span class="gen"><?php echo isset($this->vars['L_SHOW']) ? $this->vars['L_SHOW'] : $this->lang('L_SHOW'); ?></span></td>\r
61                 <td nowrap="nowrap"><input type="text" size="5" value="<?php echo isset($this->vars['S_SHOW']) ? $this->vars['S_SHOW'] : $this->lang('S_SHOW'); ?>" name="show"></td>\r
62                 <td nowrap="nowrap"><?php echo isset($this->vars['S_HIDDEN_FIELDS']) ? $this->vars['S_HIDDEN_FIELDS'] : $this->lang('S_HIDDEN_FIELDS'); ?><input type="submit" value="<?php echo isset($this->vars['S_SORT']) ? $this->vars['S_SORT'] : $this->lang('S_SORT'); ?>" name="change_sort" class="liteoption"></td>\r
63         </tr>\r
64 </table>\r
65 </form>\r
66 \r
67 <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> \r
68         <tr> \r
69                 <?php
71 $alphanumsearch_count = ( isset($this->_tpldata['alphanumsearch.']) ) ?  sizeof($this->_tpldata['alphanumsearch.']) : 0;
72 for ($alphanumsearch_i = 0; $alphanumsearch_i < $alphanumsearch_count; $alphanumsearch_i++)
73 {
74  $alphanumsearch_item = &$this->_tpldata['alphanumsearch.'][$alphanumsearch_i];
75  $alphanumsearch_item['S_ROW_COUNT'] = $alphanumsearch_i;
76  $alphanumsearch_item['S_NUM_ROWS'] = $alphanumsearch_count;
78 ?> \r
79                 <td align="left" width="<?php echo isset($alphanumsearch_item['SEARCH_SIZE']) ? $alphanumsearch_item['SEARCH_SIZE'] : ''; ?>"><span class="genmed"> \r
80                         <a href="<?php echo isset($alphanumsearch_item['SEARCH_LINK']) ? $alphanumsearch_item['SEARCH_LINK'] : ''; ?>" class="genmed"><?php echo isset($alphanumsearch_item['SEARCH_TERM']) ? $alphanumsearch_item['SEARCH_TERM'] : ''; ?></a> \r
81                 </span></td> \r
82                 <?php
84 } // END alphanumsearch
86 if(isset($alphanumsearch_item)) { unset($alphanumsearch_item); } 
88 ?> \r
89         </tr> \r
90 </table>\r
91 \r
92 <form action="<?php echo isset($this->vars['S_ACTION']) ? $this->vars['S_ACTION'] : $this->lang('S_ACTION'); ?>" method="post">\r
93 <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">\r
94         <tr>\r
95                 <th width="13%">&nbsp;</th>\r
96                 <th width="22%"><?php echo isset($this->vars['L_USERNAME']) ? $this->vars['L_USERNAME'] : $this->lang('L_USERNAME'); ?></th>\r
97                 <th width="22%"><?php echo isset($this->vars['L_ACTIVE']) ? $this->vars['L_ACTIVE'] : $this->lang('L_ACTIVE'); ?></th>\r
98                 <th width="22%"><?php echo isset($this->vars['L_JOINED']) ? $this->vars['L_JOINED'] : $this->lang('L_JOINED'); ?></th>\r
99                 <th width="22%"><?php echo isset($this->vars['L_ACTIVTY']) ? $this->vars['L_ACTIVTY'] : $this->lang('L_ACTIVTY'); ?></th>\r
100         </tr>\r
101         <?php
103 $user_row_count = ( isset($this->_tpldata['user_row.']) ) ?  sizeof($this->_tpldata['user_row.']) : 0;
104 for ($user_row_i = 0; $user_row_i < $user_row_count; $user_row_i++)
106  $user_row_item = &$this->_tpldata['user_row.'][$user_row_i];
107  $user_row_item['S_ROW_COUNT'] = $user_row_i;
108  $user_row_item['S_NUM_ROWS'] = $user_row_count;
110 ?>\r
111         <tr>\r
112                 <td class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>" nowrap="nowrap"><input type="checkbox" name="<?php echo isset($this->vars['S_USER_VARIABLE']) ? $this->vars['S_USER_VARIABLE'] : $this->lang('S_USER_VARIABLE'); ?>[]" value="<?php echo isset($user_row_item['USER_ID']) ? $user_row_item['USER_ID'] : ''; ?>">&nbsp;&nbsp;&nbsp;<a href="javascript:handleClick('user<?php echo isset($user_row_item['USER_ID']) ? $user_row_item['USER_ID'] : ''; ?>');"><?php echo isset($this->vars['L_OPEN_CLOSE']) ? $this->vars['L_OPEN_CLOSE'] : $this->lang('L_OPEN_CLOSE'); ?></a></td>\r
113                 <td class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>"><span class="gen" <?php echo isset($user_row_item['STYLE_COLOR']) ? $user_row_item['STYLE_COLOR'] : ''; ?>><b><a href="<?php echo isset($user_row_item['U_PROFILE']) ? $user_row_item['U_PROFILE'] : ''; ?>" class="gen" target="_blank" <?php echo isset($user_row_item['STYLE_COLOR']) ? $user_row_item['STYLE_COLOR'] : ''; ?>><?php echo isset($user_row_item['USERNAME']) ? $user_row_item['USERNAME'] : ''; ?></a></b></span></td>\r
114                 <td class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>"><span class="gen"><?php echo isset($user_row_item['ACTIVE']) ? $user_row_item['ACTIVE'] : ''; ?></span></td>\r
115                 <td class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>"><span class="gen"><?php echo isset($user_row_item['JOINED']) ? $user_row_item['JOINED'] : ''; ?></span></td>\r
116                 <td class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>"><span class="gen"><?php echo isset($user_row_item['LAST_ACTIVITY']) ? $user_row_item['LAST_ACTIVITY'] : ''; ?></span></td>\r
117         </tr>\r
118         <tr id="user<?php echo isset($user_row_item['USER_ID']) ? $user_row_item['USER_ID'] : ''; ?>" style="display: none">\r
119                 <td class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>" width="13%">&nbsp;</td>\r
120                 <td class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>" colspan="4" width="100%">\r
121                         <table  width="100%" cellpadding="3" cellspacing="1" border="0">\r
122                                 <tr>\r
123                                         <td class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>" width="33%"><span class="gen"><b><?php echo isset($this->vars['L_RANK']) ? $this->vars['L_RANK'] : $this->lang('L_RANK'); ?>:</b> <?php echo isset($user_row_item['RANK']) ? $user_row_item['RANK'] : ''; ?> &nbsp; <?php echo isset($user_row_item['I_RANK']) ? $user_row_item['I_RANK'] : ''; ?></td>\r
124                                         <td class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>" width="34%"><span class="gen"><b><?php echo isset($this->vars['L_GROUP']) ? $this->vars['L_GROUP'] : $this->lang('L_GROUP'); ?>:</b>\r
125                                                 <?php
127 $group_row_count = ( isset($user_row_item['group_row.']) ) ? sizeof($user_row_item['group_row.']) : 0;
128 for ($group_row_i = 0; $group_row_i < $group_row_count; $group_row_i++)
130  $group_row_item = &$user_row_item['group_row.'][$group_row_i];
131  $group_row_item['S_ROW_COUNT'] = $group_row_i;
132  $group_row_item['S_NUM_ROWS'] = $group_row_count;
134 ?>\r
135                                                 <a href="<?php echo isset($group_row_item['U_GROUP']) ? $group_row_item['U_GROUP'] : ''; ?>" class="gen" target="_blank"><?php echo isset($group_row_item['GROUP_NAME']) ? $group_row_item['GROUP_NAME'] : ''; ?></a> (<?php echo isset($group_row_item['GROUP_STATUS']) ? $group_row_item['GROUP_STATUS'] : ''; ?>)<br />\r
136                                                 <?php
138 } // END group_row
140 if(isset($group_row_item)) { unset($group_row_item); } 
142 ?>\r
143                                                 <?php
145 $no_group_row_count = ( isset($user_row_item['no_group_row.']) ) ? sizeof($user_row_item['no_group_row.']) : 0;
146 for ($no_group_row_i = 0; $no_group_row_i < $no_group_row_count; $no_group_row_i++)
148  $no_group_row_item = &$user_row_item['no_group_row.'][$no_group_row_i];
149  $no_group_row_item['S_ROW_COUNT'] = $no_group_row_i;
150  $no_group_row_item['S_NUM_ROWS'] = $no_group_row_count;
152 ?>\r
153                                                 <?php echo isset($no_group_row_item['L_NONE']) ? $no_group_row_item['L_NONE'] : ''; ?><br />\r
154                                                 <?php
156 } // END no_group_row
158 if(isset($no_group_row_item)) { unset($no_group_row_item); } 
160 ?>\r
161                                         </span></td>\r
162                                         <td class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>" width="33%"><span class="gen"><b><?php echo isset($this->vars['L_POSTS']) ? $this->vars['L_POSTS'] : $this->lang('L_POSTS'); ?>:</b> <?php echo isset($user_row_item['POSTS']) ? $user_row_item['POSTS'] : ''; ?> &nbsp; <a href="<?php echo isset($user_row_item['U_SEARCH']) ? $user_row_item['U_SEARCH'] : ''; ?>" class="gen" target="_blank"><?php echo isset($this->vars['L_FIND_ALL_POSTS']) ? $this->vars['L_FIND_ALL_POSTS'] : $this->lang('L_FIND_ALL_POSTS'); ?></a></span></td>\r
163                                 </tr>\r
164                                 <tr>\r
165                                         <td class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>" colspan="3"><span class="gen"><b><?php echo isset($this->vars['L_WEBSITE']) ? $this->vars['L_WEBSITE'] : $this->lang('L_WEBSITE'); ?>:</b> <a href="<?php echo isset($user_row_item['U_WEBSITE']) ? $user_row_item['U_WEBSITE'] : ''; ?>" class="gen" target="_blank"><?php echo isset($user_row_item['U_WEBSITE']) ? $user_row_item['U_WEBSITE'] : ''; ?></a></span></td>\r
166                                 </tr>\r
167                                 <tr>\r
168                                         <td class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>"><span class="gen">\r
169                                                 <a href="<?php echo isset($user_row_item['U_MANAGE']) ? $user_row_item['U_MANAGE'] : ''; ?>" class="gen"><?php echo isset($this->vars['L_MANAGE']) ? $this->vars['L_MANAGE'] : $this->lang('L_MANAGE'); ?></a><br /> \r
170                                                 <a href="<?php echo isset($user_row_item['U_PERMISSIONS']) ? $user_row_item['U_PERMISSIONS'] : ''; ?>" class="gen"><?php echo isset($this->vars['L_PERMISSIONS']) ? $this->vars['L_PERMISSIONS'] : $this->lang('L_PERMISSIONS'); ?></a><br /> \r
171                                                 <a href="mailto:<?php echo isset($user_row_item['EMAIL']) ? $user_row_item['EMAIL'] : ''; ?>" class="gen"><?php echo isset($this->vars['L_EMAIL']) ? $this->vars['L_EMAIL'] : $this->lang('L_EMAIL'); ?> [ <?php echo isset($user_row_item['EMAIL']) ? $user_row_item['EMAIL'] : ''; ?> ]</a><br />\r
172                                                 <a href="<?php echo isset($user_row_item['U_PM']) ? $user_row_item['U_PM'] : ''; ?>" class="gen"><?php echo isset($this->vars['L_PM']) ? $this->vars['L_PM'] : $this->lang('L_PM'); ?></a>\r
173                                         </span></td>\r
174                                         <td colspan="2" class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>"><?php echo isset($user_row_item['I_AVATAR']) ? $user_row_item['I_AVATAR'] : ''; ?></td>\r
175                                 </tr>\r
176                         </table>\r
177                 </td>\r
178         </tr>\r
179         <?php
181 } // END user_row
183 if(isset($user_row_item)) { unset($user_row_item); } 
185 ?>\r
186         <tr>\r
187                 <td class="catbottom" colspan="8">\r
188                         <select name="mode" class="post">\r
189                                 <option value=""><?php echo isset($this->vars['L_SELECT']) ? $this->vars['L_SELECT'] : $this->lang('L_SELECT'); ?></option>\r
190                                 <option value="delete"><?php echo isset($this->vars['L_DELETE']) ? $this->vars['L_DELETE'] : $this->lang('L_DELETE'); ?></option>\r
191                                 <option value="ban"><?php echo isset($this->vars['L_BAN']) ? $this->vars['L_BAN'] : $this->lang('L_BAN'); ?></option>\r
192                                 <option value="activate"><?php echo isset($this->vars['L_ACTIVATE_DEACTIVATE']) ? $this->vars['L_ACTIVATE_DEACTIVATE'] : $this->lang('L_ACTIVATE_DEACTIVATE'); ?></option>\r
193                                 <option value="group"><?php echo isset($this->vars['L_ADD_GROUP']) ? $this->vars['L_ADD_GROUP'] : $this->lang('L_ADD_GROUP'); ?></option>\r
194                         </select>\r
195                         <input type="submit" name="go" value="<?php echo isset($this->vars['L_GO']) ? $this->vars['L_GO'] : $this->lang('L_GO'); ?>" class="mainoption">\r
196                 </td>\r
197         </tr>\r
198 </table>\r
199 \r
200 <table width="100%" cellpadding="3" cellspacing="1" border="0">\r
201         <tr>\r
202                 <td align="left" width="50%"><span class="gen"><?php echo isset($this->vars['PAGE_NUMBER']) ? $this->vars['PAGE_NUMBER'] : $this->lang('PAGE_NUMBER'); ?></span></td>\r
203                 <td align="right" width="50%"><span class="gen"><?php echo isset($this->vars['PAGINATION']) ? $this->vars['PAGINATION'] : $this->lang('PAGINATION'); ?></span></td>\r
204         </tr>\r
205 </table>\r
206 </form>\r
207 \r
208 <br clear="all" />