Revize 00b3d224
Přidáno uživatelem Tomáš Šimandl před asi 6 roky(ů)
sources/src/main/webapp/uploadFiles.jsp | ||
---|---|---|
72 | 72 |
|
73 | 73 |
<div class="form-field"> |
74 | 74 |
Select type of data file:<br> |
75 |
<label for="spade"><input type="radio" name="jsonFileFormat" value="spade" id="spade" checked> Spade JSON</label><br> |
|
76 |
<label for="raw"><input type="radio" name="jsonFileFormat" value="raw" id="raw"> Raw JSON</label><br> |
|
75 |
<label for="raw"><input type="radio" name="jsonFileFormat" value="raw" id="raw" checked> Raw JSON</label><br> |
|
76 |
<c:forEach items="${processingModules}" var="module"> |
|
77 |
<label for="${module.key}"><input type="radio" name="jsonFileFormat" value="${module.key}" id="${module.key}">${module.value.key}</label><br> |
|
78 |
</c:forEach> |
|
77 | 79 |
</div> |
78 | 80 |
|
79 | 81 |
<button id="btnLoad" type="submit">Start visualization</button> |
Také k dispozici: Unified diff
Prepared application for loading json convertors from jar modules