]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - phpBB2/cache/tpl_subSilver.admin.userlist_body.php
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / phpBB2 / cache / tpl_subSilver.admin.userlist_body.php
diff --git a/phpBB2/cache/tpl_subSilver.admin.userlist_body.php b/phpBB2/cache/tpl_subSilver.admin.userlist_body.php
deleted file mode 100644 (file)
index 2710985..0000000
+++ /dev/null
@@ -1,208 +0,0 @@
-<?php
-
-// eXtreme Styles mod cache. Generated on Sun, 12 Jun 2005 15:47:18 -0400 (time=1118605638)
-
-?><script language="javascript" type="text/javascript">\r
-<!--\r
-\r
-function handleClick(id) {\r
-       var obj = "";   \r
-\r
-               // Check browser compatibility\r
-               if(document.getElementById)\r
-                       obj = document.getElementById(id);\r
-               else if(document.all)\r
-                       obj = document.all[id];\r
-               else if(document.layers)\r
-                       obj = document.layers[id];\r
-               else\r
-                       return 1;\r
-\r
-               if (!obj) {\r
-                       return 1;\r
-               }\r
-               else if (obj.style) \r
-               {                       \r
-                       obj.style.display = ( obj.style.display != "none" ) ? "none" : "";\r
-               }\r
-               else \r
-               { \r
-                       obj.visibility = "show"; \r
-               }\r
-}\r
-//-->\r
-</script>\r
-\r
-<h1><?php echo isset($this->vars['L_TITLE']) ? $this->vars['L_TITLE'] : $this->lang('L_TITLE'); ?></h1>\r
-\r
-<p><?php echo isset($this->vars['L_DESCRIPTION']) ? $this->vars['L_DESCRIPTION'] : $this->lang('L_DESCRIPTION'); ?></p>\r
-\r
-<form action="<?php echo isset($this->vars['S_ACTION']) ? $this->vars['S_ACTION'] : $this->lang('S_ACTION'); ?>" method="post">\r
-<table width="100%" cellpadding="3" cellspacing="1" border="0">\r
-       <tr>\r
-               <td width="100%">&nbsp;</td>\r
-               <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
-               <td nowrap="nowrap"><select name="sort" class="post">\r
-                       <option value="user_id"><?php echo isset($this->vars['L_USER_ID']) ? $this->vars['L_USER_ID'] : $this->lang('L_USER_ID'); ?></option>\r
-                       <option value="user_active"><?php echo isset($this->vars['L_ACTIVE']) ? $this->vars['L_ACTIVE'] : $this->lang('L_ACTIVE'); ?></option>\r
-                       <option value="username"><?php echo isset($this->vars['L_USERNAME']) ? $this->vars['L_USERNAME'] : $this->lang('L_USERNAME'); ?></option>\r
-                       <option value="user_regdate"><?php echo isset($this->vars['L_JOINED']) ? $this->vars['L_JOINED'] : $this->lang('L_JOINED'); ?></option>\r
-                       <option value="user_session_time"><?php echo isset($this->vars['L_ACTIVTY']) ? $this->vars['L_ACTIVTY'] : $this->lang('L_ACTIVTY'); ?></option>\r
-                       <option value="user_level"><?php echo isset($this->vars['L_USER_LEVEL']) ? $this->vars['L_USER_LEVEL'] : $this->lang('L_USER_LEVEL'); ?></option>\r
-                       <option value="user_posts"><?php echo isset($this->vars['L_POSTS']) ? $this->vars['L_POSTS'] : $this->lang('L_POSTS'); ?></option>\r
-                       <option value="user_rank"><?php echo isset($this->vars['L_RANK']) ? $this->vars['L_RANK'] : $this->lang('L_RANK'); ?></option>\r
-                       <option value="user_email"><?php echo isset($this->vars['L_EMAIL']) ? $this->vars['L_EMAIL'] : $this->lang('L_EMAIL'); ?></option>\r
-               </select></td>\r
-               <td nowrap="nowrap"><select name="order" class="post">\r
-                       <option value="ASC"><?php echo isset($this->vars['L_ASCENDING']) ? $this->vars['L_ASCENDING'] : $this->lang('L_ASCENDING'); ?></option>\r
-                       <option value="DESC"><?php echo isset($this->vars['L_DESCENDING']) ? $this->vars['L_DESCENDING'] : $this->lang('L_DESCENDING'); ?></option>\r
-               </select></td>\r
-               <td nowrap="nowrap"><span class="gen"><?php echo isset($this->vars['L_SHOW']) ? $this->vars['L_SHOW'] : $this->lang('L_SHOW'); ?></span></td>\r
-               <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
-               <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
-       </tr>\r
-</table>\r
-</form>\r
-\r
-<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> \r
-       <tr> \r
-               <?php
-
-$alphanumsearch_count = ( isset($this->_tpldata['alphanumsearch.']) ) ?  sizeof($this->_tpldata['alphanumsearch.']) : 0;
-for ($alphanumsearch_i = 0; $alphanumsearch_i < $alphanumsearch_count; $alphanumsearch_i++)
-{
- $alphanumsearch_item = &$this->_tpldata['alphanumsearch.'][$alphanumsearch_i];
- $alphanumsearch_item['S_ROW_COUNT'] = $alphanumsearch_i;
- $alphanumsearch_item['S_NUM_ROWS'] = $alphanumsearch_count;
-
-?> \r
-               <td align="left" width="<?php echo isset($alphanumsearch_item['SEARCH_SIZE']) ? $alphanumsearch_item['SEARCH_SIZE'] : ''; ?>"><span class="genmed"> \r
-                       <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
-               </span></td> \r
-               <?php
-
-} // END alphanumsearch
-
-if(isset($alphanumsearch_item)) { unset($alphanumsearch_item); } 
-
-?> \r
-       </tr> \r
-</table>\r
-\r
-<form action="<?php echo isset($this->vars['S_ACTION']) ? $this->vars['S_ACTION'] : $this->lang('S_ACTION'); ?>" method="post">\r
-<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">\r
-       <tr>\r
-               <th width="13%">&nbsp;</th>\r
-               <th width="22%"><?php echo isset($this->vars['L_USERNAME']) ? $this->vars['L_USERNAME'] : $this->lang('L_USERNAME'); ?></th>\r
-               <th width="22%"><?php echo isset($this->vars['L_ACTIVE']) ? $this->vars['L_ACTIVE'] : $this->lang('L_ACTIVE'); ?></th>\r
-               <th width="22%"><?php echo isset($this->vars['L_JOINED']) ? $this->vars['L_JOINED'] : $this->lang('L_JOINED'); ?></th>\r
-               <th width="22%"><?php echo isset($this->vars['L_ACTIVTY']) ? $this->vars['L_ACTIVTY'] : $this->lang('L_ACTIVTY'); ?></th>\r
-       </tr>\r
-       <?php
-
-$user_row_count = ( isset($this->_tpldata['user_row.']) ) ?  sizeof($this->_tpldata['user_row.']) : 0;
-for ($user_row_i = 0; $user_row_i < $user_row_count; $user_row_i++)
-{
- $user_row_item = &$this->_tpldata['user_row.'][$user_row_i];
- $user_row_item['S_ROW_COUNT'] = $user_row_i;
- $user_row_item['S_NUM_ROWS'] = $user_row_count;
-
-?>\r
-       <tr>\r
-               <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
-               <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
-               <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
-               <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
-               <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
-       </tr>\r
-       <tr id="user<?php echo isset($user_row_item['USER_ID']) ? $user_row_item['USER_ID'] : ''; ?>" style="display: none">\r
-               <td class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>" width="13%">&nbsp;</td>\r
-               <td class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>" colspan="4" width="100%">\r
-                       <table  width="100%" cellpadding="3" cellspacing="1" border="0">\r
-                               <tr>\r
-                                       <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
-                                       <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
-                                               <?php
-
-$group_row_count = ( isset($user_row_item['group_row.']) ) ? sizeof($user_row_item['group_row.']) : 0;
-for ($group_row_i = 0; $group_row_i < $group_row_count; $group_row_i++)
-{
- $group_row_item = &$user_row_item['group_row.'][$group_row_i];
- $group_row_item['S_ROW_COUNT'] = $group_row_i;
- $group_row_item['S_NUM_ROWS'] = $group_row_count;
-
-?>\r
-                                               <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
-                                               <?php
-
-} // END group_row
-
-if(isset($group_row_item)) { unset($group_row_item); } 
-
-?>\r
-                                               <?php
-
-$no_group_row_count = ( isset($user_row_item['no_group_row.']) ) ? sizeof($user_row_item['no_group_row.']) : 0;
-for ($no_group_row_i = 0; $no_group_row_i < $no_group_row_count; $no_group_row_i++)
-{
- $no_group_row_item = &$user_row_item['no_group_row.'][$no_group_row_i];
- $no_group_row_item['S_ROW_COUNT'] = $no_group_row_i;
- $no_group_row_item['S_NUM_ROWS'] = $no_group_row_count;
-
-?>\r
-                                               <?php echo isset($no_group_row_item['L_NONE']) ? $no_group_row_item['L_NONE'] : ''; ?><br />\r
-                                               <?php
-
-} // END no_group_row
-
-if(isset($no_group_row_item)) { unset($no_group_row_item); } 
-
-?>\r
-                                       </span></td>\r
-                                       <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
-                               </tr>\r
-                               <tr>\r
-                                       <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
-                               </tr>\r
-                               <tr>\r
-                                       <td class="<?php echo isset($user_row_item['ROW_CLASS']) ? $user_row_item['ROW_CLASS'] : ''; ?>"><span class="gen">\r
-                                               <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
-                                               <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
-                                               <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
-                                               <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
-                                       </span></td>\r
-                                       <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
-                               </tr>\r
-                       </table>\r
-               </td>\r
-       </tr>\r
-       <?php
-
-} // END user_row
-
-if(isset($user_row_item)) { unset($user_row_item); } 
-
-?>\r
-       <tr>\r
-               <td class="catbottom" colspan="8">\r
-                       <select name="mode" class="post">\r
-                               <option value=""><?php echo isset($this->vars['L_SELECT']) ? $this->vars['L_SELECT'] : $this->lang('L_SELECT'); ?></option>\r
-                               <option value="delete"><?php echo isset($this->vars['L_DELETE']) ? $this->vars['L_DELETE'] : $this->lang('L_DELETE'); ?></option>\r
-                               <option value="ban"><?php echo isset($this->vars['L_BAN']) ? $this->vars['L_BAN'] : $this->lang('L_BAN'); ?></option>\r
-                               <option value="activate"><?php echo isset($this->vars['L_ACTIVATE_DEACTIVATE']) ? $this->vars['L_ACTIVATE_DEACTIVATE'] : $this->lang('L_ACTIVATE_DEACTIVATE'); ?></option>\r
-                               <option value="group"><?php echo isset($this->vars['L_ADD_GROUP']) ? $this->vars['L_ADD_GROUP'] : $this->lang('L_ADD_GROUP'); ?></option>\r
-                       </select>\r
-                       <input type="submit" name="go" value="<?php echo isset($this->vars['L_GO']) ? $this->vars['L_GO'] : $this->lang('L_GO'); ?>" class="mainoption">\r
-               </td>\r
-       </tr>\r
-</table>\r
-\r
-<table width="100%" cellpadding="3" cellspacing="1" border="0">\r
-       <tr>\r
-               <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
-               <td align="right" width="50%"><span class="gen"><?php echo isset($this->vars['PAGINATION']) ? $this->vars['PAGINATION'] : $this->lang('PAGINATION'); ?></span></td>\r
-       </tr>\r
-</table>\r
-</form>\r
-\r
-<br clear="all" />
\ No newline at end of file