add missing html files as to avoid build errors
Cette révision appartient à :
Parent
bb38b7a3ec
révision
a432d397af
5 fichiers modifiés avec 22 ajouts et 2 suppressions
|
@ -1,4 +1,4 @@
|
|||
{{block "content"}}
|
||||
{{define "content"}}
|
||||
<table>
|
||||
{{ range .Comments}}
|
||||
|
||||
|
|
7
templates/admin/panelindex.html
Fichier normal
7
templates/admin/panelindex.html
Fichier normal
|
@ -0,0 +1,7 @@
|
|||
{{define "content"}}
|
||||
nigga this just be some links
|
||||
<a href="/mod/torrents">torrent list</a>
|
||||
<a href="/mod/users">user list </a>
|
||||
<a href="/mod/comments">comments list</a>
|
||||
|
||||
{{end}}
|
5
templates/admin/paneltorrentedit.html
Fichier normal
5
templates/admin/paneltorrentedit.html
Fichier normal
|
@ -0,0 +1,5 @@
|
|||
{{define "content"}}
|
||||
|
||||
<h2>temporary not available</h2>
|
||||
|
||||
{{end}}
|
|
@ -1,4 +1,4 @@
|
|||
{{block "content"}}
|
||||
{{define "content"}}
|
||||
<table>
|
||||
{{ range .Torrents}}
|
||||
|
||||
|
|
8
templates/admin/userlist.html
Fichier normal
8
templates/admin/userlist.html
Fichier normal
|
@ -0,0 +1,8 @@
|
|||
{{define "content"}}
|
||||
<table>
|
||||
{{ range .Users}}
|
||||
|
||||
<tr><td><a href="{{ genRoute "mod_tedit" }}?id={{.Id}}">{{ .Username }}</a></td><td><a href="{{ genRoute "mod_tdelete" }}?id{{ .Id }}">Delete</a></td></tr>
|
||||
{{end}}
|
||||
</table>
|
||||
{{end}}
|
Référencer dans un nouveau ticket