Changeset 2208 for trunk/template/yoga


Ignore:
Timestamp:
Feb 13, 2008, 9:13:12 PM (17 years ago)
Author:
rub
Message:

Resolved issue 0000792: Admin "intro" : Integrity control bypass

Some sentences must be re-write ;-)

Location:
trunk/template/yoga/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/check_integrity.tpl

    r2065 r2208  
    44  <dd>
    55    <ul>
    6       <form method="post" name="preferences" action="{F_c13y_ACTION}">
     6      <form method="post" name="c13y" id="c13y" action="{F_c13y_ACTION}">
    77      <fieldset>
    88        <table class="table2">
    99          <tr class="throw">
     10            <th></th>
    1011            <th>{lang:c13y_Anomaly}</th>
    1112            <th>{lang:c13y_Correction}</th>
     
    1314          <!-- BEGIN c13y -->
    1415          <tr class="{c13y.CLASS}">
     16            <td>
     17              <!-- BEGIN can_select -->
     18              <input type="checkbox" name="c13y_selection[]" value="{c13y.ID}" {c13y.CHECKED} id="c13y_selection-{c13y.ID}" /><label for="c13y_selection-{c13y.ID}"></label>
     19              <!-- END can_select -->
     20            </td>
    1521            <td><label for="c13y_selection-{c13y.ID}">{c13y.ANOMALY}</label></td>
    1622            <td>
    17               <!-- BEGIN correction_fct -->
    18               <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>
    19               <!-- END correction_fct -->
    20               <!-- BEGIN correction_bad_fct -->
    21               {lang:c13y_Impossible_automatic_correction}
    22               <!-- END correction_bad_fct -->
    23               <!-- BEGIN correction_success_fct -->
    24               {lang:c13y_Correction_applied_success}
    25               <!-- END correction_success_fct -->
    26               <!-- BEGIN correction_error_fct -->
    27               {lang:c13y_Correction_applied_error}
    28               <BR />
    29               {c13y.correction_error_fct.WIKI_FOROM_LINKS}
    30               <!-- END correction_error_fct -->
    31               <!-- BEGIN br -->
    32               <br />
    33               <!-- END br -->
    34               <!-- BEGIN correction_msg -->
    35               {c13y.correction_msg.DATA}
    36               <!-- END correction_msg -->
     23              <label for="c13y_selection-{c13y.ID}">
     24                <!-- BEGIN ignore_msg -->
     25                {lang:c13y_ignore_msg1}
     26                <br />
     27                {lang:c13y_ignore_msg2}
     28                <!-- END ignore_msg -->
     29                <!-- BEGIN correction_fct -->
     30                {lang:c13y_Automatic_correction}
     31                <!-- END correction_fct -->
     32                <!-- BEGIN correction_bad_fct -->
     33                {lang:c13y_Impossible_automatic_correction}
     34                <!-- END correction_bad_fct -->
     35                <!-- BEGIN correction_success_fct -->
     36                {lang:c13y_Correction_applied_success}
     37                <!-- END correction_success_fct -->
     38                <!-- BEGIN correction_error_fct -->
     39                {lang:c13y_Correction_applied_error}
     40                <BR />
     41                {c13y.correction_error_fct.WIKI_FOROM_LINKS}
     42                <!-- END correction_error_fct -->
     43                <!-- BEGIN br -->
     44                <br />
     45                <!-- END br -->
     46                <!-- BEGIN correction_msg -->
     47                {c13y.correction_msg.DATA}
     48                <!-- END correction_msg -->
     49              </label>
    3750            </td>
    3851          </tr>
    3952          <!-- END c13y -->
    4053        </table>
    41         <!-- BEGIN c13y_submit -->
     54
     55          <!-- BEGIN c13y_link_check_uncheck -->
     56          <a href="#" onclick="SelectAll(document.getElementById('c13y')); return false;">{lang:c13y_check_all}</a>
     57        / <a href="#" onclick="DeselectAll(document.getElementById('c13y')); return false;">{lang:c13y_uncheck_all}</a>
     58          <!-- END c13y_link_check_uncheck -->
     59          <!-- BEGIN c13y_link_check_automatic_correction -->
     60          / <a href="#" onclick="DeselectAll(document.getElementById('c13y'));
     61            <!-- BEGIN c13y_do_check -->
     62              document.getElementById('c13y_selection-{c13y_link_check_automatic_correction.c13y_do_check.ID}').checked = true;
     63            <!-- END c13y_do_check -->
     64              return false;">{lang:c13y_check_auto}</a>
     65          <!-- END c13y_link_check_automatic_correction -->
    4266        <p>
    43           <input class="submit" type="submit" value="{lang:c13y_Apply_selected_corrections}" name="c13y_submit" {TAG_INPUT_ENABLED} />
     67          <!-- BEGIN c13y_submit_automatic_correction -->
     68          <input class="submit" type="submit" value="{lang:c13y_submit_correction}" name="c13y_submit_correction" {TAG_INPUT_ENABLED} />
     69          <!-- END c13y_submit_automatic_correction -->
     70          <!-- BEGIN c13y_submit_ignore -->
     71          <input class="submit" type="submit" value="{lang:c13y_submit_ignore}" name="c13y_submit_ignore" {TAG_INPUT_ENABLED} />
     72          <!-- END c13y_submit_ignore -->
     73          <input class="submit" type="submit" value="{lang:c13y_submit_refresh}" name="c13y_submit_refresh" {TAG_INPUT_ENABLED} />
    4474        </p>
    45         <!-- END c13y_submit -->
     75
    4676      </fieldset>
    4777      </form>
  • trunk/template/yoga/admin/maintenance.tpl

    r2062 r2208  
    1919  <li><a href="{U_MAINT_FEEDS}" {TAG_INPUT_ENABLED}>{lang:purge never used notification feeds}</a></li>
    2020</ul>
     21
     22<ul>
     23  <li><a href="{U_MAINT_C13Y}" {TAG_INPUT_ENABLED}>{lang:c13y_maintenance}</a></li>
     24</ul>
Note: See TracChangeset for help on using the changeset viewer.