Revize 5dc6d077
Přidáno uživatelem Matěj Zeman před téměř 3 roky(ů)
server/templates/licenses/licenses.html | ||
---|---|---|
14 | 14 |
<option value="/body-devices-web">Body Devices</option> |
15 | 15 |
<option value="/teams-web">Teams</option> |
16 | 16 |
<option value="/pcs-web">PCs</option> |
17 |
<option value="/licenses-web">Licenses</option> |
|
17 | 18 |
</select> |
18 | 19 |
<input type="submit" value="OK"> |
19 | 20 |
</form> |
... | ... | |
23 | 24 |
<input type="submit" value="Login" /> |
24 | 25 |
</form> |
25 | 26 |
</div> |
27 |
<div style='float:left'> |
|
26 | 28 |
<form action="/logout" method="get"> |
27 | 29 |
<input type="submit" value="Logout" /> |
28 | 30 |
</form> |
31 |
</div> |
|
32 |
<h4>{{user}}</h4> |
|
29 | 33 |
<table> |
30 | 34 |
<TR> |
31 | 35 |
<TH>ID</TH> |
... | ... | |
40 | 44 |
</TR> |
41 | 45 |
{% endfor %} |
42 | 46 |
</table> |
47 |
<form action="/license-create" method="get"> |
|
48 |
<input type="submit" value="Add"> |
|
49 |
</form> |
|
43 | 50 |
</body> |
44 | 51 |
</html> |
Také k dispozici: Unified diff
security fix for all endpoints. Added view for Licenses and html template on "/" with information about server endpoints.