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







                                                                                                                                                                                                            
                                                                                                                                                                                                                                  




                                                 
{{foreach $events as $event}}
	<div class="event-wrapper">
		<div class="event">
			<div class="event-owner">
				{{if $event.item.author.xchan_name}}<a href="{{$event.item.author.xchan_url}}" ><img src="{{$event.item.author.xchan_photo_s}}">{{$event.item.author.xchan_name}}</a>{{/if}}
			</div>
			{{$event.html}}
			<div class="event-buttons">
				{{if $event.item.plink}}<a href="{{$event.plink.0}}" title="{{$event.plink.1}}"  class="btn btn-sm btn-outline-secondary border-0 plink-event-link"><i class="fa fa-external-link"></i></a>{{/if}}
			</div>
			<div class="clear"></div>
		</div>
	</div>
{{/foreach}}