Files
2026-06-17 14:00:51 +02:00

78 lines
3.8 KiB
HTML

<!DOCTYPE html>
<!-- %3$s is the Railroad name -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" data-railroad="%3$s"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" data-railroad="%3$s"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" data-railroad="%3$s"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" data-railroad="%3$s" data-roster-group="%5$s"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>%1$s</title><!-- %1$s is the title from the servlet -->
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/user.css">
<script src="/js/jquery-2.2.4.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="/js/json2.js"></script>
<script src="/js/jquery.websocket.js"></script>
<script src="/js/logger.js"></script>
<script src="/js/jquery.jmri.js"></script>
<script src="/js/jquery.ui.widget.js"></script>
<script src="/js/jquery.iframe-transport.js"></script>
<script src="/js/jquery.fileupload.js"></script>
<script src="/js/main.js"></script>
<script src="/js/user.js"></script>
<script src="/js/roster.js"></script>
</head>
<body id="roster">
<!--[if lt IE 7]>
<p class="chromeframe">U gebruikt een <strong>verouderde</strong> Browser. <a href="http://browsehappy.com/">werk uw browser bij</a> of <a href="http://www.google.com/chromeframe/?redirect=true">activeer Google Chrome Frame</a> om de gebruikerservaring te verbeteren.</p>
<![endif]-->
<div id="wrap">
<!-- Navigation Bar %2$s -->
<div class="container">
<h1>%5$s</h1>
<div id="activity-alert" class="alert alert-info alert-dismissable">Loclijst lezen...</div>
<div id="warning-roster-no-entries" class="alert alert-warning alert-dismissable hidden">Loclijst is leeg.</div>
<div id="warning-group-no-entries" class="alert alert-warning alert-dismissable hidden">Loclijstgroep %5$s is leeg.</div>
<div id="error-listing-roster" class="alert alert-error hidden">Fout bij het tonen van loclijst:<br></div>
<table id="roster-table" class="table table-hover hidden">
<thead>
<tr>
<th>ID</th>
<th>Symbool</th>
<th>Afbeelding</th>
<th>Maatschappij</th>
<th>Voertuignummer</th>
<th>Fabrikant</th>
<th>Model</th>
<th>Eigenaar</th>
<th>DCC adres</th>
<th>Max. Snelheid.</th>
<th>Decodermodel</th>
<th>Decoderfamilie</th>
<th>Decoderopmerking</th>
<th>Opmerking</th>
<th>Funktieknoppen</th>
<th>Sleutel/Waarde paren</th>
</tr>
</thead>
<tbody><!-- roster goes here --></tbody>
</table>
</div> <!-- /container -->
</div> <!-- /wrap -->
<!-- Footer %4$s -->
</body>
</html>