diff --git a/images/ie6-warning/README.md b/images/ie6-warning/README.md
new file mode 100644
index 0000000..a690cfb
--- /dev/null
+++ b/images/ie6-warning/README.md
@@ -0,0 +1,50 @@
+#IE6 Upgrade Warning
+
+
+
+NOTE: This is based off http://code.google.com/p/ie6-upgrade-warning/. Thanks to him for a great script, I've taken it further so that people can localize the messaging into different languages.
+
+The ie6-upgrade-warning is a little script (7.9kb) that displays a warning message politely informing the user to upgrade the browser to a newer version (links to newest IE, Firefox, Opera, Safari, Chrome are provided).
+
+The webpage is still visible behind a transparent background, but access to it is prevented. The idea is to force users to upgrade from IE6 and avoid the website from a bad reputation that website is not rendering correctly in IE6.
+
+Provides a much more sane way of localization.
+
+## Usage
+
+Look at the index.html file for example. This is a work in progress, as I'm refactoring someone else's code.
+
+## Changelog
+
+* Fixed JS Lint errors
+* Parameterized configObj so that you can set an imgPath as well as localizations lookup object
+
+## Contributers
+
+- [renatocarvalho](https://github.com/renatocarvalho)
+
+## License
+
+The MIT License (MIT)
+
+Copyright (c) 2013 Mihai Ile
+
+Copyright (c) 2013 Jaime Bueza
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/images/ie6-warning/background_browser.gif b/images/ie6-warning/background_browser.gif
new file mode 100644
index 0000000..af52aad
Binary files /dev/null and b/images/ie6-warning/background_browser.gif differ
diff --git a/images/ie6-warning/background_browser_hover.gif b/images/ie6-warning/background_browser_hover.gif
new file mode 100644
index 0000000..2adc928
Binary files /dev/null and b/images/ie6-warning/background_browser_hover.gif differ
diff --git a/images/ie6-warning/browser_chrome.gif b/images/ie6-warning/browser_chrome.gif
new file mode 100644
index 0000000..09a0bcb
Binary files /dev/null and b/images/ie6-warning/browser_chrome.gif differ
diff --git a/images/ie6-warning/browser_firefox.gif b/images/ie6-warning/browser_firefox.gif
new file mode 100644
index 0000000..4839f22
Binary files /dev/null and b/images/ie6-warning/browser_firefox.gif differ
diff --git a/images/ie6-warning/browser_ie.gif b/images/ie6-warning/browser_ie.gif
new file mode 100644
index 0000000..56fcd1f
Binary files /dev/null and b/images/ie6-warning/browser_ie.gif differ
diff --git a/images/ie6-warning/browser_opera.gif b/images/ie6-warning/browser_opera.gif
new file mode 100644
index 0000000..17042c8
Binary files /dev/null and b/images/ie6-warning/browser_opera.gif differ
diff --git a/images/ie6-warning/browser_safari.gif b/images/ie6-warning/browser_safari.gif
new file mode 100644
index 0000000..c037803
Binary files /dev/null and b/images/ie6-warning/browser_safari.gif differ
diff --git a/images/ie6-warning/css/ie-warning.css b/images/ie6-warning/css/ie-warning.css
new file mode 100644
index 0000000..80b0f97
--- /dev/null
+++ b/images/ie6-warning/css/ie-warning.css
@@ -0,0 +1,20 @@
+div#_d {
+ margin: 47px 0;
+ border: 1px solid #777 !important;
+ box-shadow: 0 0 8px #888;
+ background: #FFF4F4 !important;
+ width: 710px !important;
+ height: inherit !important;
+ min-height: 265px;
+}
+
+ul#_ul li {
+ float: left;
+}
+
+h1#_h {
+ text-align: center;
+ margin: 13px 25px;
+ font-family: 'Open Sans', sans-serif !important;
+ font-size: 1.5em !important;
+}
diff --git a/images/ie6-warning/index.html b/images/ie6-warning/index.html
new file mode 100644
index 0000000..cca81fa
--- /dev/null
+++ b/images/ie6-warning/index.html
@@ -0,0 +1,36 @@
+
+
+
+
+
+ IE6 Warning Revamp
+
+
+
+
+
+
+
+
+
diff --git a/images/ie6-warning/localization/en_US.js b/images/ie6-warning/localization/en_US.js
new file mode 100644
index 0000000..706fe58
--- /dev/null
+++ b/images/ie6-warning/localization/en_US.js
@@ -0,0 +1,17 @@
+//render this via backend
+window.IE6WarningLocalizations ={
+ msg1: "Did you know that your Internet Explorer is out of date?",
+ msg2: "To get the best possible experience using our website we recommend that you upgrade to a newer version or other web browser. A list of the most popular web browsers can be found below.",
+ msg3: "Just click on the icons to get to the download page",
+ br1: "Internet Explorer 7+",
+ br2: "Firefox 3+",
+ br3: "Safari 5+",
+ br4: "Opera 9.5+",
+ br5: "Chrome 5.0+",
+ url1: "http://www.microsoft.com/windows/Internet-explorer/default.aspx",
+ url2: "http://www.mozilla.com/firefox/",
+ url3: "http://www.apple.com/safari/download/",
+ url4: "http://www.opera.com/download/",
+ url5: "http://www.google.com/chrome"
+};
+
diff --git a/images/ie6-warning/localization/pt_BR.js b/images/ie6-warning/localization/pt_BR.js
new file mode 100644
index 0000000..fb5d168
--- /dev/null
+++ b/images/ie6-warning/localization/pt_BR.js
@@ -0,0 +1,17 @@
+//render this via backend
+window.IE6WarningLocalizations ={
+ msg1: "Você sabia que o seu Internet Explorer está desatualizado?",
+ msg2: "Para obter uma melhor experiência possível usando nosso website, recomendamos que atualize seu navegador para uma versão mais nova ou outro navegador web. Veja abaixo a lista dos navegadores web mais populares.",
+ msg3: "Basta clicar em um dos ícones para ser direcionado para a página de download",
+ br1: "Internet Explorer 7+",
+ br2: "Firefox 3+",
+ br3: "Safari 5+",
+ br4: "Opera 9.5+",
+ br5: "Chrome 5.0+",
+ url1: "http://www.microsoft.com/brasil/windows/internet-explorer/",
+ url2: "http://www.mozilla.com/pt-BR/firefox/",
+ url3: "http://www.apple.com/br/safari/download/",
+ url4: "http://www.opera.com/download/",
+ url5: "http://www.google.com/chrome?hl=pt-BR"
+};
+
diff --git a/images/ie6-warning/warning.js b/images/ie6-warning/warning.js
new file mode 100644
index 0000000..d77170c
--- /dev/null
+++ b/images/ie6-warning/warning.js
@@ -0,0 +1,255 @@
+(function(window, undefined) {
+ var fn = function(cb) {
+ var configObj = {};
+ if(typeof(cb) == 'function') {
+ configObj = cb();
+ }
+ //accessor method
+ var LOC = function(key) {
+ return configObj['localizations'][key];
+ };
+
+ var imgPath = configObj['imgPath'];
+ var msg1 = LOC('msg1');
+ var msg2 = LOC('msg2');
+ var msg3 = LOC('msg3');
+ var br1 = LOC('br1');
+ var br2 = LOC('br2');;
+ var br3 = LOC('br3');
+ var br4 = LOC('br4');
+ var br5 = LOC('br5');
+ var url1 = LOC('url1');
+ var url2 = LOC('url2');
+ var url3 = LOC('url3');
+ var url4 = LOC('url4');
+ var url5 = LOC('url5');
+
+ // oldschool from gcode
+ var _body = document.getElementsByTagName('body')[0];
+ var _d = document.createElement('div');
+ var _l = document.createElement('div');
+ var _h = document.createElement('h1');
+ var _p1 = document.createElement('p');
+ var _p2 = document.createElement('p');
+ var _ul = document.createElement('ul');
+ var _li1 = document.createElement('li');
+ var _li2 = document.createElement('li');
+ var _li3 = document.createElement('li');
+ var _li4 = document.createElement('li');
+ var _li5 = document.createElement('li');
+ var _ico1 = document.createElement('div');
+ var _ico2 = document.createElement('div');
+ var _ico3 = document.createElement('div');
+ var _ico4 = document.createElement('div');
+ var _ico5 = document.createElement('div');
+ var _lit1 = document.createElement('div');
+ var _lit2 = document.createElement('div');
+ var _lit3 = document.createElement('div');
+ var _lit4 = document.createElement('div');
+ var _lit5 = document.createElement('div');
+ _body.appendChild(_l);
+ _body.appendChild(_d);
+ _d.appendChild(_h);
+ _d.appendChild(_p1);
+ _d.appendChild(_p2);
+ _d.appendChild(_ul);
+ _ul.appendChild(_li1);
+ _ul.appendChild(_li2);
+ _ul.appendChild(_li3);
+ _ul.appendChild(_li4);
+ _ul.appendChild(_li5);
+ _li1.appendChild(_ico1);
+ _li2.appendChild(_ico2);
+ _li3.appendChild(_ico3);
+ _li4.appendChild(_ico4);
+ _li5.appendChild(_ico5);
+ _li1.appendChild(_lit1);
+ _li2.appendChild(_lit2);
+ _li3.appendChild(_lit3);
+ _li4.appendChild(_lit4);
+ _li5.appendChild(_lit5);
+ _d.setAttribute('id','_d');
+ _l.setAttribute('id','_l');
+ _h.setAttribute('id','_h');
+ _p1.setAttribute('id','_p1');
+ _p2.setAttribute('id','_p2');
+ _ul.setAttribute('id','_ul');
+ _li1.setAttribute('id','_li1');
+ _li2.setAttribute('id','_li2');
+ _li3.setAttribute('id','_li3');
+ _li4.setAttribute('id','_li4');
+ _li5.setAttribute('id','_li5');
+ _ico1.setAttribute('id','_ico1');
+ _ico2.setAttribute('id','_ico2');
+ _ico3.setAttribute('id','_ico3');
+ _ico4.setAttribute('id','_ico4');
+ _ico5.setAttribute('id','_ico5');
+ _lit1.setAttribute('id','_lit1');
+ _lit2.setAttribute('id','_lit2');
+ _lit3.setAttribute('id','_lit3');
+ _lit4.setAttribute('id','_lit4');
+ _lit5.setAttribute('id','_lit5');
+ var _width = document.documentElement.clientWidth;
+ var _height = document.documentElement.clientHeight;
+ var _dl = document.getElementById('_l');
+ _dl.style.width = _width+"px";
+ _dl.style.height = _height+"px";
+ _dl.style.position = "absolute";
+ _dl.style.top = "0px";
+ _dl.style.left = "0px";
+ _dl.style.filter = "alpha(opacity=50)";
+ _dl.style.background = "#fff";
+ var _dd = document.getElementById('_d');
+ _ddw = 650;
+ _ddh = 260;
+ _dd.style.width = _ddw+"px";
+ _dd.style.height = _ddh+"px";
+ _dd.style.position = "absolute";
+ _dd.style.top = ((_height-_ddh)/2)+"px";
+ _dd.style.left = ((_width-_ddw)/2)+"px";
+ _dd.style.padding = "20px";
+ _dd.style.background = "#fff";
+ _dd.style.border = "1px solid #ccc";
+ _dd.style.fontFamily = "'Lucida Grande','Lucida Sans Unicode',Arial,Verdana,sans-serif";
+ _dd.style.listStyleType = "none";
+ _dd.style.color = "#4F4F4F";
+ _dd.style.fontSize = "12px";
+ _h.appendChild(document.createTextNode(msg1));
+ var _hd = document.getElementById('_h');
+ _hd.style.display = "block";
+ _hd.style.fontSize = "1.3em";
+ _hd.style.marginBottom = "0.5em";
+ _hd.style.color = "#333";
+ _hd.style.fontFamily = "Helvetica,Arial,sans-serif";
+ _hd.style.fontWeight = "bold";
+ _p1.appendChild(document.createTextNode(msg2));
+ var _p1d = document.getElementById('_p1');
+ _p1d.style.marginBottom = "1em";
+ _p2.appendChild(document.createTextNode(msg3));
+ var _p2d = document.getElementById('_p2');
+ _p2d.style.marginBottom = "1em";
+ var _uld = document.getElementById('_ul');
+ _uld.style.listStyleImage = "none";
+ _uld.style.listStylePosition = "outside";
+ _uld.style.listStyleType = "none";
+ _uld.style.margin = "0 px auto";
+ _uld.style.padding = "0px";
+ _uld.style.paddingLeft = "10px";
+ var _li1d = document.getElementById('_li1');
+ var _li2d = document.getElementById('_li2');
+ var _li3d = document.getElementById('_li3');
+ var _li4d = document.getElementById('_li4');
+ var _li5d = document.getElementById('_li5');
+ var _li1ds = _li1d.style;
+ var _li2ds = _li2d.style;
+ var _li3ds = _li3d.style;
+ var _li4ds = _li4d.style;
+ var _li5ds = _li5d.style;
+ _li1ds.background = _li2ds.background = _li3ds.background = _li4ds.background = _li5ds.background = "transparent url('"+imgPath+"background_browser.gif') no-repeat scroll left top";
+ _li1ds.cursor = _li2ds.cursor = _li3ds.cursor = _li4ds.cursor = _li5ds.cursor = "pointer";
+ _li1d.onclick = function() {window.location = url1; };
+ _li2d.onclick = function() {window.location = url2; };
+ _li3d.onclick = function() {window.location = url3; };
+ _li4d.onclick = function() {window.location = url4; };
+ _li5d.onclick = function() {window.location = url5; };
+
+ var addEvent = window.addEventListener ? function (elem, type, method) {
+ elem.addEventListener(type, method, false);
+ } : function (elem, type, method) {
+ elem.attachEvent('on' + type, method);
+ };
+
+ addEvent(_li1d,'mouseover',function(){
+ _li1d.style.background = "url('"+imgPath+"background_browser_hover.gif') no-repeat scroll left top"
+ });
+
+ addEvent(_li1d,'mouseout',function(){
+ _li1d.style.background = "transparent url('"+imgPath+"background_browser.gif') no-repeat scroll left top";
+ });
+
+ addEvent(_li2d,'mouseover',function(){
+ _li2d.style.background = "url('"+imgPath+"background_browser_hover.gif') no-repeat scroll left top"
+ });
+
+ addEvent(_li2d,'mouseout',function(){
+ _li2d.style.background = "transparent url('"+imgPath+"background_browser.gif') no-repeat scroll left top";
+ });
+
+ addEvent(_li3d,'mouseover',function(){
+ _li3d.style.background = "url('"+imgPath+"background_browser_hover.gif') no-repeat scroll left top"
+ });
+
+ addEvent(_li3d,'mouseout',function(){
+ _li3d.style.background = "url('"+imgPath+"background_browser.gif') no-repeat scroll left top"
+ });
+
+ addEvent(_li4d,'mouseover',function(){
+ _li4d.style.background = "url('"+imgPath+"background_browser_hover.gif') no-repeat scroll left top"
+ });
+
+ addEvent(_li4d,'mouseout',function(){
+ _li4d.style.background = "url('"+imgPath+"background_browser.gif') no-repeat scroll left top"
+ });
+
+ addEvent(_li5d,'mouseover',function(){
+ _li5d.style.background = "url('"+imgPath+"background_browser_hover.gif') no-repeat scroll left top"
+ });
+
+ addEvent(_li5d,'mouseout',function(){
+ _li5d.style.background = "url('"+imgPath+"background_browser.gif') no-repeat scroll left top"
+ });
+
+ _li1ds.styleFloat = _li2ds.styleFloat = _li3ds.styleFloat = _li4ds.styleFloat = _li5ds.styleFloat = "left";
+ _li1ds.width = _li2ds.width = _li3ds.width = _li4ds.width = _li5ds.width = "120px";
+ _li1ds.height = _li2ds.height = _li3ds.height = _li4ds.height = _li5ds.height = "122px";
+ _li1ds.margin = _li2ds.margin = _li3ds.margin = _li4ds.margin = _li5ds.margin = "0 10px 10px 0";
+ var _ico1d = document.getElementById('_ico1');
+ var _ico2d = document.getElementById('_ico2');
+ var _ico3d = document.getElementById('_ico3');
+ var _ico4d = document.getElementById('_ico4');
+ var _ico5d = document.getElementById('_ico5');
+ var _ico1ds = _ico1d.style;
+ var _ico2ds = _ico2d.style;
+ var _ico3ds = _ico3d.style;
+ var _ico4ds = _ico4d.style;
+ var _ico5ds = _ico5d.style;
+ _ico1ds.width = _ico2ds.width = _ico3ds.width = _ico4ds.width = _ico5ds.width = "100px";
+ _ico1ds.height = _ico2ds.height = _ico3ds.height = _ico4ds.height = _ico5ds.height = "100px";
+ _ico1ds.margin = _ico2ds.margin = _ico3ds.margin = _ico4ds.margin = _ico5ds.margin = "1px auto";
+ _ico1ds.background = "transparent url('"+imgPath+"browser_ie.gif') no-repeat scroll left top";
+ _ico2ds.background = "transparent url('"+imgPath+"browser_firefox.gif') no-repeat scroll left top";
+ _ico3ds.background = "transparent url('"+imgPath+"browser_safari.gif') no-repeat scroll left top";
+ _ico4ds.background = "transparent url('"+imgPath+"browser_opera.gif') no-repeat scroll left top";
+ _ico5ds.background = "transparent url('"+imgPath+"browser_chrome.gif') no-repeat scroll left top";
+ _lit1.appendChild(document.createTextNode(br1));
+ _lit2.appendChild(document.createTextNode(br2));
+ _lit3.appendChild(document.createTextNode(br3));
+ _lit4.appendChild(document.createTextNode(br4));
+ _lit5.appendChild(document.createTextNode(br5));
+ var _lit1d = document.getElementById('_lit1');
+ var _lit2d = document.getElementById('_lit2');
+ var _lit3d = document.getElementById('_lit3');
+ var _lit4d = document.getElementById('_lit4');
+ var _lit5d = document.getElementById('_lit5');
+ var _lit1ds = _lit1d.style;
+ var _lit2ds = _lit2d.style;
+ var _lit3ds = _lit3d.style;
+ var _lit4ds = _lit4d.style;
+ var _lit5ds = _lit5d.style;
+ _lit1ds.color = _lit2ds.color = _lit3ds.color = _lit4ds.color = _lit5ds.color = "#808080";
+ _lit1ds.fontSize = _lit2ds.fontSize = _lit3ds.fontSize = _lit4ds.fontSize = _lit5ds.fontSize = "0.8em";
+ _lit1ds.height = _lit2ds.height = _lit3ds.height = _lit4ds.height = _lit5ds.height = "18px";
+ _lit1ds.lineHeight = _lit2ds.lineHeight = _lit3ds.lineHeight = _lit4ds.lineHeight = _lit5ds.lineHeight = "17px";
+ _lit1ds.margin = _lit2ds.margin = _lit3ds.margin = _lit4ds.margin = _lit5ds.margin = "1px auto";
+ _lit1ds.width = _lit2ds.width = _lit3ds.width = _lit4ds.width = _lit5ds.width = "118px";
+ _lit1ds.textAlign = _lit2ds.textAlign = _lit3ds.textAlign = _lit4ds.textAlign = _lit5ds.textAlign = "center";
+ };
+
+
+ //safely set it into global namespace.
+ if(window.ie6Warning === undefined || !ie6Warning) {
+ window.ie6Warning = fn;
+ }
+
+
+})(window);
--
libgit2 0.21.2