[ 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:96%"); } 5 6 // ##### ONLINE TABLE ----------------------------------------------------------------------------- 7 if(!$ONLINE_TABLE_START){ 8 $ONLINE_TABLE_START = " 9 <div style='text-align:center'> 10 <table class='fborder' style='".USER_WIDTH."'> 11 <tr> 12 <td class='forumheader' style='width:3%'> </td> 13 <td class='forumheader' style='width:43%'>".ONLINE_EL10."</td> 14 <td class='forumheader' style='width:50%'>".ONLINE_EL11."</td> 15 </tr>"; 16 } 17 if(!$ONLINE_TABLE){ 18 $ONLINE_TABLE = " 19 <tr> 20 <td class='forumheader3' style='width:3%;text-align:center'>{ONLINE_TABLE_ICON}</td> 21 <td class='forumheader3' style='width:45%'>{ONLINE_TABLE_USERNAME}</td> 22 <td class='forumheader3' style='width:50%'>{ONLINE_TABLE_LOCATION}<br /></td> 23 </tr>"; 24 } 25 if(!$ONLINE_TABLE_END){ 26 $ONLINE_TABLE_END = " 27 </table> 28 </div> 29 <br /> 30 ".ONLINE_EL1.GUESTS_ONLINE.", 31 ".ONLINE_EL2.MEMBERS_ONLINE." ...<br /> 32 <br />{ONLINE_TABLE_MOST_EVER_ONLINE} 33 <br />({ONLINE_TABLE_MOST_MEMBERS_ONLINE}, {ONLINE_TABLE_MOST_GUESTS_ONLINE}) ".ONLINE_EL9." {ONLINE_TABLE_DATESTAMP}<br /> 34 {ONLINE_TABLE_MEMBERS_TOTAL}{ONLINE_TABLE_MEMBERS_NEWEST}"; 35 } 36 // ##### ------------------------------------------------------------------------------------------ 37 38 39 ?>
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 |