Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Updated listing css

Cette révision appartient à :
akuma06 2017-05-10 18:47:37 +02:00
Parent ac9f2612f3
révision 0a1bd085ae
6 fichiers modifiés avec 10 ajouts et 10 suppressions

Voir le fichier

@ -7,7 +7,7 @@
<img src="https://www.gravatar.com/avatar/{{ .MD5 }}?s=50" class="img-circle special-img"> {{ .Username }} <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="{{ genRoute "user_profile" "id" (print .ID) "username" .Username }}"><i class="fa fa-cog"></i> Profile</a></li>
{{if HasAdmin . }}<li><a href="{{ genRoute "user_profile" "id" (print .ID) "username" .Username }}"><i class="fa fa-cog"></i> Moderation</a></li>{{end}}
{{if HasAdmin . }}<li><a href="{{ genRoute "mod_index" }}"><i class="fa fa-cog"></i> {{T "moderation"}}</a></li>{{end}}
<li class="divider"></li>
<li><a href="{{ genRoute "user_logout" }}"><i class="fa fa-sign-out"></i> {{ T "sign_out"}}</a></li>
</ul>

Voir le fichier

@ -1,6 +1,6 @@
{{define "title"}}Comments List{{end}}
{{define "content"}}
<table>
<table class="table">
{{ range .Comments}}
<tr><td><a href="{{ genRoute "mod_cedit" }}?id={{.ID}}">{{ .Content }}</a></td><td><a href="{{ genRoute "mod_cedit" }}?id={{.ID}}">{{ .User.Username }}</a></td>

Voir le fichier

@ -1,7 +1,7 @@
{{define "title"}}Moderation Overview{{end}}
{{define "content"}}
<h3 id="torrents">Last Torrents</h3>
<table>
<table class="table">
{{ range .Torrents}}
<tr><td><a href="{{ genRoute "mod_tedit" }}?id={{.ID}}">{{ .Name }}</a></td><td><a href="{{ genRoute "mod_tlist" }}?userid={{.UploaderID}}">{{ .UploaderID }}</a></td>
@ -14,7 +14,7 @@
</ul>
</nav>
<h3 id="torrents">Last Torrents Report</h3>
<table>
<table class="table">
{{ range .TorrentReports}}
<tr><td><a href="{{ genRoute "mod_tedit" }}?id={{.Torrent.ID}}">{{ .Torrent.Name }}</a></td><td>{{.User.Username}}</td><td>{{.Description}}</td>
@ -27,7 +27,7 @@
</ul>
</nav>
<h3 id="users">Last Users</h3>
<table>
<table class="table">
{{ range .Users}}
<tr>
@ -42,7 +42,7 @@
</ul>
</nav>
<h3 id="comments">Last Comments</h3>
<table>
<table class="table">
{{ range .Comments}}
<tr><td><a href="{{ genRoute "mod_cedit" }}?id={{.ID}}">{{ .Content }}</a></td><td><a href="{{ genRoute "mod_cedit" }}?id={{.ID}}">{{ .User.Username }}</a></td>

Voir le fichier

@ -1,7 +1,7 @@
{{define "title"}}Torrents Report{{end}}
{{define "content"}}
<table>
<table>
<table class="table">
<table class="table">
{{ range .Torrents}}
<tr><td><a href="{{ genRoute "mod_tedit" }}?id={{.Torrent.ID}}">{{ .Torrent.Name }}</a></td><td>{{.User.Username}}</td><td>{{.Description}}</td><td><a href="{{ genRoute "mod_tdelete" }}?id={{ .Torrent.ID }}">Delete</a></td></tr>
{{end}}

Voir le fichier

@ -1,6 +1,6 @@
{{define "title"}}Torrents List{{end}}
{{define "content"}}
<table>
<table class="table">
{{ range .Torrents}}
<tr><td><a href="{{ genRoute "mod_tedit" }}?id={{.ID}}">{{ .Name }}</a></td><td><a href="{{ genRoute "mod_tlist" }}?userid={{.UploaderID}}">{{ .UploaderID }}</a></td>

Voir le fichier

@ -1,6 +1,6 @@
{{define "title"}}Users List{{end}}
{{define "content"}}
<table>
<table class="table">
{{ range .Users}}
<tr>