Пример #1
0
    ?>
" />
                            <input type="hidden" name="is_submit" value="1" />
							<input type="submit" name="update" value="Update" class="button" />
							<input type="button" name="personal" id="per-btn" style="border:1px solid #66CC00; width:100px;" value="Personal Info" class="button" onclick="jQuery('#artist_data').show();jQuery('#calendar').hide(); jQuery(this).css('border', '1px solid #66CC00');jQuery('#cal-btn').css('border', '1px solid #fff');" />
							<input type="button" name="calender" id="cal-btn" value="Calendar" class="button" onclick="jQuery('#artist_data').hide();jQuery('#calendar').show(); jQuery(this).css('border', '1px solid #66CC00');jQuery('#per-btn').css('border', '1px solid #fff');"/>
							<input type="button" name="viewprofile" id="cal-btn" value="View Profile" 
							class="button" onclick="window.open('http://www.soundbooka.com/version1/profile/view/<?php 
    echo $aid;
    ?>
','mywindow','menubar=1,resizable=1,width=600,height=600,left=500,top=300,scrollbars=1');"/>
							</p>
							<table id="artist_data"  style="color:black; margin: 30px 30px 0px 30px;" width="94%">
								<tr><th style="text-align:left; padding-top: 20px;  border-bottom: 2px dotted #CCCCCC;" >Personal Info:</th>
								<th style="text-align:left; padding-top: 20px;  border-bottom: 2px dotted #CCCCCC;"><?php 
    echo $obj->showHideCode('tbl_perinfo');
    ?>
</th>
								</tr>

								<tr><td>
								<table width="100%">
									<tr>
										<td width="23%">First Name<br><input type="text" name="first_name" value="<?php 
    echo $artist_data['first_name'];
    ?>
" /></td>
										<td width="25%">Last Name<br><input type="text" name="last_name" value="<?php 
    echo $artist_data['last_name'];
    ?>
" /></td>
Пример #2
0
>Try again in 3 months</option>
                                                <option value="3" <?php 
    echo $artist_data['status'] == 3 ? "selected" : "";
    ?>
>Try again in 6 months</option>
                                                <option value="0" <?php 
    echo $artist_data['status'] == 0 ? "selected" : "";
    ?>
>Rejected</option>
                                        </select>
									</td>
                                </tr> 
                                
								<tr><th style="text-align:left; padding-top: 20px;  border-bottom: 2px dotted #CCCCCC;" >Availability Info:</th>
								<th style="text-align:left; padding-top: 20px;  border-bottom: 2px dotted #CCCCCC;" colspan=3><?php 
    echo $obj->showHideCode('tbl_availability');
    ?>
</th>
								</tr>
								<tr><td colspan=4>
									<table width="100%" style="display:none;" id="tbl_availability"><tr>
                                    
                                        <td>Monday <input type="checkbox" name="available_mon" value="1" <?php 
    if ($artist_data['available_mon'] == 1) {
        ?>
checked <?php 
    }
    ?>
 /></td>
                                        <td>Tuesday <input type="checkbox" name="available_tue" value="1" <?php 
    if ($artist_data['available_tue'] == 1) {