source: extensions/delete_rate/admin/admin.tpl @ 7893

Last change on this file since 7893 was 7893, checked in by ddtddt, 13 years ago

[extensions] - delete_rate - News plugin

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 944 bytes
Line 
1<div class="titrePage">
2  <h2>Delete Rate</h2>
3</div>
4
5{if isset ($gestion)}
6          <h3>{'rate_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="{'rate_purgeall'|@translate}" {$TAG_INPUT_ENABLED} />
11                        </div>
12                </form>
13        </div>
14{/if}
15
16{if isset ($gestionA)}
17          <h3>{'rate_photo'|@translate}</h3>
18        <div>
19                <form method="post" >
20                        <fieldset>
21                                <legend>{'rate_listphoto'|@translate}</legend>
22                               
23                {html_options name="delratephoto" 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="{'rate_purgephoto'|@translate}" {$TAG_INPUT_ENABLED} />
28                                        </div>
29                        </fieldset>
30                </form>
31        </div>
32{/if}
Note: See TracBrowser for help on using the repository browser.