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
64 lines (62 loc) · 1.61 KB
/
Copy pathindex.jade
File metadata and controls
64 lines (62 loc) · 1.61 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
extends ../layout/default
block content
#dim
#top-bar
span#current-system Standing 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-bullseye
span SCANS
#top-menu-events.menu-button.events
i.fa.fa-bell
span EVENTS
#content-wrapper
#hud.main-content
#system-map.main-content.active
#hostiles.main-content
.list
#members.main-content
.list
#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 Local
#bottom-menu.sub-bar.right
#bottom-menu-spinner.menu-button
img(src='/images/spinner.gif', alt='Processing...')
#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-menu.menu-button
i.fa.fa-cog
span MENU
#alert-container
- if (error)
#error
code.error
pre #{error}