summaryrefslogtreecommitdiffstats
path: root/modules-available/main/templates/page-minilinux.html
blob: dc13e6b0f68acf549de5b531755a4a0acd9a6853 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div id="systemlist">
	<div class="panel panel-default">{{lang_listObtained}}</div>
</div>

<script type="text/javascript"><!--
	function loadSystemList(version) {
		$('#systemlist').load('{{{listurl}}}', { token: TOKEN, version: version }, function( response, status, xhr ) {
			if ( status === "error" ) {
				var msg = "{{lang_errorGetting}}";
				$( "#systemlist" ).html( msg + xhr.status + " " + xhr.statusText );
			}
		});
	}
// --></script>