piwigo/template/yoga/admin/check_integrity.tpl
rub 027d0c8846 Resolved issue 0000725: Check integrity
Replace actual test (exif) by a new dynamic system of check integrity.
Anomalies are listed with automatic correction if it's possible.

Merge BSF 2064:2066 into branch-1_7


git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2067 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-07-19 20:03:17 +00:00

49 lines
1.8 KiB
Smarty

<!-- $Id$ -->
<dl>
<dt>{lang:c13y_title}</dt>
<dd>
<ul>
<form method="post" name="preferences" action="{F_c13y_ACTION}">
<fieldset>
<table class="table2">
<tr class="throw">
<th>{lang:c13y_Anomaly}</th>
<th>{lang:c13y_Correction}</th>
</tr>
<!-- BEGIN c13y -->
<tr class="{c13y.CLASS}">
<td><label for="c13y_selection-{c13y.ID}">{c13y.ANOMALY}</label></td>
<td>
<!-- BEGIN correction_fct -->
<input type="checkbox" name="c13y_selection[]" value="{c13y.ID}" {c13y.CHECKED} id="c13y_selection-{c13y.ID}" /><label for="c13y_selection-{c13y.ID}"> {lang:c13y_Automatic_correction}</label>
<!-- END correction_fct -->
<!-- BEGIN correction_bad_fct -->
{lang:c13y_Impossible_automatic_correction}
<!-- END correction_bad_fct -->
<!-- BEGIN correction_success_fct -->
{lang:c13y_Correction_applied_success}
<!-- END correction_success_fct -->
<!-- BEGIN correction_error_fct -->
{lang:c13y_Correction_applied_error}
<BR />
{c13y.correction_error_fct.WIKI_FOROM_LINKS}
<!-- END correction_error_fct -->
<!-- BEGIN br -->
<br />
<!-- END br -->
<!-- BEGIN correction_msg -->
{c13y.correction_msg.DATA}
<!-- END correction_msg -->
</td>
</tr>
<!-- END c13y -->
</table>
<!-- BEGIN c13y_submit -->
<p>
<input class="submit" type="submit" value="{lang:c13y_Apply_selected_corrections}" name="c13y_submit" {TAG_INPUT_ENABLED} />
</p>
<!-- END c13y_submit -->
</fieldset>
</form>
</ul>
</dd>