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

                              
                                                                                                                                     
                                  
                                                                                                                                    

                       
                                                                    
              
                                                      


                                        
              
      
<div class="generic-content-wrapper">
	<div class="section-title-wrapper clearfix">
		{{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>
		{{elseif $manage}}
		<a href="apps/edit{{if $cat.0}}/?f=&cat={{$cat.0}}{{/if}}" class="pull-right btn btn-primary btn-sm">{{$manage}}</a>
		{{/if}}
		{{/if}}
		<h2>{{$title}}{{if $cat.0}} - {{$cat.0}}{{/if}}</h2>
	</div>
	<div class="clearfix section-content-wrapper">
		{{foreach $apps as $ap}}
		{{$ap}}
		{{/foreach}}
	</div>
</div>