From 6c263c8c02ccf6a7fd9c51b1d8c303594f9ee6ac Mon Sep 17 00:00:00 2001 From: coderaiser <3n3m1@ukr.net> Date: Wed, 6 Jun 2012 18:47:17 +0000 Subject: [PATCH] cloud commander full* --- client.js | 978 +++++++++++++++++++++++++++++++++++++++++++++++++++ cloudfunc.js | 511 +++++++++++++++++++++++++++ index.html | 59 ++++ minify.js | 81 +++++ reset.css | 115 ++++++ server.js | 562 +++++++++++++++++++++++++++++ style.css | 316 +++++++++++++++++ 7 files changed, 2622 insertions(+) create mode 100644 client.js create mode 100644 cloudfunc.js create mode 100644 index.html create mode 100644 minify.js create mode 100644 reset.css create mode 100644 server.js create mode 100644 style.css diff --git a/client.js b/client.js new file mode 100644 index 00000000..f052ff42 --- /dev/null +++ b/client.js @@ -0,0 +1,978 @@ +/* Функция которая возвратит обьект CloudCommander + * @window - обьект window + * @document - обьект document + * @CloudFunc - обьект содержащий общий функционал + * клиентский и серверный + */ +//var CloudCommander=(function(window,document){ + +var document,window; + +var CloudCommander=(function(){ +"use strict"; + +/* если функции console.log нет - создаём заглушку */ + +var console; +if(!window)window={console:{log:function(pParam){return pParam;}}}; +else if(window && !window.console){ + console={ + 'log':function(param){ + return param; + } + }; +}else console=window.console; + +/* + window.jQuery || document.write(' + + + + + --> + + +
+ + + Cloud Commander + +