mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 14:18:12 +02:00
formatted code
This commit is contained in:
@ -26,7 +26,7 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>
|
<legend>
|
||||||
<strong>Download a Dataset</strong>
|
<strong>Download a Dataset</strong>
|
||||||
<button id="info-download-btn" class='info-btn'><i class="fa fa-info" ></i></button>
|
<button id="info-download-btn" class='info-btn'><i class="fa fa-info"></i></button>
|
||||||
</legend>
|
</legend>
|
||||||
|
|
||||||
<label for="dataset-select">Dataset:</label>
|
<label for="dataset-select">Dataset:</label>
|
||||||
@ -45,7 +45,7 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>
|
<legend>
|
||||||
<strong>Upload Your Answers</strong>
|
<strong>Upload Your Answers</strong>
|
||||||
<button id="info-upload-btn" class='info-btn'><i class="fa fa-info" ></i></button>
|
<button id="info-upload-btn" class='info-btn'><i class="fa fa-info"></i></button>
|
||||||
</legend>
|
</legend>
|
||||||
<label for="answer-cype">Type:</label>
|
<label for="answer-cype">Type:</label>
|
||||||
<select id="answer-cype">
|
<select id="answer-cype">
|
||||||
@ -62,7 +62,7 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>
|
<legend>
|
||||||
<strong>Get status of ongoing process</strong>
|
<strong>Get status of ongoing process</strong>
|
||||||
<button id="info-results-btn" class='info-btn'><i class="fa fa-info" ></i></button>
|
<button id="info-results-btn" class='info-btn'><i class="fa fa-info"></i></button>
|
||||||
</legend>
|
</legend>
|
||||||
<label for="url">URL:</label>
|
<label for="url">URL:</label>
|
||||||
<input type="url" id="url" placeholder="https://gym.si.usi.ch:45003/results/XXXX" size=50 required />
|
<input type="url" id="url" placeholder="https://gym.si.usi.ch:45003/results/XXXX" size=50 required />
|
||||||
|
Reference in New Issue
Block a user