source: extensions/imgpreview/admin/admin.tpl @ 31521

Last change on this file since 31521 was 13923, checked in by flop25, 12 years ago

features added :

  • preload images option
File size: 999 bytes
Line 
1<div class="titrePage">
2  <h2>Image Preview</h2>
3</div>
4<fieldset>
5  <form action="" method="post" name="option_plugin">
6    {'imgp_max_width'|@translate}
7    <input name="max-width" type="text" size="5" {$MAX_W} />
8    px<br />
9    {'imgp_max_height'|@translate}
10    <input name="max-height" type="text" size="5" {$MAX_H} />
11    px<br />
12    <br />
13    {'imgp_showtitle'|@translate}<input type="checkbox" name="show-title" {$SHOW_TITTLE}><br />
14    {'imgp_opacity'|@translate}<input type="checkbox" name="opacity" {$OPACITY}><br />
15    <br />
16    {'imgp_preloadImages'|@translate}<input type="checkbox" name="preloadImages" {$preloadImages}><br />
17    <br />
18    <input name="envoi_config" type="hidden" value="imgpreview" />
19    <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
20    <input type="submit" name="option_imgp" id="button" value="{'imgp_send'|@translate}" />
21  </form>
22</fieldset>
23
24<fieldset>
25<div style="text-align:left">
26  {'imgp_howitworks'|@translate}
27</div>
28</fieldset>
Note: See TracBrowser for help on using the repository browser.