[ Index ] |
|
Code source de Mantis 1.1.0rc3 |
1 <?php 2 # Mantis - a php based bugtracking system 3 4 # Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org 5 # Copyright (C) 2002 - 2007 Mantis Team - mantisbt-dev@lists.sourceforge.net 6 7 # Mantis is free software: you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License as published by 9 # the Free Software Foundation, either version 2 of the License, or 10 # (at your option) any later version. 11 # 12 # Mantis is distributed in the hope that it will be useful, 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 # GNU General Public License for more details. 16 # 17 # You should have received a copy of the GNU General Public License 18 # along with Mantis. If not, see <http://www.gnu.org/licenses/>. 19 20 # -------------------------------------------------------- 21 # $Id: login_select_proj_page.php,v 1.38.4.1 2007-10-13 22:33:20 giallu Exp $ 22 # -------------------------------------------------------- 23 24 # Allows the user to select a project that is visible to him 25 26 require_once ( 'core.php' ); 27 28 auth_ensure_user_authenticated(); 29 30 $f_ref = gpc_get_string( 'ref', '' ); 31 32 html_page_top1( lang_get( 'select_project_button' ) ); 33 html_page_top2(); 34 ?> 35 36 <!-- Project Select Form BEGIN --> 37 <br /> 38 <div align="center"> 39 <form method="post" action="set_project.php"> 40 <table class="width50" cellspacing="1"> 41 <tr> 42 <td class="form-title" colspan="2"> 43 <input type="hidden" name="ref" value="<?php echo string_html_specialchars( $f_ref ) ?>" /> 44 <?php echo lang_get( 'select_project_button' ) ?> 45 </td> 46 </tr> 47 <tr class="row-1"> 48 <td class="category" width="40%"> 49 <?php echo lang_get( 'choose_project' ) ?> 50 </td> 51 <td width="60%"> 52 <select name="project_id"> 53 <?php print_project_option_list( ALL_PROJECTS, false, null, true ) ?> 54 </select> 55 </td> 56 </tr> 57 <tr class="row-2"> 58 <td class="category"> 59 <?php echo lang_get( 'make_default' ) ?> 60 </td> 61 <td> 62 <input type="checkbox" name="make_default" /> 63 </td> 64 </tr> 65 <tr> 66 <td class="center" colspan="2"> 67 <input type="submit" class="button" value="<?php echo lang_get( 'select_project_button') ?>" /> 68 </td> 69 </tr> 70 </table> 71 </form> 72 </div> 73 74 <?php html_page_bottom1( __FILE__ ) ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Thu Nov 29 09:42:17 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |