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

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

version 2.0.i

  • Property svn:eol-style set to LF
File size: 2.9 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{'Howto'|@translate}
4<form method="post" action="{$llgbo_F_ACTION}" class="properties">
5<fieldset>
6<legend>{'Step1_Title'|@translate}</legend>
7<table id="llgbotable" style="{$LLGBODISPMANAGE}">
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_exifunderbt'|@translate}</td>
21                <td class="llgboinput"> {html_radios name='llgbo_exifunderbt' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_EXIFUNDERBT}</td>
22  </tr>
23  <tr>
24                <td class="llgbolabel">{'llgbo_usemap'|@translate}</td>
25                <td class="llgboinput">{html_radios name='llgbo_usemap' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_USEMAP}</td>
26        </tr>
27        <tr>
28                <td class="llgbolabel">{'llgbo_usemap_thumb'|@translate}</td>
29                <td class="llgboinput">  {html_radios name='llgbo_usemap_thumb' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_USEMAP_THUMB}</td>     
30        </tr>
31        <tr>
32                <td class="llgbolabel">{'llgbo_title_frame'|@translate}</td>
33                <td class="llgboinput">{html_radios name='llgbo_title_frame' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_TITLE_FRAME}</td> 
34        </tr>
35        <tr>
36        <tr>
37                <td class="llgbolabel">{'llgbo_default_navthumb'|@translate}</td>
38                <td class="llgboinput">{html_radios name='llgbo_default_navthumb' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_DEFAULT_NAVTHUMB}</td>
39        </tr>
40                <td class="llgbolabel">{'llgbo_header'|@translate}</td>
41                <td class="llgboinput">{html_radios name='llgbo_header' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_HEADER}</td>   
42        </tr>   
43</table>
44<div align="center">
45<br>
46<span class="llgbotitle">       {'llgbo_maintain_header'|@translate}    </span><br>
47<textarea rows=2 COLS=80 name="llgbo_maintain_header">{$LLGBO_MAINTAIN_HEADER}</TEXTAREA>    
48<br> <br>
49<table id="llgbotable"
50<tr class="llgbotitle"> <td class="llgbolabel"> {'llgbo_maintain_header_help'|@translate}       </td></tr>
51<tr class="llgbotitle"> <td class="llgbolabel"> {'llgbo_maintain_header_help1'|@translate}      </td></tr>
52<tr class="llgbotitle"> <td class="llgbolabel"> {'llgbo_maintain_header_help2'|@translate}      </td></tr>
53</table>
54</div>
55<div align="center"><br><br><input class="submit" type="submit" value="{'submit'|@translate}" name="submit" /></div>
56</fieldset>
57</form>
Note: See TracBrowser for help on using the repository browser.