diff options
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/web/index.html b/web/index.html index 92613a2..fe9529f 100644 --- a/web/index.html +++ b/web/index.html | |||
| @@ -14,11 +14,11 @@ | |||
| 14 | 14 | ||
| 15 | <form name="gpx-upload-form" class="box"> | 15 | <form name="gpx-upload-form" class="box"> |
| 16 | <div> | 16 | <div> |
| 17 | <label for="gpx-file">Upload een GPX-bestand:</label> | 17 | <label for="gpx-file">Upload een GPX-bestand:</label> |
| 18 | <input type="file" id="gpx-file-input" name="gpx-file" accept="application/gpx+xml,.gpx" autofocus /> | 18 | <input type="file" id="gpx-file-input" name="gpx-file" accept="application/gpx+xml,.gpx" autofocus /> |
| 19 | </div> | 19 | </div> |
| 20 | <div> | 20 | <div> |
| 21 | <input type="submit" value="Opsturen" /> | 21 | <input type="submit" value="Opsturen" /> |
| 22 | </div> | 22 | </div> |
| 23 | </form> | 23 | </form> |
| 24 | 24 | ||
| @@ -26,15 +26,15 @@ | |||
| 26 | <h3>Routemon</h3> | 26 | <h3>Routemon</h3> |
| 27 | <a href="https://codeberg.org/rutgerbrf/routemon">Broncode</a> | 27 | <a href="https://codeberg.org/rutgerbrf/routemon">Broncode</a> |
| 28 | <details> | 28 | <details> |
| 29 | <summary> | 29 | <summary> |
| 30 | <span>Systeeminformatie</span> | 30 | <span>Systeeminformatie</span> |
| 31 | </summary> | 31 | </summary> |
| 32 | <table> | 32 | <table> |
| 33 | <tr> | 33 | <tr> |
| 34 | <td class="help-cursor" title="Publicatietijdstip van ingeladen DATEX II-situatiepublicatie (van NDW)">Situatiepublicatie van</td> | 34 | <td class="help-cursor" title="Publicatietijdstip van ingeladen DATEX II-situatiepublicatie (van NDW)">Situatiepublicatie van</td> |
| 35 | <td id="situation-publication-of"><onbekend></td> | 35 | <td id="situation-publication-of"><onbekend></td> |
| 36 | </tr> | 36 | </tr> |
| 37 | </table> | 37 | </table> |
| 38 | </details> | 38 | </details> |
| 39 | </div> | 39 | </div> |
| 40 | 40 | ||
| @@ -42,8 +42,8 @@ | |||
| 42 | <h3 id="dialog-title"></h3> | 42 | <h3 id="dialog-title"></h3> |
| 43 | <p id="dialog-message"></p> | 43 | <p id="dialog-message"></p> |
| 44 | <details> | 44 | <details> |
| 45 | <summary>Meer informatie</summary> | 45 | <summary>Meer informatie</summary> |
| 46 | <small id="dialog-more-info"></small> | 46 | <small id="dialog-more-info"></small> |
| 47 | </details> | 47 | </details> |
| 48 | <button autofocus>Sluiten</button> | 48 | <button autofocus>Sluiten</button> |
| 49 | </dialog> | 49 | </dialog> |