diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-08-21 12:52:43 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-08-21 12:52:43 +0000 |
commit | d4519a348fb8d4dd4af9704b8b6494b5f2b6260a (patch) | |
tree | a820044d89ad5698b617c78b18b6f5f06846ade5 /template/default/admin/configuration.tpl | |
parent | 5b35869ada1e42e980f753fb7711b4fa51b0502e (diff) |
- add files metadata support : use info for database fields
- distinction between directories synchronization and metadata synchronization
git-svn-id: http://piwigo.org/svn/trunk@486 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/admin/configuration.tpl | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/template/default/admin/configuration.tpl b/template/default/admin/configuration.tpl index 5c1bef87d..b2eb8f22b 100644 --- a/template/default/admin/configuration.tpl +++ b/template/default/admin/configuration.tpl @@ -168,6 +168,35 @@ <td><strong>{L_SESSION_ID_SIZE} :</strong><br /><span class="small">{L_SESSION_ID_SIZE_INFO}</span></td> <td class="row1"><input type="text" size="2" maxlength="3" name="session_id_size" value="{SESSION_ID_SIZE}" /></td> </tr> + <tr> + <td colspan="2"> </td> + </tr> + <tr class="admin"> + <th colspan="2">{L_CONF_METADATA}</th> + </tr> + <tr> + <td colspan="2"> </td> + </tr> + <tr> + <td> + <strong>{L_USE_EXIF} :</strong> + <br /><span class="small">{L_USE_EXIF_INFO}</span> + </td> + <td class="row1"> + <input type="radio" class="radio" name="use_exif" value="true" {USE_EXIF_YES} />{L_YES} + <input type="radio" class="radio" name="use_exif" value="false" {USE_EXIF_NO} />{L_NO} + </td> + </tr> + <tr> + <td> + <strong>{L_USE_IPTC} :</strong> + <br /><span class="small">{L_USE_IPTC_INFO}</span> + </td> + <td class="row1"> + <input type="radio" class="radio" name="use_iptc" value="true" {USE_IPTC_YES} />{L_YES} + <input type="radio" class="radio" name="use_iptc" value="false" {USE_IPTC_NO} />{L_NO} + </td> + </tr> <!-- BEGIN remote_sites --> <tr> <th colspan="2" align="center">{#remote_site}</th> |