EIOS/tpl/tpl_mhelp.html

43 lines
1.5 KiB
HTML
Raw Normal View History

2023-12-28 15:39:22 +03:00
<div class="row-fluid">
<div class="span12">
<h3 class="page-title">Материальная помощь</h3>
<ul class="breadcrumb">
<li><a href="/">Главная</a><span class="divider">/</span></li>
</ul>
</div>
</div>
<div id="page-wrap">
<div class="row-fluid">
<div class="span12 menu_mhelp">
{if isset($user.statuses[0])}<a href="/mhelp/order/" class="btn {if $page=='order'}btn-primary{/if}" style="color:#000;">Подать заявление</a>
<a href="/mhelp/my_order/" class="btn {if $page=='my_order'}btn-primary{/if}" style="color:#000;">Мои заявки</a>{/if}
{if isset($user.statuses[42])}<a href="/mhelp/secretary/" class="btn {if $page=='secretary'}btn-primary{/if}" style="color:#000;">Секретарь стипендиальной комиссии</a>{/if}
{if isset($user.statuses[41])}<a href="/mhelp/person_kom/" class="btn {if $page=='person_kom'}btn-primary{/if}" style="color:#000;">Член комиссии</a>
<a href="/mhelp/totals/" class="btn {if $page=='totals'}btn-primary{/if}" style="color:#000;">Итоги</a>{/if}
</div>
</div>
</div>
{if $page=="order"}
{include file="tpl_mhelp_order.html"}
{/if}
{if $page=="my_order"}
{include file="tpl_mhelp_my_order.html"}
{/if}
{if $page=="secretary"}
{include file="tpl_mhelp_secretary.html"}
{/if}
{if $page=="person_kom"}
{include file="tpl_mhelp_person_kom.html"}
{/if}
{if $page=="totals"}
{include file="tpl_mhelp_totals.html"}
{/if}
{if $page=="print"}
{include file="tpl_mhelp_print.html"}
{/if}