Last change
on this file since 13318 was
7767,
checked in by ddtddt, 14 years ago
|
[extensions] - PersoFavicon - feature form add - feature config local name
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.0 KB
|
Line | |
---|
1 | <div class="titrePage"> |
---|
2 | <h2>{'pfi_h2'|@translate}</h2> |
---|
3 | </div> |
---|
4 | {if isset ($pfi)} |
---|
5 | {if isset ($ICO)} |
---|
6 | <div style="text-align:left; padding:20px;"> |
---|
7 | {'pfi_actu'|@translate} <img class="thumbnail" src="{$ICO}" alt="" width="20px"><br> |
---|
8 | {'pfi_actu2'|@translate} |
---|
9 | </div> |
---|
10 | {/if} |
---|
11 | <form method="post" enctype="multipart/form-data" onsubmit="return(confirm('{'pfi_validdef'|@translate}'));"> |
---|
12 | <fieldset> |
---|
13 | <legend>{'pfi_select'|@translate}</legend> |
---|
14 | <input type="hidden" name="MAX_FILE_SIZE" value="5120"> |
---|
15 | <input class="file" name="pfi" type="file" value=""> |
---|
16 | <br> |
---|
17 | <br> |
---|
18 | <div style="text-align:center;"> |
---|
19 | <input class="submit" name="submitpfi" type="submit" value="{'pfi_envoie'|@translate}" {$TAG_INPUT_ENABLED} /> |
---|
20 | </div> |
---|
21 | </fieldset> |
---|
22 | </form> |
---|
23 | {/if} |
---|
24 | {if isset ($help)} |
---|
25 | <h3>{'pfi_aide1T'|@translate}</h3> |
---|
26 | <div style="text-align:left;padding:10px;">{'pfi_aide1'|@translate}</div> |
---|
27 | <h3>{'pfi_aide2T'|@translate}</h3> |
---|
28 | <div style="text-align:left;padding:10px;">{'pfi_aide2'|@translate}</div> |
---|
29 | {/if} |
---|
Note: See
TracBrowser
for help on using the repository browser.