source: extensions/sobre/admin/admin.tpl @ 6303

Last change on this file since 6303 was 6303, checked in by Gotcha, 14 years ago

bug:1676
bug:1664

File size: 4.7 KB
RevLine 
[5838]1<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/sobre/admin/admin.css">
2
3<div class="titrePage">
4  <h2>{'Title theme'|@translate}</h2>
5</div>
6
7<form method="post" class="properties" action="" ENCTYPE="multipart/form-data" name="form" class="properties">
8<div id="configContent">
9      <fieldset id="mainConfCheck">
10        <legend>{'Title banner on pages'|@translate}</legend>
11          <ul>
12            <li>
13             <span class="property">{'Display page banner on home page'|@translate}</span>
14             <input type="checkbox" name="sbre[home]" value="true" {if $sbre.home}checked="checked"{/if}>
15            </li>
16            <li>
17             <span class="property">{'Display page banner on categories pages'|@translate}</span>
18             <input type="checkbox" name="sbre[categories]" value="true" {if $sbre.categories}checked="checked"{/if}>
19            </li>
20            <li>
21              <span class="property">{'Display page banner on picture page'|@translate}</span>
22              <input type="checkbox" name="sbre[picture]" value="true" {if $sbre.picture}checked="checked"{/if}>
23            </li>
24            <li>
25              <span class="property">{'Display page banner on other pages'|@translate}</span>
26              <input type="checkbox" name="sbre[other]" value="true" {if $sbre.other}checked="checked"{/if}>
27            </li>
28          </ul>
29      </fieldset>
30
31      <fieldset id="mainConfCheck">
32        <legend>{'Tips'|@translate}</legend>
33          <ul>
34            <li>
[5855]35              <span class="property">{'mb menubar items'|@translate}</span>
36              <select name="nbItemsMB">
37                <option label="1" value="100%">1</option>
38                <option label="2" value="50%">2</option>
39                            <option label="3" value="33%">3</option>
[5838]40                <option label="4" value="25%" selected="selected">4</option>
41                <option label="5" value="20%">5</option>
42                <option label="6" value="16%">6</option>
[5855]43                <option label="7" value="14%">7</option>
[5838]44              </select>
45            </li>
[5855]46            <li>
47              <table id="tips">
[6303]48                <tr id="l1">
[5855]49                  <td class="tn_dimensions">&nbsp;</td>
50                  <td class="tn_width">{'width'|@translate}</td>
51                  <td>x</td>
52                  <td class="tn_height">{'height'|@translate}</td>
53                  <td>&nbsp;</td>
54                </tr>
[6303]55                <tr id="l2">
[5855]56                  <td class="tn_dimensions">{'Thumbnail dimensions'|@translate}</td>
57                  <td class="tn_width">
58                    <input type="text" value="128" id="tn_width" name="picture_width" size="1" maxlength="3"></td>
59                  <td>x</td>
60                  <td class="tn_height"><input type="text" value="96" id="tn_height" name="picture_height" size="1" maxlength="3" /></td>
61                  <td>
62                    {'(Dimensions limits in pixels)'|@translate}
63                  </td>
64                </tr>
65              </table>
66            </li>
[6303]67            <li>
68              <span class="property">{'Display LMT licence'|@translate}</span>
69              <input type="checkbox" name="sbre[LMT-licence]" value="true" {if $sbre.LMT-licence}checked="checked"{/if}>
70            </li>
71            <li>
72              <table id="troncate">
73                <tr id="l1">
74                  <td class="lenght">{'Troncate picture name'|@translate}</td>
75                  <td class="lenght_value">
76                    <input type="checkbox" name="sbre[troncate_picture_name]" value="true" {if $sbre.troncate_picture_name}checked="checked"{/if}>
77                  </td>
78                </tr>
79                <tr id="l2">
80                  <td class="nb_caracters">{'Many caracters to be preserved'|@translate}</td>
81                  <td class="nb_caracters_value">
82                    <input type="text" value="4" id="troncate_name" name="troncate_name_longer" size="1" maxlength="2">
83                  </td>
84                </tr>
85                <tr id="l3">
86                  <td class="start_or_end">{'Start or end'|@translate}</td>
87                  <td class="start_or_end_value">
88                    <select name="StartOrEnd">
89                      <option value="none" selected="selected" label="1"> </option>
90                      <option value="Start" label="2">{'Start'|@translate}</option>
91                      <option value="End" label="3" >{'End'|@translate}</option>
92                    </select>
93                </tr>
94              </table>
95</li>
96        </ul>
[5838]97      </fieldset>
98</div>
99<p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" /></p>
[5544]100</form>
Note: See TracBrowser for help on using the repository browser.