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

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

2.1.a compliant hdshadowbox

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