summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-01-31 17:55:57 -0600
committerDan McGee <dan@archlinux.org>2010-01-31 17:55:57 -0600
commit0cce15c7109cfb7bab976d35ca68961ddb9ad644 (patch)
treecc154230a9a71c32f7b647b5da1aee569ee8ff7c
parenta16b4d9ecd2a3fa1676e8bc1d69de5e5d41d0d18 (diff)
More template cleanup: flag packagerelease_2010-01-31-2
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/packages/flag.html43
1 files changed, 20 insertions, 23 deletions
diff --git a/templates/packages/flag.html b/templates/packages/flag.html
index ffcfcbb4..0bea7396 100644
--- a/templates/packages/flag.html
+++ b/templates/packages/flag.html
@@ -1,31 +1,28 @@
{% extends "base.html" %}
{% block title %}Arch Linux - Flag Package - {{ pkg.pkgname }}{% endblock %}
{% block content %}
+<div>
{% if confirmed %}
- Thank you. Maintainers have been notified.
+ <p>Thank you. Maintainers have been notified.</p>
{% else %}
- <span style="font-family: verdana, arial, helvetica">
- If you notice that one of Arch's packages is out of date (ie, there is a
+ <p>If you notice that one of Arch's packages is out of date (ie, there is a
newer <b>stable</b> release available), then please notify us using the
- form below.
- <br><br>
- The message box portion of the flag utility is optional, and meant for short messages only. If you need more than 200 characters for your message, then file a bug report, email the maintainer directly, or send an email to the arch-general mailing list with your additional text.
- <br><br>
- <b>Note:</b> Please do <i>not</i> use this facility if the package is
- broken! Use the <a target="_blank"
- href='http://bugs.archlinux.org'>bug tracker</a> instead.
- </span>
- <br /><br />
- <p>
- Please confirm your flag request for {{pkg.pkgname}}:
- </p>
- <form method="post" action=".">
- <table>
- {{form}}
- </table>
- <input type="submit" value=" Confirm " />
- <br />
- </form>
+ form below.</p>
+ <p>The message box portion of the flag utility is optional, and meant for
+ short messages only. If you need more than 200 characters for your
+ message, then file a bug report, email the maintainer directly, or send an
+ email to the arch-general mailing list with your additional text.</p>
+
+ <p><b>Note:</b> Please do <i>not</i> use this facility if the package is
+ broken! Use the <a href='http://bugs.archlinux.org'>bug tracker</a>
+ instead.</p>
+ <p>Please confirm your flag request for {{pkg.pkgname}}:</p>
+ <form method="post" action=".">
+ <table>
+ {{form}}
+ </table>
+ <input type="submit" value=" Confirm " />
+ <br />
+ </form>
{% endif %}
{% endblock %}
-