summaryrefslogtreecommitdiffstats
path: root/templates/remote-tgz-list.html
blob: e7abc78aff439f7a4d2cacf58bec216ea36e14df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<div class="container">
	{{#files}}
		<div class="panel panel-default">
			<div class="panel-heading"><h4><a class="btn btn-success" href="#" onclick="this.style.display='none';loadContent('#download{{id}}', 'api.php?do=download&amp;type=tgz&amp;file={{file}}&amp;id={{id}}')">Download</a> &raquo; {{file}}</h4></div>
			<div class="panel-body" id="download{{id}}">{{description}}</div>
		</div>
	{{/files}}
	{{^files}}
		<div class="row well well-sm">Keine Konfigurationspakete gefunden!</div>
	{{/files}}
</div>