[ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 /* 3 + ----------------------------------------------------------------------------+ 4 | e107 website system 5 | 6 | ©Steve Dunstan 2001-2002 7 | http://e107.org 8 | jalist@e107.org 9 | 10 | Released under the terms and conditions of the 11 | GNU General Public License (http://gnu.org). 12 | 13 | $Source: /cvsroot/e107/e107_0.7/e107_admin/users_extended_predefined.php,v $ 14 | $Revision: 1.3 $ 15 | $Date: 2007/01/17 20:46:54 $ 16 | $Author: e107steved $ 17 +----------------------------------------------------------------------------+ 18 */ 19 20 if (!defined('e107_INIT')) { exit; } 21 22 function get_extended_predefined() 23 { 24 $ue_field['location'] = array( 25 "text" => EXTLAN_PRE1, 26 "type" => "textbox", 27 "include_text" => "class='tbox' size='80' maxlength='254'" 28 ); 29 30 $ue_field['aim'] = array( 31 "text" => EXTLAN_PRE2, 32 "type" => "textbox", 33 "include_text" => "class='tbox' size='40' maxlength='254'" 34 ); 35 36 $ue_field['icq'] = array( 37 "text" => EXTLAN_PRE3, 38 "type" => "textbox", 39 "include_text" => "class='tbox' size='40' maxlength='254'" 40 ); 41 42 $ue_field['yahoo'] = array( 43 "text" => EXTLAN_PRE4, 44 "type" => "textbox", 45 "include_text" => "class='tbox' size='40' maxlength='254'" 46 ); 47 48 $ue_field['homepage'] = array( 49 "text" => EXTLAN_PRE5, 50 "type" => "textbox", 51 "include_text" => "class='tbox' size='40' maxlength='254'", 52 "regex validation" => "#^[a-z0-9]+://#si" 53 ); 54 55 return $ue_field; 56 } 57 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |