Revize 0fcb708f
Přidáno uživatelem Matěj Zeman před téměř 3 roky(ů)
server/templates/licenses/license_create.html | ||
---|---|---|
6 | 6 |
</head> |
7 | 7 |
<body> |
8 | 8 |
<form action="/licenses-web" method="post"> |
9 |
<label for="name">Name:</label><br>
|
|
10 |
<input type="text" id="name" name="name"><br><br>
|
|
11 |
<label for="lic_id">License ID:</label><br>
|
|
12 |
<input type="text" id="lic_id" name="lic_id"><br><br>
|
|
9 |
<label for="name">Name:</label> |
|
10 |
<input type="text" id="name" name="name"><br> |
|
11 |
<label for="lic_id">License ID:</label> |
|
12 |
<input type="text" id="lic_id" name="lic_id"><br> |
|
13 | 13 |
<label for="expdate">Expiration Date</label> |
14 |
<input type="date" id="expdate" name="expdate" min={{minimum_date}}> |
|
14 |
<input type="date" id="expdate" name="expdate" min={{minimum_date}}><br>
|
|
15 | 15 |
<input type="submit" value="Submit"> |
16 | 16 |
</form> |
17 | 17 |
</body> |
Také k dispozici: Unified diff
re #9846 Changed keyman devices, body devices views. Added Head devices view. Changed filtering of logs, ldlogs, body devices, head devices and keyman devices. Changed HTML tables style and few labels.