]> git.decadent.org.uk Git - memories.git/blob - templates/photo/upload
9921f49d465074adf9ed5c8ed661ff8f027d3e82
[memories.git] / templates / photo / upload
1 [% INCLUDE header %]
2 <h1> Upload a photo </h1>
3 <p>
4 This is where you can upload your photographs. You can upload
5 photographs individually or a Zip file (or Unix tar/tar.gz) full of
6 pictures.
7 </p>
8 <p>
9 Please note that it may take a while to transfer your photograph to the
10 server, so don't press stop or reload after pressing the Upload button.
11 </p>
12
13 <form method="post" action="[%base%]/photo/do_upload" enctype="multipart/form-data">
14
15 <table>
16     <tr><td> Title: </td>
17     <td><input name="title"></td>
18     </tr>
19
20     <tr><td> Tags: </td>
21     <td><input name="tags" id="tags"></td>
22     <tr><td> &nbsp; </td> <td>
23 <div class="messages"><small>
24 <script type="text/javascript"> addHandler($("tags")) </script>
25 <b>Tagging advice</b>: Tags should be words, (<i>portrait</i>, <i>henry</i>) or
26 phrases surrounded by double quotes. (<i>"tall buildings"</i>) You can
27 put any number of tags in the "add tags" box, like this:
28 <p>
29 <i> landscape cambridge "tall buildings" </i>
30 </p>
31 You don't have to do this at this stage, and you can always re-tag
32 photos later, but if do it now, it saves you forgetting later! Try to
33 re-use tags that other people have used, then all the photos can be
34 found under the same tag. Use the <b><a
35 href="[%base%]tag/list">tag list</a></b> to find existing tags.
36 </small>
37 <p>
38 Suggested tags
39 </p>
40 <div id="suggestionlist"/>
41 </td> </tr>
42     <tr><td> File </td>
43     <td><input type="file" name="photo"></td>
44     <tr><td colspan="2"><input type="submit" name="Upload" value="Upload"></td></tr>
45 </table>
46 </form>
47 [% INCLUDE footer %]