echo $userID;
?>
"/>
                    <?php 
render_loading_wrapper();
?>
                </form>
                <div style="display: none;" id="new-education-row">
                    <label>School Name:</label>
                        <span class="inputholder">
                            <input type="text" name="user_messenger[]" maxlength="30" class="input" value=""/>
                            <?php 
echo render_year_selectbox('from[]');
?>
                            to
                            <?php 
echo render_year_selectbox('to[]');
?>
                        </span>
                    <?php 
render_visibility_options('user_education_visibility', 1);
?>
                    <a href="#" class="remove-row" data-label="School Name" data-id="user_education">Remove</a>

                    <div class="clear"></div>
                </div>
            </div>
        </section>
    </section>
</section>
echo $userID;
?>
"/>
                    <?php 
render_loading_wrapper();
?>
                </form>
                <div style="display: none;" id="new-employment-row">
                    <label>School Name:</label>
                        <span class="inputholder">
                            <input type="text" name="employer[]" maxlength="30" class="input" value=""/>
                            <?php 
echo render_year_selectbox('from[]');
?>
                            to
                            <?php 
echo render_year_selectbox('to[]');
?>
                        </span>
                    <?php 
render_visibility_options('employment_visibility', 1);
?>
                    <a href="#" class="remove-row" data-label="Employer" data-id="employment">Remove</a>

                    <div class="clear"></div>
                </div>
            </div>
        </section>
    </section>
</section>
Exemplo n.º 3
0
"/></span>
                        <?php 
render_visibility_options('birthplace_visibility', $userData['birthplace_visibility']);
?>
                        <div class="clear"></div>
                    </div>    
                    
                    <!-- Current City -->
                    <div class="row">
                        <label for="current_city">Current&nbsp;City:</label>
                        <span class="inputholder"><input type="text" id="current_city" name="current_city" class="input" value="<?php 
echo $userData['current_city'];
?>
"/></span>
                        <?php 
render_visibility_options('current_city_visibility', $userData['current_city_visibility']);
?>
                        <div class="clear"></div>
                    </div>
                    
                    <!-- Timezone -->
                    <div class="row timezone-row">
                        <label for="relationship_status">Timezone:</label>
                        <span class="selectholder">
                            <?php 
echo render_timezone_selectbox($userData['timezone']);
?>
                        </span>
                        <?php 
//render_visibility_options('timezone_visibility', $userData['timezone_visibility']);
?>
                                type="submit" id="submit" name="submit" class="redButton" value="Submit"/></span>

                        <div class="clear"></div>
                    </div>
                    <input type="hidden" name="userID" id="userID" value="<?php 
echo $userID;
?>
"/>
                    <?php 
render_loading_wrapper();
?>
                </form>
                <div style="display: none;" id="new-link-row">
                    <label>Link:</label>
                        <span class="inputholder">
                            <input type="text" placeholder="Title" name="title[]" maxlength="60"
                                class="input link-title" value=""/>
                            <input type="text" placeholder="URL" name="url[]" class="input link-url" value=""/>
                        </span>
                    <?php 
render_visibility_options('links_visibility' . (isset($idx) ? $idx : 1), 1);
?>
                    <a href="#" class="remove-row" data-label="Link" data-id="link">Remove</a>

                    <div class="clear"></div>
                </div>
            </div>
        </section>
    </section>
</section>
Exemplo n.º 5
0
"/></span>                        
                        <div class="clear"></div>
                    </div>
                    <div class="row">
                        <label for="country">Country:</label>
                        <span class="inputholder"><input type="text" id="country" name="country" class="input" value="<?php 
echo $userData['country'];
?>
"/></span>                        
                        <div class="clear"></div>
                    </div>
                    
                    <div class="row">                        
                        <label>&nbsp;</label>
                        <?php 
render_visibility_options('address_visibility', $userData['address_visibility']);
?>
                        <div class="clear"></div>
                    </div>
                    
                    <div class="btn-row">                        
                        <span class="inputholder"><input type="submit" id="submit" name="submit" class="redButton" value="Submit"/></span>
                        <div class="clear"></div>
                    </div>                                
                    <input type="hidden" name="userID" id="userID" value="<?php 
echo $userData['userID'];
?>
" />    
                    <?php 
render_loading_wrapper();
?>
Exemplo n.º 6
0
?>
                    <div class="btn-row">           
                        <a href="javascript: void(0)" id="add-new-link" class="add-new-row" data-label="Link" data-id="link" data-new-row="new-link-row">Add New</a>
                        <span class="inputholder"><input type="submit" id="submit" name="submit" class="redButton" value="Submit"/></span>
                        <div class="clear"></div>
                    </div>                                
                    <input type="hidden" name="userID" id="userID" value="<?php 
echo $userID;
?>
" />    
                    <?php 
render_loading_wrapper();
?>
                </form>
                <div style="display: none;" id="new-link-row">                    
                        <label>Link:</label>
                        <span class="inputholder">
                            <input type="text" placeholder="Title" name="title[]" maxlength="60" class="input link-title" value="" />                            
                            <input type="text" placeholder="URL" name="url[]" class="input link-url" value="" />                            
                        </span>                        
                        <?php 
render_visibility_options('links_visibility' . $idx, 1);
?>
                        <a href="#" class="remove-row" data-label="Link" data-id="link">Remove</a>
                        <div class="clear"></div>
                </div>
            </div>
        </section>
    </section>
</section>
                        <div class="clear"></div>
                    </div>
                    <input type="hidden" name="userID" id="userID" value="<?php 
echo $userData['userID'];
?>
"/>
                    <?php 
render_loading_wrapper();
?>
                </form>
                <div style="display: none;" id="new-account-row">
                    <label>Username:</label>
                    <span class="inputholder">
                        <input type="text" name="user_messenger[]" class="input" value="" autocomplete="off"/>
                        <?php 
render_messenger_type_selectbox('user_messenger_type[]');
?>
                    </span>
                    <?php 
render_visibility_options('user_messenger_visibility' . count($userData['contact']), 1);
?>
                    <a href="#" class="remove-row" data-label="Username" data-id="user_messenger">Remove</a>

                    <div class="clear"></div>
                </div>
            </div>

        </section>
    </section>
</section>