Last change
on this file since 21975 was
17671,
checked in by plg, 12 years ago
|
new feature: ability to select the property to update (title, description, author, tags)
new feature: ability to select the separator (tab, space, comma, semicolon)
|
File size:
1.5 KB
|
Line | |
---|
1 | <div class="titrePage"> |
---|
2 | <h2>{'Send File - Photo Properties Mass Update'|@translate}</h2> |
---|
3 | </div> |
---|
4 | |
---|
5 | <form method="post" action="{$F_ACTION}" enctype="multipart/form-data"> |
---|
6 | <fieldset> |
---|
7 | <legend>{'Text file'|@translate}</legend> |
---|
8 | <p style="margin:0 0 15px 0; text-align:left;"><strong>{'File pattern'|@translate}</strong><br> |
---|
9 | img_001.jpg<Tab>{'Photo description, until the end of the line'|@translate}<br> |
---|
10 | IMG_002.JPG<Tab>{'Description for another photo'|@translate} |
---|
11 | </p> |
---|
12 | <input type="file" name="update"> |
---|
13 | </fieldset> |
---|
14 | |
---|
15 | <fieldset> |
---|
16 | <legend>{'Options'|@translate}</legend> |
---|
17 | |
---|
18 | <p style="margin:0 0 15px 0;"> |
---|
19 | <strong>{'Separator'|@translate}</strong> |
---|
20 | <br> |
---|
21 | <select name="separator"> |
---|
22 | <option value="tab">{'tab'|@translate}</option> |
---|
23 | <option value="space">{'space'|@translate}</option> |
---|
24 | <option value="comma">, ({'comma'|@translate})</option> |
---|
25 | <option value="semicolon">; ({'semicolon'|@translate})</option> |
---|
26 | </select> |
---|
27 | </p> |
---|
28 | |
---|
29 | <p style="margin:0;"> |
---|
30 | <strong>{'Property to update'|@translate}</strong> |
---|
31 | <br> |
---|
32 | <select name="property"> |
---|
33 | <option value="name">{'Title'|@translate}</option> |
---|
34 | <option value="comment">{'Description'|@translate}</option> |
---|
35 | <option value="author">{'Author'|@translate}</option> |
---|
36 | <option value="tags">{'Tags'|@translate} {'(comma separated)'|@translate}</option> |
---|
37 | </select> |
---|
38 | </p> |
---|
39 | |
---|
40 | </fieldset> |
---|
41 | |
---|
42 | <p style="text-align:left"> |
---|
43 | <input class="submit" type="submit" name="validate" value="{'Submit'|@translate}"> |
---|
44 | </p> |
---|
45 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.