|
Revision 937, 1.3 kB
(checked in by kake, 22 months ago)
|
|
Let people add name of copyright holder, licence URL, and info page URL for node images (ticket #179).
|
| Line | |
|---|
| 1 | <tr> |
|---|
| 2 | <td class="label"><label for="node_image">URL to node Image:</label></td> |
|---|
| 3 | <td> |
|---|
| 4 | <input type="text" size="50" id="node_image" name="node_image" value="[% node_image %]" /> |
|---|
| 5 | [% INCLUDE node_photo_notes.tt %] |
|---|
| 6 | </td> |
|---|
| 7 | [% IF conflict %] |
|---|
| 8 | <td>[% CGI.escapeHTML(new_node_image) %]</td> |
|---|
| 9 | [% END %] |
|---|
| 10 | </tr> |
|---|
| 11 | <tr> |
|---|
| 12 | <td class="label"> |
|---|
| 13 | <label for="node_image_copyright">Name of image copyright holder:</label> |
|---|
| 14 | </td> |
|---|
| 15 | <td> |
|---|
| 16 | <input type="text" size="50" id="node_image_copyright" |
|---|
| 17 | name="node_image_copyright" value="[% node_image_copyright %]" /> |
|---|
| 18 | </td> |
|---|
| 19 | [% IF conflict %] |
|---|
| 20 | <td>[% CGI.escapeHTML(new_node_image_copyright) %]</td> |
|---|
| 21 | [% END %] |
|---|
| 22 | </tr> |
|---|
| 23 | <tr> |
|---|
| 24 | <td class="label"> |
|---|
| 25 | <label for="node_image_licence">URL of image licence:</label> |
|---|
| 26 | </td> |
|---|
| 27 | <td> |
|---|
| 28 | <input type="text" size="50" id="node_image_licence" |
|---|
| 29 | name="node_image_licence" value="[% node_image_licence %]" /> |
|---|
| 30 | </td> |
|---|
| 31 | [% IF conflict %] |
|---|
| 32 | <td>[% CGI.escapeHTML(new_node_image_licence) %]</td> |
|---|
| 33 | [% END %] |
|---|
| 34 | </tr> |
|---|
| 35 | <tr> |
|---|
| 36 | <td class="label"> |
|---|
| 37 | <label for="node_image_url">URL of image's info page:</label> |
|---|
| 38 | </td> |
|---|
| 39 | <td> |
|---|
| 40 | <input type="text" size="50" id="node_image_url" |
|---|
| 41 | name="node_image_url" value="[% node_image_url %]" /> |
|---|
| 42 | </td> |
|---|
| 43 | [% IF conflict %] |
|---|
| 44 | <td>[% CGI.escapeHTML(new_node_image_url) %]</td> |
|---|
| 45 | [% END %] |
|---|
| 46 | </tr> |
|---|