keyoxide-web/views/profile.pug

30 lines
1.1 KiB
Text
Raw Normal View History

2021-03-01 07:01:34 -07: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 09:08:48 -06:00
section.profile.narrow
2021-01-10 07:11:44 -07:00
noscript
p Keyoxide requires JavaScript to function.
2020-08-07 17:06:08 -06:00
span#profileUid(style='display: none;') #{uid}
2021-01-05 05:20:06 -07:00
span#profileServer(style='display: none;') #{server}
2020-08-07 17:06:08 -06:00
span#profileMode(style='display: none;') #{mode}
2021-03-01 07:01:34 -07:00
2021-01-07 08:44:33 -07:00
if (mode == 'sig')
2021-03-01 07:01:34 -07:00
#profileSigInput.card
2021-01-07 08:44:33 -07:00
form#form-generate-signature-profile(method='post')
2021-03-01 07:01:34 -07:00
label(for="plaintext_input") Please enter the raw profile signature below and press "Generate profile".
2021-01-07 08:44:33 -07:00
textarea#plaintext_input(name='plaintext_input')
2021-03-01 07:01:34 -07:00
input(type='submit', name='submit', value='Generate profile')
2021-03-29 09:08:48 -06:00
2021-03-01 07:01:34 -07:00
#profileHeader.card.card--profileHeader
#profileProofs.card
2021-01-07 08:44:33 -07:00
if (mode == 'sig')
2021-03-01 07:01:34 -07:00
//- p Waiting for input…
2021-01-07 08:44:33 -07:00
else
2021-03-29 09:08:48 -06:00
p Loading keys & verifying proofs…