From 49f4223605b4946a2bf6831262dd442375a4a929 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 23 May 2011 02:28:47 +0000 Subject: Simplify page navigations and optimize layout and event handling on touch devices. Optimize caching and minimize Ajax calls. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126297 13f79535-47bb-0310-9956-ffa450edef68 --- .../modules/edit/htdocs/app/cache-manifest.cmf | 25 --------- .../modules/edit/htdocs/app/cache-manifest.cmf.off | 25 +++++++++ sca-cpp/trunk/modules/edit/htdocs/app/index.html | 60 +++++++++++++++------- 3 files changed, 67 insertions(+), 43 deletions(-) delete mode 100644 sca-cpp/trunk/modules/edit/htdocs/app/cache-manifest.cmf create mode 100644 sca-cpp/trunk/modules/edit/htdocs/app/cache-manifest.cmf.off (limited to 'sca-cpp/trunk/modules/edit/htdocs/app') diff --git a/sca-cpp/trunk/modules/edit/htdocs/app/cache-manifest.cmf b/sca-cpp/trunk/modules/edit/htdocs/app/cache-manifest.cmf deleted file mode 100644 index 460f0b6bbd..0000000000 --- a/sca-cpp/trunk/modules/edit/htdocs/app/cache-manifest.cmf +++ /dev/null @@ -1,25 +0,0 @@ -CACHE MANIFEST - -# Common resources -all-min.js -config.js -ui-min.css - -# App resources -app.html -data/index.html -favicon.ico -index.html -public/app.png -public/iframe.html -public/img.png -public/notauth.html -public/notfound.html -public/notyet.html -public/oops.html -public/touchicon.png -robots.txt - -NETWORK: -* - diff --git a/sca-cpp/trunk/modules/edit/htdocs/app/cache-manifest.cmf.off b/sca-cpp/trunk/modules/edit/htdocs/app/cache-manifest.cmf.off new file mode 100644 index 0000000000..bd44d87aa1 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/htdocs/app/cache-manifest.cmf.off @@ -0,0 +1,25 @@ +CACHE MANIFEST + +# Common resources +/all-min.js +/config.js +/ui-min.css + +# App resources +/ +/app.html +/data/index.html +/favicon.ico +/public/app.png +/public/iframe.html +/public/img.png +/public/notauth.html +/public/notfound.html +/public/notyet.html +/public/oops.html +/public/touchicon.png +/robots.txt + +NETWORK: +* + diff --git a/sca-cpp/trunk/modules/edit/htdocs/app/index.html b/sca-cpp/trunk/modules/edit/htdocs/app/index.html index fe7edd44b9..99a523362f 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/app/index.html +++ b/sca-cpp/trunk/modules/edit/htdocs/app/index.html @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> - + App @@ -37,20 +37,25 @@ document.title = window.location.hostname.split('.')[0];
- + + -- cgit v1.2.3