virt2/api/mod/del_page.html

8 lines
369 B
HTML
Raw Normal View History

{include file=$header h1="Удалить страницу?" title="Удаление страниц"}
<center>
<div class="btn-group" role="group" aria-label="Basic example" style="margin: 0 auto;">
<button type="button" class="btn btn-success">Да</button>
<button type="button" class="btn btn-danger">Нет</button>
</div>
</center>
{include file=$footer}