source: extensions/delete_hit/admin/admin.tpl @ 8804

Last change on this file since 8804 was 5824, checked in by ddtddt, 14 years ago

[extension] add delete_hit release 1.0.2

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1<div class="titrePage">
2  <h2>meta</h2>
3</div>
4
5{if isset ($gestion)}
6          <h3>{'hit_all'|@translate}</h3>
7        <div>
8                <form method="post" >
9                        <div style="text-align:center;">
10                                <input class="submit" name="submitchoixall" type="submit" "onclick="return confirm('{'Are you sure?'|@translate}');" value="{'hit_purgeall'|@translate}" {$TAG_INPUT_ENABLED} />
11                        </div>
12                </form>
13        </div>
14{/if}
15
16{if isset ($gestionA)}
17          <h3>{'hit_photo'|@translate}</h3>
18        <div>
19                <form method="post" >
20                        <fieldset>
21                                <legend>{'hit_listphoto'|@translate}</legend>
22                               
23                {html_options name="delhitphoto" options=$gestionA.OPTIONS selected=$gestionA.SELECTED}
24                                <br>   
25                                <br>
26                                        <div style="text-align:center;">
27                                        <input class="submit" name="submitchoixphoto" type="submit" "onclick="return confirm('{'Are you sure?'|@translate}');" value="{'hit_purgephoto'|@translate}" {$TAG_INPUT_ENABLED} />
28                                        </div>
29                        </fieldset>
30                </form>
31        </div>
32{/if}
33
34{if isset ($gestionB)}
35          <h3>{'hit_cat'|@translate}</h3>
36        <div>
37                <form method="post" >
38                        <fieldset>
39                                <legend>{'hit_listcat'|@translate}</legend>
40                               
41                {html_options name="delhitcat" options=$gestionB.OPTIONS selected=$gestionB.SELECTED}
42                                <br>   
43                                <br>
44                                        <div style="text-align:center;">
45                                        <input class="submit" name="submitchoixcat" type="submit" "onclick="return confirm('{'Are you sure?'|@translate}');" value="{'hit_purgecat'|@translate}" {$TAG_INPUT_ENABLED} />
46                                        </div>
47                        </fieldset>
48                </form>
49        </div>
50{/if}
Note: See TracBrowser for help on using the repository browser.