virt2/api/mod/jmyresume.html

39 lines
1.7 KiB
HTML
Executable File
Raw Permalink 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.

{include file=$header title="Мои резюме" h1="Мои резюме"}
<div class='row'>
<div class='col-lg-3 col-md-3 col-sm-12 col-xs-12' style='border-right:1px solid lightgray;'>
{include file=$mnulk}
</div>
<div class='col-lg-9 col-md-9 col-sm-12 col-xs-12' style='border:0px solid gray;'>
<a class="btn btn-primary" href="/jaddresume/" role="button">Добавить резюме</a>
<div class='row' style='margin-top: 20px;'>
{section name=customer loop=$vak}{if $vak[customer].id}
<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 *}
<a href="/jeditresume/{$vak[customer].id}"><img src="/img/noImg.png" data-original="/img/prof/{$vak[customer].prof}.jpg" class="lazy card-img-top" alt="..."></a>
<div class="card-body">
<h5 class="card-title text-center">{$vak[customer].prof2}</h5>
<p class="card-text text-center">{$vak[customer].gorod}</p>
<p class="card-text text-center">Просмотров: {$vak[customer].prosmotr}</p>
</div>
</div>
</div>
{*
<div class="col-xs col-sm col-md-4 col-lg-4 col-xl-4" style='border: lightgray 1px solid; text-align:center;padding-top: 10px;border-radius: 10px;height: 200px;{if ($vak[customer].public!="on")}opacity: 0.5;{/if}' {if ($vak[customer].public!='on')} title='Не опубликовано!'{/if}>
<h5><a href='/jeditresume/{$vak[customer].id}'>{$vak[customer].prof2}</a></h5>
<h5>от {$vak[customer].zp} р.</h5>
<p>Просмотров: {$vak[customer].prosmotr}</p>
<p>Отклики: </p>
</div> *}
{/if}{/section}
</div>
</div>
</div>
{include file=$footer}