aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/myapps.tpl
blob: b9f59b9c34bd741e1ea727f78dd0f38e17c58ea8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                           

                              
                                                                                                                                     
                        
                                                                                                                                


                                                                






                                             
      
<div class="generic-content-wrapper">
	<div class="section-title-wrapper">
		{{if $authed}}
		{{if $create}}
		<a href="appman" class="pull-right btn btn-success btn-sm"><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-sm">{{$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>