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
65 lines (55 loc) · 1.96 KB
/
Copy pathindex.jade
File metadata and controls
65 lines (55 loc) · 1.96 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
extends ../layout/default
block content
#dim
#content-wrapper
#link
form(action='/link', method='POST')
img#logo(src='/images/panel-logo.png', alt='Standing Fleet')
p.strong Hello, #{user.username}
p In order to view a fleet, you need to link this session to a pilot that's logged in inside of Eve.
h2 Link Session To Pilot
p.field
input(type='text', name='key', placeholder='Pilot Key')
i.fa.fa-fighter-jet.fa-large
p.submit
button(type='submit', name='submit')
i.fa.fa-arrow-right.fa-large
if error != ''
span.error=error
if linked
h2 Linked Pilot
p.strong #{linked.characterName}
.linked
img(src='https://image.eveonline.com/Character/#{linked.characterId}_128.jpg' title='#{linked.characterName}')
h2
dl
dt Pilot Key
dd= linked.key
dt Fleet Link
dd
a(href='/join/#{linked.fleetKey}/')= linked.fleetKey
dt Current System
dd= linked.systemName
dt Ship Type
dd= linked.shipType
a.logout.button(href='/unlink')
i.fa.fa-chain-broken
| Unlink
a.logout.button(href='/overview')
i.fa.fa-sitemap
| Overview
a.logout.button(href='/logout')
i.fa.fa-sign-out
| Logout
h2 Client Download
dl.download
dt
i.fa.fa-windows
| Windows
dd
a(href='/clients/client-win32-1.1.3.zip') client-win-1.1.3.zip
dt
i.fa.fa-apple
| OSX
dd
a(href='/clients/client-darwin-1.1.3.zip') client-osx-1.1.3.zip