[ 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/message/ -> navbar_top.inc (source)

   1  <form method="get" name="messages" action="<?php echo Horde::applicationUrl('message.php') ?>">
   2  <?php Util::pformInput() ?>
   3  <input type="hidden" name="targetMbox" value="" />
   4  <input type="hidden" name="actionID" value="" />
   5  <input type="hidden" name="thismailbox" value="<?php echo htmlspecialchars($mailbox_name) ?>" />
   6  <input type="hidden" name="start" value="<?php echo htmlspecialchars($msgindex) ?>" />
   7  <input type="hidden" name="index" value="<?php echo htmlspecialchars($index) ?>" />
   8  <input type="hidden" name="newMbox" value="0" />
   9  
  10  <table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">
  11   <tr>
  12    <td class="header leftAlign">
  13  <?php
  14      /* If this is a search mailbox, display a link to the parent mailbox of the
  15       * message in the header. */
  16      $header_label = htmlspecialchars($page_label);
  17      if (isset($imp_search) && $imp_search->isVINBOXFolder()) {
  18          $header_label .= ' [' . Horde::link(Util::addParameter(Horde::applicationUrl('mailbox.php'), 'mailbox', $mailbox_name)) . IMP::displayFolder($mailbox_name) . '</a>]';
  19      }
  20      printf(_("%s: %s (%d&nbsp;of&nbsp;%d)"), $header_label, $shortsub, $msgindex, $msgcount); echo '&nbsp;&nbsp;' . $status
  21  ?>
  22    </td>
  23   </tr>
  24  </table>
  25  <table border="0" align="center" width="100%" cellspacing="0" cellpadding="2">


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