From 3f1841c2c11dc9e1e999eb8923a98f9049457a25 Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Fri, 3 Jul 2009 19:12:55 +0000 Subject: use liberty services for custom uploading, remove redundant {legend} with header and jstab --- templates/upload_fisheye.tpl | 102 +++++++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 52 deletions(-) diff --git a/templates/upload_fisheye.tpl b/templates/upload_fisheye.tpl index 6ac6570..430dbae 100644 --- a/templates/upload_fisheye.tpl +++ b/templates/upload_fisheye.tpl @@ -1,5 +1,5 @@ -{if $gBitSystem->isPackageActive('gigaupload')} - {include file="bitpackage:gigaupload/js_inc.tpl"} +{if $gLibertySystem->hasService('upload')} + {include file="bitpackage:liberty/edit_services_inc.tpl" serviceFile="content_upload_js_tpl"} {else} {assign var=onSubmit value="javascript:disableSubmit('submitbutton');"} {assign var=id value=fishid} @@ -8,7 +8,7 @@ {strip}
-

{tr}Upload Files{/tr}

+

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

@@ -16,52 +16,53 @@
{jstabs} {jstab title="Upload Files"} - {legend legend="Upload Files"} - {formfeedback note=$quotaMessage} - -

{biticon ipackage="icons" iname="dialog-warning" iexplain=Warning iforce=icon} {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. NOTE: .sitx on Mac OS X generally does not work) 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 $gBrowserInfo.platform=='mac'} - {formhelp note="Mac Users: The newer .sitx format is not supported currently because the makers of the StuffIt application have not released new versions of their software for servers. Please use DropZip or similar for best results." force=true} - {/if} - - - - - - - {if $gBitSystem->isPackageActive( 'gigaupload' )} - {$gigaPopup} - {include file="bitpackage:gigaupload/form_inc.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, please click on choose repeatedly
(javascript has to be enabled for this to work)."} - {/forminput} -
- -
- {formlabel label="Selected File(s)" for=""} - {forminput} -
-
- {formhelp note="These files will be uploaded when you hit the upload button below."} - - {/forminput} -
- {/if} - {/legend} + {formfeedback note=$quotaMessage} + +

{biticon ipackage="icons" iname="dialog-warning" iexplain=Warning iforce=icon} {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. NOTE: .sitx on Mac OS X generally does not work) 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 $gBrowserInfo.platform=='mac'} + {formhelp note="Mac Users: The newer .sitx format is not supported currently because the makers of the StuffIt application have not released new versions of their software for servers. Please use DropZip or similar for best results." force=true} + {/if} + + + + + + +

+ {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"} @@ -128,9 +129,6 @@ {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 $gBitSystem->isPackageActive( 'gigaupload' )} - {include file="bitpackage:gigaupload/progress_container_inc.tpl"} - {/if}
-- cgit v1.3