[ 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_plugins/login_menu/login_menu_template.php,v $ 14 | $Revision: 1.6 $ 15 | $Date: 2006/10/21 17:23:39 $ 16 | $Author: e107coders $ 17 +----------------------------------------------------------------------------+ 18 */ 19 $sc_style['LM_SIGNUP_LINK']['pre'] = "<br />[ "; 20 $sc_style['LM_SIGNUP_LINK']['post'] = " ]"; 21 22 $sc_style['LM_FPW_LINK']['pre'] = "<br />[ "; 23 $sc_style['LM_FPW_LINK']['post'] = " ]"; 24 25 $sc_style['LM_RESEND_LINK']['pre'] = "<br />[ "; 26 $sc_style['LM_RESEND_LINK']['post'] = " ]"; 27 28 $sc_style['LM_REMEMBERME']['pre'] = "<br />"; 29 $sc_style['LM_REMEMBERME']['post'] = ""; 30 31 if (!isset($LOGIN_MENU_FORM)){ 32 33 $LOGIN_MENU_FORM = " 34 <div style='text-align: center'>". 35 LOGIN_MENU_L1." 36 <br />\n 37 {LM_USERNAME_INPUT} 38 <br />". 39 LOGIN_MENU_L2." 40 <br />\n 41 {LM_PASSWORD_INPUT} 42 <br />\n 43 {LM_IMAGECODE} 44 {LM_LOGINBUTTON} 45 {LM_REMEMBERME} 46 <br /> 47 {LM_SIGNUP_LINK} 48 {LM_FPW_LINK} 49 {LM_RESEND_LINK} 50 </div> 51 "; 52 } 53 54 if (!isset($LOGIN_MENU_LOGGED)){ 55 $sc_style['LM_ADMINLINK']['pre'] = ""; 56 $sc_style['LM_ADMINLINK']['post'] = "<br />"; 57 58 $LOGIN_MENU_LOGGED = " 59 {LM_MAINTENANCE} 60 {LM_ADMINLINK_BULLET} {LM_ADMINLINK} 61 {LM_BULLET} {LM_USERSETTINGS}<br /> 62 {LM_BULLET} {LM_PROFILE}<br /> 63 {LM_BULLET} {LM_LOGOUT} 64 "; 65 } 66 67 if (!isset($LOGIN_MENU_MESSAGE)){ 68 $LOGIN_MENU_MESSAGE = '<div style="text-align: center;">{LM_MESSAGE}</div>'; 69 } 70 ?>
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 |