Several Changes

Added Team Self-Management pages (Site must not be 'voting' mode)
Process screenshots on upload, create thumbnail
Change inline screenshots to thumbnails (screenshots can get big)
This commit is contained in:
2017-07-14 12:27:42 -05:00
parent 1c08032627
commit c2959b3974
9 changed files with 10777 additions and 10507 deletions

View File

@@ -8,7 +8,7 @@
<thead>
<tr>
<th>Name</th>
<th>Key</th>
<th>Management Link</th>
<th>Members</th>
<th>Game</th>
<th></th>
@@ -18,7 +18,7 @@
{{ range $i, $v := .TemplateData.Teams }}
<tr>
<td>{{ $v.Name }}</td>
<td>{{ $v.UUID }}</td>
<td><a href="/team/{{ $v.UUID }}">{{ $v.UUID }}</a></td>
<td>{{ len $v.Members }}</td>
<td>{{ $v.Game.Name }}</td>
<td>