streams/view/tpl/apporder.tpl

27 lines
574 B
Smarty
Raw Normal View History

2021-10-30 04:40:26 +00:00
<div class="generic-content-wrapper">
<div class="section-title-wrapper clearfix"><h2>{{$arrange}}</h2></div>
<div class="section-content-wrapper clearfix">
2023-10-21 09:13:59 +00:00
2023-09-30 22:47:56 +00:00
<br>
{{if $navbar_apps}}
2021-10-30 04:40:26 +00:00
<h3>{{$header.0}}</h3>
<div class="descriptive-text">{{$desc.0}}</div>
<br><br>
{{foreach $navbar_apps as $navbar_app}}
{{$navbar_app}}
{{/foreach}}
<br><br>
{{/if}}
2021-10-30 04:40:26 +00:00
<h3>{{$header.1}}</h3>
<div class="descriptive-text">{{$desc.1}}</div>
<br><br>
{{foreach $nav_apps as $nav_app}}
{{$nav_app}}
{{/foreach}}
2023-10-21 09:13:59 +00:00
<br>
<br>
<a href="apporder/reset">{{$reset}}</a>
<br>
</div>
2021-10-30 04:40:26 +00:00
</div>