summaryrefslogtreecommitdiffstats
path: root/templates/packages
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-05-02 17:21:30 +0200
committerDan McGee <dan@archlinux.org>2012-05-02 17:21:30 +0200
commit768bc688aab844cf9fdf9809b9381aaf0042f2fc (patch)
treed5b5c8b4708efebab087316b22f7f7d6d762d2cc /templates/packages
parentcf8ecdf9fce0573ad207d024708f21a5dbbbb120 (diff)
downloadarchweb-768bc688aab844cf9fdf9809b9381aaf0042f2fc.tar.gz
archweb-768bc688aab844cf9fdf9809b9381aaf0042f2fc.tar.xz
Flagging related cleanups and improvements
Touch up the style slightly on the flag help popup to match the main site style more closely. When a logged-in user is flagging a package out of date, we have no need for them to fill in the email field since we already have an email address on file. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages')
-rw-r--r--templates/packages/flaghelp.html20
1 files changed, 9 insertions, 11 deletions
diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html
index 819a2f0..399b7e0 100644
--- a/templates/packages/flaghelp.html
+++ b/templates/packages/flaghelp.html
@@ -1,20 +1,19 @@
-<!DOCTYPE html>
+{% load static from staticfiles %}<!DOCTYPE html>
<html lang="en">
<head>
<title>Flagging Packages</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <style type="text/css" media="screen, projection">
- <!--
- body { background: #eef; color: #444; font-family: sans-serif; }
- a { color: #07b; text-decoration: none; }
- a:hover { text-decoration: underline; }
- -->
+ <link rel="icon" type="image/x-icon" href="{% static "favicon.ico" %}" />
+ <link rel="shortcut icon" type="image/x-icon" href="{% static "favicon.ico" %}" />
+ <style type="text/css" media="screen, projection">
+ body { background: #f6f9fc; color: #222; font-family: sans-serif; }
+ a:link { text-decoration: none; color: #07b; }
+ a:visited { color: #666; }
+ a:hover { text-decoration: underline; color: #666; }
</style>
</head>
<body>
-
<h3>Flagging Packages</h3>
-
<p>If you notice that a package is out-of-date (i.e., there is a newer
<strong>stable</strong> release available), then please notify us by
using the <strong>Flag</strong> button in the <em>Package Details</em>
@@ -29,8 +28,7 @@
with your additional text.</p>
<p><strong>Note:</strong> Please do <em>not</em> use this facility if the
- package is broken! Use the <a target="_blank" href="https://bugs.archlinux.org"
+ package is broken! Use the <a target="_blank" href="https://bugs.archlinux.org/"
title="Arch Linux Bugtracker">bugtracker</a> instead.</p>
-
</body>
</html>