virt2/api/mod/j_show_vakans.html

117 lines
5.2 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="Работа: {$list[0].prof2}" keywords="Работа: {$list[0].prof2}" description="Работа: {$list[0].prof2}" h1="Работа: {$list[0].prof2}"}
<input type='hidden' id='vak_id' value='{$smarty.get.id}'>
<input type='hidden' id='user_id' value='{$list[0].user_id}'>
<input type='hidden' id='msg-type' value=''>
<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='job/menu_vakans.html'}
<div class="container" style="margin-top:10px;">
<h3>Поделиться</h3>
<script src="//yastatic.net/es5-shims/0.0.2/es5-shims.min.js"></script>
<script src="//yastatic.net/share2/share.js"></script>
<div class="ya-share2" data-services="collections,vkontakte,facebook,odnoklassniki,moimir" data-counter="" style="margin: 0 auto;"></div>
</div>
{if ($bd.foffice)}
<p>Фото офиса</p>
<img class="lazy" src='/img/noImg.png' data-original="/img/users/{$list[0].user_id}/{$bd.foffice}.jpg" alt="Работа: {$list[0].prof2}" style="widht: 100%;" />{/if}
{if ($bd.fdom)}
<br><p>Фото здания</p>
<img class="lazy" src='/img/noImg.png' data-original="/img/users/{$list[0].user_id}/{$bd.fdom}.jpg" alt="Работа: {$list[0].prof2}" style="widht: 100%;" />{/if}
</div>
<div class='col-lg-9 col-md-9 col-sm-12 col-xs-12' style='border:0px solid gray;'>
{if ($list[0].del==1)}
<div class="alert alert-danger" role="alert">
Вакансия удалена
</div>
{/if}
{*if ($list[0].t==1)}
<div class="alert alert-danger" role="alert">
Истек срок вакансии
</div>
{/if*}
<div class="card mb-3" style="max-width: 100%;">
<div class="row no-gutters">
<div class="col-md-5 col-lg-4">
{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/{$list[0].user_id}/{$bd.logo}.jpg" style="float:left;">
{/if}
</div>
<div class="col-md col-lg">
<div class="card-body">
<p class="card-text" style="margin-top: -15px;"><a href="/j_show_org/{$list[0].user_id}" style="color: #334141;" title="Нажмите для более подробной информации об организации"><b>{$bd.nameorg}</b></a></p>
<p class="card-text">{$bd.gorod}</p>
<p class="card-text">Отзывов: {$count_otzyv}</p>
<p class="card-text">
{if ($smarty.session.user_id)}
<a href='#' id='show_num' data-num='{$smarty.get.id}'>Показать номер телефона</a>
<img id='img_num' style="width: 200px;">
{else}
<p><a href='/jlogin/' style='color:red;'>Авторизуйтесь для просмотра контактов</a></p>
{/if}
</p>
</div>
</div>
</div>
</div>
<h2>Зарплата от {$list[0].zp} рублей</h2>
<p>{$list[0].gorod}</p>
<h3>График работы</h3>
<p>{$list[0].grafik2}</p>
<h3>Требование</h3>
<p>{$list[0].treb}</p>
<h3>Условия работы</h3>
<p>{$list[0].usl}</p>
{******************************************************************************}
{if $list2[0].id}
<hr>
<h4>Другие вакансии этой организации:</h4>
<div class="row">
{section name=customer loop=$list2}{if $list2[customer].id}
{include file=$vcard vak=$list2}{* подключаем карточки вакансий *}
{/if}{/section}
</div>
{/if}
{if $list3[0].id}
<hr>
<h4>Похожие вакансии:</h4>
<div class="row">
{section name=customer loop=$list3}{if $list3[customer].id}
{include file=$vcard vak=$list3}{* подключаем карточки вакансий *}
{/if}{/section}
</div>
{/if}
<div id="otcklics"></div>{* Див с откликами *}
<div id="div_load_otzyv"></div>{*див с отзывами*}
</div>
</div>
{******************************************************************************}
{if ($smarty.session.user_id)}
{* Подключаем модальное окошко для отправки резюме *}
{include file='job/modal_send_resume.html'}
{******************************************************************************}
{* Подключаем модальное окошко для отправки сообщения *}
{include file='job/modal_send_msg.html' var_modal_id='modal_send_msg' var_modal_txt='Отправить сообщение' var_modal_btn_id="btn_send_msg" var_modal_textarea_id="txtmsg"}
{******************************************************************************}
{* отправка отзыва *}
{include file='job/modal_send_msg.html' var_modal_id='modal_send_otzyv' var_modal_txt='Добавить отзыв' var_modal_btn_id="btn_send_otzyv" var_modal_textarea_id="txtmsg2"}
{/if}
{* End отправка отзыва *}
{if ($smarty.session.user_id)}
{include file=$footer plugins="<script src='/api/templates/job-rf.ru/js/send_msg_and_otzyv.js'></script>"}
{else}
{include file=$footer}
{/if}