expand_less <!DOCTYPE HTML> <html> <head> {{*head|core}} <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"> [[/ | Home]] [[/recent | Recent]] {{*navbox|core}} {{*account links|core}} </div> <div id="primary"> {{_main|open}} </div> <div id="secondary"> <div id="logo">[[/ | {{*logo}}]]</div> {{*sidebar|core}} <div id="credit">Wheeled by [[http://www.wagn.org|Wagn]] v. {{*version|core}}</div> {{*alerts|core}} </div> {{*foot|core}} </body> </html>
Wheeled by Wagn v. 0.15.6