Пример #1
0
          </label>
          <div class="controls">
            <?php 
UserForm::phone_land_text(osc_user());
?>
          </div>
        </div>
        <div class="form-group">
          <label class="control-label" for="country">
            <?php 
_e('Stream', OSCLASSWIZARDS_THEME_FOLDER);
?>
          </label>
          <div class="controls">
            <?php 
UserForm::country_select(osc_get_countries(), osc_user());
?>
          </div>
        </div>
        <div class="form-group">
          <label class="control-label" for="region">
            <?php 
_e('University', OSCLASSWIZARDS_THEME_FOLDER);
?>
          </label>
          <div class="controls">
            <?php 
UserForm::region_select(osc_get_regions(), osc_user());
?>
          </div>
        </div>
Пример #2
0
_e('Additional information');
?>
</legend>
                                    <?php 
UserForm::multilanguage_info($locales, $user);
?>
                                </fieldset>
                            </div>
                            <div style="float: left; width: 50%;">
                                <fieldset>
                                    <legend><?php 
_e('Country');
?>
</legend>
                                    <?php 
UserForm::country_select($countries, $user);
?>
                                </fieldset>
                                <fieldset>
                                    <legend><?php 
_e('Region');
?>
</legend>
                                    <?php 
UserForm::region_select($regions, $user);
?>
                                </fieldset>
                                <fieldset>
                                    <legend><?php 
_e('City');
?>