Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/_profiles/5.php
				<?php $disc = ORM::Factory('user_discipline')->where('user_id','=', $user->id)->find(); ?>
				<div class="item-box <?php if( !empty( $class_name ) ) echo $class_name; elseif( $user->highlight == 1 ) echo ' pink'; ?>">
					<a href="profile/item/<?php echo $user->id; ?>?layout=<?php echo $user->profile_id; ?>"><img src="/image.php/image-name.jpg?width=190&amp;height=240&amp;cropratio=19:24&amp;image=/<?php echo Model_User_Image::get_thumb($user->id); ?>" class="thumb-img" alt=""/></a>
					<h2><a href="profile/item/<?php echo $user->id; ?>?layout=<?php echo $user->profile_id; ?>"><?php echo $user->firstname; ?> </a>
					<span class="star-rate">
						<?php
						$i=1;
						$ocena = '';
							for( $i; $i<=floor($user->mark);$i++ ) {
							$ocena .= '<img src="template/images/znany_trener_tp_34_big.png" alt=""/>';
							}

							$max = 6-$i;
							for( $j=1;$j<=$max;$j++ ) {
							$ocena .= '<img src="template/images/znany_trener_tp_34_bigGray.png" alt=""/>';
							}
							echo $ocena; 
						?>
							(<?php echo Model_User_Comment::get_count($user->id); ?> opinie)</span></h2>
							<h6>Fizjoterapeuta</h6>
					<p>
					<a href="profile/item/<?php echo $user->id; ?>?layout=<?php echo $user->profile_id; ?>"><?php echo cms::addmission($user->description); ?></a>
					<br/>
					<span class="contact-box-info">
					<a href="profile/item/<?php echo $user->id; ?>?layout=<?php echo $user->profile_id; ?>">
					<?php if( !empty($user->phone) ) : ?><strong class="td">tel.:</strong> <?php echo $user->phone; ?> <br/><?php endif; ?>
					<?php if( !empty($user->email) ) : ?><strong class="td">e-mail:</strong> <a href="mailto: <?php echo $user->email; ?>"><?php echo $user->email; ?></a><br/><?php endif; ?>
					<?php if( !empty($user->www) ) : ?><strong class="td">www:</strong> <a href="<?php echo $user->www; ?>" target="_blank"><?php echo $user->www; ?></a><?php endif; ?>
					</a>
						<span class="more-box">
						<a href="profile/item/<?php echo $user->id; ?>?layout=<?php echo $user->profile_id; ?>" class="button-red">zobacz więcej</a><br style="clear: both;"/>
						<a href="profile/discipline/<?php echo $disc->id; ?>?layout=<?php echo $user->profile_id; ?>"><?php echo $disc->name; ?></a>&nbsp;   |  <a href="szukaj?city_id=<?php echo Model_City::get_city_title( $user->city_id ); ?>"><?php echo Model_City::get_city_title( $user->city_id ); ?></a>
						</span>
					</span>
					
					</p>
				
				</div>