% @title = "Make an annotation on '" + h(@info_request.title) + "'" %>
<% if @existing_comment %>
-
<%= user_or_you_capital(@existing_comment.user) %> already
made this annotation on <%=simple_date(@existing_comment.created_at)%>.
<% end %>
<%= foi_error_messages_for :comment %>
Add an annotation to '<%=request_link(@info_request)%>'
Annotations are so anyone, including you, can help the requester with their request. For example:
<% if [ 'waiting_clarification' ].include?(@info_request.described_state) %>
- Advise on how to best clarify the request.
<% end %>
<% if @info_request.awaiting_description %>
<% end %>
<% if not [ 'successful', 'partially_successful' ].include?(@info_request.described_state) %>
- Link to the information requested, if it is already available on the Internet.
- Suggest where else the requester might find the information.
- Offer better ways of wording the request to get the information.
<% end %>
<% if [ 'successful', 'partially_successful' ].include?(@info_request.described_state) %>
- Summarise the content of any information returned.
- Say how you've used the information, with links if possible.
- Thank the public authority or <%=h @info_request.user.name %>.
<% end %>
<% if [ 'partially_successful' ].include?(@info_request.described_state) %>
- Suggest how the requester can find the rest of the information.
<% end %>
<% if [ 'successful', 'partially_successful' ].include?(@info_request.described_state) %>
- Point to related information, campaigns or forums which may be useful.
<% end %>
<% if [ 'not_held' ].include?(@info_request.described_state) %>
- Ideas on what other documents to request which the authority may hold.
<% end %>
<% if [ 'rejected' ].include?(@info_request.described_state) %>
- Advise on whether the rejection is legal, and how to complain about if not.
<% end %>
<% if [ 'error_message' ].include?(@info_request.described_state) %>
- You know what caused the error, and can suggest a solution, such as a working email address.
<% end %>
<% if [ 'requires_admin' ].include?(@info_request.described_state) %>
- Your thoughts on what the WhatDoTheyKnow administrators should do about the request.
<% end %>
Annotations will be posted publicly here, and are
not sent to the authority.
<%= render :partial => 'comment/comment_form', :locals => { :track_thing => @track_thing } %>