Rework Login dialog to work with rekonq (and hopefully Safari)
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 31 Mar 2013 11:52:02 +0000 (13:52 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 31 Mar 2013 11:52:02 +0000 (13:52 +0200)
commit66b37caa8621e2e78c61b44acef3653fdfdc1192
treebb277d6f78c39d6eb044ad44a5435121f53dfd04
parent66f09fdd7c3f58e13ed01431dd5148302327ca6e
Rework Login dialog to work with rekonq (and hopefully Safari)

  - modal.js: don't use a function pointer - simply name the function as the pointer.
  - head.html: if we're not logged in, we add the login dialog to the page; its hidden anyways.
  - login.html: since we get printed into existing pages, we don't need <html><body> - its wrong in first place to have them.
  - authmethods.js: GetLoggedInFirst(): we don't need to send an ajax request to retrieve the login mask; if its needed, head.html already contains it. Simply uncover it to the user.
webcit/static/authmethods.js
webcit/static/modal.js
webcit/static/t/get_logged_in.html
webcit/static/t/head.html
webcit/static/t/login.html