{* Admin interface: Create document *} {include file='inc/_header.html'} {literal} {/literal} {if $item_info.menu_item_id}
Create new item
{/if}
{block_page}
{if $doc_info.document_key} Edit Document {else} Create Document {/if}
Item Info
{if $doc_info.document_key} {$doc_info.document_key} {else} {/if}
{lang_values_input name='doc_label' section=nav_doc_item key=$doc_info.document_key name='doc_label' id='doc_label_input_id'}
http://www.mysite.com/
Page Content
{editor_links name='custom_code' section='nav_doc_item.custom_code' key=$doc_info.document_key}
Page Meta
{lang_values_input section='nav_doc_item.titles' key=$doc_info.document_key name='doc_title'}
{lang_values_input section='nav_doc_item.headers' key=$doc_info.document_key name='doc_header'}
{lang_values_input section='nav_doc_item.keywords' key=$doc_info.document_key name='doc_keywords'}
{lang_values_input section='nav_doc_item.descriptions' key=$doc_info.document_key name='doc_description'}
Access Settings
{/block_page}
{include file='inc/_footer.html'}