summaryrefslogtreecommitdiffstats
path: root/modules-available/minilinux/templates/page-minilinux.html
blob: c66de5972826e493d0bb1c407b47e022f790efc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{{#sources}}
<div class="panel panel-default pull-right" style="margin:2px">
	<table class="table table-condensed">
		<tr style="background:#eee">
			<th>{{sourceid}}</th>
		</tr>
		{{#list}}
		<tr {{#color}}style="background:linear-gradient(90deg, {{color}} 0%, {{color}} 4px, rgba(255,255,255,0) 4px)"{{/color}}>
			<td><a href="#a-{{bid}}">{{title}}</a></td>
		</tr>
		{{/list}}
	</table>
</div>
{{/sources}}

<h1>{{lang_minilinuxHeading}}</h1>

{{lang_selectedDefaultIs}}: <b>{{default}}</b>