<#include "/admin/plugins/directory/commons.html" /> <@row> <@columns id='main'> <@box color='primary'> <@boxHeader title='#i18n{directory.create_entry.title_field} : "${entry.directory.title}"' boxTools=true> <@button type='button' buttonIcon='cogs' title='#i18n{directory.create_directory.label_advancedsettings}' id='advanced' /> <@boxBody> <@tform action='jsp/admin/plugins/directory/DoCreateEntry.jsp#list'>
<@formGroup labelFor='entry_type' labelKey='#i18n{directory.create_entry.label_type}'> <@tag color='info' title='#i18n{directory.create_entry.label_type}'>#i18n{${entry.entryType.titleI18nKey}} <@formGroup labelFor='title' labelKey='#i18n{directory.create_entry.label_title}' helpKey='#i18n{directory.create_entry.label_title_comment}' mandatory=true> <@input type='text' name='title' id='title' maxlength=255 /> <@formGroup labelFor='help_message_search' labelKey='#i18n{directory.create_entry.label_help_message_search}' helpKey='#i18n{directory.create_entry.label_help_message_search_comment}'> <@input type='textarea' name='help_message_search' id='help_message_search'> <@formGroup labelFor='prefix' labelKey='#i18n{directory.create_entry.label_prefix}'> <@input type='text' name='prefix' id='prefix' maxlength=255 />
<@formGroup helpKey='#i18n{directory.create_entry.label_indexed_comment}'> <@checkBox labelFor='indexed' labelKey='#i18n{directory.create_entry.label_indexed}' name='indexed' id='indexed' value='1' checked=getChecked('indexed',list_param_default_values) /> <@formGroup helpKey='#i18n{directory.create_entry.label_shown_in_advanced_search_comment}'> <@checkBox labelFor='shown_in_advanced_search' labelKey='#i18n{directory.create_entry.label_shown_in_advanced_search}' name='shown_in_advanced_search' id='shown_in_advanced_search' value='1' checked=getChecked('shown_in_advanced_search',list_param_default_values) /> <@formGroup> <@checkBox labelFor='indexed_as_title' labelKey='#i18n{directory.create_entry.label_indexed_as_title}' name='indexed_as_title' id='indexed_as_title' value='1' checked=getChecked('indexed_as_title',list_param_default_values) /> <@formGroup> <@checkBox labelFor='indexed_as_summary' labelKey='#i18n{directory.create_entry.label_indexed_as_summary}' name='indexed_as_summary' id='indexed_as_summary' value='1' checked=getChecked('indexed_as_summary',list_param_default_values) /> <@formGroup helpKey='#i18n{directory.create_entry.label_shown_in_result_list_comment}'> <@checkBox labelFor='shown_in_result_list' labelKey='#i18n{directory.create_entry.label_shown_in_result_list}' name='shown_in_result_list' id='shown_in_result_list' value='1' checked=getChecked('shown_in_result_list',list_param_default_values) /> <@formGroup helpKey='#i18n{directory.create_entry.label_shown_in_result_record_comment}'> <@checkBox labelFor='shown_in_result_record' labelKey='#i18n{directory.create_entry.label_shown_in_result_record}' name='shown_in_result_record' id='shown_in_result_record' value='1' checked=getChecked('shown_in_result_record',list_param_default_values) /> <@formGroup helpKey='#i18n{directory.create_entry.label_shown_in_history_comment}'> <@checkBox labelFor='shown_in_history' labelKey='#i18n{directory.create_entry.label_shown_in_history}' name='shown_in_history' id='shown_in_history' value='1' checked=getChecked('shown_in_history',list_param_default_values) /> <@formGroup helpKey='#i18n{directory.create_entry.label_shown_in_export_comment}'> <@checkBox labelFor='shown_in_export' labelKey='#i18n{directory.create_entry.label_shown_in_export}' name='shown_in_export' id='shown_in_export' value='1' checked=getChecked('shown_in_export',list_param_default_values) /> <@formGroup labelFor='comment' labelKey='#i18n{directory.create_entry.label_comment}'> <@input type='textarea' name='comment' rows=2>