summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/templates/page-server-log.html
blob: 972055a48090d97812a3c34e6e19c9acfb594849 (plain) (tree)
1
2
3
4
5
6
7





                                                               
                                                     









                                                                                   
<h2>{{lang_serverLogHead}}</h2>
<h3>{{servername}}</h3>

<table class="table table-striped table-condensed">
	<thead>
	<th class="text-center slx-smallcol">{{lang_when}}</th>
	<th class="text-center">{{lang_message}}</th>
	</thead>
	<tbody>
	{{#list}}
		<tr>
			<td class="text-center" nowrap="nowrap">{{dateline_s}}</td>
			<td class="{{class}}">{{message}}</td>
		</tr>
	{{/list}}
	</tbody>
</table>