incorporate more feedback from paul

This commit is contained in:
Vincent Breitmoser 2019-06-05 11:02:55 +02:00
parent 7afa00bffc
commit db96a62b49
No known key found for this signature in database
GPG Key ID: 7BD18320DEADFA11
3 changed files with 7 additions and 16 deletions

View File

@ -1,14 +1,10 @@
{{#> layout }}
<center><h2>Manage</h2></center>
<p>
Enter any verified address for your key.
</p>
<center><h2>Manage your key</h2></center>
<form action="/manage" method="POST">
<div class="manage">
<input type="text" name="search_term" class="manageEmail" autofocus
placeholder="Email address">
placeholder="Enter any verified address of your key">
<button type="submit" class="manageButton button">
Send
</button>
@ -16,7 +12,7 @@
</form>
<p>
We will send you an e-mail with a link, where you can unlist your key for
any of its e-mail addresses.
We will send you an e-mail with a link, where you can remove any of your
e-mail addresses from search.
</p>
{{/layout}}

View File

@ -27,7 +27,7 @@
{{else}}
<p>
Your key <span class="fingerprint"><a href="{{key_link}}">{{key_fpr}}</a></span> is not published under any addresses!
Your key <span class="fingerprint"><a href="{{key_link}}">{{key_fpr}}</a></span> is not published for any addresses.
</p>
<p>

View File

@ -1,11 +1,6 @@
{{#> layout }}
<div class="ui">
<center><h2>Upload</h2></center>
<p>
An uploaded key can be retrieved by its fingerprint.<br />
After upload, you can also make it searchable by e-mail address.
</p>
<center><h2>Upload your key</h2></center>
<form action="/upload/submit" method="POST" enctype="multipart/form-data">
<div class="upload">
@ -17,7 +12,7 @@
</form>
<p>
Don't know what to do? Check our <a target="_blank" href="/about/usage">usage guide</a>.
Need more info? Check our <a target="_blank" href="/about">intro</a> and <a target="_blank" href="/about/usage">usage guide</a>!
</p>
<script>