0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-upload_file.tpl
{if !empty($filegals_manager) and !isset($smarty.request.simpleMode)} {assign var=simpleMode value='y'} {else} {assign var=simpleMode value='n'} {/if} {title help="File+Galleries" admpage="fgal"}{if $editFileId}{tr}Edit File:{/tr} {$fileInfo.filename|escape}{else}{tr}Upload File{/tr}{/if}{/title} {if !empty($galleryId) or (count($galleries) > 0 and $tiki_p_list_file_galleries eq 'y') or (isset($uploads) and count($uploads) > 0)} <div class="navbar"> {if !empty($galleryId)} {button galleryId="$galleryId" href="tiki-list_file_gallery.php" _text="{tr}Browse Gallery{/tr}"} {/if} {if count($galleries) > 0 and $tiki_p_list_file_galleries eq 'y'} {if $filegals_manager neq ''} {assign var=fgmanager value=$filegals_manager|escape} {button href="tiki-list_file_gallery.php?filegals_manager=$fgmanager" _text="{tr}List Galleries{/tr}"} {else} {button href="tiki-list_file_gallery.php" _text="{tr}List Galleries{/tr}"} {/if} {/if} {if count($uploads) > 0} {button href="#upload" _text="{tr}Upload File{/tr}"} {/if} {if isset($filegals_manager)} {if $simpleMode eq 'y'}{button simpleMode='n' galleryId=$galleryId href="" _text="{tr}Advanced mode{/tr}" _ajax="n"}{else}{button galleryId=$galleryId href="" _text="{tr}Simple mode{/tr}" _ajax="n"}{/if} <span{if $simpleMode eq 'y'} style="display:none;"{/if}> <label for="keepOpenCbx">{tr}Keep gallery window open{/tr}</label> <input type="checkbox" id="keepOpenCbx" checked="checked"> </span> {/if} </div> {/if} {if isset($errors) and count($errors) > 0} <div class="simplebox highlight"> <h2>{tr}Errors detected{/tr}</h2> {section name=ix loop=$errors} {$errors[ix]}<br /> {/section} {button href="#upload" _text="{tr}Retry{/tr}"} </div> {/if} {if $prefs.javascript_enabled eq 'y'} <div id='progress'> <div id='progress_0'></div> </div> <div id="upload_progress"> {if $prefs.fgal_upload_progressbar eq 'ajax_flash'} <div id="upload_progress_ajax_0" name="upload_progress_0" height="1" width="1"></div> {/if} <iframe id="upload_progress_0" name="upload_progress_0" height="1" width="1" style="display:none;"></iframe> </div> {/if} {if isset($uploads) and count($uploads) > 0} <h2> {if count($uploads) eq 1} {tr}The following file was successfully uploaded:{/tr} {else} {tr}The following files have been successfully uploaded:{/tr} {/if} </h2> <table border="0" cellspacing="4" cellpadding="4"> {section name=ix loop=$uploads} <tr class="{cycle values="odd,even"}"> <td style="text-align: center"> <img src="{$uploads[ix].fileId|sefurl:thumbnail}" /> </td> <td> {if $filegals_manager neq ''} <a href="#" onClick="window.opener.insertAt('{$filegals_manager}','{$files[changes].wiki_syntax|escape}');checkClose();return false;" title="{tr}Click Here to Insert in Wiki Syntax{/tr}">{$uploads[ix].name} ({$uploads[ix].size|kbsize})</a> {else} <b>{$uploads[ix].name} ({$uploads[ix].size|kbsize})</b> {/if} {button href="#" _flip_id="uploadinfos`$uploads[ix].fileId`" _text="{tr}Additional Info{/tr}"} <div style="{if $prefs.javascript_enabled eq 'y'}display:none;{/if}" id="uploadinfos{$uploads[ix].fileId}"> {tr}You can download this file using:{/tr} <div class="code"><a class="link" href="{$uploads[ix].dllink}">{$uploads[ix].fileId|sefurl:file}</a></div> {tr}You can link to the file from a Wiki page using:{/tr} <div class="code">[{$uploads[ix].fileId|sefurl:file}|{$uploads[ix].name} ({$uploads[ix].size|kbsize})]</div> {tr}You can display an image in a Wiki page using:{/tr} <div class="code">{img src="{$uploads[ix].fileId|sefurl:preview}" link="{$uploads[ix].fileId|sefurl:file}" alt="{$uploads[ix].name} ({$uploads[ix].size|kbsize})"}</div> {if $prefs.feature_shadowbox eq 'y'} {tr}Or using as a thumbnail with ShadowBox:{/tr} <div class="code">{img src="{$uploads[ix].fileId|sefurl:thumbnail}" link="{$uploads[ix].fileId|sefurl:preview}" rel="shadowbox[gallery];type=img" alt="{$name} ({$uploads[ix].size|kbsize})"}</div> {/if} {tr}You can link to the file from an HTML page using:{/tr} <div class="code"><a href="{$uploads[ix].dllink}">{$uploads[ix].name} ({$uploads[ix].size|kbsize})</a></div> </div> </td> </tr> {/section} </table> <br /> <h2>{tr}Upload File{/tr}</h2> {elseif isset($fileChangedMessage)} <div align="center"> <div class="wikitext"> {$fileChangedMessage} </div> </div> {/if} {if $editFileId and isset($fileInfo.lockedby) and $fileInfo.lockedby neq ''} {remarksbox type="note" title="{tr}Info{/tr}" icon="lock"} {if $user eq $fileInfo.lockedby} {tr}You locked the file{/tr} {else} {tr}The file is locked by {$fileInfo.lockedby}{/tr} {/if} {/remarksbox} {/if} <div> {capture name=upload_file assign=upload_str} <hr class="clear"/> <div class="fgal_file"> <div class="fgal_file_c1"> <table width="100%"> {if $simpleMode neq 'y'} <tr> <td><label for="name">{tr}File title:{/tr}</label></td> <td width="80%"> <input style="width:100%" type="text" id="name" name="name[]" {if isset($fileInfo) and $fileInfo.name}value="{$fileInfo.name|escape}"{/if} size="40" /> {if $gal_info.type eq "podcast" or $gal_info.type eq "vidcast"} ({tr}required field for podcasts{/tr}){/if} </td> </tr> <tr> <td><label for="description">{tr}File description:{/tr}</label></td> <td> <textarea style="width:100%" rows="2" cols="40" id="description" name="description[]">{if isset($fileInfo) and $fileInfo.description}{$fileInfo.description|escape}{/if}</textarea> {if $gal_info.type eq "podcast" or $gal_info.type eq "vidcast"}<br /><em>{tr}Required for podcasts{/tr}.</em>{/if} </td> </tr> {/if} <tr> {if $prefs.javascript_enabled neq 'y' || !$editFileId} <td><label for="userfile">{tr}Upload from disk:{/tr}</label></td> <td> {if $editFileId}{$fileInfo.filename|escape}{/if} {if $prefs.fgal_upload_progressbar eq 'ajax_flash'} <table><tr><td><div id="divSWFUploadUI"> <div class="fieldset flash" id="fsUploadProgress"></div> <div class="flashButton"> <span class="button flashButtonText" id="btnBrowse" style="display:none"><a>{tr}Browse{/tr}</a></span> <span id="spanButtonPlaceholder" /> {* Button below is used to take the required place to avoid errors div to start under the Browse button *} <span class="button" style="visibility:hidden" /><a> </a></span> </div> </div> <noscript> <div style="background-color: #FFFF66; border-top: solid 4px #FF9966; border-bottom: solid 4px #FF9966; padding: 10px 15px;"> {tr}We're sorry.{/tr}<br /> {tr}Upload interface could not load. You must have JavaScript enabled to enjoy Upload interface.{/tr} </div> </noscript> <div id="divLoadingContent" style="display: none;"> {remarksbox type="note"} {tr}Upload interface is loading.{/tr} {tr}Please wait a moment...{/tr} {/remarksbox} </div> <div id="divLongLoading" style="display: none;"> {remarksbox type="warning"} {tr}Upload interface is taking a long time to load or the load has failed.{/tr}<br /> {tr}Please make sure that the Flash Plugin is enabled and that a working version of the Adobe Flash Player is installed.{/tr} {/remarksbox} </div> <div id="divAlternateContent" style="display: none;"> {remarksbox type="errors"} {tr}We are sorry: Upload interface could not load. You may need to install or upgrade Flash Player.{/tr}<br /> <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">{tr}Visit the Adobe Website to get the Flash Player.{/tr}</a> {/remarksbox} </div> {* Table and BR are there to avoid the Browse button to overlap next cell when a file has been selected by the user *} </td></tr></table> <br /> {else} <input id="userfile" name="userfile[]" type="file" size="40"/> {/if} </td> {/if} </tr> </table> </div> {if $simpleMode neq 'y'} <div class="fgal_file_c2"> <table width="100%"> {if !$editFileId and $tiki_p_batch_upload_files eq 'y'} <tr><td> <label for="isbatch">{tr}Unzip zip files:{/tr}</label> </td><td width="80%"> <input type="checkbox" id="isbatch" name="isbatch[]" /> </td></tr> {/if} {if $prefs.fgal_delete_after eq 'y'} <tr><td> <label for="deleteAfter">{tr}File can be deleted after:{/tr}</label> </td><td width="80%"> {if $editFileId} {html_select_duration prefix='deleteAfter' default_value=$fileInfo.deleteAfter} {else} {if $prefs.feature_jscalendar eq 'y'} <input type="text" value="" name="deleteAfter[]" class="datePicker"/> {else} {html_select_duration prefix='deleteAfter[]' default_unit=week} {/if} {/if} </td></tr> {/if} {if $editFileId} <input type="hidden" name="galleryId" value="{$galleryId}"/> <input type="hidden" name="fileId" value="{$editFileId}"/> <input type="hidden" name="lockedby" value="{$fileInfo.lockedby|escape}" \> {else} {if count($galleries) eq 0} <input type="hidden" name="galleryId" value="{$treeRootId}"/> {elseif empty($groupforalert)} <tr><td> <label for="galleryId">{tr}File gallery:{/tr}</label> </td><td width="80%"> <select id="galleryId" name="galleryId[]"> <option value="{$treeRootId}" {if $treeRootId eq $galleryId}selected="selected"{/if} style="font-style:italic; border-bottom:1px dashed #666;">{tr}Root{/tr}</option> {section name=idx loop=$galleries} {if $galleries[idx].id neq $treeRootId and $galleries[idx].perms.tiki_p_upload_files eq 'y'} <option value="{$galleries[idx].id|escape}" {if $galleries[idx].id eq $galleryId}selected="selected"{/if}>{$galleries[idx].name|escape}</option> {/if} {/section} </select> </td></tr> {else} <input type="hidden" name="galleryId" value="{$galleryId}"/> {/if} {/if} <tr><td> <label for="user">{tr}Uploaded by:{/tr}</label> </td><td width="80%"> {user_selector id='user' name='user[]' select=$fileInfo.user editable=$tiki_p_admin_file_galleries} </td></tr> {if $prefs.feature_file_galleries_author eq 'y'} <tr><td> <label for="author">{tr}Creator of file, if different from the 'Uploaded by' user:{/tr}</label> </td><td width="80%"> <input type="text" id="author"name="author[]" value="{$fileInfo.author|escape}" /> </td></tr> {/if} {if !empty($groupforalert)} {if $showeachuser eq 'y'} <tr><td> {tr}Choose users to alert{/tr} </td><td width="80%"> {/if} {section name=idx loop=$listusertoalert} {if $showeachuser eq 'n'} <input type="hidden" name="listtoalert[]" value="{$listusertoalert[idx].user}"> {else} <input type="checkbox" name="listtoalert[]" value="{$listusertoalert[idx].user}"> {$listusertoalert[idx].user} {/if} {/section} {if $showeachuser eq 'y'} </td></tr> {/if} {/if} </table> </div> <div class="fgal_file_c3"> {if $prefs.fgal_limit_hits_per_file eq 'y'} <label> <label for="hit_limit">{tr}Maximum number of downloads:{/tr}</label> <input type="text" id="hit_limit" name="hit_limit[]" value="{$hit_limit|default:0}"/> <br /><em>{tr}Use{/tr} {tr}-1 for no limit{/tr}.</em> </label> <br/> {else} <input type="hidden" id="hit_limit" name="hit_limit[]" value="{$hit_limit|default:-1}"/> {/if} {* We want comments only on updated files *} {if $prefs.javascript_enabled neq 'y' && $editFileId} <label> <label for="comment">{tr}Comment:{/tr}</label> <input type="text" id="comment" name="comment[]" value="" size="40" /> </label> <br/> {/if} </div> {if $prefs.javascript_enabled eq 'y' and !$editFileId} {include file='categorize.tpl' notable='y'}<br/> {/if} {else} <input type="hidden" name="galleryId" value="{$galleryId}"/> {/if} {if $prefs.javascript_enabled eq 'y' and !$editFileId} <input type="hidden" name="upload" /> {/if} </div> {/capture} <div id="form"> <form method="post" action='tiki-upload_file.php' enctype='multipart/form-data' {if !$editFileId} {if $prefs.fgal_upload_progressbar eq 'ajax_flash'} onsubmit="return verifUploadFlash()" {elseif $prefs.javascript_enabled eq 'y'} onsubmit="return false" {/if} target="upload_progress_0" {/if} name="file_0" id="file_0" style='margin:0px; padding:0px'> <input type="hidden" name="formId" value="0"/> <input type="hidden" name="simpleMode" value="{$simpleMode}"/> {if $filegals_manager neq ''} <input type="hidden" name="filegals_manager" value="{$filegals_manager}"/> {/if} {if isset($token_id) and $token_id neq ''} <input type="hidden" value="{$token_id}" name="TOKEN" /> {/if} {$upload_str} {if $editFileId} {include file='categorize.tpl' notable='y'}<br/> <hr class="clear" /> <div id="page_bar"> <input name="upload" type="submit" value="{tr}Save{/tr}"/> </div> {elseif $prefs.javascript_enabled neq 'y'} {$upload_str} {$upload_str} {include file='categorize.tpl' notable='y'}<br/> <hr class="clear" /> <div id="page_bar"> <input type="submit" name="upload" value="{tr}Upload{/tr}"/> </div> {/if} </form> {if $prefs.javascript_enabled eq 'y' and !$editFileId} <div id="multi_1"> </div> <hr class="clear" /> <div id="page_bar"> <input type="submit" {if $prefs.fgal_upload_progressbar eq 'n'} onClick="upload_files('0', 'loader_0'); return false" {elseif $prefs.fgal_upload_progressbar eq 'ajax_flash'} onClick="return verifUploadFlash()" disabled="disabled" {/if} id="btnUpload" name="upload" value="{tr}Upload{/tr}" /> {if $prefs.fgal_upload_progressbar eq 'ajax_flash'} <input type="submit" id="btnCancel" style="display:none" value="{tr}Cancel Upload{/tr}" onClick="return false" /> {elseif $simpleMode neq 'y'} <input type="submit" onClick="javascript:add_upload_file('multiple_upload'); return false" value="{tr}Add File{/tr}"/> {/if} </div> {/if} </div> {if !empty($fileInfo.lockedby) and $user ne $fileInfo.lockedby} {icon _id="lock" class="" alt=""} <span class="attention">{tr}The file is locked by {$fileInfo.lockedby}{/tr}</span> {/if} <br /> {remarksbox type="note"} {tr}Maximum file size is around:{/tr} {if $tiki_p_admin eq 'y'}<a title="{$max_upload_size_comment}">{/if} {$max_upload_size|kbsize:true:0} {if $tiki_p_admin eq 'y'}</a>{/if} {/remarksbox} </div> {if ! $editFileId} {jq}$('.datePicker').datepicker({minDate: 0, maxDate: '+1m', dateFormat: 'dd/mm/yy'});{/jq} {if $prefs.fgal_upload_progressbar eq 'ajax_flash'} {jq notonready=true} var swfu; function initSWFU() { if ( typeof(swfu) == 'object' ) return true; swfu = new SWFUpload({ flash_url : "lib/swfupload/src/swfupload.swf", upload_url: "tiki-upload_file.php?upload", post_params: { "PHPSESSID" : "{{$PHPSESSID}}" }, file_post_name: "userfile[]", file_size_limit : "{{$max_upload_size|kbsize:true:0:' '}}", file_types : "*.*", file_types_description : "All Files", file_upload_limit : 1, file_queue_limit : 1, custom_settings : { progressTarget : "fsUploadProgress", cancelButtonId : "btnCancel" }, debug: false, // Button Settings button_placeholder_id : "spanButtonPlaceholder", button_width: 200, button_height: 22, button_window_mode: SWFUpload.WINDOW_MODE.TRANSPARENT, button_cursor: SWFUpload.CURSOR.HAND, button_action: SWFUpload.BUTTON_ACTION.SELECT_FILE, // The event handler functions are defined in handlers.js swfupload_loaded_handler : swfUploadLoadedFlash, file_queued_handler : fileQueuedFlash, file_queue_error_handler : fileQueueError, file_dialog_start_handler : fileDialogStartFlash, file_dialog_complete_handler : fileDialogComplete, upload_start_handler : uploadStart, upload_progress_handler : uploadProgress, upload_error_handler : uploadErrorFlash, upload_success_handler : uploadSuccessFlash, upload_complete_handler : uploadComplete, queue_complete_handler : queueComplete, // Queue plugin event // SWFObject settings swfupload_pre_load_handler : swfUploadPreLoad, swfupload_load_failed_handler : swfUploadLoadFailed }); } function swfUploadLoadedFlash() { initSWFU(); clearTimeout(this.customSettings.loadingTimeout); $('#divLoadingContent').hide(); $('#divLongLoading').hide(); $('#divAlternateContent').hide(); $('#btnCancel').bind('click', function() { swfu.cancelQueue(); }); $('#btnBrowse').show(); } function fileDialogStartFlash() { initSWFU(); $('#btnUpload').attr('disabled', 'disabled'); swfu.cancelQueue(); } function fileQueuedFlash(file) { fileQueued.call(this, file); $('#btnUpload').removeAttr('disabled'); } function uploadErrorFlash(file, errorCode, message) { uploadError.call(this, file, errorCode, message); if ( errorCode && errorCode == SWFUpload.UPLOAD_ERROR.FILE_CANCELLED ) { $('#btnCancel').hide(); $('#btnUpload').attr('disabled', 'disabled').show(); } } function uploadSuccessFlash(file, serverData) { $('#upload_progress_ajax_0').html(serverData); uploadSuccess.call(this, file, serverData); $('#form').hide(); } function verifUploadFlash(){ initSWFU(); // get all post values var $postValue = $($('#file_0').serializeArray()); var post = {"PHPSESSID" : "{{$PHPSESSID}}"}; $postValue.each(function (iElement, oElement){ post[oElement.name] = oElement.value; }); swfu.setPostParams(post); // Start upload swfu.startUpload(); $('#btnUpload').hide(); $('#btnCancel').show(); } initSWFU(); {/jq} {else} {jq notonready=true} var nb_upload = 1; function add_upload_file() { tmp = "<form onsubmit='return false' id='file_"+nb_upload+"' name='file_"+nb_upload+"' action='tiki-upload_file.php' target='upload_progress_"+nb_upload+"' enctype='multipart/form-data' method='post' style='margin:0px; padding:0px'>"; {{if $filegals_manager neq ''}} tmp += '<input type="hidden" name="filegals_manager" value="{$filegals_manager}"/>'; {{/if}} tmp += '<input type="hidden" name="formId" value="'+nb_upload+'"/>'; tmp += '{{$upload_str|strip|escape:'javascript'}}'; tmp += '</form><div id="multi_'+(nb_upload+1)+'"></div>'; //tmp += '<div id="multi_'+(nb_upload+1)+'"></div>'; document.getElementById('multi_'+nb_upload).innerHTML = tmp; document.getElementById('progress').innerHTML += "<div id='progress_"+nb_upload+"'></div>"; document.getElementById('upload_progress').innerHTML += "<iframe id='upload_progress_"+nb_upload+"' name='upload_progress_"+nb_upload+"' height='1' width='1' style='border:0px none'></iframe>"; nb_upload += 1; } function progress(id,msg) { document.getElementById('progress_'+id).innerHTML = msg; } function do_submit(n) { if (document.forms['file_'+n].elements['userfile[]'].value != '') { progress(n,"<img src='img/spinner.gif'>{tr}Uploading file...{/tr}"); document.getElementById('file_'+n).submit(); document.getElementById('file_'+n).reset(); } else { progress(n,"{tr}No File to Upload...{/tr} <span class='button'><a href='#' onClick='location.replace(location.href);return false;'>{tr}Retry{/tr}</a></span>"); } } function upload_files(form, loader){ //only do this if the form exists n=0; while (document.forms['file_'+n]){ do_submit(n); n++; } hide('form'); } {/jq} {/if} {/if}