1 | |
---|
2 | {if !empty($LLGBOINFO)}<div class="infos" style="text-align:left;padding-left:50px;" >{$LLGBOINFO|@translate}</div>{/if} |
---|
3 | <h2> {'Title'|@translate} -> {$LLGBO_VERSION}</h2> |
---|
4 | <h3>{'Howto'|@translate}</h3> |
---|
5 | <form method="post" action="" class="properties"> |
---|
6 | <fieldset> |
---|
7 | <table id="llgbotable"> |
---|
8 | <tr> |
---|
9 | <td id="llgbotitle">{'llgo_global_setting'|@translate} </td> |
---|
10 | </tr> |
---|
11 | <tr> |
---|
12 | <td class="llgbolabel">{'llgbo_frame'|@translate}</td> |
---|
13 | <td class="llgboinput">{html_radios name='llgbo_frame' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_FRAME}</td> |
---|
14 | </tr> |
---|
15 | <tr> |
---|
16 | <td class="llgbolabel">{'llgbo_tooltip'|@translate}</td> |
---|
17 | <td class="llgboinput">{html_radios name='llgbo_tooltip_disp' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_TOOLTIP_DISP}</td> |
---|
18 | </tr> |
---|
19 | <tr> |
---|
20 | <td class="llgbolabel">{'llgbo_always_displayexif'|@translate} </td> |
---|
21 | <td class="llgboinput">{html_radios name='llgbo_always_displayexif' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_ALWAYS_DISPLAYEXIF}</td> |
---|
22 | </tr |
---|
23 | <tr> |
---|
24 | <td class="llgbolabel">{'llgbo_exifunderbt'|@translate}</td> |
---|
25 | <td class="llgboinput"> {html_radios name='llgbo_exifunderbt' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_EXIFUNDERBT}</td> |
---|
26 | </tr> |
---|
27 | <!-- Now in the Piwigo core |
---|
28 | <tr> |
---|
29 | <td class="llgbolabel">{'llgbo_usemap'|@translate}</td> |
---|
30 | <td class="llgboinput">{html_radios name='llgbo_usemap' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_USEMAP}</td> |
---|
31 | </tr> |
---|
32 | |
---|
33 | <tr> |
---|
34 | <td class="llgbolabel">{'llgbo_usemap_thumb'|@translate}</td> |
---|
35 | <td class="llgboinput"> {html_radios name='llgbo_usemap_thumb' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_USEMAP_THUMB}</td> |
---|
36 | </tr> |
---|
37 | --> |
---|
38 | <tr> |
---|
39 | <td class="llgbolabel">{'llgbo_title_frame'|@translate}</td> |
---|
40 | <td class="llgboinput">{html_radios name='llgbo_title_frame' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_TITLE_FRAME}</td> |
---|
41 | </tr> |
---|
42 | |
---|
43 | <tr> |
---|
44 | <td class="llgbolabel">{'llgbo_header'|@translate}</td> |
---|
45 | <td class="llgboinput">{html_radios name='llgbo_header' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_HEADER}</td> |
---|
46 | </tr> |
---|
47 | <!-- free was removed |
---|
48 | <tr><td class="llgbolabel"><HR WIDTH=90% ALIGN=LEFT></td> <td></td> |
---|
49 | <tr> |
---|
50 | <td class="llgbolabel">{'llgbo_jquery'|@translate}</td> |
---|
51 | <td class="llgboinput">{html_radios name='llgbo_jquery' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_JQUERY}</td> |
---|
52 | </tr> |
---|
53 | |
---|
54 | <tr><td class="llgbolabel"><HR WIDTH=90% ALIGN=LEFT></td> <td></td> |
---|
55 | </tr> |
---|
56 | <tr> |
---|
57 | <td class="llgbolabel">{'llgbo_free'|@translate}</td> |
---|
58 | <td class="llgboinput">{html_radios name='llgbo_free' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_FREE}</td> |
---|
59 | </tr> |
---|
60 | --> |
---|
61 | </table> |
---|
62 | |
---|
63 | <div align="center"><br><br><input class="submit" type="submit" value="{'Reset_To_Default'|@translate}" name="reset"/> <input class="submit" type="submit" value="{'submit'|@translate}" name="submit" /></div> |
---|
64 | <br> |
---|
65 | {if !empty($GALLY)} |
---|
66 | <span>{'llgo_warning_setting'|@translate} </span>{/if} |
---|
67 | </fieldset> |
---|
68 | </form> |
---|