[ 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_themes/templates/userposts_template.php,v $ 14 | $Revision: 1.6 $ 15 | $Date: 2006/07/16 19:56:47 $ 16 | $Author: e107coders $ 17 +----------------------------------------------------------------------------+ 18 */ 19 if (!defined('e107_INIT')) { exit; } 20 if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%"); } 21 22 if(!isset($USERPOSTS_NP_TABLE)){ 23 $USERPOSTS_NP_TABLE = "<div class='nextprev'>{USERPOSTS_NEXTPREV}</div>"; 24 } 25 26 // ##### USERPOSTS_COMMENTS TABLE ----------------------------------------------------------------- 27 if(!$USERPOSTS_COMMENTS_TABLE_START){ 28 $USERPOSTS_COMMENTS_TABLE_START = " 29 <div style='text-align:center'> 30 <table class='fborder' style='".USER_WIDTH."'>\n"; 31 } 32 if(!$USERPOSTS_COMMENTS_TABLE){ 33 $USERPOSTS_COMMENTS_TABLE = " 34 <tr> 35 <td class='fcaption'> 36 {USERPOSTS_COMMENTS_HREF_PRE}<b>{USERPOSTS_COMMENTS_HEADING}</b></a> 37 <span class='smalltext'>{USERPOSTS_COMMENTS_DATESTAMP} ({USERPOSTS_COMMENTS_TYPE})</span> 38 </td> 39 </tr> 40 <tr> 41 <td class='forumheader3'> 42 {USERPOSTS_COMMENTS_COMMENT} 43 </td> 44 </tr> 45 "; 46 } 47 if(!$USERPOSTS_COMMENTS_TABLE_END){ 48 $USERPOSTS_COMMENTS_TABLE_END = " 49 </table> 50 </div>"; 51 } 52 // ##### ------------------------------------------------------------------------------------------ 53 54 // ##### USERPOSTS FORUM TABLE -------------------------------------------------------------------- 55 if(!$USERPOSTS_FORUM_TABLE_START){ 56 $USERPOSTS_FORUM_TABLE_START = " 57 <div style='text-align:center'> 58 <form method='post' action='".e_SELF."?".e_QUERY."'> 59 <table class='fborder' style='".USER_WIDTH."'>"; 60 } 61 if(!$USERPOSTS_FORUM_TABLE){ 62 $USERPOSTS_FORUM_TABLE .= " 63 <tr> 64 <td class='fcaption'> 65 {USERPOSTS_FORUM_TOPIC_HREF_PRE}<b>{USERPOSTS_FORUM_TOPIC_PRE} {USERPOSTS_FORUM_TOPIC}</b></a> 66 <span class='smalltext'>({USERPOSTS_FORUM_NAME_HREF_PRE}<b>{USERPOSTS_FORUM_NAME}</b></a>)</span> 67 <span class='smalltext'>{USERPOSTS_FORUM_DATESTAMP}</span> 68 </td> 69 </tr> 70 <tr> 71 <td class='forumheader3'> 72 {USERPOSTS_FORUM_THREAD} 73 </td> 74 </tr> 75 "; 76 } 77 if(!$USERPOSTS_FORUM_TABLE_END){ 78 $USERPOSTS_FORUM_TABLE_END = " 79 <tr> 80 <td class='forumheader' style='text-align:right'> 81 {USERPOSTS_FORUM_SEARCH} 82 </td> 83 </tr> 84 </table> 85 </form> 86 </div>"; 87 } 88 // ##### ------------------------------------------------------------------------------------------ 89 90 91 ?>
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 |