[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_plugins/forum/templates/ -> forum_viewtopic_template.php (source)

   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/forum/templates/forum_viewtopic_template.php,v $
  14  |     $Revision: 1.27 $
  15  |     $Date: 2006/12/16 14:07:06 $
  16  |     $Author: mcfly_e107 $
  17  +----------------------------------------------------------------------------+
  18  */
  19  
  20  if (!defined('e107_INIT')) { exit; }
  21  if(!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%;margin-left:auto;margin-right:auto"); }
  22  
  23  
  24  $sc_style['LASTEDIT']['pre'] = "<br /><br /><span class='smallblacktext'>[ ".LAN_29." ";
  25  $sc_style['LASTEDIT']['post'] = " ]</span>";
  26  
  27  $sc_style['LEVEL']['pre'] = "<div class='spacer'>";
  28  $sc_style['LEVEL']['post'] = "</div>";
  29  
  30  $sc_style['ANON_IP']['pre'] = "<br /><div class='smalltext'>";
  31  $sc_style['ANON_IP']['post'] = "</div>";
  32  
  33  $sc_style['USER_EXTENDED']['location.text_value']['mid'] = ": ";
  34  $sc_style['USER_EXTENDED']['location.text_value']['post'] = "<br />";
  35  
  36  $FORUMSTART = "<a id='top'></a><div style='text-align:center'>
  37      <div class='spacer'>
  38      <table style='".USER_WIDTH."' class='fborder'>
  39      <tr>
  40      <td class='fcaption'>
  41      {BACKLINK}
  42      </td>
  43      <td class='fcaption' style='text-align: right'>
  44      <div class='smalltext'>&nbsp;
  45      {TRACK}
  46      </div>
  47      </td>
  48      <td class='fcaption' style='text-align: right'>
  49      <span class='smalltext'>
  50      {NEXTPREV}
  51      </span>
  52      </td>
  53      </tr>
  54      <tr>
  55      <td class='forumheader' colspan='3'>
  56      {THREADNAME}
  57      </td>
  58      </tr>
  59      </table>
  60      </div>
  61  
  62      <table style='".USER_WIDTH."'>
  63      <tr>
  64      <td style='width:60%; text-align: left'>
  65      {GOTOPAGES}
  66      </td>
  67      <td style='width:40%; text-align:right; white-space: nowrap'>
  68      {BUTTONS}
  69      </td>
  70      </tr>
  71      <tr>
  72      <td style='width:60%; text-align: left'>
  73      <div class='spacer'>
  74      {MODERATORS}
  75      </div>
  76      </td>
  77      <td style='width:40%; text-align:right'>
  78      {THREADSTATUS}
  79      </td>
  80      </tr>
  81      </table>
  82  
  83      <div class='spacer'>
  84      <table style='".USER_WIDTH."' class='fborder'>
  85      <tr>
  86      <td style='width:20%; text-align:center' class='fcaption'>
  87      ".LAN_402."
  88      </td>
  89      <td style='width:80%; text-align:center' class='fcaption'>
  90      ".LAN_403."
  91      </td>
  92      </tr>";
  93  
  94  $FORUMTHREADSTYLE = "<tr>
  95      <td class='forumheader' style='vertical-align:middle'>
  96      {NEWFLAG}
  97      {POSTER}
  98      {ANON_IP}
  99      </td>
 100      <td class='forumheader' style='vertical-align:middle'>
 101      <table cellspacing='0' cellpadding='0' style='width:100%'>
 102      <tr>
 103      <td class='smallblacktext'>
 104      {THREADDATESTAMP}
 105      </td>
 106      <td style='text-align:right'>
 107      {REPORTIMG}{EDITIMG}{QUOTEIMG}
 108      </td>
 109      </tr>
 110      </table>
 111      </td>
 112      </tr>
 113      <tr>
 114      <td class='forumheader3' style='vertical-align:top'>
 115      {CUSTOMTITLE}
 116      {AVATAR}
 117      <div class='smalltext'>
 118      {LEVEL=special}
 119      {LEVEL=pic}
 120      {LEVEL=userid}
 121      {JOINED}
 122      {USER_EXTENDED=location.text_value}
 123      {POSTS}
 124      </div>
 125      </td>
 126      <td class='forumheader3' style='vertical-align:top'>{POLL}
 127      {POST}
 128      {LASTEDIT}
 129      {SIGNATURE}
 130      </td>
 131      </tr>
 132      <tr>
 133       <td class='finfobar'>
 134      <span class='smallblacktext'>
 135      {TOP}
 136      </span>
 137      </td>
 138      <td class='finfobar' style='vertical-align:top'>
 139      <table cellspacing='0' cellpadding='0' style='width:100%'>
 140      <tr>
 141      <td>
 142      {PROFILEIMG}
 143       {EMAILIMG}
 144       {WEBSITEIMG}
 145       {PRIVMESSAGE}
 146      </td>
 147      <td style='text-align:right'>
 148      {MODOPTIONS}
 149      </td>
 150      </tr>
 151      </table>
 152      </td>
 153      </tr>
 154      <tr>
 155      <td colspan='2'>
 156      </td>
 157      </tr>";
 158  
 159  $FORUMEND = "<tr><td colspan='2' class='forumheader3' style='text-align:center'>{QUICKREPLY}</td></tr></table></div>
 160  
 161      <table style='".USER_WIDTH."'>
 162      <tr>
 163      <td style='width:80%'><span class='mediumtext'>{GOTOPAGES}&nbsp;</span>
 164      </td>
 165      <td style='width:20%; text-align: right; white-space: nowrap'>
 166      {BUTTONS}
 167      </td>
 168      </tr>
 169      <tr>
 170      <td colspan ='2'>
 171      {FORUMJUMP}
 172      </td>
 173      </tr>
 174      </table>
 175      </div>
 176  
 177      <div style='text-align:center' class='spacer'>
 178      <a href='".e_PLUGIN."rss_menu/rss.php?8.1.".e_QUERY."'><img src='".e_PLUGIN."rss_menu/images/rss1.png' alt='".LAN_431."' style='vertical-align: middle; border: 0;' /></a> <a href='".e_PLUGIN."rss_menu/rss.php?8.2.".e_QUERY."'><img src='".e_PLUGIN."rss_menu/images/rss2.png' alt='".LAN_432."' style='vertical-align: middle; border: 0;' /></a> <a href='".e_PLUGIN."rss_menu/rss.php?8.3.".e_QUERY."'><img src='".e_PLUGIN."rss_menu/images/rss3.png' alt='".LAN_433."' style='vertical-align: middle; border: 0;' /></a></div><div class='nforumdisclaimer' style='text-align:center'>Powered by <b>e107 Forum System</b></div>";
 179  
 180  $FORUMREPLYSTYLE = "<tr>
 181      <td class='forumheader' style='vertical-align:middle'>
 182      {NEWFLAG}
 183      {POSTER}
 184      {ANON_IP}
 185      </td>
 186      <td class='forumheader' style='vertical-align:middle'>
 187      <table cellspacing='0' cellpadding='0' style='width:100%'>
 188      <tr>
 189      <td class='smallblacktext'>
 190      {THREADDATESTAMP}
 191      </td>
 192      <td style='text-align:right'>
 193      {REPORTIMG}{EDITIMG}{QUOTEIMG}
 194      </td>
 195      </tr>
 196      </table>
 197      </td>
 198      </tr>
 199      <tr>
 200      <td class='forumheader3' style='vertical-align:top'>
 201      {CUSTOMTITLE}
 202      {AVATAR}
 203      <div class='smalltext'>
 204      {LEVEL=special}
 205      {LEVEL=pic}
 206      {LEVEL=userid}
 207      {JOINED}
 208      {USER_EXTENDED=location.text_value}
 209      {POSTS}
 210      </div>
 211      </td>
 212      <td class='forumheader3' style='vertical-align:top'>{POST}
 213      {LASTEDIT}
 214      {SIGNATURE}
 215      </td>
 216      </tr>
 217      <tr>
 218       <td class='finfobar'>
 219      <span class='smallblacktext'>
 220      {TOP}
 221      </span>
 222      </td>
 223      <td class='finfobar' style='vertical-align:top'>
 224      <table cellspacing='0' cellpadding='0' style='width:100%'>
 225      <tr>
 226      <td>
 227      {PROFILEIMG}
 228       {EMAILIMG}
 229       {WEBSITEIMG}
 230       {PRIVMESSAGE}
 231      </td>
 232      <td style='text-align:right'>
 233      {MODOPTIONS}
 234      </td>
 235      </tr>
 236      </table>
 237      </td>
 238      </tr>
 239      <tr>
 240      <td colspan='2'>
 241      </td>
 242      </tr>";
 243  
 244  $FORUM_CRUMB['sitename']['value'] = "<a class='forumlink' {SITENAME_HREF}>{SITENAME}</a>";
 245  $FORUM_CRUMB['sitename']['sep'] = " :: ";
 246  
 247  $FORUM_CRUMB['forums']['value'] = "<a class='forumlink' {FORUMS_HREF}>{FORUMS_TITLE}</a>";
 248  $FORUM_CRUMB['forums']['sep'] = " :: ";
 249  
 250  $FORUM_CRUMB['parent']['value'] = "{PARENT_TITLE}";
 251  $FORUM_CRUMB['parent']['sep'] = " :: ";
 252  
 253  $FORUM_CRUMB['subparent']['value'] = "<a class='forumlink' {SUBPARENT_HREF}>{SUBPARENT_TITLE}</a>";
 254  $FORUM_CRUMB['subparent']['sep'] = " :: ";
 255  
 256  $FORUM_CRUMB['forum']['value'] = "<a class='forumlink' {FORUM_HREF}>{FORUM_TITLE}</a>";
 257  
 258  ?>


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7