10 lines
676 B
HTML
Executable File
10 lines
676 B
HTML
Executable File
{include file=$header_admin title="Редактор кода JS - {$smarty.const.ID}" h1="Редактор кода JS - {$smarty.const.ID}"}
|
||
<script language="Javascript" type="text/javascript" src="/api/soft/edit_area/edit_area_full.js"></script>
|
||
<form action="/edit_script/{$smarty.const.ID}" name="form1" method="post">
|
||
Код модуля <b>{$smarty.const.ID}</b>:
|
||
<textarea name="code" id=example_1 class=result style="width: 100%;height: 500px;">{$code}</textarea>
|
||
<br>
|
||
<input type="submit" name="ok" value="Сохранить" class="btn btn-success" />
|
||
<small>Все файлы будут скопированы в *.old</small>
|
||
</form>
|
||
{include file=$footer_admin} |