EngineGP/template/sections/help/close.html
Sergei Solovev b59003e559 Reformat code
This update contains code reformatting to meet PHP standards.
2023-11-12 21:12:42 +03:00

36 lines
1,003 B
HTML

<a href="[home]help/section/open">
<div class="btn btn-short margin-right">Открытые вопросы</div>
</a>
<a href="[home]help/section/close">
<div class="btn btn-short btn-gray">Закрытые вопросы</div>
</a>
<a href="[home]help/section/create">
<div class="btn btn-short btn-success right">Задать вопрос</div>
</a>
<div class="space"></div>
<h4 class="hblock_content">Список закрытых вопросов</h4>
<div class="block_content">
<table class="table_pad">
<thead>
<tr>
<th align="left"></th>
<th align="left">Информация</th>
|support|
<th align="left">Создатель</th>
|_support|
<th>Состояние</th>
<th>Управление</th>
</tr>
</thead>
<tbody>
[question]
</tbody>
</table>
</div>
[pages]
<script src="[js]help.js" type="text/javascript"></script>