log gpp/templates/base.html @ 570:0a0a069ab645

age author description
2012-02-03 Brian Neal Adding the RFB banner block.
2012-01-09 Brian Neal For #243, create a contests application.
2012-01-07 Brian Neal Update the copyright year in the base template.
2011-12-04 Brian Neal Some users are still having problems with the pop-up login. I think they are actually getting 403s because of the CSRF protection. So I have modified the base template to always have a javascript variable called csrf_token available when they aren't logged in. The ajax_login.js script was then modified to send this value with the ajax post. Fingers crossed.
2011-12-03 Brian Neal For #240, add an "ajaxy" login via a jQuery UI pop-up dialog to streamline the login process.
2011-11-06 Brian Neal Backout last change. Stay xhtml for now.
2011-11-05 Brian Neal Changed to HMTL5 in base template.