Esempio n. 1
0
                        </div>

                    </div>


                    <div class="form-group">

                        <label
                            class="col-sm-3 col-lg-2 control-label">Avatar</label>


                        <div class="col-sm-9 col-lg-10 controls">

                            <input type="hidden" name="avatar" id="profile_photo"
                                   value="<?php 
echo get_profile_photo_name_by_username($perfil->getUsername());
?>
">

                            <iframe src="<?php 
echo site_url('perfil/photo_uploader');
?>
"
                                    style="border:0;margin:0;padding:0;height:130px;"></iframe>

                            <span class="help-inline">&nbsp;</span>

                        </div>

                    </div>
Esempio n. 2
0


                    <div class="form-group">

                        <label class="col-sm-3 col-lg-2 control-label"><?php 
echo lang_key('profile_picture');
?>
</label>



                        <div class="col-sm-9 col-lg-10 controls">

                            <input type="hidden" name="profile_photo" id="profile_photo" value="<?php 
echo get_profile_photo_name_by_username($profile->user_name);
?>
">

                            <iframe src="<?php 
echo site_url('admin/realestate/profile_photo_uploader');
?>
" style="border:0;margin:0;padding:0;height:130px;"></iframe>

                            <span class="help-inline">&nbsp;</span>                            

                        </div>

                    </div>