]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/smarty3/fileas_widget.tpl
add warning message about automatically generated templates
[friendica.git] / view / theme / quattro / smarty3 / fileas_widget.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div id="fileas-sidebar" class="widget">
6         <h3>{{$title}}</h3>
7         <div id="nets-desc">{{$desc}}</div>
8         
9         <ul class="fileas-ul">
10                 <li class="tool {{if $sel_all}}selected{{/if}}"><a href="{{$base}}" class="fileas-link fileas-all">{{$all}}</a></li>
11                 {{foreach $terms as $term}}
12                         <li class="tool {{if $term.selected}}selected{{/if}}"><a href="{{$base}}?f=&file={{$term.name}}" class="fileas-link">{{$term.name}}</a></li>
13                 {{/foreach}}
14         </ul>
15         
16 </div>