Home
last modified time | relevance | path

Searched refs:upload (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_fileuploader.css18 .qq-upload-button {
26 .qq-upload-button-focus {
32 .qq-upload-drop-area {
45 .qq-upload-drop-area span {
54 .qq-upload-drop-area-active {
58 /* list of files to upload */
77 .qq-upload-file {
82 .qq-upload-spinner {
90 .qq-upload-size,
91 .qq-upload
[all...]
H A D_media_popup.css118 /*____________ upload form ____________*/
120 /* upload info */
121 #media__content div.upload {
H A Dbasic.less417 .qq-upload-button {
446 .qq-upload-button:hover {
H A D_media_fullscreen.css371 /* upload form */
373 #mediamanager__page div.upload {
/dokuwiki/lib/tpl/dokuwiki/lang/da/
H A Dstyle.txt1 If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wiki'' or the root namespace and it will be automatically used. You can also upload a ''favicon.ico'' there. If you use a closed wiki it is recommended to make the ''wiki'' (or root) (…)
/dokuwiki/lib/tpl/dokuwiki/lang/en/
H A Dstyle.txt1 If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wiki'' or the root namespace and it
2 will be automatically used. You can also upload a ''favicon.ico'' there. If you use a closed
/dokuwiki/lib/plugins/extension/lang/it/
H A Dintro_install.txt1 Qui potete installare manualmente plugin e template, sia caricandoli in upload sia fornendo una URL per scaricarli direttamente
/dokuwiki/conf/
H A Dacl.auth.php.dist18 # upload 8
/dokuwiki/lib/tpl/dokuwiki/lang/pt/
H A Dstyle.txt1 Se você quiser ajustar o logotipo, basta usar o Gerenciador de Mídia para enviar um "logo.png" no "wiki"' ou no namespace raiz e ele será usado automaticamente. Você também pode fazer upload de um "favicon.ico". Se você usa um wiki fechado, é recomendado deixar o namespace "wiki" (ou raiz (…)
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js77 // if set, will be used instead of qq-upload-list in template
81 '<div class="qq-upload-drop-area"><span>' + LANG.media_drop + '</span></div>' +
82 '<div class="qq-upload-button">' + LANG.media_select + '</div>' +
83 '<ul class="qq-upload-list"></ul>' +
85 ' <button class="qq-upload-action" type="submit" id="mediamanager__upload_button">' + LANG.media_upload_btn + '</button>' +
92 '<span class="qq-upload-file hidden"></span>' +
93 ' <input class="qq-upload-name-input edit" type="text" value="" />' +
94 ' <span class="qq-upload-spinner hidden"></span>' +
95 ' <span class="qq-upload-size"></span>' +
96 ' <a class="qq-upload
[all...]
H A Dfileuploader.js4 * Multiple file upload component with progress-bar, drag-and-drop.
187 * `qq.obj2url({a:'b',c:'d'},'http://any.url/upload?otherParam=value');`
191 * `http://any.url/upload?otherParam=value&a=b&c=d`
251 * Creates upload button, validates upload, but doesn't create file list or dd.
257 action: '/server/upload',
278 onLeave: "The files are being uploaded, if you leave now the upload will be cancelled."
399 this._handler.upload(id, this._options.params);
476 * Class that creates upload widget with drag-and-drop and file list
486 // if set, will be used instead of qq-upload
885 upload: function(id, params){ global() method in qq.UploadHandlerAbstract
[all...]
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt186 Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility.
192 When you upload a ''video.webm'' and ''video.ogv'' next to the referenced ''video.mp4'', DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.