summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-01-31 17:18:00 -0600
committerDan McGee <dan@archlinux.org>2010-01-31 17:18:00 -0600
commitbe3591d95748c4477c3f7b8334e4a690ad111d8a (patch)
treed063b7cc3cbd2d532d532b8668d3dd17e966c54b
parent48ee2c28a20e8808f282dfbd62b7909a2a89b105 (diff)
downloadarchweb-be3591d95748c4477c3f7b8334e4a690ad111d8a.tar.gz
archweb-be3591d95748c4477c3f7b8334e4a690ad111d8a.zip
More validation fixups
Random stupids in our HTML, this should be a little better at least. Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/packages/flaghelp.html41
-rw-r--r--templates/packages/search.html2
-rw-r--r--templates/public/developer_list.html2
-rw-r--r--templates/public/donate.html24
-rw-r--r--templates/public/download.html2
5 files changed, 41 insertions, 30 deletions
diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html
index aa03bf63..c376175e 100644
--- a/templates/packages/flaghelp.html
+++ b/templates/packages/flaghelp.html
@@ -1,16 +1,27 @@
-<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>
-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'>bugtracker</a> instead.
-</span>
-</body>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+ <title>Flagging Packages</title>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ </head>
+ <body>
+ <div style="font-family: sans-serif;">
+ <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 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.</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 target="_blank" href='http://bugs.archlinux.org'>bugtracker</a> instead.</p>
+ </div>
+ </body>
</html>
diff --git a/templates/packages/search.html b/templates/packages/search.html
index 67d61fbb..23c6b031 100644
--- a/templates/packages/search.html
+++ b/templates/packages/search.html
@@ -30,7 +30,7 @@
{% td_input search_form.last_update %}
{% td_input search_form.flagged %}
{% td_input search_form.limit %}
- <td><input type="submit" value="Search" />
+ <td><input type="submit" value="Search" /></td>
</tr>
</table>
</form>
diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html
index 8d1c5be5..c294dc72 100644
--- a/templates/public/developer_list.html
+++ b/templates/public/developer_list.html
@@ -9,7 +9,7 @@
{% for dev in dev_list %}
<tr>
<td class="devpic">
- <img src="{{ dev.get_profile.picture.url }}" height="175" width="175" style="border:1px solid black">
+ <img src="{{ dev.get_profile.picture.url }}" height="175" width="175" style="border:1px solid black" alt="Image for {{ dev.get_profile.alias }}"/>
</td><td>
<a name="{{ dev.first_name }}{{ dev.last_name.0|capfirst}}" />
{% autoescape off %}
diff --git a/templates/public/donate.html b/templates/public/donate.html
index 263fede9..2bb447a6 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -17,18 +17,18 @@
<div style="text-align:center">
<!-- paypal code -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
- <input type="hidden" name="cmd" value="_xclick">
- <input type="hidden" name="business" value="aaronmgriffin@gmail.com">
- <input type="hidden" name="currency_code" value="USD">
- <input type="hidden" name="tax" value="0">
- <input type="hidden" name="lc" value="US">
- <input type="hidden" name="bn" value="PP-DonationsBF">
- <input type="hidden" name="item_name" value="Arch Linux Donation">
- <input type="hidden" name="image_url" value="/logos/arch-paypal.jpg">
- <input type="hidden" name="no_shipping" value="1">
- <input type="hidden" name="cn" value="Suggestions/Comments">
- <input type="hidden" name="no_note" value="1">
- <input type="image" src="https://www.paypal.com/images/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" style="background: transparent; border: none">
+ <input type="hidden" name="cmd" value="_xclick"/>
+ <input type="hidden" name="business" value="aaronmgriffin@gmail.com"/>
+ <input type="hidden" name="currency_code" value="USD"/>
+ <input type="hidden" name="tax" value="0"/>
+ <input type="hidden" name="lc" value="US"/>
+ <input type="hidden" name="bn" value="PP-DonationsBF"/>
+ <input type="hidden" name="item_name" value="Arch Linux Donation"/>
+ <input type="hidden" name="image_url" value="/logos/arch-paypal.jpg"/>
+ <input type="hidden" name="no_shipping" value="1"/>
+ <input type="hidden" name="cn" value="Suggestions/Comments"/>
+ <input type="hidden" name="no_note" value="1"/>
+ <input type="image" src="https://www.paypal.com/images/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" style="background: transparent; border: none"/>
</form>
</div>
<br />
diff --git a/templates/public/download.html b/templates/public/download.html
index 4790dbc1..ce3f4ce2 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -77,7 +77,7 @@
Purchase CD from OSDisc</a>
</td></tr>
<tr><td>
- <a href="http://www.shoplinuxonline.com/index.php?main_page=index&cPath=1_46&zenid=ecd15b48affe8976130bc575c1276ee4">
+ <a href="http://www.shoplinuxonline.com/index.php?main_page=index&amp;cPath=1_46&amp;zenid=ecd15b48affe8976130bc575c1276ee4">
Purchase CD from Shop Linux Online</a>
</td></tr>
</table>