Copyright (C) 2005 James Grant Copyright (C) 2007 David Grant This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ?> "; display_messages(); echo "

".i18n("Role and Account Management")."

"; echo "
"; } else { $type = $_SESSION['users_type']; $m = $user_what[$type]; send_header("Role and Account Management", array("$m Main" => "{$type}_main.php") ); } ?>
'.i18n("Role: {$user_what[$t]}").''; echo "
"; if($u["{$t}_active"] == 'yes') { echo happy(i18n('Active')); $a = 'disabled="disabled"'; $d = ''; } else { echo notice(i18n('Deactivated')); $a = ''; $d = 'disabled="disabled"'; } ?>
onclick="activate('');return false;" type="submit" value=""> onclick="deactivate('');return false;" type="submit" value=""> onclick="remove('');return false;" type="submit" value="">


"; echo '
    '; echo '
  • '.i18n("An Active Role indicates you would like to participate in the %1 %2 as that role (Judge, Volunteer, etc.)",array($config['FAIRYEAR'],$config['fairname'])); echo '
  • '.i18n("A Deactivated Role indicates you cannot participate in the deactivated roles this year, but would like remain on the mailing lists for future years. You can activate your deactivated role at any time."); echo '
  • '.i18n("The Remove Role button completely deletes the role from your account. You will not receive future emails for the removed role. This action cannot be undone."); echo '
  • '.i18n("The Delete Entire Account button below completely deletes your entire account. You will not receive any future email for any roles. It completely removes you from the system. This action cannot be undone."); echo '
'; echo ""; echo ""; echo ""; echo "
"; if(get_value_from_array($_SESSION, 'embed') != true) send_footer(); ?>