From 26715bdd4cdb6b59a627ce1f3cd9b49c6b4efc0c Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Tue, 2 Jul 2013 07:14:19 +0000 Subject: [PATCH] changed: html for 'upload' winix function all static files (css/js) are downloaded from our server now git-svn-id: svn://ttmath.org/publicrep/winix/trunk@930 e52654a7-88a9-db11-a3e9-0013d4bc506e --- html/fun_upload.html | 2 +- html/index_head_functions_add.html | 29 ++++++++++++++--------------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/html/fun_upload.html b/html/fun_upload.html index ea5ce6b..ee93413 100755 --- a/html/fun_upload.html +++ b/html/fun_upload.html @@ -7,7 +7,7 @@ [if winix_function_param_is "jquery_upload"] -\[ +\[ [for item_tab] \{ "name":"[item_tab_url]", diff --git a/html/index_head_functions_add.html b/html/index_head_functions_add.html index 03e6b27..e7b1cbc 100755 --- a/html/index_head_functions_add.html +++ b/html/index_head_functions_add.html @@ -112,34 +112,32 @@ [end] -[if winix_function_is "upload"] +[if winix_function_is "upload"] [# Bootstrap CSS Toolkit styles] [# I downloaded bootstrap.min.css and removed some normal elements from it such as html, body etc ] [# I left only items with a class set] [# ] - + [# Generic page styles, removed, only one item there is there] [# ] [# Bootstrap styles for responsive website layout, supporting different screen sizes] - + [# Bootstrap CSS fixes for IE6] - + [# Bootstrap Image Gallery styles] - + [# CSS to style the file input field as button and adjust the Bootstrap progress bars] [# Shim to make HTML5 elements usable in older Internet Explorer versions] - - - + [# can be moved to the end of a page (before tag) ] @@ -149,17 +147,17 @@ [# The Templates plugin is included to render the upload/download listings] - + [# The Load Image plugin is included for the preview images and image resizing functionality] - + [# The Canvas to Blob plugin is included for image resizing functionality] - + [# Bootstrap JS and Bootstrap Image Gallery are not required, but included for the demo] - - + + [# The Iframe Transport is required for browsers without support for XHR file uploads] @@ -172,11 +170,12 @@ [# The localization script] - [# do not load main.js - is is at the end of fun_upload.html ] + [# do not load main.js - it is at the end of fun_upload.html ] [# The XDomainRequest Transport is included for cross-domain file deletion for IE8+] - + + [end]