Main Page | Directories | File List | File Members

requirements.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: requirements.php 5429 2006-02-17 22:59:20Z toddy $
00006 #
00007 #  Copyright 1999-2000 (c) The SourceForge Crew
00008 #  Copyright 2000-2003 (c) Free Software Foundation
00009 #                          Mathieu Roy <yeupou--at--gnu.org>
00010 #
00011 #  Copyright 2005      (c) Sylvain Beucler <beuc--beuc.net>
00012 # 
00013 # The Savane project is free software; you can redistribute it and/or
00014 # modify it under the terms of the GNU General Public License
00015 # as published by the Free Software Foundation; either version 2
00016 # of the License, or (at your option) any later version.
00017 #
00018 # The Savane project is distributed in the hope that it will be useful,
00019 # but WITHOUT ANY WARRANTY; without even the implied warranty of
00020 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00021 # GNU General Public License for more details.
00022 #
00023 # You should have received a copy of the GNU General Public License
00024 # along with the Savane project; if not, write to the Free Software
00025 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00026 
00027 
00028 require "../include/pre.php";  # Initial db and session library, opens session
00029 #session_require(array(isloggedin=>1));
00030 $HTML->header(array(title=>_("Services and Requirements")));
00031 
00032 print '<h2>'._("Step 1: Services and Requirements").'</h2>';
00033 
00034 # get site-specific content
00035 utils_get_content("register/requirements");
00036 
00037 print '<form action="basicinfo.php" method="post">';
00038 print '<div align="center">';
00039 print '<input type=submit name="Submit" value="'._("Step 2: Project Description and Dependencies (Requires Login)").'" />';
00040 print '</div>';
00041 print '</form>';
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