echo construct_YY(); ?> </select> <select name="mm" id="mm"> <?php echo construct_MM(); ?> </select> <select name="dd" id="dd"> <?php echo construct_DD(); ?> </select> <select name="hh" id="hh"> <?php echo construct_HH(); ?> </select>: <select name="ii" id="ii"> <?php echo construct_II(); ?> </select> <input type="submit" value="<?php echo htmlspecialchars(_('Search'), ENT_QUOTES); ?> "> <font color="Gray"><?php echo _('search inactive users'); ?> </font> </form>
<td> </tr> <tr> <td> <form action="" method="GET"> <select name="yy" id="yy"> <? echo construct_YY()?> </select> <select name="mm" id="mm"> <? echo construct_MM()?> </select> <select name="dd" id="dd"> <? echo construct_DD()?> </select> <select name="hh" id="hh"> <? echo construct_HH()?> </select>: <select name="ii" id="ii"> <? echo construct_II()?> </select> <input type="submit" value="<?php echo _('Search'); ?> "> <font color="Gray"><?php echo _('search inactive users'); ?> </font> </form> <td> </tr> </table>