New webpage style.

This commit is contained in:
2010-03-09 23:47:21 +00:00
parent 0881634127
commit 1b74e8f272
7 changed files with 144 additions and 23 deletions

View File

@@ -5,10 +5,12 @@
{% block content %}
<p>Please fill in your API key as provided on the <a
href="http://eve-online.com/api">EVE Online API
page</a></p>
page</a> and a optional description.</p>
<form action="/profile/add/eveapi" method="post">
{{ form.as_p }}
<input type="submit" value="Submit" />
<table>
{{ form.as_table }}
</table>
<input type="submit" value="Add Key" />
</form>
{% endblock %}

View File

@@ -8,7 +8,9 @@ corporation</p>
<p>Please note, you will be forever tied to this account and posts and comments made on this account will be checked
on from time to time</p>
<form action="/profile/add/reddit" method="post">
{{ form.as_p }}
<input type="submit" value="Submit" />
<table>
{{ form.as_table }}
</table>
<input type="submit" value="Add Account" />
</form>
{% endblock %}

View File

@@ -9,7 +9,9 @@ then provide a username and password you wish to use to connect.<br/>
For details on how to connect to each service, please consult the <a
href="http://wiki.dredd.it">wiki</a></p>
<form action="/profile/add/service" method="post">
{{ form.as_p }}
<input type="submit" value="Submit" />
<table>
{{ form.as_table }}
<table>
<input type="submit" value="Create Account" />
</form>
{% endblock %}