Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
f733f18a
Commit
f733f18a
authored
Sep 20, 2019
by
eskumon
Browse files
wip(frontend): user-friendly interface for users page
issue #1149
parent
7ead6d59
Changes
1
Show whitespace changes
Inline
Side-by-side
templates/main/admin_users.html.ep
View file @
f733f18a
...
@@ -11,17 +11,18 @@
...
@@ -11,17 +11,18 @@
<h2
class=
"display-5"
><
%=
l
'
Users
'
%
></h2>
<h2
class=
"display-5"
><
%=
l
'
Users
'
%
></h2>
<div
class=
"card-title"
>
<div
class=
"card-title"
>
<form
method=
"post"
action=
"/admin/users"
>
<form
method=
"post"
action=
"/admin/users"
>
<input
type=
"text"
name=
"name"
placeholder=
"<%=l '
Users
' %>"
>
<input
type=
"text"
name=
"name"
placeholder=
"<%=l '
Type a username here
' %>"
>
<input
type=
"submit"
value=
"<%=l 'Search' %>"
>
<input
type=
"submit"
value=
"<%=l 'Search' %>"
>
<button
type=
"button"
style=
"float: right; margin: 0 10px;"
class=
"btn btn-success"
onclick =
"location='/users/register'"
><
%=
l
'
Regist
er
'
%
></button>
<button
type=
"button"
style=
"float: right; margin: 0 10px;"
class=
"btn btn-success"
onclick =
"location='/users/register'"
><
%=
l
'
New
us
er
'
%
></button>
</form>
</form>
</div>
</div>
</div>
</div>
%if(@$list_users){
<div
class=
"card-body"
>
<div
class=
"card-body"
>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
<thead>
<thead>
<tr>
<tr>
<th><
%=
l
'
N
ame
'
%
></th>
<th><
%=
l
'
Usern
ame
'
%
></th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
...
@@ -33,6 +34,7 @@
...
@@ -33,6 +34,7 @@
</tbody>
</tbody>
</table>
</table>
</div>
</div>
%}
</div>
</div>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment