aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/myapps.tpl
blob: d0c741bf4cf05e97c371e1ddeccaf9120ec4c727 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="generic-content-wrapper">
	<div class="section-title-wrapper">
		{{if $authed}}
		{{if $create}}
		<a href="appman" class="pull-right btn btn-success btn-xs"><i class="fa fa-pencil-square-o"></i>&nbsp;{{$create}}</a>
		{{else}}
		<a href="apps/edit{{if $cat}}/?f=&cat={{$cat}}{{/if}}" class="pull-right btn btn-primary btn-xs">{{$manage}}</a>
		{{/if}}
		{{/if}}
		<h2>{{$title}}{{if $cat}} - {{$cat}}{{/if}}</h2>
	</div>
	<div class="section-content-wrapper">
		{{foreach $apps as $ap}}
		{{$ap}}
		{{/foreach}}
		<div class="clear"></div>
	</div>
</div>