source: extensions/LLGBO2/admin/llgbo_adminsettings.tpl @ 4713

Last change on this file since 4713 was 4713, checked in by EXFTB, 14 years ago

Avoid problems with Gally

  • Property svn:eol-style set to LF
File size: 2.8 KB
Line 
1<div class="infos" style="text-align:left;padding-left:45px;" >{$LLGBOINFO|@translate}</div>
2 <h2> {'Title'|@translate} <br>  {$LLGBO_VERSION}</h2>
3<h3>{'Howto'|@translate}</h3>
4<span>{'llgo_warning_setting'|@translate} </span>
5<form method="post" action="{$llgbo_F_ACTION}" class="properties">
6<fieldset>
7
8<table id="llgbotable" style="{$LLGBODISPMANAGE}">
9        <tr>
10                <td id="llgbotitle">{'llgo_global_setting'|@translate} </td>
11        </tr>           
12   <tr>
13                <td class="llgbolabel">{'llgbo_frame'|@translate}</td>
14                <td class="llgboinput">{html_radios name='llgbo_frame' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_FRAME}</td> 
15  </tr>
16  <tr>
17        <td class="llgbolabel">{'llgbo_tooltip'|@translate}</td>
18        <td class="llgboinput">{html_radios name='llgbo_tooltip_disp' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_TOOLTIP_DISP}</td>
19   </tr>
20    <tr>
21   <td class="llgbolabel">{'llgbo_always_displayexif'|@translate} </td>
22   <td class="llgboinput">{html_radios name='llgbo_always_displayexif' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_ALWAYS_DISPLAYEXIF}</td>
23   </tr
24   <tr>
25                <td class="llgbolabel">{'llgbo_exifunderbt'|@translate}</td>
26                <td class="llgboinput"> {html_radios name='llgbo_exifunderbt' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_EXIFUNDERBT}</td>
27  </tr>
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        <tr>
33                <td class="llgbolabel">{'llgbo_usemap_thumb'|@translate}</td>
34                <td class="llgboinput">  {html_radios name='llgbo_usemap_thumb' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_USEMAP_THUMB}</td>     
35        </tr>
36        <tr>
37                <td class="llgbolabel">{'llgbo_title_frame'|@translate}</td>
38                <td class="llgboinput">{html_radios name='llgbo_title_frame' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_TITLE_FRAME}</td> 
39        </tr>
40        <tr>
41        <tr>
42                <td class="llgbolabel">{'llgbo_default_navthumb'|@translate}</td>
43                <td class="llgboinput">{html_radios name='llgbo_default_navthumb' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_DEFAULT_NAVTHUMB}</td>
44        </tr>
45                <td class="llgbolabel">{'llgbo_header'|@translate}</td>
46                <td class="llgboinput">{html_radios name='llgbo_header' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_HEADER}</td>   
47        </tr>   
48</table>
49
50<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>
51</fieldset>
52</form>
Note: See TracBrowser for help on using the repository browser.