2014-01-03 13:32:13 -05:00
|
|
|
extends /templates/base
|
|
|
|
|
|
|
|
block content
|
2015-11-18 14:16:44 -05:00
|
|
|
|
2014-08-30 20:09:57 -04:00
|
|
|
.form-horizontal
|
2016-03-03 17:22:50 -05:00
|
|
|
form#espionage-form.form-group
|
2016-03-05 10:08:27 -05:00
|
|
|
label.control-label.col-sm-2(for="espionage-name-or-email") Espionage
|
2014-08-30 20:09:57 -04:00
|
|
|
.col-sm-4
|
2016-03-04 14:14:18 -05:00
|
|
|
input.form-control#espionage-name-or-email(placeholder="Email, username or id", type="text")
|
2014-08-30 20:09:57 -04:00
|
|
|
.col-sm-1
|
|
|
|
button.btn.btn-primary.btn-large#enter-espionage-mode 007
|
|
|
|
label.control-label.col-sm-5(for="espionage-name-or-email")
|
2016-07-13 19:50:03 -04:00
|
|
|
em you are currently #{me.get('name') || '(no username)'} at #{me.get('email') || '(no email)'}
|
2016-03-03 17:22:50 -05:00
|
|
|
if view.amActually
|
|
|
|
br
|
2016-07-13 19:50:03 -04:00
|
|
|
em but you are actually #{view.amActually.get('name') || '(no username)'} at #{view.amActually.get('email') || '(no email)'}
|
2016-03-03 17:22:50 -05:00
|
|
|
br
|
|
|
|
button#stop-spying-btn.btn.btn-xs Stop Spying
|
|
|
|
form#user-search-form.form-group
|
2016-03-05 10:08:27 -05:00
|
|
|
label.control-label.col-sm-2(for="user-search") User Search
|
2014-08-30 20:09:57 -04:00
|
|
|
.col-sm-4
|
2016-03-05 10:08:27 -05:00
|
|
|
input.form-control#user-search(placeholder="Email, username, name, whatever", type="text")
|
2014-08-30 20:09:57 -04:00
|
|
|
.col-sm-1
|
2016-03-05 10:08:27 -05:00
|
|
|
button.btn.btn-primary.btn-large#user-search-button Search
|
2014-08-30 20:09:57 -04:00
|
|
|
#user-search-result
|
|
|
|
|
2015-11-18 14:16:44 -05:00
|
|
|
|
2016-03-05 10:08:27 -05:00
|
|
|
h3 Admin Views
|
2014-01-03 13:32:13 -05:00
|
|
|
|
2016-03-05 10:08:27 -05:00
|
|
|
h4 Entities
|
2015-11-18 14:16:44 -05:00
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
ul
|
2014-07-17 16:16:17 -04:00
|
|
|
li
|
2015-06-05 09:48:09 -04:00
|
|
|
a(href="/admin/trial-requests") Trial Requests
|
2014-10-24 18:11:55 -04:00
|
|
|
li
|
2016-03-05 10:08:27 -05:00
|
|
|
a(href="/admin/user-code-problems") User Code Problems List
|
2015-06-05 09:48:09 -04:00
|
|
|
li
|
2016-03-05 10:08:27 -05:00
|
|
|
a(href="/admin/users") Users
|
2014-10-24 18:11:55 -04:00
|
|
|
|
2016-05-11 14:52:30 -04:00
|
|
|
if me.isAdmin()
|
|
|
|
h4 Analytics
|
|
|
|
ul
|
2016-07-01 10:56:56 -04:00
|
|
|
li
|
|
|
|
a(href="/admin/classroom-levels") Classroom Levels
|
2016-07-07 14:07:38 -04:00
|
|
|
li
|
|
|
|
button.classroom-progress-csv.btn.btn-sm.btn-success Classroom Progress CSV
|
2016-07-16 03:31:53 -04:00
|
|
|
input.classroom-progress-class-code(type=text placeholder="<class code>")
|
2016-05-11 14:52:30 -04:00
|
|
|
li
|
|
|
|
a(href="/admin/analytics") Dashboard
|
2016-07-18 12:41:42 -04:00
|
|
|
li
|
|
|
|
a(href="/admin/school-licenses") School Active Licenses
|
2016-06-21 12:29:41 -04:00
|
|
|
li
|
|
|
|
a(href="/admin/school-counts") School Counts
|
2016-05-11 14:52:30 -04:00
|
|
|
li
|
|
|
|
a(href="/admin/analytics/subscriptions") Subscriptions
|
|
|
|
li
|
|
|
|
a(href="/admin/demo-requests") Teacher Demo Requests
|
2014-01-03 13:32:13 -05:00
|
|
|
|
2016-05-11 14:52:30 -04:00
|
|
|
h4 Other
|
2014-01-03 13:32:13 -05:00
|
|
|
ul
|
|
|
|
li
|
2016-03-05 10:08:27 -05:00
|
|
|
a(href="/admin/base") Base (for debugging base.jade)
|
2014-03-21 19:22:47 -04:00
|
|
|
li
|
2016-03-05 10:08:27 -05:00
|
|
|
a(href="/admin/clas") CLAs
|
2015-03-28 16:54:44 -04:00
|
|
|
li
|
2016-03-05 10:08:27 -05:00
|
|
|
a(href="/admin/pending-patches") Patches
|
2016-05-11 14:52:30 -04:00
|
|
|
|
2015-03-19 18:02:45 -04:00
|
|
|
if me.isAdmin()
|
|
|
|
hr
|
|
|
|
h3 Prepaids
|
|
|
|
a.btn.btn-secondary#create-free-sub-btn Create Free Subscription Link
|
|
|
|
span.spl.spr
|
2015-11-18 14:16:44 -05:00
|
|
|
if view.freeSubLink
|
|
|
|
input#free-sub-input(type="text", readonly, value="#{view.freeSubLink}")
|
2015-03-19 18:02:45 -04:00
|
|
|
|
2015-09-25 13:03:44 -04:00
|
|
|
.form-inline
|
|
|
|
.form-group
|
|
|
|
label(for="users") Users
|
|
|
|
input#users.form-control(name="users", type="number", min=1)
|
|
|
|
.form-group
|
|
|
|
label(for="months") Months
|
|
|
|
input#months.form-control(name="months", type="number", min=1)
|
|
|
|
a#terminal-create.btn.btn-default Create Terminal Subscription Code
|
|
|
|
|
|
|
|
|
2014-06-09 05:59:27 -04:00
|
|
|
hr
|
|
|
|
|
|
|
|
h3 Achievements
|
|
|
|
p This is just some stuff for temporary achievement testing. Should be replaced by a demo system.
|
|
|
|
|
|
|
|
input#increment-field(type="text")
|
|
|
|
a.btn.btn-secondary#increment-button(href="#") Increment
|