big-moving.ru/api/mod/job/menu_vakans.html

19 lines
1.2 KiB
HTML
Executable File
Raw 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.

<ul class="lkmnu">
{if ($smarty.session.user_id)}
{if ($smarty.session.typeuser==2)}
<li><a href='#' id='a_to_favorite' data-mod="{$smarty.get.mod}" data-modid="{$smarty.get.id}">Добавить в избранное</a></li>
<li><a href='#' id='a_send_msg'>Отправить сообщение</a></li>
{else}
<li><a href='#' id='a_to_favorite' data-mod="{$smarty.get.mod}" data-modid="{$smarty.get.id}">Добавить в избранное</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>
{/if}
{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>