Revize 3c3bc9ca
Přidáno uživatelem Pavel Fidranský před asi 6 roky(ů)
sources/src/main/webapp/uploadFiles.jsp | ||
---|---|---|
42 | 42 |
</div> |
43 | 43 |
|
44 | 44 |
<div class="form-field"> |
45 |
<label for="jsonFileFormat">Select type of JSON:</label><br> |
|
46 |
<select name="jsonFileFormat" id="jsonFileFormat"> |
|
47 |
<option value="spade">Spade JSON</option> |
|
48 |
<option value="raw">Raw JSON</option> |
|
49 |
</select> |
|
45 |
Select type of data file:<br> |
|
46 |
<label for="spade"><input type="radio" name="jsonFileFormat" value="spade" id="spade" checked> Spade JSON</label><br> |
|
47 |
<label for="raw"><input type="radio" name="jsonFileFormat" value="raw" id="raw"> Raw JSON</label><br> |
|
50 | 48 |
</div> |
51 | 49 |
|
52 | 50 |
<button type="submit">Start visualization</button> |
Také k dispozici: Unified diff
replaced select field by radio inputs (better UX)