Continue working on acp
This commit is contained in:
parent
1272425205
commit
ac89c87e29
6 changed files with 351 additions and 171 deletions
|
|
@ -32,7 +32,7 @@ html(lang="en")
|
|||
#acp-announcements.col-md-12(style="display: none")
|
||||
h3 Announcements
|
||||
h3 New Announcement
|
||||
.col-md-6
|
||||
div(style="max-width: 50%")
|
||||
form.form-horizontal(action="javascript:void(0)", role="form")
|
||||
.form-group
|
||||
label.control-label.col-sm-2(for="acp-announce-title") Title
|
||||
|
|
@ -54,7 +54,7 @@ html(lang="en")
|
|||
th IP Address
|
||||
th Note
|
||||
h3 New Global Ban
|
||||
.col-md-6
|
||||
div(style="max-width: 50%")
|
||||
form.form-horizontal(action="javascript:void(0)", role="form")
|
||||
.form-group
|
||||
label.control-label.col-sm-3(for="acp-gban-ip") IP Address
|
||||
|
|
@ -76,10 +76,11 @@ html(lang="en")
|
|||
table.table.table-bordered.table-striped(style="margin-top: 20px")
|
||||
thead
|
||||
tr
|
||||
th#acp-ulookup-id ID
|
||||
th#acp-ulookup-name Name
|
||||
th#acp-ulookup-rank Rank
|
||||
th#acp-ulookup-email Email
|
||||
th#acp-users-id ID
|
||||
th#acp-users-name Name
|
||||
th#acp-users-rank Rank
|
||||
th#acp-users-email Email
|
||||
th Actions
|
||||
#acp-channel-lookup.col-md-12(style="display: none")
|
||||
h3 Channels
|
||||
form.form-inline(action="javascript:void(0)", role="form")
|
||||
|
|
@ -123,4 +124,10 @@ html(lang="en")
|
|||
|
||||
include footer
|
||||
mixin footer()
|
||||
script(type="text/javascript").
|
||||
var USEROPTS = { secure_connection: true };
|
||||
script(src=sioSource)
|
||||
script(src="/sioconfig")
|
||||
script(src="/assets/js/util.js")
|
||||
script(src="/assets/js/paginator.js")
|
||||
script(src="/js/acp.js")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue