keyoxide-web/views/profile.pug

30 lines
1.1 KiB
Text
Raw Normal View History

2021-03-01 15:01:34 +01:00
extends templates/base.pug
block js
script(type='application/javascript' src='/static/openpgp.min.js' charset='utf-8')
script(type='application/javascript' src='/static/doip.js' charset='utf-8')
script(type='application/javascript' src='/static/scripts.js' charset='utf-8')
block content
2021-03-29 17:08:48 +02:00
section.profile.narrow
2021-01-10 15:11:44 +01:00
noscript
p Keyoxide requires JavaScript to function.
2020-08-08 01:06:08 +02:00
span#profileUid(style='display: none;') #{uid}
2021-01-05 13:20:06 +01:00
span#profileServer(style='display: none;') #{server}
2020-08-08 01:06:08 +02:00
span#profileMode(style='display: none;') #{mode}
2021-03-01 15:01:34 +01:00
2021-01-07 16:44:33 +01:00
if (mode == 'sig')
2021-03-01 15:01:34 +01:00
#profileSigInput.card
2021-01-07 16:44:33 +01:00
form#form-generate-signature-profile(method='post')
2021-03-01 15:01:34 +01:00
label(for="plaintext_input") Please enter the raw profile signature below and press "Generate profile".
2021-01-07 16:44:33 +01:00
textarea#plaintext_input(name='plaintext_input')
2021-03-01 15:01:34 +01:00
input(type='submit', name='submit', value='Generate profile')
2021-03-29 17:08:48 +02:00
2021-03-01 15:01:34 +01:00
#profileHeader.card.card--profileHeader
#profileProofs.card
2021-01-07 16:44:33 +01:00
if (mode == 'sig')
2021-03-01 15:01:34 +01:00
//- p Waiting for input…
2021-01-07 16:44:33 +01:00
else
2021-03-29 17:08:48 +02:00
p Loading keys & verifying proofs…