]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/smarty3/theme_settings.tpl
template engine rework
[friendica.git] / view / theme / quattro / smarty3 / theme_settings.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6  <script src="{{$baseurl}}/view/theme/quattro/jquery.tools.min.js"></script>
7  
8 {{include file="field_select.tpl" field=$color}}
9
10 {{include file="field_select.tpl" field=$align}}
11
12
13 <div class="field">
14     <label for="id_{{$pfs.0}}">{{$pfs.1}}</label>
15     <input type="range" class="inputRange" id="id_{{$pfs.0}}" name="{{$pfs.0}}" value="{{$pfs.2}}" min="10" max="22" step="1"  />
16     <span class="field_help"></span>
17 </div>
18
19
20 <div class="field">
21     <label for="id_{{$tfs.0}}">{{$tfs.1}}</label>
22     <input type="range" class="inputRange" id="id_{{$tfs.0}}" name="{{$tfs.0}}" value="{{$tfs.2}}" min="10" max="22" step="1"  />
23     <span class="field_help"></span>
24 </div>
25
26
27
28
29
30 <div class="settings-submit-wrapper">
31         <input type="submit" value="{{$submit}}" class="settings-submit" name="quattro-settings-submit" />
32 </div>
33
34 <script>
35     
36     $(".inputRange").rangeinput();
37 </script>