Esempio n. 1
0
        $selected_month = '';
        $selected_year = '';
    }
    echo get_day_combo($selected_day, '', '', 'combo');
    ?>
                        </select></div></td>
                        <td nowrap="nowrap">&nbsp;&nbsp;
                            <select name="startmonth" id="startmonth" class="textfield">
                              <?php 
    echo get_month_combo($selected_month, 'ASC', 'combo');
    ?>
                            </select>
                          &nbsp;&nbsp;</td>
                        <td nowrap="nowrap"><select name="startyear" id="startyear" class="textfield">
                            <?php 
    echo get_year_combo($selected_year, 100, 'DESC', 'BACK');
    ?>
                        </select><?php 
}
?>
</td>
                      </tr>
                  </table><span class="textdescp">Date <?php 
if (isset($_GET['tire_id'])) {
    echo '(YY/MM/DD)';
}
?>
</span></td>
                            <td align="left" ><div <?php 
if ($_GET['tire_id']) {
    echo "class=\"editable_text\"";
Esempio n. 2
0
                      <tr>
                        <td nowrap="nowrap"><select name="startday" id="startday" class="textfield">
                            <?php 
echo get_day_combo('', '', '', 'combo');
?>
                        </select></td>
                        <td nowrap="nowrap">&nbsp;&nbsp;
                            <select name="startmonth" id="startmonth" class="textfield">
                              <?php 
echo get_month_combo('', 'ASC', 'combo');
?>
                            </select>
                          &nbsp;&nbsp;</td>
                        <td nowrap="nowrap"><select name="startyear" id="startyear" class="textfield">
                            <?php 
echo get_year_combo('', 100, 'DESC', 'BACK');
?>
                        </select></td>
                      </tr>
                  </table></td>
                </tr>
                <tr>
                  <td valign="top">Administrator:</td>
                  <td colspan="2"><table width="100%" border="0" cellspacing="3" cellpadding="2" class="darkgreybg" >
                      <tr>
                        <td width="44%" valign="top"><table width="98%" border="0" align="left" cellpadding="2" cellspacing="0">
                          <tr>
                            <td><?php 
echo "<span font-size: 8px; padding: 5px;'><b> " . $userdetails['names'] . " </b></span>";
?>
<a href="<?php 
Esempio n. 3
0
                  <tr>
                    <td valign="top" nowrap="nowrap" class="label" style="padding-top:13px">Year :<?php 
echo $indicator;
?>
</td>
                    <td class="field" nowrap>
                      <?php 
if (!empty($isview)) {
    echo "<span class='viewtext'>" . $termdetails['year'] . "</span>";
} else {
    echo get_required_field_wrap($requiredfields, 'year');
    ?>

                      <select class="selectfield" name="year" id="year">
                    <?php 
    echo get_year_combo(!empty($termdetails['year']) ? $termdetails['year'] : '', 5, 'DESC', 'FUTURE', '2010');
    ?>

                    </select>
                      <?php 
    echo get_required_field_wrap($requiredfields, 'year', 'end');
}
?>

                    </td>
                  </tr>
                  <tr>
                    <td valign="top" nowrap="nowrap" class="label" style="padding-top:13px">Start Date :<?php 
echo $indicator;
?>
</td>
Esempio n. 4
0
    $delivery_day = '';
    $delivery_month = '';
    $delivery_year = '';
}
echo get_day_combo($delivery_day, '', '', 'combo');
?>
                        </select>
                        
                        <select name="deliverymonth" id="deliverymonth" class="textfield">
                              <?php 
echo get_month_combo($delivery_month, 'ASC', 'combo');
?>
                            </select>                        </td>
                            <td><select name="deliveryyear" id="deliveryyear" class="textfield">
                            <?php 
echo get_year_combo($delivery_year, 100, 'DESC', 'BACK');
?>
                        </select></td>
                          </tr>
                        </table></td>
                      <td width="144" align="right" valign="middle"></td>
                      <td colspan="2" align="left" valign="middle">&nbsp;</td>
                    </tr>
                    
                    
                    
                    <tr>
                      <td valign="top">Contact Person: </td>
                      <td colspan="4"><table width="47%" border="0" cellspacing="0" cellpadding="6" class="darkgreybg">
                        <tr>
                          <td width="46%">Prefix:</td>