virt2/api/mod/j_show_org.html

83 lines
3.9 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=$bd.nameorg h1=$bd.nameorg}
<input type='hidden' id='user_id' value='{$smarty.get.id}'>
<div class='row'>
<div class='col-lg-3 col-md-3 col-sm-12 col-xs-12' style='border-right:1px solid lightgray;'>
<ul class="lkmnu">
{if ($smarty.session.user_id)}
<li><a href='#' id='a_to_favorite'>Добавить в избранное</a></li>
<li><a href='#' id='send_resume'>Отправить резюме</a></li>
<li><a href='#' id='a_send_msg'>Отправить сообщение</a></li>
<li><a href='#' id='a_send_otzyv'>Оставить отзыв о компании</a></li>
{else}
<li><a href='#' style='color:lightgray;'>Добавить в избранное</a></li>
<li><a href='#' style='color:lightgray;'>Отправить резюме</a></li>
<li><a href='#' style='color:lightgray;'>Отправить сообщение</a></li>
<li><a href='#' style='color:lightgray;'>Оставить отзыв о компании</a></li>
<li><small><a href='/jlogin/' style='color:red;'>авторизуйтесь, чтобы получить доступ к функциям</a></small></li>
{/if}
</ul>
<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;'>
<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/{$smarty.get.id}/{$bd.logo}.jpg' style="float:left;">
{/if}
</div>
<div class="col-md col-lg">
<div class="card-body">
<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>
<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">
<h3>Вид деятельности</h3>
{$bd.viddeyat}
</div>
<div class="container d-none d-sm-block" style="margin-top:10px;">
<h3 class=" d-none d-sm-block">Местонахождение</h3>
</div>
<iframe style="height: 550px;width: 100%;" src="{$bd.gis}" class=" d-none d-sm-block">
</iframe>
<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 src="/img/users/{$smarty.get.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 src="/img/users/{$smarty.get.id}/{$bd.fdom}.jpg" style="width: 100%;">
</div>
{/if}
</div>
<div class="container" style="margin-top:10px;">
<h3>Вакансии организации:</h3>
<div class="row">
{section name=customer loop=$list}{if $list[customer].id}
{include file=$vcard vak=$list}{* подключаем карточки вакансий *}
{/if}{/section}
</div>
<div id="div_load_otzyv"></div>{*див с отзывами*}
</div>
</div>
{include file=$footer}