mirror of
https://gitlab.silvrtree.co.uk/martind2000/old-silvrgit.git
synced 2025-01-10 22:05:07 +00:00
90 lines
2.3 KiB
HTML
90 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
|
<meta name="viewport" content="width=360; initial-scale=1;">
|
|
<meta charset="UTF-8">
|
|
<title>Trains</title>
|
|
|
|
<meta name="Author" content="" />
|
|
<link rel="stylesheet" type="text/css" href="css/mui.css">
|
|
<style>
|
|
ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
li {
|
|
display: inline;
|
|
margin: 0;
|
|
padding: 0 4px 0 0;
|
|
}
|
|
|
|
.dates {
|
|
padding: 2px;
|
|
border: solid 1px #80007e;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
#btc, #fx {
|
|
font-size: 75%;
|
|
}
|
|
|
|
.up, .ontime {
|
|
color: darkgreen;
|
|
}
|
|
|
|
.down, .delayed {
|
|
color: darkred;
|
|
}
|
|
|
|
.nochange {
|
|
color: #000000;
|
|
}
|
|
.password {
|
|
border: 1px solid #cccccc;
|
|
background-color: #efefef;
|
|
font-family: monospace;
|
|
white-space: pre;
|
|
}
|
|
|
|
|
|
</style>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/zepto/1.1.4/zepto.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="mui-container">
|
|
<div class="mui-panel">
|
|
<div class="mui-text-headline mui-text-accent">Trains</div>
|
|
</div>
|
|
<div id="container" class="mui-panel">
|
|
<div class="mui-row">
|
|
<div class="mui-col-md-3" id="pygglcC">Paisley > GLC <span id="pygglc">-- : --</span> <img src="gfx/information-icon-24.png" id="pygglcB"></div>
|
|
<div class="mui-col-md-3" id="glcptkC">GLC > Partick <span id="glcptk">-- : --</span> <img src="gfx/information-icon-24.png" id="glcptkB"></div>
|
|
<div class="mui-col-md-3" id="ptkdbeC">Partick > DBE <span id="ptkdbe">-- : --</span> <img src="gfx/information-icon-24.png" id="ptkdbeB"></div>
|
|
<div class="mui-col-md-3" id="glqdbeC">GLQ > DBE <span id="glqdbe">-- : --</span> <img src="gfx/information-icon-24.png" id="glqdbeB"></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="mui-panel">
|
|
<div class="mui-row" id="trainResults">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<div id='weather' class="mui-panel"></div>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
<script src="libs/ejs.js"></script>
|
|
<script src="js/jessica.js"></script>
|
|
</html>
|