expand_less <!DOCTYPE HTML> <html> <head> {{bootstrap-head}} <script> Date.prototype.yyyymmdd = function() { var yyyy = this.getFullYear().toString(); var mm = (this.getMonth()+1).toString(); // getMonth() is zero-based var dd = this.getDate().toString(); return yyyy + (mm[1]?mm:"0"+mm[0]) + (dd[1]?dd:"0"+dd[0]); }; function pad(n, width, z) { z = z || '0'; n = n + ''; return n.length >= width ? n : new Array(width - n.length + 1).join(z) + n; } {{livequery.js|raw}} </script> </head> <body id="wagn"> <div id="menu" class="navbar navbar-default" role="navigation"> {{*top-nav|class:collapse navbar-collapse;}}{{*top-nav|class:collapse navbar-collapse;id:bs-navbar;}} {{*navbox}} {{*account links}} </div> <div id="primary"> {{_main}} </div> <div id="secondary"> <div id="logo">{{*logo}}</div> {{*sidebar}} <div id="credit">Wheeled by Wagn v. {{*version}}</div> {{*alerts}} </div> {{*foot}} </body> </html>
Wheeled by Wagn v. 0.15.6