Updates
This commit is contained in:
parent
475746300e
commit
9729cc6c77
@ -2,6 +2,7 @@
|
||||
export let station = "";
|
||||
export let title = "Loading...";
|
||||
import { onMount } from 'svelte'
|
||||
import StaffTrainDetail from '$lib/ldb/staff-train-detail.svelte';
|
||||
import Loading from '$lib/navigation/loading.svelte';
|
||||
import Nav from '$lib/navigation/nav.svelte';
|
||||
import { uuid } from '$lib/stores/uuid';
|
||||
|
0
src/lib/ldb/staff-train-detail.svelte
Normal file
0
src/lib/ldb/staff-train-detail.svelte
Normal file
@ -87,9 +87,9 @@
|
||||
<br>
|
||||
<input type="text" maxlength="7" autocomplete="off" placeholder="TIPLOC" bind:value={val.tiploc}>
|
||||
<br>
|
||||
<input type="text" maxlength="9" autocomplete="off" placeholder="STANOX" bind:value={val.stanox}>
|
||||
<input type="text" maxlength="10" autocomplete="off" placeholder="STANOX" bind:value={val.stanox}>
|
||||
<br>
|
||||
<input type="number" maxlength="6" min="100000" autocomplete="off" placeholder="NLC" bind:value={val.nlc}>
|
||||
<input type="number" maxlength="6" min="0" autocomplete="off" placeholder="NLC" bind:value={val.nlc}>
|
||||
<br>
|
||||
<input type="text" readonly autocomplete="off" placeholder="UIC" bind:value={val.uic}>
|
||||
<br>
|
||||
@ -110,6 +110,7 @@
|
||||
min-width: 130px;
|
||||
height: 30px;
|
||||
margin-bottom: 10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
button {
|
||||
border-radius: 50px;
|
||||
|
Loading…
Reference in New Issue
Block a user