~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/base/ivle-headings.html

Move the login machinery to the new framework.

The login page is now redirected to by the XHTML Unauthorized page, and knows
to return to the right URL when authentication succeeds. It also means that we
no longer return a 200 with login page content for a totally unrelated page...

Some of the user stuff (disabling, Tos, etc.) is now broken, and /logout moved
to /+logout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
              <a py:when="defined('help_path')" href="/+help/${help_path}">Help</a>
60
60
              <a py:otherwise="" href="/+help/">Help</a>
61
61
            |</py:choose>
62
 
            <a href="/logout">Sign out</a>
 
62
            <a href="/+logout">Sign out</a>
63
63
          </p>
64
64
          <p py:otherwise="" class="userhello">Not logged in.</p>
65
65
        </py:choose>