pis #1
2
pis.html
2
pis.html
@ -46,7 +46,7 @@
|
|||||||
<p>Enter a services start and end station CRS codes to see code options and
|
<p>Enter a services start and end station CRS codes to see code options and
|
||||||
stopping patterns.</p>
|
stopping patterns.</p>
|
||||||
<p>Currently supported (Beta): GWR Bristol Metro region only.</p>
|
<p>Currently supported (Beta): GWR Bristol Metro region only.</p>
|
||||||
<p id="auth-required">You must be logged into the free <a href="./settings.html">staff version</a> for this feature</p>
|
<p id="auth-required">You will need to be logged into a free <a href="./settings.html">rail staff version</a> account for this feature once it has finished testing.</p>
|
||||||
<label for="origin">Origin:</label><br>
|
<label for="origin">Origin:</label><br>
|
||||||
<input type="text" class="small-lookup-box" id="origin" name="origin" maxlength="3"><br><br>
|
<input type="text" class="small-lookup-box" id="origin" name="origin" maxlength="3"><br><br>
|
||||||
<label for="destination">Destination:</label><br>
|
<label for="destination">Destination:</label><br>
|
||||||
|
@ -302,7 +302,7 @@ label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#auth-required {
|
#auth-required {
|
||||||
color: crimson;
|
color: var(--main-warning-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Footer Styles */
|
/* Footer Styles */
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
#result-table {
|
#result-table {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
color: var(--second-text-color);
|
||||||
width: 85%;
|
width: 85%;
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
2
sw.js
2
sw.js
@ -1,6 +1,6 @@
|
|||||||
/* Service Worker */
|
/* Service Worker */
|
||||||
|
|
||||||
const appVersion = "PIS-DEV-23042501"
|
const appVersion = "PIS-DEV-23042502"
|
||||||
const cacheName = `owlboard-${appVersion}`;
|
const cacheName = `owlboard-${appVersion}`;
|
||||||
const cacheIDs = [cacheName];
|
const cacheIDs = [cacheName];
|
||||||
const cacheFiles = [
|
const cacheFiles = [
|
||||||
|
Reference in New Issue
Block a user