Main Page | Directories | File List | File Members

suspended.php

Go to the documentation of this file.
00001 <?php
00002 # This file is part of the Savane project
00003 # <http://gna.org/projects/savane/>
00004 #
00005 # $Id: suspended.php 4567 2005-06-30 17:19:37Z toddy $
00006 #
00007 #
00008 #
00009 # Copyright 1999-2000 (c) The SourceForge Crew
00010 #
00011 #
00012 #  Copyright (C) 2000, 2001, 2002 Free Software Foundation
00013 #
00014 # The Savane project is free software; you can redistribute it and/or
00015 # modify it under the terms of the GNU General Public License
00016 # as published by the Free Software Foundation; either version 2
00017 # of the License, or (at your option) any later version.
00018 #
00019 # The Savane project is distributed in the hope that it will be useful,
00020 # but WITHOUT ANY WARRANTY; without even the implied warranty of
00021 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00022 # GNU General Public License for more details.
00023 #
00024 # You should have received a copy of the GNU General Public License
00025 # along with the Savane project; if not, write to the Free Software
00026 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00027 #
00028 #
00029 #
00030 #
00031 
00032 require "../include/pre.php";    
00033 $HTML->header(array(title=>_("Suspended Account")));
00034 
00035 echo '<h3>'._("Suspended Account").'</h3>';
00036 
00037 $mail='<a href="mailto:'.$GLOBALS['sys_admin_list'].'@'.$GLOBALS['sys_lists_domain'].'">'.$GLOBALS['sys_admin_list'].'@'.$GLOBALS['sys_lists_domain'].'</a>';
00038 
00039 echo '<p>'._("Your account has been suspended.").'</p>';
00040 printf ('<p>'._("If you have questions regarding your suspension, please email %s."),$mail);
00041 echo _("Inquiries through other channels will be directed to this address.").'</p>';
00042 
00043 $HTML->footer(array());
00044 
00045 ?>

Generated on Sun Feb 26 13:23:04 2006 for Savane PHP Frontend Developer Reference by  doxygen 1.4.4