virt2/api/mod/jkbr.html

112 lines
4.6 KiB
HTML
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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="Личный кабинет работодателя"}
<input id="id_otclick" value="" type="hidden">
<div class='row'>
<div class='col-lg-3 col-md-3 col-sm-12 col-xs-12' style='border-right:0px 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;'>
<div class="card mb-3" style="max-width: 100%;">
<div class="row no-gutters">
<div class="col-md-4 col-lg-4">
<img class="lazy" src='/img/noImg.png' data-original='/img/users/{$smarty.session.user_id}/{$bd.logo}.jpg'>
</div>
<div class="col-md col-lg">
<div class="card-body"><h3 style="margin-top:-15px;">{$bd.nameorg}</h3>
<p class="card-text">ИНН: {$bd.inn}</p>
<p class="card-text">{$bd.gorod}</p>
<p class="card-text d-block d-sm-none"><a href='{$bd.gis}' target="_blank" rel='nofollow'>2GIS</a></p>
<p class="card-text"><a href='{$bd.url}' target="_blank" rel='nofollow' id="url-link" data-id="{$smarty.get.id}">{$bd.url}</a></p>
<p class="card-text">Год открытия {$bd.go}</p>
{if ($col_prosmotr)}Просмотров профиля {$col_prosmotr}<br>{/if}
{if ($col_prosmotr_url)}<span title="Только уникальные переходы">Переходов на ваш сайт {$col_prosmotr_url}</span>{/if}
</div>
</div>
</div>
</div>
{if $otclick[0].id}
<div class="container">
<h5>Отклики на ваши резюме</h5>
{section name=customer loop=$otclick}{if $otclick[customer].id}
<div class="card mb-3" style="max-width: 100%;" id="div_{$otclick[customer].id}">
<div class="row no-gutters">
<div class="col-md-4 col-lg-3">
{if ($otclick[customer].error_foto=='1')}
<img src='/img/noImg.png' style="float:left;">
{else}
<img class="lazy" src='/img/noImg.png' data-original='/img/users/{$otclick[customer].user_id}/{$otclick[customer].foto}.jpg' style="float:left;">
{/if}
</div>
<div class="col-md col-lg">
<div class="card-body">
<h5 class="card-title"><a href="/j_show_soiskatel/{$otclick[customer].user_id}">{$otclick[customer].fio}</a></h5>
<p class="card-text">{$otclick[customer].gorod}</p>
<p class="card-text">Возраст: {$otclick[customer].datar|vozrast}</p>
<p class="card-text">Телефон: {$otclick[customer].tel}</p>
</div>
</div>
<div class="col-md-1 col-lg-1">
<div class="card-body">
<a href="/j_show_resume/{$otclick[customer].resume_id}" target="_blank" class="far fa-address-book" title="Показать резюме" style="font-size: 2rem;"></a>  
<a href="/act/jkbr" target="_blank" class="far fa-trash-alt del-otclick" data-id="{$otclick[customer].id}" title="Удалить отклик" style="font-size: 2rem;"></a>
</div>
</div>
</div>
</div>
{*</div>{* end .container *}
{/if}{/section}
</div>
{/if}
<h5>Ваши фото:</h5>
<div class="row" style="margin-top:10px;">
{if ($bd.foffice)}
<div class="col-xs col-sm col-md-6 col-lg-6 col-xl-6">
<img class="lazy" src='/img/noImg.png' data-original="/img/users/{$smarty.session.user_id}/{$bd.foffice}.jpg" style="width: 100%;">
</div>
{/if}
{if ($bd.fdom)}
<div class="col-xs col-sm col-md-6 col-lg-6 col-xl-6">
<img class="lazy" src='/img/noImg.png' data-original="/img/users/{$smarty.session.user_id}/{$bd.fdom}.jpg" style="width: 100%;">
</div>
{/if}
</div>
</div>
</div>
{* модальное окошко удаления отклика *}
<div class="modal" tabindex="-1" role="dialog" id="exampleModal">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Удалить отклик?</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>Этот отклик будет удален</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" id="del">Удалить</button>
<button type="button" class="btn btn-secondary" data-dismiss="modal">Отмена</button>
</div>
</div>
</div>
</div>
{include file=$footer}