示例#1
0
            print ", " . city::GetCityName($offer['city']);
        }
        ?>
</div>
					</div>
					<?php 
    }
    //if
    ?>
					<?php 
    if ($user_ago && !($info_for_reg['birthday'] && !get_uid(false))) {
        ?>
					<div class="b-freelancer__txt b-freelancer__txt_fontsize_11 b-freelancer__txt_padbot_5">
						<div class="b-freelancer__txt b-freelancer__txt_valign_top b-freelancer__txt_inline-block b-freelancer__txt_width_120 b-freelancer__txt_bordbot_dot_e5"> <span class="b-freelancer__txt b-freelancer__txt_top_3 b-freelancer__txt_bg_fff">Возраст</span> </div>
						<div class="b-freelancer__txt b-freelancer__txt_inline-block b-freelancer__txt_width_320 b-freelancer__txt_top_3"><?php 
        echo view_exp($user_ago);
        ?>
</div>
					</div>
					<?php 
    }
    //if
    ?>
			    </td>
				<td class="b-layout__right b-layout__right_width_240"><div class="b-freelancer__txt b-freelancer__txt_fontsize_11 b-freelancer__txt_padbot_10">
					<!--
						<div class="b-freelancer__txt b-freelancer__txt_float_right">Отношение <span class="b-freelancer__txt ">-96</span></div>
					-->
						<div class="b-freelancer__txt">Рейтинг <span class="b-freelancer__txt <?php 
    echo $offer['rating'] < 0 ? "b-freelancer__txt_color_c10600" : "b-freelancer__txt_color_6db335";
    ?>
示例#2
0
if ($spec_modified && !is_pro()) {
    ?>
    <p style="padding-bottom:15px;">Вы можете сменить выбранные специализации через <?php 
    echo $spec_modified['days'] . ' ' . ending($spec_modified['days'], 'день', 'дня', 'дней');
    ?>
</p>
<?php 
}
//if
?>
    
<?php 
if ($user->exp > 0) {
    ?>
	<div style="padding-bottom:15px;vertical-align:top;white-space:nowrap;">Опыт работы:&nbsp;&nbsp;<?php 
    echo view_exp($user->exp);
    ?>
</div>
<?php 
}
if ($user->in_office == 't') {
    ?>
    <div style="padding-bottom:15px;vertical-align:top;white-space:nowrap;"><strong>Ищу долгосрочную работу <span style="display:inline-block; padding: 0 0 0 15px; background: url(/images/icons-sprite.png) no-repeat -100px -335px;">в офисе</span></strong></div>
<?php 
}
/* #0019741 if($user->prefer_sbr == 't'):?>
    <div style="padding-bottom:15px;vertical-align:top;white-space:nowrap;"><strong>Предпочитаю работать через сервис <span class="sbr-ic"><a href="/promo/sbr/" class="inherit_underline" style="color:#666666;">Сделка без риска</a></span></strong></div>
<?endif;*/
if ($user->cost_hour > 0) {
    ?>
	<div style="padding-bottom:15px;vertical-align:top;white-space:nowrap;"><strong>Стоимость часа работы</strong> &mdash; <span class="money"><?php 
示例#3
0
    ?>
<span class="spec">Дополнительные специализации: <?php 
    echo $result['additional_spec'];
    ?>
</span><?php 
}
//if
?>
                <span class="country_name"><?php 
echo $country_name ? $country_name : '';
echo $country_name && $city_name ? ', ' : '';
echo $city_name ? $city_name : '';
?>
</span>
                <span class="user-opyt">Опыт работы: <?php 
echo view_exp($result['exp']);
if ($result['in_office'] == 't') {
    ?>
<br/><span class="run-men">Ищу работу в офисе</span><?php 
}
//if
?>
</span>
                <?php 
if ($spec_text) {
    ?>
                <span class=""><br/>&laquo;<?php 
    echo $spec_text;
    ?>
&raquo;</span>
                <?php