diff options
-rw-r--r-- | app/views/help/contact.rhtml | 31 | ||||
-rw-r--r-- | public/stylesheets/main.css | 8 | ||||
-rw-r--r-- | todo.txt | 15 |
3 files changed, 33 insertions, 21 deletions
diff --git a/app/views/help/contact.rhtml b/app/views/help/contact.rhtml index 60a8af4f3..203b72e4e 100644 --- a/app/views/help/contact.rhtml +++ b/app/views/help/contact.rhtml @@ -2,37 +2,34 @@ <%= foi_error_messages_for :contact %> -<% form_for :contact do |f| %> - - <div class="form_note"> - <h1>Make a request for public, official information</h1> - </div> +<div id="contact_preamble"> - <p class="form_note"> + <h1>Make a request for public, official information</h1> + <p> <a href="/new">Go here</a> to make your request, in public, for information from UK public authorities. </p> - <div class="form_note"> - <h1>Request information about yourself</h1> + <h1>Request information about yourself</h1> + <p> Our help page about <a href="/help/about#data_protection">data protection</a> explains how to request information about yourself from UK public authorities. - </div> - - <div class="form_note"> - <h1>Contact the WhatDoTheyKnow team</h1> - </div> + </p> - <p class="form_note"> + <h1>Contact the WhatDoTheyKnow team</h1> + <p> We'd love to hear how you have found using this site. </p> - - <p class="form_note"> + <p> Please read the <a href="/help/about">about page</a> first, as it may answer your question quicker. Then fill in this form, or send an email to <a href="mailto:<%=@contact_email%>"><%=@contact_email%></a> </p> - +</div> + +<% form_for :contact do |f| %> + + <% if not @user %> <p> <label class="form_label" for="contact_name">Your name:</label> diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 048a8b401..40e29dd31 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -892,6 +892,14 @@ div#help_about dt:hover > a:hover, div#help_about h1:hover > a:hover { text-decoration: underline; } +#contact_preamble +{ + /*width: 224px;*/ width: 33em; + /*margin-left: 142px;*/ margin-left: 8em; +} + + + /*---------------------------------- RSS and email alerts */ div.feed_link img { @@ -9,6 +9,8 @@ Site move: Next ==== +Write code to make sure the Return-Path is never foi@sandwich grrr + When tracking a person, send comments that they've made too? Maybe move "send followup" into actions? @@ -44,14 +46,14 @@ Payment required http://www.whatdotheyknow.com/request/staff_absences_due_to_long_term Request withdrawn by user status/marker? + Grrr - so here I wanted to clarify my request, but don't want the timer to be reset! http://www.whatdotheyknow.com/request/online_petitions_documents_from#incoming-3248 -Perhaps encourage user to annotate what they learnt after getting information? +Perhaps encourage user to annotate what they learnt after getting information? When they say "successful", encourage them to make an annotation? Clear out all the need admin attention requests -Clear out all the need classifying requests When forcing auth user for followups is a bit confusing/weird, does it really work? Perhaps remove signout dialog and have signin instead? @@ -59,8 +61,8 @@ When forcing auth user for followups is a bit confusing/weird, does it really wo Display of login dialog to log in as particular user if you are logged out isn't centred nicely Admin: - Have internal links to different parts of request page Somehow fold up the enormous pages on many admin pages + Have internal links to different parts of request page Comments etc. do not sort in right order - by date, but not by time @@ -73,7 +75,6 @@ Try changing "email me" link to something else like "track by email" CSS things - http://localhost:3000/help/contact has gone ugly - CSS error on "all councils" page on some browsers - - Need Icon for annotations in search results - Icon for government departments is too Parliamentary - Spacing on error boxes round form elements - icons for "Things to do with this request" ? @@ -104,6 +105,12 @@ Don't let somebody file a new request if they haven't classified all existing on Test code for FOI officer upload +Check that initial requests have the Return-Path set to same address as From still +after rails upgarde + +Completely prevent spaces at start of titles: +http://www.whatdotheyknow.com/body/hblb + Later ===== |