[ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 3 if (!defined('e107_INIT')) { exit; } 4 if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:98%"); } 5 6 // ##### LOGIN TABLE ------------------------------------------------------------------------------- 7 if(!$BANNER_LOGIN_TABLE){ 8 $BANNER_LOGIN_TABLE = " 9 <div style='align:center'>\n 10 <form method='post' action='".e_SELF."'>\n 11 <table style='width:40%'> 12 <tr> 13 <td style='width:15%' class='defaulttext'>".BANNERLAN_16."</td> 14 <td>{BANNER_LOGIN_TABLE_LOGIN}\n</td> 15 </tr> 16 <tr> 17 <td style='width:15%' class='defaulttext'>".BANNERLAN_17."</td> 18 <td>{BANNER_LOGIN_TABLE_PASSW}\n</td> 19 </tr> 20 <tr> 21 <td style='width:15%'></td> 22 <td>{BANNER_LOGIN_TABLE_SUBMIT}</td> 23 </tr> 24 </table> 25 </form> 26 </div>"; 27 28 } 29 // ##### ------------------------------------------------------------------------------------------ 30 31 // ##### BANNER TABLE ----------------------------------------------------------------------------- 32 if(!$BANNER_TABLE_START){ 33 $BANNER_TABLE_START = " 34 <table class='fborder' style='".USER_WIDTH."; border:1px solid #000' border='1'> 35 <tr><td colspan='7' style='text-align:center' class='fcaption'>".BANNERLAN_21."</td></tr> 36 <tr> 37 <td class='forumheader' style='text-align:center'>".BANNERLAN_22."</td> 38 <td class='forumheader' style='text-align:center'>".BANNERLAN_23."</td> 39 <td class='forumheader' style='text-align:center'>".BANNERLAN_24."</td> 40 <td class='forumheader' style='text-align:center'>".BANNERLAN_25."</td> 41 <td class='forumheader' style='text-align:center'>".BANNERLAN_26."</td> 42 <td class='forumheader' style='text-align:center'>".BANNERLAN_27."</td> 43 <td class='forumheader' style='text-align:center'>".BANNERLAN_28."</td> 44 </tr>"; 45 } 46 if(!$BANNER_TABLE){ 47 $BANNER_TABLE = " 48 <tr> 49 <td class='forumheader3' style='text-align:center'>{BANNER_TABLE_CLIENTNAME}</td> 50 <td class='forumheader3' style='text-align:center'>{BANNER_TABLE_BANNER_ID}</td> 51 <td class='forumheader3' style='text-align:center'>{BANNER_TABLE_BANNER_CLICKS}</td> 52 <td class='forumheader3' style='text-align:center'>{BANNER_TABLE_CLICKPERCENTAGE}</td> 53 <td class='forumheader3' style='text-align:center'>{BANNER_TABLE_BANNER_IMPRESSIONS}</td> 54 <td class='forumheader3' style='text-align:center'>{BANNER_TABLE_IMPRESSIONS_PURCHASED}</td> 55 <td class='forumheader3' style='text-align:center'>{BANNER_TABLE_IMPRESSIONS_LEFT}</td> 56 </tr> 57 <tr> 58 <td class='forumheader3' style='text-align:center'> </td> 59 <td colspan='2' class='forumheader3' style='text-align:center'>{BANNER_TABLE_ACTIVE}</td> 60 <td colspan='4' class='forumheader3' style='text-align:center'>{BANNER_TABLE_STARTDATE} {BANNER_TABLE_ENDDATE}</td>"; 61 62 if($BANNER_TABLE_IP){ 63 $BANNER_TABLE .= " 64 </tr> 65 <tr> 66 <td class='forumheader3'>".BANNERLAN_35.": {BANNER_TABLE_IP_LAN}</td> 67 <td colspan='6' class='forumheader3'>{BANNER_TABLE_IP}</td>"; 68 } 69 70 $BANNER_TABLE .= " 71 </tr> 72 <tr><td colspan='7'> </td></tr>"; 73 } 74 if(!$BANNER_TABLE_END){ 75 $BANNER_TABLE_END = " 76 </table>"; 77 } 78 // ##### ------------------------------------------------------------------------------------------ 79 80 // ##### BANNER MENU ----------------------------------------------------------------------------- 81 if(!isset($BANNER_MENU_START)){ 82 $BANNER_MENU_START = "<div style='text-align:center;'>"; 83 } 84 if(!isset($BANNER_MENU)){ 85 $BANNER_MENU = "{BANNER}<br /><br />"; 86 } 87 if(!isset($BANNER_MENU_END)){ 88 $BANNER_MENU_END = "</div>"; 89 } 90 // ##### ------------------------------------------------------------------------------------------ 91 92 ?>
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 |