[ Index ]
 

Code source de IMP H3 (4.1.5)

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/templates/compose/ -> recompose.inc (source)

   1  <br />
   2  <table align="center" width="300">
   3  <tr>
   4    <td colspan="2" class="header"><span class="smallheader">
   5      <?php echo _("Here is the message you were composing:") ?>
   6    </td>
   7  </tr>
   8  
   9  <tr>
  10    <td width="5%" class="light rightAlign" valign="top"><strong><?php echo _("To") ?></strong>&nbsp;</td>
  11    <td width="95%" class="text"><?php echo htmlspecialchars(_getFormData('to')) ?></td>
  12  </tr>
  13  
  14  <tr>
  15    <td class="light rightAlign" valign="top"><strong><?php echo _("Cc") ?></strong>&nbsp;</td>
  16    <td class="text"><?php echo htmlspecialchars(_getFormData('cc')) ?></td>
  17  </tr>
  18  
  19  <tr>
  20    <td class="light rightAlign" valign="top"><strong><?php echo _("Bcc") ?></strong>&nbsp;</td>
  21    <td class="text"><?php echo htmlspecialchars(_getFormData('bcc')) ?></td>
  22  </tr>
  23  
  24  <tr>
  25    <td class="light rightAlign" valign="top"><strong><?php echo _("Subject") ?></strong>&nbsp;</td>
  26    <td class="text"><?php echo htmlspecialchars(_getFormData('subject')) ?></td>
  27  </tr>
  28  
  29  <?php if (_getFormData('message')): ?>
  30  <tr>
  31    <td class="text" colspan="2"><span class="fixed"><?php echo nl2br(htmlspecialchars(_getFormData('message'))) ?></span></td>
  32  </tr>
  33  <?php endif; ?>
  34  
  35  </table>
  36  <br />


Généré le : Thu Nov 29 12:30:07 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics