diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/packages/details.html | 7 | ||||
-rw-r--r-- | templates/packages/flag.html | 26 | ||||
-rw-r--r-- | templates/packages/flaghelp.html | 14 | ||||
-rw-r--r-- | templates/packages/outofdate.txt | 13 |
4 files changed, 2 insertions, 58 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index 66315583..c3b214e0 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -9,15 +9,12 @@ <ul class="small"> <li><a href="http://repos.archlinux.org/viewvc.cgi/{{ pkg.pkgname }}/repos/{{ pkg.repo.name|lower }}-{{ pkg.arch.name|lower }}/">View SVN Entries</a></li> <!-- <li><a href="/packages/files/{{ pkg.id }}/">View File List</a></li> --> - <li> {% if pkg.needupdate %} + <li> <span style="font-size:x-small"><em>This package has been flagged out-of-date</em></span> <br /> <a href="/packages/unflag/{{ pkg.id }}/">Click here to unflag</a> - {% else %} - <a href="/packages/flag/{{ pkg.id }}/" onclick="return !window.open('/packages/flag/{{ pkg.id }}/','FlagHelp','height=250,width=450,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no');">Flag Package Out-of-Date</a> - <a href="/packages/flaghelp" onclick="return !window.open('/packages/flaghelp','FlagHelp','height=250,width=450,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no');"><span style="font-size:x-small">(?)</span></a> - {% endif %} </li> + {% endif %} <li> </li> <li> <form name="devaction" method="post" action="/packages/update/"> diff --git a/templates/packages/flag.html b/templates/packages/flag.html deleted file mode 100644 index 215b6fa8..00000000 --- a/templates/packages/flag.html +++ /dev/null @@ -1,26 +0,0 @@ -{% load validation %} -<html> -<head><title>Flagging Packages</title></head> -<body> -{% if errors %} - {% print_errors errors %} -{% endif %} -<span style="font-family: verdana, arial, helvetica"> -{% if confirmemail %} - Thank you. Maintainers have been notified. -{% else %} -<form method="post" action="."> - Please confirm your flag request.<br /> - <br /> - Email Address: (required) <br /> - <input type="text" name="confirmemail" size="40" maxlength="128" /><br /> - <br /> - Message to dev: (optional)<br /> - <textarea name="usermessage" rows="3" cols="40"></textarea><br /> - <input type="submit" value=" Confirm " /> -</form> -{% endif %} -</span> -</body> -</html> - diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html deleted file mode 100644 index 09f7530b..00000000 --- a/templates/packages/flaghelp.html +++ /dev/null @@ -1,14 +0,0 @@ -<html> -<head><title>Flagging Packages</title></head> -<body> -<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 by using the <b>Flag</b> -button in the <i>Package Details</i> screen. This will notify the maintainer -responsible for that package so they can update it. -<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'>bugtracker</a> instead. -</span> -</body> -</html> diff --git a/templates/packages/outofdate.txt b/templates/packages/outofdate.txt deleted file mode 100644 index 7b863608..00000000 --- a/templates/packages/outofdate.txt +++ /dev/null @@ -1,13 +0,0 @@ - -* Note: this is an automated message - -{{ email }} wants to notify you that the following package may be out -of date: - - {{ pkgname }} ({{ weburl }}) -{% if message %} -The user provided the following additional text: - -{{ message }} -{% endif %} - |