...
HTML |
---|
<script src="https://polyfill.io/v3/polyfill.min.js?features=Promise"></script>
<script src="https://sites.ecmwf.int/dhs/damaged-tapes/damaged-tapes.js"></script>
<div style="border: 1px solid rgb(193,199,208); padding: 1.2em 1em 0.8em 1em; margin-top: 1em; margin-bottom: 1em; background-color: rgb(244,245,247);">
<label for="dataset">Either select a dataset to check:</label> <select id="dataset" name="dataset"><option>scanning for datasets...</option></select>
<p></p>
<form id="tapes">
<label for="tape">Or specify a tape name as given in the MARS error message:</label> <input id="tape" name="tape" type="text" placeholder="e.g. J0036400" />
<input type="submit" value="Show" />
</form>
<p></p>
</div>
<div id="results" style="white-space: pre-wrap;"></div>
|
...