1 | {html_style}{literal} |
---|
2 | FORM.properties SPAN.property { |
---|
3 | float: left; |
---|
4 | font-weight: bold; |
---|
5 | margin: 0; |
---|
6 | padding: 0 0.5em 0 0; |
---|
7 | text-align: right; |
---|
8 | width: auto; |
---|
9 | } |
---|
10 | {/literal}{/html_style} |
---|
11 | |
---|
12 | <div class="titrePage"> |
---|
13 | <h2>{'Stripped & Columns Theme Configuration'|@translate}</h2> |
---|
14 | </div> |
---|
15 | <form method="post" class="properties" action="" ENCTYPE="multipart/form-data" name="form" class="properties"> |
---|
16 | <div id="configContent"> |
---|
17 | <fieldset> |
---|
18 | <legend>{'Displaying options'|@translate}</legend> |
---|
19 | <ul> |
---|
20 | <li> |
---|
21 | <label for="color_main"><span class="property">{'color main'|@translate}</span> </label> |
---|
22 | <input type="text" id="color_main" name="f_color_main" size="6" maxlength="6" value="{$options.color_main}" style="text-align:center;"> |
---|
23 | </li> |
---|
24 | <li> |
---|
25 | <li> |
---|
26 | <label for="column_width"><span class="property">{'Width of columns'|@translate}</span> </label> |
---|
27 | <input type="text" id="column_width" name="f_column_width" size="4" maxlength="4" value="{$options.column_width}" style="text-align:center;"> |
---|
28 | {'pixels'|@translate} |
---|
29 | </li> |
---|
30 | <li> |
---|
31 | <label for="column_width"><span class="property">{'Width of thumbnails'|@translate}</span> </label> |
---|
32 | <input type="text" id="column_width" name="f_thumbnail_width" size="4" maxlength="4" value="{$options.thumbnail_width}" style="text-align:center;"> |
---|
33 | {'pixels'|@translate} {'(it need to be inferior than the width of columns)'|@translate} |
---|
34 | </li> |
---|
35 | <li> |
---|
36 | <label for="every_x"><span class="property">{'Create a big thumbnail every'|@translate}</span> </label> |
---|
37 | <input type="text" id="every_x" name="f_every_x" size="5" maxlength="5" value="{$options.every_x}" style="text-align:center;"> |
---|
38 | {'Thumbnails'|@translate} {'(set 0 to disable)'|@translate} |
---|
39 | </li> |
---|
40 | <li> |
---|
41 | <label for="starting_to"><span class="property">{'... starting to the position number'|@translate}</span> </label> |
---|
42 | <input type="text" id="starting_to" name="f_starting_to" size="2" maxlength="2" value="{$options.starting_to}" style="text-align:center;"> |
---|
43 | {'(set 0 to disable)'|@translate} |
---|
44 | </li> |
---|
45 | <li> |
---|
46 | <br><br> |
---|
47 | <label for="thumbnail">{'About big thumbnails, for the albums :'|@translate}</label> |
---|
48 | <br><br> |
---|
49 | <label> |
---|
50 | <input type="radio" name="f_catthumb" id="catthumb" value="none" {if $options.catthumb=="none"}checked{/if}> |
---|
51 | {'don\'t generate big thumbnails'|@translate}</label> |
---|
52 | <br> |
---|
53 | <label> |
---|
54 | <input type="radio" name="f_catthumb" id="catthumb" value="same" {if $options.catthumb=="same"}checked{/if}> |
---|
55 | {'use the same config as above'|@translate}</label> |
---|
56 | <br> |
---|
57 | <label> |
---|
58 | <input type="radio" name="f_catthumb" id="catthumb" value="all" {if $options.catthumb=="all"}checked{/if}> |
---|
59 | {'always generate big thumbnails'|@translate}</label> |
---|
60 | <br> |
---|
61 | </li> |
---|
62 | </fieldset> |
---|
63 | </ul> |
---|
64 | </div> |
---|
65 | <p> |
---|
66 | <input class="submit" type="submit" value="{'Submit'|@translate}" name="submit_stripped_black_bloc" /> |
---|
67 | </p> |
---|
68 | </form> |
---|