Пример #1
0
?>
"/>
    </div>
    <div><label for="password" class="mylabelstyle">Password:</label><input type="password" name="password"
                                                                            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);
Пример #2
0
?>
"/>
    </div>
    <div><label for="password" class="mylabelstyle">Password:</label><input type="password" name="password"
                                                                            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);