1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
Copyright 2010 Canonical Ltd. This software is licensed under the
6
GNU Affero General Public License version 3 (see the file LICENSE).
10
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
12
<title>{% block title %}{% trans "Log in" %}{% endblock %}</title>
13
<link rel="stylesheet" type="text/css" href="/static/launchpad/styles.css"/>
14
{% block extra_header %}{% endblock %}
19
{% trans "Launchpad Results" %}
21
{% if user.is_authenticated %}
22
{% include "launchpad/logout-button.html" %}
26
<div class="message {{ message_style }}{% if not user.is_authenticated %} notopbar{% endif %}">
31
<div id="maincontent">
34
{% blocktrans %}We are currently in read-only mode. That means that at the moment you can't create new accounts, update your personal information, or request password reminders.{% endblocktrans %}
38
<div id="{% block content_id %}box{% endblock %}">
39
{% block text_title %}{% endblock %}
40
{% block content %}{% endblock %}
43
<div style="clear: both;">
49
Need help? Check our <a href="https://answers.launchpad.net/launchpad-results">FAQs</a>.<br />
50
© 2004-2010 <a href="http://canonical.com/">Canonical Ltd.</a><br />
51
<a href="https://launchpad.net/launchpad-results">Source code for Launchpad Results</a> is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL</a>.<br />