Revize 26feb57f
Přidáno uživatelem Pavel Fidranský před více než 6 roky(ů)
sources/src/main/webapp/uploadFiles.jsp | ||
---|---|---|
27 | 27 |
<%@ include file="userMenu.jsp" %> |
28 | 28 |
</header> |
29 | 29 |
|
30 |
<main class="upload-content"> |
|
31 |
<div class="upload-forms"> |
|
30 |
<main> |
|
31 |
<div class="upload-form"> |
|
32 |
<h3>New diagram</h3> |
|
33 |
|
|
32 | 34 |
<c:if test="${not empty errorMessage}"> |
33 | 35 |
<p class="alert">${errorMessage}</p> |
34 | 36 |
</c:if> |
35 | 37 |
|
36 |
<strong>Upload SPADe data:</strong> |
|
37 |
|
|
38 | 38 |
<form method="post" enctype="multipart/form-data"> |
39 | 39 |
<div class="form-field"> |
40 |
<input type="file" name="file"> |
|
40 |
<label for="file">Select SPADe data file:</label><br> |
|
41 |
<input type="file" name="file" id="file"> |
|
41 | 42 |
</div> |
42 | 43 |
|
43 |
<input type="submit" value="Start visualization">
|
|
44 |
<button type="submit">Start visualization</button>
|
|
44 | 45 |
</form> |
45 | 46 |
</div> |
46 | 47 |
|
Také k dispozici: Unified diff
minor frontend changes