core/skin/detsad20.ru/mod/creat_module.tpl

12 lines
1.1 KiB
Smarty
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.

{*Шаблон модуля создания модулей*}
<script src="/templates/js/{$mod_inc_short}.js"></script>
<form action="/?mod=creat_module" method="post">
<input placeholder="Название модуля английскими буквами" type="text" name="input_module_name">
<input type="submit" value="Создать" name="ok">
</form>
<h3>Уже созданные модули:</h3>
<table width="100%" class="mod_list" cellpadding="0" cellspacing="0">
{$mod_list}
</table>
<p>Как обратится к модулю: /?mod=имя_модуля так же возможно добавить дополнительный параметр &id=номер чего-нибудь, опционально можно добавить параметр act=действие, которое будет выполнять модуль. Но по правилам хорошего тона, все файлы act вынесены в корень модуля и все хитрые действия производятся в них, вызывая /mod/имя_модуля/act.php?act=Действие</p>
{include file=$mini_admin}