Просмотр файла mch-lib/templates/mch-classic/admin/adm_create_page.tpl

Размер файла: 778B
  1. <div class="ptext">
  2. <form action="?do={if $edit}10{else}9{/if}&ok=1{if $edit}&edit={$id}{/if}" method="POST">
  3. <a href="?do=9&about=1">Что это такое?</a> <br />
  4. <small>Дата: {$date}</small> <br />
  5. {if $edit}<a href="./index.php?do=6&go={$id}">{$name}</a> <br />{/if}
  6. <small>Название:</small> <br />
  7. <input type="text" name="title" {if $edit} value="{$name}" {/if} class="q"> <br />
  8. <small>Текст страницы (Будет между файлами head.php и foot.php), можно использовать HTML.</small> <br />
  9. <textarea name="text" cols="70" rows="21" class="q">{if $edit}{$content}{/if}</textarea> <br />
  10. <input type="submit" value="{if $edit}Изменить{else}Создать{/if}" class="q">
  11. </form>
  12. </div>