<{* $Id: form_photo.html,v 1.15 2010/10/08 15:53:16 ohwada Exp $ *}> <{* fckeditor *}> <{$editor_js}> <{* select-option-disabled *}> <{* === form === *}>
onsubmit="webphoto_uploading();"<{/if}> > <{if $is_submit }> <{/if}> <{if $show_item_cat_id_hidden }> <{/if}> <{if $show_desc_options_hidden }> <{/if}> <{if $show_item_embed_type_hidden }> <{/if}> <{if $show_item_embed_src_hidden }> <{/if}> <{if $show_item_embed_text_hidden }> <{/if}> <{* === basic table === *}> <{* item id *}> <{if $is_edit && $is_module_admin }> <{/if}> <{if $show_maxsize }> <{/if}> <{if $show_allowed_exts }> <{/if}> <{* item cat id *}> <{if $show_item_cat_id }> <{/if}> <{* item_perm_level *}> <{if $show_item_perm_level }> <{/if}> <{* item title *}> <{* item editor *}> <{if $show_item_editor }> <{/if}> <{* item description options *}> <{if $show_desc_options }> <{/if}> <{* item description scroll *}> <{if $show_item_description_scroll }> <{/if}> <{* item embed *}> <{if $show_item_embed_type }> <{/if}> <{* item embed src *}> <{if $show_item_embed_src }> <{/if}> <{if $show_item_siteurl_1st }> <{/if}> <{* item embed text *}> <{if $show_item_embed_text }> <{/if}> <{* --- file photo --- *}> <{if $show_file_photo }> <{/if}> <{* rotate *}> <{if $show_rotate }> <{/if}> <{* file *}> <{if $show_file_ftp }> <{/if}> <{* file id array *}> <{if $show_file_ids }> <{foreach from=$file_id_array item=file_id }> <{/foreach}> <{/if}> <{if $show_batch_uid }> <{/if}> <{if $show_batch_update }> <{/if}> <{if $show_batch_dir }> <{/if}> <{if $show_detail_div }> <{/if}>
<{$form_title}>
<{$lang_item_id}><{$item_id}>
<{$lang_cap_maxsize}> <{if $lang_submit_cap_dsc_maxsize != "" }>

<{$lang_submit_cap_dsc_maxsize}> <{/if}>
<{$ele_maxsize}>
<{$lang_cap_allowed_exts}> <{if $lang_submit_cap_dsc_allowed_exts != "" }>

<{$lang_submit_cap_dsc_allowed_exts}> <{/if}>
<{$ele_allowed_exts}>
<{$lang_category}> <{if $lang_submit_cap_dsc_category != "" }>

<{$lang_submit_cap_dsc_category}> <{/if}>
<{$lang_item_perm_level}> <{if $lang_submit_cap_dsc_perm_level != "" }>

<{$lang_submit_cap_dsc_perm_level}> <{/if}>
<{if $show_item_perm_level_options }> <{$item_perm_level_options}> <{else}> <{$item_perm_level_disp}> <{/if}>
<{$lang_item_title}> <{if $lang_submit_cap_dsc_title != "" }>

<{$lang_submit_cap_dsc_title}> <{/if}>

<{if $show_embed_support_title }> <{$lang_embed_support_title}> <{else}> <{$lang_dsc_title_blank}> <{/if}>
<{$lang_item_editor}> <{$item_editor_s}>
<{$lang_item_description}> <{if $lang_submit_cap_dsc_description != "" }>

<{$lang_submit_cap_dsc_description}> <{/if}> <{php}> $_makescript = & xoops_getmodulehandler('makescript','myckeditor' , true ); $params = array('id'=>'item_description','editor'=>'bbcode'); if (@is_object( $_makescript )){ $this->assign( 'common_myck_installed' , true ) ; $_makescript->makeheader($params); } <{/php}> <{if $common_myck_installed }>
<{/if}>
<{$ele_item_description}> <{if $show_embed_support_description }>
<{$lang_embed_support_description}> <{/if}>
<{$lang_cap_description_option}> /> <{$lang_cap_html}>
/> <{$lang_cap_smiley}>
/> <{$lang_cap_xcode}>
/> <{$lang_cap_image}>
/> <{$lang_cap_br}>
<{$lang_item_description_scroll}>
<{$lang_item_description_scroll_dsc}>
<{$lang_item_embed_type}> <{$item_embed_type_s}>
<{$lang_item_embed_src}> <{if $embed_src_dsc != '' }>
<{$embed_src_dsc}> <{/if}>
<{$lang_item_siteurl}> <{if $show_embed_support_siteurl }>
<{$lang_embed_support_siteurl}> <{/if}>
<{$lang_item_embed_text}> <{if $show_embed_support_embed_text }>
<{$lang_embed_support_embed_text}> <{/if}>
<{$lang_cap_photo_select}> <{if $lang_submit_cap_dsc_file_photo != "" }>

<{$lang_submit_cap_dsc_file_photo}> <{/if}>

<{if $lang_submit_dsc_file_photo != "" }> <{$lang_submit_dsc_file_photo}>
<{/if}>
<{if $show_item_external_url }> <{$lang_or}> <{$lang_item_external_url}>


<{/if}> <{if $photo_url_s != '' }> <{$photo_url_s}>
<{/if}> <{if $show_file_photo_delete }> <{/if}>
<{$lang_radio_rotatetitle}> /> <{$lang_radio_rotate0}>   /> <{$lang_radio_rotate90}>   /> <{$lang_radio_rotate180}>   /> <{$lang_radio_rotate270}>
<{$lang_cap_file_select}> <{if $file_select_options != '' }> <{else}> --- <{/if}>
<{$lang_cap_photo_select}> <{$file_id}>
<{$lang_submitter}>
<{$lang_photo_time_update}>
<{$lang_text_directory}> <{$lang_photopath}>
<{$lang_desc_photopath}>
<{$lang_cap_detail}> <{$lang_cap_detail_onoff}>
<{* basic table end *}> <{* === detail div === *}> <{if $show_detail_div }> <{/if}> <{* detail div end *}> <{* === submit table === *}>
<{if $show_button_preview }> <{/if}> <{if $show_button_delete }> <{/if}> <{if $show_button_preview && $lang_submit_dsc_preview }>
<{$lang_submit_dsc_preview}> <{/if}>
<{* submit table end *}>
<{* === detail div === *}> <{if $show_detail_div_on }> <{/if}>