virt2/api/mod/j_show_resume.html

100 lines
4.4 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='Резюме' 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_resume.html'}
<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=""></div>
</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}
<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.foto}.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_soiskatel/{$list[0].user_id}" style="color: #334141;"><b>{$bd.fio}</b></a></p>
<p class="card-text">{$bd.gorod}</p>
<p class="card-text">Возраст: {$bd.datar|vozrast}</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>
<div class=container>
<h5>Желаемая заработная плата от {$list[0].zp} р.</h5>
<br><br>
<h5>Образование</h5>
<p>{$bd.obrazovanie}</p>
<br><br>
<h5>Опыт работы</h5>
<p>{$bd.opyt}</p>
<br><br>
<h5>О себе</h5>
<p>{$bd.osebe}</p>
</div>
{******************************************************************************}
{if $list3[0].id}
<hr>
<h4>Похожие резюме:</h4>
<div class="row">
{section name=customer loop=$list3}{if $list3[customer].id}
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3 col-xl-3" style='border: lightgray 1px solid; text-align:center;padding-top: 10px;border-radius: 10px;'>
<h5><a href='/j_show_vakans/{$list3[customer].id}' style="color:black;">{$list3[customer].prof2}</a></h5>
<a href='/j_show_vakans/{$list3[customer].id}'><img src='/img/prof/{$list3[customer].id}.jpg' style="width: 100%;"></a>
<h5>от {$list3[customer].zp} р.</h5>
<p>{$list3[customer].gorod}</p>
<p>Просмотров: {$list3[customer].prosmotr}</p>
</div>
{/if}{/section}
</div>
{/if}
<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}
{include file=$footer plugins="<script src='/api/templates/job-rf.ru/js/send_msg_and_otzyv.js'></script>"}