|
1 | 1 | <!-- BEGIN: main -->
|
2 | 2 | <form action="{NV_BASE_ADMINURL}index.php?{NV_LANG_VARIABLE}={NV_LANG_DATA}&{NV_NAME_VARIABLE}={MODULE_NAME}&{NV_OP_VARIABLE}={OP}" method="post">
|
3 | 3 | <div class="table-responsive">
|
4 |
| - <table class="table table-striped table-bordered table-hover"> |
5 |
| - <thead> |
6 |
| - <tr> |
7 |
| - <td><strong>{LANG.checkContent}</strong></td> |
8 |
| - <td><input type="checkbox" value="yes" name="check_all[]" onclick="nv_checkAll(this.form, 'deltype[]', 'check_all[]',this.checked);" /></td> |
9 |
| - </tr> |
10 |
| - </thead> |
11 |
| - <tfoot> |
12 |
| - <tr> |
13 |
| - <td colspan="2" class="text-center"><input type="submit" name="submit" value="{LANG.submit}" class="btn btn-primary"/></td> |
14 |
| - </tr> |
15 |
| - </tfoot> |
16 |
| - <tbody> |
17 |
| - <tr> |
18 |
| - <td><strong>{LANG.clearcache}</strong></td> |
19 |
| - <td><input type="checkbox" value="clearcache" name="deltype[]" onclick="nv_UncheckAll(this.form, 'deltype[]', 'check_all[]', this.checked);" /></td> |
20 |
| - </tr> |
21 |
| - <!-- BEGIN: godadmin --> |
22 |
| - <tr> |
23 |
| - <td><strong>{LANG.clearfiletemp}</strong></td> |
24 |
| - <td><input type="checkbox" value="clearfiletemp" name="deltype[]" onclick="nv_UncheckAll(this.form, 'deltype[]', 'check_all[]', this.checked);" /></td> |
25 |
| - </tr> |
26 |
| - <tr> |
27 |
| - <td><strong>{LANG.clearerrorlogs}</strong></td> |
28 |
| - <td><input type="checkbox" value="clearerrorlogs" name="deltype[]" onclick="nv_UncheckAll(this.form, 'deltype[]', 'check_all[]', this.checked);" /></td> |
29 |
| - </tr> |
30 |
| - <tr> |
31 |
| - <td><strong>{LANG.clearip_logs}</strong></td> |
32 |
| - <td><input type="checkbox" value="clearip_logs" name="deltype[]" onclick="nv_UncheckAll(this.form, 'deltype[]', 'check_all[]', this.checked);" /></td> |
33 |
| - </tr> |
34 |
| - <!-- END: godadmin --> |
35 |
| - </tbody> |
36 |
| - </table> |
37 |
| -</div> |
| 4 | + <table class="table table-striped table-bordered table-hover"> |
| 5 | + <thead> |
| 6 | + <tr> |
| 7 | + <td><strong>{LANG.checkContent}</strong></td> |
| 8 | + <td><input type="checkbox" value="yes" name="check_all[]" onclick="nv_checkAll(this.form, 'deltype[]', 'check_all[]',this.checked);" /></td> |
| 9 | + </tr> |
| 10 | + </thead> |
| 11 | + <tfoot> |
| 12 | + <tr> |
| 13 | + <td colspan="2" class="text-center"><input type="hidden" name="checkss" value="{CHECKSS}" /><input type="submit" name="submit" value="{LANG.submit}" class="btn btn-primary"/></td> |
| 14 | + </tr> |
| 15 | + </tfoot> |
| 16 | + <tbody> |
| 17 | + <tr> |
| 18 | + <td><strong>{LANG.clearcache}</strong></td> |
| 19 | + <td><input type="checkbox" value="clearcache" name="deltype[]" onclick="nv_UncheckAll(this.form, 'deltype[]', 'check_all[]', this.checked);" /></td> |
| 20 | + </tr> |
| 21 | + <!-- BEGIN: godadmin --> |
| 22 | + <tr> |
| 23 | + <td><strong>{LANG.clearfiletemp}</strong></td> |
| 24 | + <td><input type="checkbox" value="clearfiletemp" name="deltype[]" onclick="nv_UncheckAll(this.form, 'deltype[]', 'check_all[]', this.checked);" /></td> |
| 25 | + </tr> |
| 26 | + <tr> |
| 27 | + <td><strong>{LANG.clearerrorlogs}</strong></td> |
| 28 | + <td><input type="checkbox" value="clearerrorlogs" name="deltype[]" onclick="nv_UncheckAll(this.form, 'deltype[]', 'check_all[]', this.checked);" /></td> |
| 29 | + </tr> |
| 30 | + <tr> |
| 31 | + <td><strong>{LANG.clearip_logs}</strong></td> |
| 32 | + <td><input type="checkbox" value="clearip_logs" name="deltype[]" onclick="nv_UncheckAll(this.form, 'deltype[]', 'check_all[]', this.checked);" /></td> |
| 33 | + </tr> |
| 34 | + <!-- END: godadmin --> |
| 35 | + </tbody> |
| 36 | + </table> |
| 37 | + </div> |
38 | 38 | </form>
|
39 | 39 |
|
40 | 40 | <!-- BEGIN: delfile -->
|
|
0 commit comments