{if !$gLibertySystem->hasService('upload')} {assign var=onSubmit value="javascript:BitBase.disableSubmit('submitbutton');"} {assign var=id value=fishid} {/if} {strip}

{biticon ipackage="icons" iname="go-up" iexplain="^"} {tr}Upload Photos{/tr}

{form enctype="multipart/form-data" onsubmit=$onSubmit id=$id|default:photoupload target=$target action=$action}
{jstabs} {jstab title="Upload Files"} {formfeedback note=$quotaMessage}

{biticon ipackage="icons" iname="dialog-warning" iexplain=Warning} {tr}The maximum file size you can upload is {$uploadMax} Megabytes{/tr}

{formfeedback error=$errors} {formhelp note="Here you can upload files. You can upload single files, or you can upload archived files (.zip's, .tar's, etc.) Archived uploads will automatically be decompressed, and a gallery will created for every gallery in it. If you have nested folders, the hierarchy will be maintained for you with nested galleries." force=true}
{if $gLibertySystem->hasService('upload')} {include file="bitpackage:liberty/edit_services_inc.tpl" serviceFile="content_upload_form_tpl"} {elseif $gBitSystem->isFeatureActive( 'fisheye_extended_upload_slots' )}

{tr}Upload Images{/tr}

{include file="bitpackage:kernel/upload_slot_inc.tpl" hash_key=imagedata} {else}
{formlabel label="Select File(s)"} {forminput} {formhelp note="To upload more than one file, click on choose repeatedly."} {/forminput}
{formlabel label="Selected File(s)" for=""} {forminput}
{formhelp note="These files will be uploaded when you hit the upload button below."} {/forminput}
{/if} {/jstab} {include file="bitpackage:liberty/edit_services_inc.tpl" serviceFile="content_edit_tab_tpl"} {include file="bitpackage:liberty/edit_services_inc.tpl" serviceFile="content_upload_tab_tpl"} {/jstabs}
{if $gBitUser->hasPermission( 'p_fisheye_upload_nonimages' )}
{forminput label="checkbox"} Process Archive(s) {formhelp note="If you don't want to have archived files processed and extracted, please uncheck the above box."} {/forminput}
{else} {/if} {if function_exists('exif_read_data')}
{forminput label="checkbox"} Auto-Rotate Images {formhelp note="If your camera was turned sideways when the image was taken, this will attempt to orient the image correctly."} {/forminput}
{/if}
{forminput label="checkbox"} Use Filenames {formhelp note="If you would like to name your images based upon their filenames rather than their EXIF data."} {/forminput}
{include file="bitpackage:fisheye/resize_image_select.tpl"}
{include file="bitpackage:liberty/edit_services_inc.tpl" serviceFile="content_edit_mini_tpl"} {include file="bitpackage:liberty/edit_services_inc.tpl" serviceFile="content_upload_mini_tpl"}
{if !$gBitUser->hasPermission( 'p_fisheye_create' )} {formfeedback warning="Please make sure you select a gallery to load your images into, otherwise your images will be discarded"} {/if} {formlabel label="Add File(s) to these Galleries"} {forminput} {if $galleryTree}
{$galleryTree}
{else}

{tr}No Galleries Found{/tr}.
{tr}The following gallery will automatically be created for you{/tr}: {displayname hash=$gBitUser->mInfo nolink=1}'s Gallery

{/if} {/forminput}
{/form}
{/strip} {if $gLibertySystem->hasService('upload')} {include file="bitpackage:liberty/edit_services_inc.tpl" serviceFile="content_upload_js_tpl"} {/if}