This repository was archived by the owner on Jul 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.jade
More file actions
89 lines (87 loc) · 2.55 KB
/
Copy pathindex.jade
File metadata and controls
89 lines (87 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
extends ../layout/default
block content
#dim
#top-bar
span#current
span.system Standing Fleet
span.separator //
span.region Select Region
span.separator //
span.fleet-name Select Fleet
#top-menu.sub-bar.right
#top-menu-hud.menu-button.hud
i.fa.fa-tachometer
span HUD
#top-menu-system-map.menu-button.system-map.active
i.fa.fa-sitemap
span MAP
#top-menu-hostiles.menu-button.hostiles
i.fa.fa-exclamation-triangle
span HOSTILES
#top-menu-members.menu-button.members
i.fa.fa-users
span MEMBERS
#top-menu-scans.menu-button.scans
i.fa.fa-wifi
span SCANS
#top-menu-events.menu-button.events
i.fa.fa-bell
span EVENTS
#content-wrapper
#hud.main-content
#system-map.main-content.active
#lookup.hidden
span Switch Region
input#search(placeholder="Region Name")
#legend
#system-info
.reset
a.region.btn.btn-info(target='_blank')
i.fa.fa-refresh
span Reset Map
#hostiles.main-content
include ../tables/hostiles
#members.main-content
include ../tables/members
#events.main-content
.list
#scans.main-content
.list
#bottom-bar
#broadcast.sub-bar.left
#status-buttons
a#status-clear.btn.btn-success(target='_blank')
i.fa.fa-check
span Clear
a#status-hostile.btn.btn-danger(target='_blank')
i.fa.fa-crosshairs
span Report
#bottom-menu.sub-bar.right
#bottom-menu-spinner.menu-button
img(src='/images/spinner.gif', alt='Processing...')
#bottom-menu-pilot-key.input-group(title="Pilot Key")
span.input-group-addon
i.fa.fa-key.fa-fw
input.form-control(placeholder="Pilot Key", title="Pilot Key")
#bottom-menu-data-client.menu-button
i.fa
#bottom-menu-scan.menu-button
i.fa.fa-bullseye
span REPORT SCAN
- if (user)
#bottom-menu-unlink.menu-button
i.fa.fa-sign-out
span UNLINK
#bottom-menu-help.menu-button
i.fa.fa-question-circle
span HELP
#bottom-menu-menu.menu-button
i.fa.fa-cog
span MENU
#alert-container
script(type='text/javascript', src='/js/es5.js')
script(type='text/javascript', src='/js/lib.js')
script(type='text/javascript', src='/js/templates.js')
- if (user)
script(type='text/javascript', src='/js/data-client.js')
script(type='text/javascript', src='/js/app.js')