PluginProbe
404 Solution / trunk
404 Solution vtrunk
4.3.5 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 4.2.0 4.1.19 4.1.18 4.1.17 4.1.16 4.1.15 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.1.7 4.1.6 4.1.5 4.1.4 4.1.3 trunk 2.30.0 All 109 releases
404-solution / includes / html / toolsPurgeForm.html

toolsPurgeForm.html in 404 Solution trunk, at includes/html/toolsPurgeForm.html

41 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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