?>
</select>
</div><!-- DATE OF BIRTH --><br />
<?php if(showfield('skincolor')) { ?>
<label for="skincolor"><?php _de('Skin Color',392); ismand('skincolor'); ?></label>
<div class="input">
<select name="skincolor" id="skincolor" class="skincolor">
<option value=""><?php _de('Select',393); ?></option>
<?php foreach($skincolor_a as $key=>$s) { ?>
<option value="<?php echo $key; ?>"<?php if($skincolor == $key) { echo ' selected="selected"'; } ?>><?php echo $s; ?></option>
<?php } ?>
</select>
</div><!-- SKIN COLOR --><br />
<?php }//showfield ?>
<?php if(showfield('haircolor')) { ?>
<label for="haircolor"><?php _de('Hair Color',403); ismand('haircolor'); ?></label>
<div class="input">
<select name="haircolor" id="haircolor" class="haircolor">
<option value=""><?php _de('Select',393); ?></option>
<?php foreach($haircolor_a as $key=>$h) { ?>
<option value="<?php echo $key; ?>"<?php if($haircolor == $key) { echo ' selected="selected"'; } ?>><?php echo $h; ?></option>
<?php } ?>
</select>
</div> <!-- HAIR COLOR --><br />
<?php }//showfield ?>
<?php if(showfield('hairlength')) { ?>
<label for="hairlength"><?php _de('Hair length',404); ismand('hairlength'); ?></label>
<div class="input">
<select name="hairlength" id="hairlength" class="hairlength">
<option value=""><?php _de('Select',393); ?></option>
<?php foreach($hairlength_a as $key=>$h) { ?>
<option value="<?php echo $key; ?>"<?php if($hairlength == $key) { echo ' selected="selected"'; } ?>><?php echo $h; ?></option>
<?php } ?>
</select>
</div> <!-- HAIR LENGTH --><br />
<?php }//showfield ?>
<?php if(showfield('bustsize')) { ?>
<label for="bustsize"><?php _de('Bust size',405); ismand('bustsize'); ?><br /><small><?php _de('mandatory only for females',787); ?></small></label>
<div class="input">
<select name="bustsize" id="bustsize" class="bustsize">
<option value=""><?php _de('Select',393); ?></option>
<?php foreach($bustsize_a as $key=>$b) { ?>
<option value="<?php echo $key; ?>"<?php if($bustsize == $key) { echo ' selected="selected"'; } ?>><?php echo $b; ?></option>
<?php } ?>
</select>
</div> <!-- BUST SIZE --><br />
<?php }//showfield ?>
<?php if(showfield('height')) { ?>
<label for="height"><?php _de('Height',406); ismand('height'); ?></label>
<div class="input">
<select name="height" id="height" class="height">
<option value=""><?php _de('Select',393); ?></option>
<?php foreach($height_a as $key=>$h) { ?>
<option value="<?php echo $key; ?>"<?php if($height == $key) { echo ' selected="selected"'; } ?>><?php echo $h; ?></option>
<?php } ?>
</select>
</div> <!-- HEIGHT --><br />
<?php }//showfield ?>
<?php if(showfield('build')) { ?>
<label for="build"><?php _de('Build',407); ismand('build'); ?></label>
<div class="input">
<select name="build" id="build" class="build">
<option value=""><?php _de('Select',393); ?></option>
<?php foreach($build_a as $key=>$b) { ?>
<option value="<?php echo $key; ?>"<?php if($build == $key) { echo ' selected="selected"'; } ?>><?php echo $b; ?></option>
<?php } ?>
</select>
</div> <!-- BUILT --><br />
<?php }//showfield ?>
<?php if(showfield('looks')) { ?>
<label for="looks"><?php _de('Looks',408); ismand('looks'); ?></label>
<div class="input">
<select name="looks" id="looks" class="looks">
<option value=""><?php _de('Select',393); ?></option>
<?php foreach($looks_a as $key=>$l) { ?>
<option value="<?php echo $key; ?>"<?php if($looks == $key) { echo ' selected="selected"'; } ?>><?php echo $l; ?></option>
<?php } ?>
</select>
</div> <!-- LOOKS --><br />
<?php }//showfield ?>
<?php if(showfield('availability')) { ?>
<label for="availability"><?php _de('Availability',394); ismand('availability'); ?></label>
<div class="input" id="availability">
<input type="checkbox" name="availability[]" value="1" id="incall"<?php if( in_array("1", $availability) ) { echo ' checked="checked"'; } ?> /><label for="incall"><?php _de('Incall',258); ?></label>
<input type="checkbox" name="availability[]" value="2" id="outcall"<?php if( in_array("2", $availability) ) { echo ' checked="checked"'; } ?> /><label for="outcall"><?php _de('Outcall',259); ?></label>
</div><!-- AVAILABILITY --><br />
<?php }//showfield ?>
<?php if(showfield('smoker')) { ?>
<label for="smoker"><?php _de('Smoker',395); ismand('smoker'); ?></label>
<div class="input" id="smoker">
<input type="radio" name="smoker" value="1" id="smokeyes"<?php if($smoker == "1") { echo ' checked="checked"'; } ?> /><label for="smokeyes"><?php _de('Yes',156); ?></label>
<input type="radio" name="smoker" value="2" id="smokeno"<?php if($smoker == "2") { echo ' checked="checked"'; } ?> /><label for="smokeno"><?php _de('No',157); ?></label>
</div><!-- SMOKER --><br />
<?php }//showfield ?>
<?php if(showfield('aboutyou')) { ?>
<?php if ($agencyid) { ?>
<label for="aboutyou"><?php _de('About the escort',82); ismand('aboutyou'); ?></label>
<?php } else { ?>
<label for="aboutyou"><?php _de('About you',433); ismand('aboutyou'); ?></label>
<?php } ?>
<div class="input">
<textarea name="aboutyou" id="aboutyou" class="textarea" rows="7" cols="42"><?php echo $aboutyou; ?></textarea><br /><small><?php _de('html code will be removed',83); ?></small><br /><br />
</div> <!-- INPUT -->
<?php }//showfield ?>
<?php if(showfield('education')) { ?>
<label for="education"><?php _de('Education',434); ismand('education'); ?></label><input type="text" name="education" id="education" class="input" value="<?php echo $education; ?>" /><br />
<?php }//showfield ?>
<?php if(showfield('sports')) { ?>
<label for="sports"><?php _de('Sports',435); ismand('sports'); ?></label><input type="text" name="sports" id="sports" class="input" value="<?php echo $sports; ?>" /><br />
<?php }//showfield ?>
<?php if(showfield('hobbies')) { ?>
<label for="hobbies"><?php _de('Hobbies',436); ismand('hobbies'); ?></label><input type="text" name="hobbies" id="hobbies" class="input" value="<?php echo $hobbies; ?>" /><br />
<?php }//showfield ?>
<?php if(showfield('zodiacsign')) { ?>
<label for="zodiacsign"><?php _de('Zodiac sign',437); ismand('zodiacsign'); ?></label><input type="text" name="zodiacsign" id="zodiacsign" class="input" value="<?php echo $zodiacsign; ?>" /><br />
<?php }//showfield ?>
<?php if(showfield('sexualorientation')) { ?>
<label for="sexualorientation"><?php _de('Sexual orientation',438); ismand('sexualorientation'); ?></label><input type="text" name="sexualorientation" id="sexualorientation" class="input" value="<?php echo $sexualorientation; ?>" /><br />
<?php }//showfield ?>
<?php if(showfield('occupation')) { ?>
<label for="occupation"><?php _de('Occupation',439); ismand('occupation'); ?></label><input type="text" name="occupation" id="occupation" class="input" value="<?php echo $occupation; ?>" /><br />
<?php }//showfield ?>
<?php if(showfield('language')) { ?>
<label for="language"><?php _de('Languages spoken',440); ismand('language'); ?></label>
<div class="input" id="language">
<input type="text" name="language1" class="input" value="<?php echo $language1; ?>" />
<select name="language1level" id="language1level" class="language1level">
<option value=""><?php _de('Select level',441); ?></option>
<?php foreach($languagelevel_a as $key=>$l) { ?>
<option value="<?php echo $key; ?>"<?php if($language1level == $key) { echo ' selected="selected"'; } ?>><?php echo $l; ?></option>
<?php } ?>
</select><br />
<input type="text" name="language2" class="input" value="<?php echo $language2; ?>" />
<select name="language2level" id="language2level" class="language2level">
<option value=""><?php _de('Select level',441); ?></option>
<?php foreach($languagelevel_a as $key=>$l) { ?>
<option value="<?php echo $key; ?>"<?php if($language2level == $key) { echo ' selected="selected"'; } ?>><?php echo $l; ?></option>
<?php } ?>
</select><br />
<input type="text" name="language3" class="input" value="<?php echo $language2; ?>" />
<select name="language2level" id="language2level" class="language2level">
<option value=""><?php _de('Select level',441); ?></option>
<?php foreach($languagelevel_a as $key=>$l) { ?>
<option value="<?php echo $key; ?>"<?php if($language2level == $key) { echo ' selected="selected"'; } ?>><?php echo $l; ?></option>
<?php } ?>
</select><br />
<input type="text" name="language4" class="input" value="<?php echo $language3; ?>" />
<select name="language3level" id="language3level" class="language3level">
<option value=""><?php _de('Select level',441); ?></option>
<?php foreach($languagelevel_a as $key=>$l) { ?>
<option value="<?php echo $key; ?>"<?php if($language3level == $key) { echo ' selected="selected"'; } ?>><?php echo $l; ?></option>
<?php } ?>
</select><br />
</div>
<?php }//showfield ?>
<?php if(showfield('rates')) { ?>
<label for="rates"><?php _de('Rates',396); if(ismand('rates', 'no')) { ismand('rates'); echo '<br /><small>'._d('at least one rate',442).'</small>'; } ?></label>
<div class="input" id="rates">
<?php _de('Currency',122); ?>:
<select name="currency" id="currency">
<?php
foreach($currency_a as $key=>$c) {
if($currency == $key) { $selected = ' selected="selected"'; }
echo '<option value="'.$key.'"'.$selected.'>'.$c[0].' - '.$c[1].'</option>'."\n";
unset($selected);
}
?>
</select><div class="clear10"></div>
<div class="rates"><?php _de('1H',443); ?><br /><input type="text" name="rate1h" maxlength="15" value="<?php echo $rate1h; ?>" class="input inputsmall" /></div>
<div class="rates"><?php _de('2H',444); ?><br /><input type="text" name="rate2h" maxlength="15" value="<?php echo $rate2h; ?>" class="input inputsmall" /></div>
<div class="rates"><?php _de('3H',445); ?><br /><input type="text" name="rate3h" maxlength="15" value="<?php echo $rate3h; ?>" class="input inputsmall" /></div><br />
<div class="rates"><?php _de('6H',446); ?><br /><input type="text" name="rate6h" maxlength="15" value="<?php echo $rate6h; ?>" class="input inputsmall" /></div>
<div class="rates"><?php _de('12H',447); ?><br /><input type="text" name="rate12h" maxlength="15" value="<?php echo $rate12h; ?>" class="input inputsmall" /></div>
<div class="rates"><?php _de('24H',448); ?><br /><input type="text" name="rate24h" maxlength="15" value="<?php echo $rate24h; ?>" class="input inputsmall" /></div>
</div> <!-- RATES --><br />
<?php }//showfield ?>
<?php if(showfield('services')) { ?>
<label for="services"><?php _de('Services',399); ismand('services'); ?></label>
<div class="input" id="services">
<?php
$services[] = $services;
foreach($services_a as $key=>$service) { ?>
<div class="oneservice"><label for="service<?php echo $key; ?>"><input type="checkbox" name="services[]" value="<?php echo $key; ?>" id="service<?php echo $key; ?>"<?php if( in_array($key, $services) ) { echo ' checked="checked"'; } ?> /> <?php echo $service; ?></label></div> <!-- ONE SERVICE -->
<?php }//foreach ?>
</div> <!-- SERVICES --><br />
<?php }//showfield ?>
<?php if(showfield('extraservices')) { ?>
<label for="extraservices"><?php _de('Extra services',449); ismand('extraservices'); ?></label><input type="text" name="extraservices" id="extraservices" class="input" value="<?php echo $extraservices; ?>" />
<?php }//showfield ?>
<br>
<div class="clear20"></div>
<center><input type="submit" name="submit" value="<?php if($escort_post_id) { _de('Update Profile',450); } elseif ($agencyid) { _de('Add Escort',451); } else { _de('Complete Registration',452); } ?>" class="pinkbutton rad3" /></center>
</form>