Changeset 32


Ignore:
Timestamp:
11/10/09 14:52:03 (15 years ago)
Author:
Kris Deugau
Message:

/trunk/templates

checkpoint axfr with possible "wanna try again" bits in results table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/axfr.tmpl

    r31 r32  
    1010<input type=hidden name="sid" value="<TMPL_VAR NAME=sid>">
    1111<input type=hidden name="page" value="axfr">
     12<input type=hidden name="doit" value="y">
    1213
    1314<table>
     
    4445</form>
    4546
     47<TMPL_IF axfrresults>
     48<table>
     49<tr class="tableheader"><td colspan=2>AXFR Import Results</td></tr>
     50<TMPL_LOOP NAME=axfrresults>
     51<TMPL_IF domok><tr class="tableheader"><td><TMPL_VAR NAME=domain></td><td>Imported OK</td></tr>
     52<TMPL_ELSE><tr class="tableheader"><td><TMPL_VAR NAME=domain></td><td>Failed: <TMPL_VAR NAME=domerr></td></tr>
     53<tr class="datalinelight">
     54        <td>Try again?</td>
     55        <td>
     56                <input type=radio name=try<TMPL_VAR NAME=row> value="0">No/Discard<br />
     57                <input type=radio name=try<TMPL_VAR NAME=row> value="R">Replace<br />
     58                <input type=radio name=try<TMPL_VAR NAME=row> value="M">Merge + Overwrite<br />
     59                <input type=radio name=try<TMPL_VAR NAME=row> value="M">Merge only new records
     60        </td>
     61</tr>
     62</TMPL_IF>
     63</TMPL_LOOP>
     64</table>
     65</TMPL_IF>
     66
    4667</td>
    4768</tr>
Note: See TracChangeset for help on using the changeset viewer.