Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/_profiles/1.php |
<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&height=240&cropratio=19:24&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>Klub sportowy</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">
<?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> <?php echo $user->email; ?><br/><?php endif; ?>
<?php if( !empty($user->www) ) : ?><strong class="td">www:</strong> <?php echo $user->www; ?><?php endif; ?>
<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="szukaj?zone_id=<?php echo $user->zone_id; ?>"><?php echo Model_Zone::get_zone_title($user->zone_id); ?></a> | <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>