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