]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/smarty3/posted_date_widget.tpl
template engine rework
[friendica.git] / view / theme / frost / smarty3 / posted_date_widget.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div id="datebrowse-sidebar" class="widget">
7         <h3>{{$title}}</h3>
8 <script>function dateSubmit(dateurl) { window.location.href = dateurl; } </script>
9 <select id="posted-date-selector" name="posted-date-select" onchange="dateSubmit($j(this).val());" size="{{$size}}">
10 {{foreach $dates as $d}}
11 <option value="{{$url}}/{{$d.1}}/{{$d.2}}" >{{$d.0}}</option>
12 {{/foreach}}
13 </select>
14 </div>