[ Index ]
 

Code source de WebCalendar 1.0.5

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables | Statistiques

title

Body

[fermer]

/ -> help_edit_entry.php (source)

   1  <?php
   2      include_once  'includes/init.php';
   3      print_header('','','',true);
   4  ?>
   5  
   6  <h2><?php etranslate("Help")?>: <?php etranslate("Adding/Editing Calendar Entries")?></h2>
   7  
   8  <table style="border-width:0px;">
   9      <tr><td class="help">
  10          <?php etranslate("Brief Description")?>:</td><td>
  11          <?php etranslate("brief-description-help")?>
  12      </td></tr>
  13      <tr><td class="help">
  14          <?php etranslate("Full Description")?>:</td><td>
  15          <?php etranslate("full-description-help")?>
  16      </td></tr>
  17      <tr><td class="help">
  18          <?php etranslate("Date")?>:</td><td>
  19          <?php etranslate("date-help")?>
  20      </td></tr>
  21      <tr><td class="help">
  22          <?php etranslate("Time")?>:</td><td>
  23          <?php etranslate("time-help")?>
  24      </td></tr>
  25     <?php if ( $GLOBALS['TIMED_EVT_LEN'] != 'E' ) { ?>
  26      <tr><td class="help">
  27          <?php etranslate("Duration")?>:</td><td>
  28          <?php etranslate("duration-help")?>
  29      </td></tr>
  30     <?php } else { ?>
  31      <tr><td class="help">
  32           <?php etranslate("End Time")?>:</td><td>
  33           <?php etranslate("end-time-help")?>
  34       </td></tr>
  35     <?php } ?>
  36      <?php if ( $disable_priority_field != "Y" ) { ?>
  37          <tr><td class="help">
  38              <?php etranslate("Priority")?>:</td><td>
  39              <?php etranslate("priority-help")?>
  40          </td></tr>
  41      <?php } ?>
  42      <?php if ( $disable_access_field != "Y" ) { ?>
  43          <tr><td class="help">
  44              <?php etranslate("Access")?>:</td><td>
  45              <?php etranslate("access-help")?>
  46          </td></tr>
  47      <?php } ?>
  48      <?php
  49          $show_participants = ( $disable_participants_field != "Y" );
  50          if ( $is_admin )
  51              $show_participants = true;
  52          if ( $single_user == "N" && $show_participants ) { ?>
  53              <tr><td class="help">
  54                  <?php etranslate("Participants")?>:</td><td>
  55                  <?php etranslate("participants-help")?>
  56              </td></tr>
  57          <?php } ?>
  58      <?php if ( $disable_repeating_field != "Y" ) { ?>
  59          <tr><td class="help">
  60              <?php etranslate("Repeat Type")?>:</td><td>
  61              <?php etranslate("repeat-type-help")?>
  62          </td></tr>
  63          <tr><td class="help">
  64              <?php etranslate("Repeat End Date")?>:</td><td>
  65              <?php etranslate("repeat-end-date-help")?>
  66          </td></tr>
  67          <tr><td class="help">
  68              <?php etranslate("Repeat Day")?>:</td><td>
  69              <?php etranslate("repeat-day-help")?>
  70          </td></tr>
  71          <tr><td class="help">
  72              <?php etranslate("Frequency")?>:</td><td>
  73              <?php etranslate("repeat-frequency-help")?>
  74          </td></tr>
  75      <?php } ?>
  76  </table>
  77  
  78  <?php include_once  "includes/help_trailer.php"; ?>
  79  
  80  </body>
  81  </html>


Généré le : Fri Nov 30 19:09:19 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics