virt2/api/mod/edit_html.html

9 lines
637 B
HTML
Executable File
Raw Permalink 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.

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