summaryrefslogtreecommitdiff
path: root/templates/packages/flag.html
diff options
context:
space:
mode:
authorIsmael Carnales <icarnales@gmail.com>2009-10-31 15:46:43 -0200
committerIsmael Carnales <icarnales@gmail.com>2009-11-09 22:24:52 -0200
commit1c22bbc3f74f90a136b899c22bba327161c14763 (patch)
tree68ce5e80100ef7d103c1d2bb24a1937508995e7d /templates/packages/flag.html
parent522838d28153fc05d10fc7913babf477894aab79 (diff)
added missing packages views from archweb_pub
Diffstat (limited to 'templates/packages/flag.html')
-rw-r--r--templates/packages/flag.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/templates/packages/flag.html b/templates/packages/flag.html
new file mode 100644
index 00000000..ffcfcbb4
--- /dev/null
+++ b/templates/packages/flag.html
@@ -0,0 +1,31 @@
+{% extends "base.html" %}
+{% block title %}Arch Linux - Flag Package - {{ pkg.pkgname }}{% endblock %}
+{% block content %}
+ {% if confirmed %}
+ Thank you. Maintainers have been notified.
+ {% 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
+ 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>
+ {% endif %}
+{% endblock %}
+