aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/plain.tpl
blob: b0c7b3081f7d2715321067f773ea724c89a646cd (plain) (blame)
1
2
3
4
5
6
7
8
9
<h2>{{$title}}</h2>
{{if $now}}<div>{{$now}}</div>{{/if}}
<div style="font-weight: normal; font-family: monospace;">{{$infos}}</div>
<script>
	$('.register_date').each( function () {
		var date = new Date($(this).data('utc'));
		$(this).html(date.toLocaleString());
	});
</script>