projects
/
broadcaster
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Various UI improvements
[broadcaster]
/
server
/
templates
/
files.html
diff --git
a/server/templates/files.html
b/server/templates/files.html
index c86c6ceb7cead75331175ba552e6067a0abb81f1..e2054720fc7fee44b98bf653d3938e067af7fa9e 100644
(file)
--- a/
server/templates/files.html
+++ b/
server/templates/files.html
@@
-1,11
+1,14
@@
- <h1>
Files! Lis
t</h1>
+ <h1>
Audio File Managemen
t</h1>
<p>All files can be downloaded from the <a href="/file-downloads/">public file listing</a>.</p>
<p>All files can be downloaded from the <a href="/file-downloads/">public file listing</a>.</p>
- <
ul
>
+ <
table
>
{{range .Files}}
{{range .Files}}
- <li><b>{{.Name}}</b><form action="/files/delete" method="POST"><input type="hidden" name="filename" value="{{.Name}}"><input type="submit" value="Delete"></form></li>
+ <tr>
+ <td><b>{{.Name}}</b></td>
+ <td><form action="/files/delete" method="POST"><input type="hidden" name="filename" value="{{.Name}}"><input type="submit" value="Delete"></form></td>
+ </tr>
{{end}}
{{end}}
- </
ul
>
+ </
table
>
<h2>Upload New File</h2>
<p>
<form action="/files/upload" method="post" enctype="multipart/form-data">
<h2>Upload New File</h2>
<p>
<form action="/files/upload" method="post" enctype="multipart/form-data">