source: extensions/Flash_Gallery/admin/template/new.tpl @ 31894

Last change on this file since 31894 was 10757, checked in by Gotcha, 13 years ago

First revision for compatiblity with Piwigo v2.2
Not work !

File size: 803 bytes
Line 
1{html_head}
2{$SCRIPT}
3{literal}
4<style>
5#screenshot{
6        position:absolute;
7        border:1px solid #ccc;
8        background:#333;
9        padding:5px;
10        display:none;
11        color:#fff;
12        z-index: 10;
13        }
14
15</style>
16{/literal}
17{/html_head}
18
19
20
21<div class="titrePage">
22  <h2>Flash Gallery</h2>
23</div>
24
25<form method="post" action="" class="general">
26
27<fieldset>
28        <legend>{'flashgal_add_mod'|@translate}</legend>
29
30        <table>
31        {foreach from=$add_module item=module}
32        <tr>
33                <td><input type="radio" value="{$module.MODULE}" name="module"/>
34                        <b>{$module.NAME}</b> : {$module.DESC}</td>
35        </tr>
36        {/foreach}
37        </table>
38<br>
39<div style="text-align:center;">
40<input class="submit" name="addModule" type="submit" value="{'flashgal_add_mod'|@translate}" {$TAG_INPUT_ENABLED} />
41</div>
42
43</fieldset>
44
45</form>
Note: See TracBrowser for help on using the repository browser.