19 lines
798 B
HTML
Executable File
19 lines
798 B
HTML
Executable File
{include file=$header title="Мои организации"}
|
|
<section class="container-fluid">
|
|
<div class="btn-group btn-group-sm" role="group" aria-label="Basic example">
|
|
<button type="button" class="btn btn-outline-dark" data-link="/ad__add_org/" title="Добавить организацию"><i class="fas fa-plus"></i></button>
|
|
</div>
|
|
</section>
|
|
<section class="container">
|
|
|
|
<h1>Мои организации</h1>
|
|
<hr>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
{include file=$footer plugins="
|
|
<link rel='stylesheet' href='/api/jquery/jquery-ui/jquery-ui-1.12.1.custom/jquery-ui.min.css'>
|
|
<link rel='stylesheet' href='/api/jquery/jquery-ui/jquery-ui-1.12.1.custom/jquery-ui.theme.min.css'>
|
|
<script src='/api/jquery/jquery-ui/jquery-ui-1.12.1.custom/jquery-ui.min.js'></script>"} |