SOURCE CODE: UizeSite.Templates.Footer
/*
This is an automatically generated module, compiled from the JavaScript template file:
UizeSite.Templates.Footer.js.jst
*/
Uize.module ({
name:'UizeSite.Templates.Footer',
builder:function () {
var _package = function () {};
/*** Public Static Methods ***/
_package.process = function (input) {
var output = [];
output.push ('<div class="footer">\r\n <div class="legalese">\r\n © 1997-2012 UIZE (<a href="http://www.uize.com" title="AJAX, RIA, widgets, JSON, OOP, Class Inheritance, XMLHttpRequest, DOM manipulation, and all that stuff">UIZE JavaScript Framework</a>)\r\n -- \r\n <a href="http://www.uize.com/license.html">Available under MIT License or GNU General Public License</a>\r\n </div>\r\n <div>\r\n <span class="label">indispensable online resources:</span>\r\n <a href="http://www.w3c.org" target="_blank" title="World Wide Web Consortium - Web Standards">w3c.org</a>\r\n | \r\n <a href="http://www.w3schools.com" target="_blank" title="W3Schools Online Web Tutorials">w3schools.com</a>\r\n | \r\n <a href="http://www.webmonkey.com" target="_blank" title="Webmonkey: the Web Developers Resource">webmonkey.com</a>\r\n | \r\n <a href="http://www.webreference.com" target="_blank" title="Web Design and Development Tips & Tutorials - The Webmaster\'s Reference Library">webreference.com</a>\r\n | \r\n <a href="http://www.wikipedia.org" target="_blank" title="online encyclopedia and reference">wikipedia.org</a>\r\n </div>\r\n <div>\r\n <span class="label">relevant blog sites:</span>\r\n <a href="http://ajaxian.com" target="_blank" title="regular updates on matters Ajax, JavaScript, RIA, widgets, etc.">ajaxian.com</a>\r\n | \r\n <a href="http://sixrevisions.com" target="_blank" title="Six Revisions - Web Development and Design Information">sixrevisions.com</a>\r\n | \r\n <a href="http://www.alistapart.com" target="_blank" title="A List Apart">alistapart.com</a>\r\n | \r\n <a href="http://www.quirksmode.org" target="_blank" title="QuirksMode - for all your browser quirks">quirksmode.org</a>\r\n </div>\r\n <div>\r\n <span class="label">standards:</span>\r\n <a href="http://www.ecma-international.org/publications/standards/ECMA-262.HTM" target="_blank" title="ECMAScript Language Specification, 3rd edition">ECMA-262</a>\r\n | \r\n <a href="http://www.ecma-international.org/publications/standards/ECMA-327.HTM" target="_blank" title="ECMAScript 3rd Edition Compact Profile">ECMA-327</a>\r\n | \r\n <a href="http://www.ecma-international.org/publications/standards/ECMA-357.HTM" target="_blank" title="ECMAScript for XML (E4X) Specification, 2nd edition">ECMA-357</a>\r\n | \r\n <a href="http://www.w3.org/TR/xhtml11/" target="_blank" title="XHTML 1.1 - Module-based XHTML - Second Edition">XHTML 1.1</a>\r\n | \r\n <a href="http://www.w3.org/TR/CSS21/" target="_blank" title="Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification">CSS 2.1</a>\r\n </div>\r\n <div style="margin-top:10px;">\r\n <a href="http://www.zazzle.com/uize_merch*" target="_blank" title="shirts & apparel, mugs, mousepads, hats, magnets, embroidery, and more..." style="font-size:9px; letter-spacing:5px;">BUY UIZE SWAG AT THE OFFICIAL MERCHANDISE STORE</a>\r\n </div>\r\n</div>\r\n\r\n');
return output.join ('');
};
/*** Public Static Properties ***/
_package.input = {};
return _package;
}
});