| 1 |
<form method="POST" name="pagination-purge" action="{toolsPurgeFormActionLink}"> |
| 2 |
<input type="hidden" name="action" value="purgeRedirects"> |
| 3 |
<p> |
| 4 |
<strong><label for="purgetype">{Purge Type}:</label></strong> |
| 5 |
<select name="purgetype" id="purgetype"> |
| 6 |
<option value="abj404_redirects">{Redirects}</option> |
| 7 |
</select> |
| 8 |
<BR/> |
| 9 |
<BR/><strong>{Redirect Types}:</strong> |
| 10 |
<BR/> |
| 11 |
</p> |
| 12 |
<ul style="margin-left: 40px;"> |
| 13 |
<li> |
| 14 |
<input type="checkbox" id="auto" name="types[]" value="{ABJ404_STATUS_AUTO}"> |
| 15 |
<label for="auto">{Automatic Redirects}</label> |
| 16 |
</li> |
| 17 |
<li> |
| 18 |
<input type="checkbox" id="manual" name="types[]" value="{ABJ404_STATUS_MANUAL}"> |
| 19 |
<label for="manual">{Manual Redirects}</label> |
| 20 |
</li> |
| 21 |
<li> |
| 22 |
<input type="checkbox" id="captured" name="types[]" value="{ABJ404_STATUS_CAPTURED}"> |
| 23 |
<label for="captured">{Captured URLs}</label> |
| 24 |
</li> |
| 25 |
<li> |
| 26 |
<input type="checkbox" id="ignored" name="types[]" value="{ABJ404_STATUS_IGNORED}"> |
| 27 |
<label for="ignored">{Ignored URLs}</label> |
| 28 |
</li> |
| 29 |
</ul> |
| 30 |
<strong>{Sanity Check}</strong> |
| 31 |
<BR/>{Using the purge options will move all selected redirects to the trash. You must then empty the trash to delete them.} |
| 32 |
<BR/> |
| 33 |
<BR/> |
| 34 |
<input type="checkbox" id="sanity_purge" name="sanity_purge" value="1"> |
| 35 |
<label for="sanity_purge">{I understand the above statement, I know what I am doing... blah blah blah. Just delete the records!}</label> |
| 36 |
<BR/> |
| 37 |
<BR/> |
| 38 |
<input type="submit" value="{Purge Entries!}" class="button-secondary"> |
| 39 |
<p></p> |
| 40 |
</form><!-- end pagination-purge --> |
| 41 |
|