|
Revision 3531, 0.9 KB
(checked in by tiico, 4 years ago)
|
|
First revision (for testing)
Only in French (translation to be done)
|
| Line | |
|---|
| 1 | {known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"} |
|---|
| 2 | |
|---|
| 3 | {html_head} |
|---|
| 4 | {$SCRIPT} |
|---|
| 5 | {literal} |
|---|
| 6 | |
|---|
| 7 | <style> |
|---|
| 8 | #screenshot{ |
|---|
| 9 | position:absolute; |
|---|
| 10 | border:1px solid #ccc; |
|---|
| 11 | background:#333; |
|---|
| 12 | padding:5px; |
|---|
| 13 | display:none; |
|---|
| 14 | color:#fff; |
|---|
| 15 | z-index: 10; |
|---|
| 16 | } |
|---|
| 17 | |
|---|
| 18 | </style> |
|---|
| 19 | |
|---|
| 20 | {/literal} |
|---|
| 21 | {/html_head} |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | <div class="titrePage"> |
|---|
| 26 | <h2>Flash Gallery</h2> |
|---|
| 27 | </div> |
|---|
| 28 | |
|---|
| 29 | <form method="post" action="" class="general"> |
|---|
| 30 | |
|---|
| 31 | <fieldset> |
|---|
| 32 | <legend>{'flashgal_add_mod'|@translate}</legend> |
|---|
| 33 | |
|---|
| 34 | <table> |
|---|
| 35 | {foreach from=$add_module item=module} |
|---|
| 36 | <tr> |
|---|
| 37 | <td><input type="radio" value="{$module.MODULE}" name="module"/> |
|---|
| 38 | <b>{$module.NAME}</b> : {$module.DESC}</td> |
|---|
| 39 | </tr> |
|---|
| 40 | {/foreach} |
|---|
| 41 | </table> |
|---|
| 42 | <br> |
|---|
| 43 | <div style="text-align:center;"> |
|---|
| 44 | <input class="submit" name="addModule" type="submit" value="{'flashgal_add_mod'|@translate}" {$TAG_INPUT_ENABLED} /> |
|---|
| 45 | </div> |
|---|
| 46 | |
|---|
| 47 | </fieldset> |
|---|
| 48 | |
|---|
| 49 | </form> |
|---|