created very basic homepage with upload button
This commit is contained in:
parent
e7a94c115e
commit
04f08779e5
10
res/forum/home/home.html
Normal file
10
res/forum/home/home.html
Normal file
@ -0,0 +1,10 @@
|
||||
<button onclick="show_upload_popup()" class="btn" id="upload_btn">Nahrát</button>
|
||||
|
||||
<div id="upload_popup">
|
||||
<div>Název: <input type="text" name="name" minlength="4" maxlength="16"></div>
|
||||
<div>Popis: <input type="text" name="desc" maxlength="64"></div>
|
||||
|
||||
<div><label for="file_upload" class="btn">Zvolte Soubor</label></div>
|
||||
<div><input type="file" name="file_upload" id="file_upload" style="display:none;"></div>
|
||||
<div><button onclick="upload()" type="submit" class="btn" id="upload_popup_sub">Zveřejnit</button></div>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user