core/skin/job-rf.ru/inc/ucard.html

16 lines
905 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="col-6 col-sm-4 col-md-4 col-lg-4 col-xl-3">
<div class="card">
{* j_show_vakans *}
{if ($smarty.get.mod=='jmyvakans')}
<a href="/jeditresumey/{$vak[customer].id}"><img src="/img/noImg.png" data-original="/img/prof/{$vak[customer].prof}.jpg" class="lazy card-img-top" alt="..."></a>
{else}
<a href="/j_show_resume/{$vak[customer].id}"><img src="/img/noImg.png" data-original="/img/users/{$vak[customer].user_id}/{$vak[customer].foto}.jpg" class="lazy card-img-top" alt="..."></a>
{/if}
<div class="card-body">
<h5 class="card-title text-center">{$vak[customer].prof2}</h5>
<h5 class="card-title text-center">от {$vak[customer].zp} р.</h5>
<p class="card-text text-center">{$vak[customer].gorod}</p>
<p class="card-text text-center">Просмотров: {$vak[customer].prosmotr}</p>
</div>
</div>
</div>