]> git.decadent.org.uk Git - memories.git/blob - templates/photo/quarantine
559c91170a280dcd1f2130170cd8fbc3154209fe
[memories.git] / templates / photo / quarantine
1 [% INCLUDE header %]
2 [% PROCESS macros %]
3 <h1> Quarantined photos </h1>
4
5 <p> The following photos need to be tagged. Sorry to be anal about this,
6 but we really need to have photos tagged if we're going to be able to
7 find them in the future. You won't be able to do anything, anything at
8 all, until we've resolved this. Please, please put some tags in the
9 boxes below. (You can make it easier for yourself in the future by
10 adding IPTC tags to your photos in your photo management software.)
11 </p>
12
13 <div id="suggestionlist"> </div>
14 <form action="[%base%]/photo/quarantine/" method="post">
15 <table class="userlist">
16 [% WHILE objects.size > 0 %]
17 [% SET triple = objects.splice(0,3) %]
18     <tr>
19         [% FOR photo = triple %]
20         <td> 
21         [% minithumb(photo, 1) %]
22         <br>
23         <input name="tags[%photo.id%]" id="tags[%photo.id%]">
24         <script type="text/javascript">
25         addHandler(document.getElementById("tags[%photo.id%]")) </script>
26         </td>
27         [% END %]
28     </tr>
29 [% END %]
30 </table>
31 <input type="submit" value="Tag it!"> 
32 </form>
33
34 [% INCLUDE pager %]
35 [% INCLUDE footer %]