diff options
-rw-r--r-- | app/views/comment/_single_comment.rhtml | 6 | ||||
-rw-r--r-- | public/images/quote.png | bin | 0 -> 1128 bytes | |||
-rw-r--r-- | public/stylesheets/main.css | 5 | ||||
-rw-r--r-- | todo.txt | 27 |
4 files changed, 31 insertions, 7 deletions
diff --git a/app/views/comment/_single_comment.rhtml b/app/views/comment/_single_comment.rhtml index bab700b8b..8ff8bf254 100644 --- a/app/views/comment/_single_comment.rhtml +++ b/app/views/comment/_single_comment.rhtml @@ -1,10 +1,10 @@ <div class="comment_in_request" id="comment-<%=comment.id.to_s%>"> <h2> - Annotation by <%= comment.user ? user_link(comment.user) : 'you' %> - <br><br><%= simple_date(comment.created_at || Time.now) %> + <%= comment.user ? user_link(comment.user) : 'You' %> + left an annotation (<%= simple_date(comment.created_at || Time.now) %>) </h2> <div class="comment_in_request_text"> - <%= comment.get_body_for_html_display %> + <p><img class="comment_quote" src="/images/quote.png" alt=""><%= comment.get_body_for_html_display %></p> </div> <p class="event_actions"> <% if !comment.id.nil? %> diff --git a/public/images/quote.png b/public/images/quote.png Binary files differnew file mode 100644 index 000000000..d7e679c23 --- /dev/null +++ b/public/images/quote.png diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 6181e51cc..2aee210c4 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -659,7 +659,10 @@ div[id|="incoming"] { background-color: #E7E7E7; font-family: Times New Roman, T div[id|="incoming"] p { font-size: 1.08em;} div[id|="comment"] { } - div[id|="comment"] p { font-size: 0.95em;} + div[id|="comment"] { margin-left: 2em; width: 35em; } + div[id|="comment"] p { font-size: 0.8em;} + div[id|="comment"] h2 { font-size: 0.8em; text-align: left; margin-left: 1em; } +.comment_quote { float: left; margin-right: 0.6em; } .correspondence_text { margin: 0 1.2em 0 0.8em; } .comment_in_request_text { margin: 0 1.2em 0 0.8em; } @@ -1,3 +1,6 @@ +Test data for Tony +Check email address of replies + Site move: Install PostgresSQL 8.3 Move database @@ -8,13 +11,25 @@ Next Internal review status/marker? http://www.whatdotheyknow.com/request/search_engine_advertising_bought - http://www.whatdotheyknow.com/request/communications_from_home_office_ + http://www.whatdotheyknow.com/request/communications_from_home_office http://www.whatdotheyknow.com/request/crime_investigation_following_al http://www.whatdotheyknow.com/request/determination_of_pricing_for_pro#incoming-2902 my own veolia request http://www.whatdotheyknow.com/request/online_petitions_documents_from http://www.whatdotheyknow.com/request/ombudsmans_case_load#comment-21 (search for phrase "internal review"!) + +Request mailed by post to user (maybe), and not uploaded + http://www.whatdotheyknow.com/request/archaeology_south_easts_responsi + http://www.whatdotheyknow.com/request/contract_signed_with_donarbon_wa + http://www.whatdotheyknow.com/request/bradford_city_council_common_pur +Postal address required, but not yet provided + http://www.whatdotheyknow.com/request/copies_of_foi_requests_000108_to + http://www.whatdotheyknow.com/request/re_issuing_of_foi_decision_notic (and partially successful) + http://www.whatdotheyknow.com/request/controlled_drinking_zones_21 +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 @@ -22,8 +37,6 @@ Grrr - so here I wanted to clarify my request, but don't want the timer to be re Clear out all the need admin attention requests Clear out all the need classifying requests -Test data for Tony - When forcing auth user for followups is a bit confusing/weird, does it really work? Perhaps remove signout dialog and have signin instead? Should we say auth for followups sooner as you have to be certain user? @@ -35,6 +48,12 @@ Admin: Comments etc. do not sort in right order - by date, but not by time +"Excessive use of speed by Police vehicles." appears only once, even though multiple annotations. +Perhaps show grouping count? +http://www.whatdotheyknow.com/search/variety:comment/newest + +Try changing "email me" link to something else? + CSS things - Annotation thing too far down when much sidebar e.g. http://localhost:3000/request/heya#outgoing-199 - Put classification box above annotation one? @@ -43,6 +62,7 @@ CSS things - CSS error on all councils page on some browsers - Right sidebar on requests page is too narrow - Do what Richard suggested re. annotations look + see e.g. http://www.whatdotheyknow.com/request/excessive_use_of_speed_by_police - Sidebar text overlapping on Linux - Login dialog CSS on Linux @@ -207,6 +227,7 @@ Quoting fixing TODO: http://www.whatdotheyknow.com/request/total_remuneration_and_benefits#incoming-2436 http://www.whatdotheyknow.com/request/dual_british_and_israeli_nationa#incoming-3461 http://www.whatdotheyknow.com/request/council_functions_55#incoming-4099 + http://www.whatdotheyknow.com/request/public_safety_consequential_to_c#incoming-1586 http://www.whatdotheyknow.com/request/public_inspection_periods_for_lo_2#outgoing-1707 # square bracket in link |