Ejemplo n.º 1
0
" maxlength="10" id="ED" size="11"> 
      <input type="image" onclick="return showCalendar('ED', 'y-mm-dd');" src="Images/calendar.gif">
      <span class="SmallText"><?php 
echo gettext("[format: YYYY-MM-DD]");
?>
</span>
    </td>
    <td class="LabelColumn">
      <?php 
echo gettext("End Time:");
?>
    </td>
    <td class="TextColumn">
      <select name="EventEndTime" size="1">
      <?php 
createTimeDropdown($iEventPeriodStartHr, $iEventPeriodEndHr, $iEventPeriodIntervalMin, $iEventEndHour, $iEventEndMins);
?>
      </select>
      &nbsp;<span class="SmallText"><?php 
echo gettext("[format: HH:MM]");
?>
</span>
    </td>
  </tr>  
 
  <tr>
    <td class="LabelColumn"><?php 
echo gettext("Attendance Counts");
?>
</td>
    <td class="TextColumn" colspan="3">
Ejemplo n.º 2
0
   <td class="LabelColumn" align="left" width="15%">
        <strong><?php 
echo gettext("Start Time");
?>
</strong>
   </td>
   <td class="TextColumn" width="35%">
        <form method="POST" action="EditEventTypes.php" name="EventTypeEditForm">  
        <input type="hidden" name="EN_tyid" value="<?php 
echo $aTypeID;
?>
"> 
        <input type="hidden" name="Action" value="Save Time">    
        <select name="newEvtStartTime" size="1" onchange="javascript:this.form.submit()">
         <?php 
createTimeDropdown(7, 18, 15, $aEventStartHour, $aEventStartMins);
?>
        </select>
        &nbsp;<span class="SmallText"><?php 
echo gettext("[format: HH:MM]");
?>
</span>
        </form>
   </td>
   </tr>

  <tr><td colspan="4"></td></tr>
   <tr>
      <td class="LabelColumn" align="center" width="15%" rowspan="<?php 
echo $nr;
?>
Ejemplo n.º 3
0
            echo gettext("[format: YYYY-MM-DD]");
            ?>
</span></td>                                                           
              </input>
              </td>
              <td class="TextColumn"> 
              <strong><?php 
            echo gettext("DEFAULT");
            ?>
<br><?php 
            echo gettext("START TIME");
            ?>
</strong><br>                             
              <select class="SmallText" name="newEvtStartTime" size="1">
                <?php 
            createTimeDropdown(7, 22, 15, '', '');
            ?>
              </select>&nbsp;
              <span class="SmallText"><?php 
            echo gettext("[format: HH:MM]");
            ?>
</span>
              </td>              
              <td class="TextColumn">
              <strong><?php 
            echo gettext("ATTENDANCE COUNTS");
            ?>
</strong><br>
              <?php 
            echo gettext("Total,");
            ?>
Ejemplo n.º 4
0
" maxlength="10" id="nED" size="11">&nbsp;
                              <input type="image" onclick="return showCalendar('nED', 'y-mm-dd');" src="Images/calendar.gif">
                              <span class="SmallText"><?php 
echo gettext("[format: YYYY-MM-DD]");
?>
</span>
                            </td>
                            <td class="LabelColumn">
                              <?php 
echo gettext("End Time:");
?>
                            </td>
                            <td class="TextColumn">
                              <select name="newEventEndTime" size="1">
                              <?php 
createTimeDropdown(7, 18, 15, '', '');
?>
                              </select>
                              &nbsp;<span class="SmallText"><?php 
echo gettext("[format: HH:MM]");
?>
</span>
                            </td>
                          </tr>
                          <tr>
                            <td class="LabelColumn"><?php 
echo gettext("Event Status:");
?>
</td>
                            <td colspan="3" class="TextColumn">
                              <input type="radio" name="newEventStatus" value="0" checked> Active <input type="radio" name="newEventStatus" value="1"> Inactive