From be3591d95748c4477c3f7b8334e4a690ad111d8a Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 31 Jan 2010 17:18:00 -0600 Subject: More validation fixups Random stupids in our HTML, this should be a little better at least. Signed-off-by: Dan McGee --- templates/packages/flaghelp.html | 41 +++++++++++++++++++++++------------- templates/packages/search.html | 2 +- templates/public/developer_list.html | 2 +- templates/public/donate.html | 24 ++++++++++----------- templates/public/download.html | 2 +- 5 files changed, 41 insertions(+), 30 deletions(-) diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html index aa03bf6..c376175 100644 --- a/templates/packages/flaghelp.html +++ b/templates/packages/flaghelp.html @@ -1,16 +1,27 @@ - -Flagging Packages - - -If you notice that one of Arch's packages is out of date (ie, there is a newer -stable release available), then please notify us by using the Flag -button in the Package Details screen. This will notify the maintainer -responsible for that package so they can update it. -

-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. -

-Note: Please do not use this facility if the package is broken! -Use the bugtracker instead. -
- + + + + Flagging Packages + + + +
+

If you notice that one of Arch's packages is out of date (ie, + there is a newer stable release available), then please + notify us by using the Flag button in the Package + Details screen. This will notify the maintainer responsible + for that package so they can update it.

+ +

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.

+ +

Note: Please do not use this facility if the + package is broken! Use the + bugtracker instead.

+
+ diff --git a/templates/packages/search.html b/templates/packages/search.html index 67d61fb..23c6b03 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 %} - + diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html index 8d1c5be..c294dc7 100644 --- a/templates/public/developer_list.html +++ b/templates/public/developer_list.html @@ -9,7 +9,7 @@ {% for dev in dev_list %} - + Image for {{ dev.get_profile.alias }} {% autoescape off %} diff --git a/templates/public/donate.html b/templates/public/donate.html index 263fede..2bb447a 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -17,18 +17,18 @@
- - - - - - - - - - - - + + + + + + + + + + + +

diff --git a/templates/public/download.html b/templates/public/download.html index 4790dbc..ce3f4ce 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -77,7 +77,7 @@ Purchase CD from OSDisc
- + Purchase CD from Shop Linux Online -- cgit v1.2.3-24-g4f1b