[ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 3 4 if (!defined('e107_INIT')) { exit; } 5 if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:70%"); } 6 7 // ##### FPW TABLE ----------------------------------------------------------------------------- 8 if(!$FPW_TABLE){ 9 $FPW_TABLE = " 10 <div style='text-align:center'> 11 <form method='post' action='".e_SELF."'> 12 <table style='".USER_WIDTH."' class='fborder'> 13 14 <tr> 15 <td class='fcaption' colspan='2'>".LAN_05."</td> 16 </tr> 17 18 <tr> 19 <td class='forumheader3' style='width:70%'>".LAN_FPW1.":</td> 20 <td class='forumheader3' style='width:30%;text-align:center'> 21 <input class='tbox' type='text' name='username' size='40' value='' maxlength='100' /> 22 </td> 23 </tr> 24 25 <tr> 26 <td class='forumheader3' style='width:70%'>".LAN_112.":</td> 27 <td class='forumheader3' style='width:30%; text-align:center'> 28 <input class='tbox' type='text' name='email' size='40' value='' maxlength='100' /> 29 </td> 30 </tr>"; 31 32 if($FPW_TABLE_SECIMG_SECIMG){ 33 $FPW_TABLE .= " 34 <tr> 35 <td class='forumheader3' style='width:25%'>{FPW_TABLE_SECIMG_LAN}</td> 36 <td class='forumheader3' style='width:75%;text-align:left'>{FPW_TABLE_SECIMG_HIDDEN} {FPW_TABLE_SECIMG_SECIMG}<br /> 37 {FPW_TABLE_SECIMG_TEXTBOC}<br /> 38 </td> 39 </tr>"; 40 } 41 42 $FPW_TABLE .=" 43 <tr style='vertical-align:top'> 44 <td class='forumheader' colspan='2' style='text-align:center'> 45 <input class='button' type='submit' name='pwsubmit' value='".LAN_156."' /> 46 </td> 47 </tr> 48 </table> 49 </form> 50 </div>"; 51 } 52 // ##### ------------------------------------------------------------------------------------------ 53 54 // ##### FPW HEADER TABLE ------------------------------------------------------------------------- 55 if(!$FPW_TABLE_HEADER){ 56 $FPW_TABLE_HEADER = " 57 <div style='width:100%;text-align:center;margin-left:auto;margin-right:auto'> 58 <div style='width:70%;margin-left:auto;margin-right:auto;text-align:center;'><br /> 59 ".(file_exists(THEME."images/login_logo.png") ? "<img src='".THEME."images/login_logo.png' alt='' />\n" : "<img src='".e_IMAGE."logo.png' alt='' />\n")." 60 <br />"; 61 } 62 // ##### ------------------------------------------------------------------------------------------ 63 64 // ##### FPW FOOTER TABLE ------------------------------------------------------------------------- 65 if(!$FPW_TABLE_FOOTER){ 66 $FPW_TABLE_FOOTER = "</div></div>"; 67 } 68 // ##### ------------------------------------------------------------------------------------------ 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 |