- 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
This commit is contained in:
z0rglub 2004-08-21 12:52:43 +00:00
commit d4519a348f
9 changed files with 596 additions and 152 deletions

View file

@ -167,6 +167,35 @@
<tr>
<td><strong>{L_SESSION_ID_SIZE}&nbsp;:</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">&nbsp;</td>
</tr>
<tr class="admin">
<th colspan="2">{L_CONF_METADATA}</th>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td>
<strong>{L_USE_EXIF}&nbsp;:</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}&nbsp;&nbsp;
<input type="radio" class="radio" name="use_exif" value="false" {USE_EXIF_NO} />{L_NO}
</td>
</tr>
<tr>
<td>
<strong>{L_USE_IPTC}&nbsp;:</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}&nbsp;&nbsp;
<input type="radio" class="radio" name="use_iptc" value="false" {USE_IPTC_NO} />{L_NO}
</td>
</tr>
<!-- BEGIN remote_sites -->
<tr>