Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/admin/edit_1.php
	<div id="page">
	
		<div id="container">
			<!--  start message-blue -->
			<?php if (isset($message_ok)):?>
			<div id="message-blue">
					<table border="0" width="100%" cellpadding="0" cellspacing="0">
						<tr>
							<td class="blue-left"><?php echo $message_ok; ?>  </td>
							<td class="blue-right"><a class="close-blue"><?php echo HTML::image('static/images/table/icon_close_blue.gif');?></a></td>
						</tr>
					</table>
				</div>
			<!--  end message-blue -->
			<?php endif;?>	
			<!--  start message-red -->
			<?php if (isset($message)):?>
			<div id="message-red">
				<table border="0" width="100%" cellpadding="0" cellspacing="0">
					<tr>
						<td class="red-left">
							<?php echo $message;?>
						</td>
						<td class="red-right"><a class="close-red"><?php echo HTML::image('static_back/images/table/icon_close_red.gif');?></a></td>
					</tr>
				</table>
			</div>
			<?php endif;?>
	
			<div id="content">

				<?php echo aurora::partial('user_sider', $user); ?>
		
				<div class="main">
				
					<img src="./static/images/medialni_454.jpg" class="ico_main" alt=""/><h1>Informacje</h1>
				
					<div class="main_content">
				
						<form action="/account/edit" method="post">
							<fieldset class="register">
							
							<span class="col1" style="margin-left: 20px;">
							
								<label for="account">Wzrost:</label>
								<input type="text" name="register_height" style="width: 40px" value="<?php echo !empty( $user->height ) ? $user->height : ''; ?>" /><br clear="both"/>
								<label for="account">Waga:</label>
								<input type="text" name="register_weight" style="width: 40px" value="<?php echo !empty( $user->weight ) ? $user->weight : ''; ?>"/><br clear="both"/>
								<label for="account">Biust:</label>
								<input type="text" name="register_bust" style="width: 40px" value="<?php echo !empty( $user->bust ) ? $user->bust : ''; ?>"/><br clear="both"/>
								<label for="account">Talia:</label>
								<input type="text" name="register_waist" style="width: 40px" value="<?php echo !empty( $user->waist ) ? $user->waist : ''; ?>"/><br clear="both"/>
								<label for="account">Biodra:</label>
								<input type="text" name="register_loins" style="width: 40px" value="<?php echo !empty( $user->loins ) ? $user->loins : ''; ?>"/><br clear="both"/>
								<label for="account">Wiek:</label>
								<input type="text" name="register_age" style="width: 40px" value="<?php echo !empty( $user->age ) ? $user->age : ''; ?>"/><br clear="both"/>
								<label for="account">Kolor oczu:</label>
								<input type="text" name="register_eye" style="width: 90px" value="<?php echo !empty( $user->eye ) ? $user->eye : ''; ?>"/><br clear="both"/>
								<label for="account">Kolor włosów:</label>
								<input type="text" name="register_hair" style="width: 90px" value="<?php echo !empty( $user->hair ) ? $user->hair : ''; ?>"/><br clear="both"/>
								<label for="account">Doświadczenie:</label>		
								<input type="radio" name="register_experience" value="1" <?php echo ( $user->experience == 1 ) ? 'checked' : ''; ?>/> <span>&nbsp;Tak</span>	
								<input type="radio" name="register_experience" value="0" <?php echo ( $user->experience == 0 ) ? 'checked' : ''; ?> /> <span>&nbsp;Nie</span>	
								<br clear="both"/><br clear="both"/>
								<label for="account">Zakres pracy:</label>		
								<input type="checkbox" name="register_fashion" value="1" <?php echo ( $user->range_fashion == 1 ) ? 'checked="checked"' : ''; ?>/> <span>Moda</span>	
								<input type="checkbox" name="register_lingerie" value="1" <?php echo ( $user->range_lingerie == 1 ) ? 'checked="checked"' : ''; ?>/> <span>Bielizna</span>	
								<input type="checkbox" name="register_act" value="1" <?php echo ( $user->range_act == 1 ) ? 'checked="checked"' : ''; ?>/> <span>Akt</span>	
								<br clear="both"/><br clear="both"/>
								<input type="submit" value="Edytuj"/>
							</span>
							
							<br clear="both"/>
							
							</fieldset>
							</form>
					
				
					</div>
				
				</div>
				
				<?php echo aurora::partial('user_sider_right', $user); ?>

			</div>
			
		</div>
	</div>