id="password"/></div> <div><label for="rePassword" class="mylabelstyle">Retype Password:</label><input type="password" name="rePassword" id="rePassword"/> </div> <div><label class="mylabelstyle">Date of Birth:</label> <select name="year"><?php yearOptions($default_year, date('Y')); ?> </select> <select name="month"><?php monthOptions($default_month); ?> </select> <select name="day"><?php dayOptions($default_day); ?> </select> </div> <div> <?php User::printOptionsFor(User::$GENDER, $default_gender); ?> </div> <div> <?php User::printOptionsFor(User::$MARITAL_STATUS, $default_maritalSt); ?> </div> </fieldset> <fieldset>
id="password"/></div> <div><label for="rePassword" class="mylabelstyle">Retype Password:</label><input type="password" name="rePassword" id="rePassword"/> </div> <div><label class="mylabelstyle">Date of Birth:</label> <select name="year"><?php yearOptions(date('Y')); ?> </select> <select name="month"><?php monthOptions(); ?> </select> <select name="day"><?php dayOptions(); ?> </select> </div> <div> <?php User::printOptionsFor(User::$GENDER); ?> </div> <div> <?php User::printOptionsFor(User::$MARITAL_STATUS); ?> </div> </fieldset> <fieldset>