Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/szukaj/list_adv.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;?>	
			<?php echo Message::render(); ?>
			<div id="content">

				<?php echo aurora::partial('user_sider', $user); ?>
				
				<div class="main">
				
					<img src="./static/images/medialni_467.jpg" class="ico_main" alt=""/><h1>Wyniki wyszukiwania</h1>
				
					
					<div class="main_content">
					<?php if( empty($users) ) : ?>
						
						<div style="float: left; background: #fff url('./static/images/search_adv.jpg') no-repeat top center; margin: 50px; width: 525px; height: 519px;">

								<div style="float: left; width: 106px; margin-left: 153px; margin-top: 213px;">
								
									<a href="wyszukiwanie_zaawansowane/2"><img src="./static/images/profile_name_03.png" style="float: left;" alt=""/></a>
									<a href="wyszukiwanie_zaawansowane/12"><img src="./static/images/profile_name_05.png" style="float: left; margin-top: 6px;" alt=""/></a>
									<a href="wyszukiwanie_zaawansowane/1"><img src="./static/images/profile_name_09.png" style="float: left; margin-top: 8px;" alt=""/></a>
									<a href="wyszukiwanie_zaawansowane/13"><img src="./static/images/profile_name_10.png" style="float: left; margin-top: 8px;" alt=""/></a>
									<a href="wyszukiwanie_zaawansowane/3"><img src="./static/images/profile_name_13.png" style="float: left; margin-top: 8px;" alt=""/></a>
									<a href="wyszukiwanie_zaawansowane/8"><img src="./static/images/profile_name_14.png" style="float: left; margin-top: 11px;" alt=""/></a>
									<a href="wyszukiwanie_zaawansowane/4"><img src="./static/images/profile_name_17.png" style="float: left; margin-top: 10px;" alt=""/></a>
									
								</div>
								
								<div style="float: left; width: 106px; margin-left: 12px; margin-top: 213px;">
								
									<a href="wyszukiwanie_zaawansowane/9"><img src="./static/images/profile_name_18.png" style="float: left;" alt=""/></a>
									<a href="wyszukiwanie_zaawansowane/5"><img src="./static/images/profile_name_21.png" style="float: left; margin-top: 8px;" alt=""/></a>
									<a href="wyszukiwanie_zaawansowane/10"><img src="./static/images/profile_name_22.png" style="float: left; margin-top: 8px;" alt=""/></a>
									<a href="wyszukiwanie_zaawansowane/6"><img src="./static/images/profile_name_25.png" style="float: left; margin-top: 8px;" alt=""/></a>
									<a href="wyszukiwanie_zaawansowane/11"><img src="./static/images/profile_name_26.png" style="float: left; margin-top: 8px;" alt=""/></a>
									<a href="wyszukiwanie_zaawansowane/7"><img src="./static/images/profile_name_29.png" style="float: left; margin-top: 7px;" alt=""/></a>
									<a href="wyszukiwanie_zaawansowane/14"><img src="./static/images/profile_name_30.png" style="float: left; margin-top: 8px;" alt=""/></a>
									
								</div>
									
						</div>
					
					<?php else: ?>
					
					<img src="./static/images/medialni_341.jpg" alt=""/>
					<?php $n=1; foreach( $users as $user ) : $n++; ?>
					
					
					<table>
						
						<tr>
							<td width="650" class="thumb">
								<img src="/uploads/user/images/thumb_<?php echo $user->logo; ?>" <?php if( aurora::isMember($user->id) ) : echo 'class="highlight"'; endif; ?> alt=""/>
								<a href="/profile/<?php echo $user->id; ?>" class="title" <?php if( aurora::isMember($user->id) ) : echo 'style="color: #67c100;"'; endif; ?>><?php echo $user->firstname; ?> <?php echo $user->lastname; ?></a>

							</td>
							<td width="200"><a href="/account/friend/add-to-friend/<?php echo $user->id; ?>" class="button">+ Dodaj znajomego</a></td>
					
							
					</table>
						
					<img src="./static/images/medialni_341.jpg" alt=""/>
			
					<?php endforeach; ?>
					<?php endif; ?>
					
					</div>
				
				</div>
				
				<?php echo aurora::partial('user_sider_right', $user); ?>

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