| Server IP : 172.64.80.1 / Your IP : 216.73.216.175 Web Server : LiteSpeed System : Linux srv13.swhc.ca 4.18.0-553.126.2.lve.el8.x86_64 #1 SMP Thu May 28 14:12:30 UTC 2026 x86_64 User : hongluck ( 2522) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/hongluck/public_html/old site/webcal/ |
Upload File : |
<?php
include_once 'includes/init.php';
print_header('','','',true);
?>
<h2><?php etranslate("Help")?>: <?php etranslate("Adding/Editing Calendar Entries")?></h2>
<table style="border-width:0px;">
<tr><td class="help">
<?php etranslate("Brief Description")?>:</td><td>
<?php etranslate("brief-description-help")?>
</td></tr>
<tr><td class="help">
<?php etranslate("Full Description")?>:</td><td>
<?php etranslate("full-description-help")?>
</td></tr>
<tr><td class="help">
<?php etranslate("Date")?>:</td><td>
<?php etranslate("date-help")?>
</td></tr>
<tr><td class="help">
<?php etranslate("Time")?>:</td><td>
<?php etranslate("time-help")?>
</td></tr>
<?php if ( $GLOBALS['TIMED_EVT_LEN'] != 'E' ) { ?>
<tr><td class="help">
<?php etranslate("Duration")?>:</td><td>
<?php etranslate("duration-help")?>
</td></tr>
<?php } else { ?>
<tr><td class="help">
<?php etranslate("End Time")?>:</td><td>
<?php etranslate("end-time-help")?>
</td></tr>
<?php } ?>
<?php if ( $disable_priority_field != "Y" ) { ?>
<tr><td class="help">
<?php etranslate("Priority")?>:</td><td>
<?php etranslate("priority-help")?>
</td></tr>
<?php } ?>
<?php if ( $disable_access_field != "Y" ) { ?>
<tr><td class="help">
<?php etranslate("Access")?>:</td><td>
<?php etranslate("access-help")?>
</td></tr>
<?php } ?>
<?php
$show_participants = ( $disable_participants_field != "Y" );
if ( $is_admin )
$show_participants = true;
if ( $single_user == "N" && $show_participants ) { ?>
<tr><td class="help">
<?php etranslate("Participants")?>:</td><td>
<?php etranslate("participants-help")?>
</td></tr>
<?php } ?>
<?php if ( $disable_repeating_field != "Y" ) { ?>
<tr><td class="help">
<?php etranslate("Repeat Type")?>:</td><td>
<?php etranslate("repeat-type-help")?>
</td></tr>
<tr><td class="help">
<?php etranslate("Repeat End Date")?>:</td><td>
<?php etranslate("repeat-end-date-help")?>
</td></tr>
<tr><td class="help">
<?php etranslate("Repeat Day")?>:</td><td>
<?php etranslate("repeat-day-help")?>
</td></tr>
<tr><td class="help">
<?php etranslate("Frequency")?>:</td><td>
<?php etranslate("repeat-frequency-help")?>
</td></tr>
<?php } ?>
</table>
<?php include_once "includes/help_trailer.php"; ?>
</body>
</html>