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

16 lines
1.0 KiB
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" {if ($vak[customer].sr=="1")} title="Истек срок размещения" style="border: 1px solid red;"{/if}>
{* j_show_vakans *}
{if ($smarty.get.mod=='jmyvakans')}
<a href="/jeditvakancy/{$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_vakans/{$vak[customer].id}"><img src="/img/noImg.png" data-original="/img/prof/{$vak[customer].prof}.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>