Tobias Diekershoff
9a5e6138b6
The Fishfinger theme is derived from the Quattro theme. This must be available in the Friendica themes directory. Creation date around the 2012, at a time when "vier" was either not there or just in the beginning
33 lines
881 B
Smarty
33 lines
881 B
Smarty
{{*
|
|
* AUTOMATICALLY GENERATED TEMPLATE
|
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
|
*
|
|
*}}
|
|
<script src="{{$baseurl}}/view/theme/quattro/jquery.tools.min.js"></script>
|
|
|
|
<div class="field">
|
|
<label for="id_{{$pfs.0}}">{{$pfs.1}}</label>
|
|
<input type="range" class="inputRange" id="id_{{$pfs.0}}" name="{{$pfs.0}}" value="{{$pfs.2}}" min="10" max="22" step="1" />
|
|
<span class="field_help"></span>
|
|
</div>
|
|
|
|
|
|
<div class="field">
|
|
<label for="id_{{$tfs.0}}">{{$tfs.1}}</label>
|
|
<input type="range" class="inputRange" id="id_{{$tfs.0}}" name="{{$tfs.0}}" value="{{$tfs.2}}" min="10" max="22" step="1" />
|
|
<span class="field_help"></span>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="settings-submit-wrapper">
|
|
<input type="submit" value="{{$submit}}" class="settings-submit" name="quattro-settings-submit" />
|
|
</div>
|
|
|
|
<script>
|
|
|
|
$(".inputRange").rangeinput();
|
|
</script>
|