|
1 | 1 | <!-- © 2016-2018 FlowCrypt Limited. Limitations apply. Contact [email protected] -->
|
2 | 2 |
|
3 |
| -<!doctype html> |
| 3 | +<!DOCTYPE html> |
4 | 4 | <html>
|
| 5 | + <head> |
| 6 | + <meta content="text/html;charset=utf-8" http-equiv="Content-Type" /> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> |
| 8 | + <title>FlowCrypt</title> |
| 9 | + <link rel="stylesheet" href="/css/animate.css" /> |
| 10 | + <link rel="stylesheet" href="/css/cryptup.css" /> |
| 11 | + <link rel="stylesheet" href="/css/sweetalert2.css" /> |
| 12 | + <link rel="stylesheet" href="/css/open-sans.css" /> |
| 13 | + <link rel="stylesheet" href="/css/mobile-menu-styling.css" /> |
| 14 | + <link rel="stylesheet" href="/css/fine-uploader-new.css" /> |
| 15 | + <script type="text/template" src="/chrome/elements/hared/attach.template.htm" id="qq-template"></script> |
| 16 | + </head> |
5 | 17 |
|
6 |
| -<head> |
7 |
| - <meta content="text/html;charset=utf-8" http-equiv="Content-Type"> |
8 |
| - <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> |
9 |
| - <title>FlowCrypt</title> |
10 |
| - <link rel="stylesheet" href="/css/animate.css" /> |
11 |
| - <link rel="stylesheet" href="/css/cryptup.css" /> |
12 |
| - <link rel="stylesheet" href="/css/sweetalert2.css" /> |
13 |
| - <link rel="stylesheet" href="/css/open-sans.css" /> |
14 |
| - <link rel="stylesheet" href="/css/mobile-menu-styling.css" /> |
15 |
| - <link rel="stylesheet" href="/css/fine-uploader-new.css" /> |
16 |
| - <script type="text/template" src="/chrome/elements/hared/attach.template.htm" id="qq-template"></script> |
17 |
| -</head> |
18 |
| - |
19 |
| -<body id="settings"> |
20 |
| - |
21 |
| - <div id="content" class="add_pubkey dialog"> |
22 |
| - <div class="line"> |
23 |
| - <h1>Add a public key to email address</h1> |
24 |
| - </div> |
25 |
| - <div class="separator"></div> |
26 |
| - <div class="line"> |
27 |
| - <select class="email"></select> |
28 |
| - </div> |
29 |
| - <div class="line copy_from" style="text-align: left; padding-left: 25px;"> |
30 |
| - <select class="copy_from_email" data-test="input-select-copy-from"> |
31 |
| - <option value="">Copy from Contact</option> |
32 |
| - </select> |
33 |
| - or |
34 |
| - <div id="fineuploader_button" class="button gray">LOAD FILE</div> |
35 |
| - or paste below: |
| 18 | + <body id="settings"> |
| 19 | + <div id="content" class="add_pubkey dialog"> |
| 20 | + <div class="line"> |
| 21 | + <h1>Add a public key to email address</h1> |
| 22 | + </div> |
| 23 | + <div class="separator"></div> |
| 24 | + <div class="line"> |
| 25 | + <select class="email"></select> |
| 26 | + </div> |
| 27 | + <div class="line copy_from" style="text-align: left; padding-left: 25px"> |
| 28 | + <select class="copy_from_email" data-test="input-select-copy-from"> |
| 29 | + <option value="">Copy from Contact</option> |
| 30 | + </select> |
| 31 | + or |
| 32 | + <div id="fineuploader_button" class="button gray">LOAD FILE</div> |
| 33 | + or paste below: |
| 34 | + </div> |
| 35 | + <div class="line"> |
| 36 | + <textarea class="pubkey" placeholder="ASCII Armored Public Key" spellcheck="false" data-test="input-pubkey" maxlength="30000"></textarea> |
| 37 | + </div> |
| 38 | + <div class="line orange" id="manual-import-warning" data-test="manual-import-warning"> |
| 39 | + Manually importing Public Keys can be dangerous <br /> |
| 40 | + Please read the <a href="https://flowcrypt.com/docs/help/raq.html" target="_blank">"Manually importing public keys can be dangerous"</a> before |
| 41 | + proceeding. |
| 42 | + </div> |
| 43 | + <div class="line"> |
| 44 | + <button class="button long orange action_ok" data-test="action-add-pubkey">OK</button> |
| 45 | + <button class="button long gray action_settings">SETTINGS</button> |
| 46 | + <button class="button long gray action_close">CLOSE</button> |
| 47 | + </div> |
| 48 | + <div id="fineuploader" class="display_none"></div> |
36 | 49 | </div>
|
37 |
| - <div class="line"> |
38 |
| - <textarea class="pubkey" placeholder="ASCII Armored Public Key" spellcheck="false" data-test="input-pubkey" maxlength="30000"></textarea> |
39 |
| - </div> |
40 |
| - <div class="line orange" id="manual-import-warning" data-test="manual-import-warning"> |
41 |
| - Manually importing Public Keys can be dangerous <br> |
42 |
| - Please read the <a href="https://flowcrypt.com/docs/help/raq.html" target="_blank">"Manually importing public keys can be dangerous"</a> before proceeding. |
43 |
| - </div> |
44 |
| - <div class="line"> |
45 |
| - <button class="button long orange action_ok" data-test="action-add-pubkey">OK</button> |
46 |
| - <button class="button long gray action_settings">SETTINGS</button> |
47 |
| - <button class="button long gray action_close">CLOSE</button> |
48 |
| - </div> |
49 |
| - <div id="fineuploader" class="display_none"></div> |
50 |
| - </div> |
51 |
| - |
52 |
| - <script src="/lib/purify.js"></script> |
53 |
| - <script src="/lib/jquery.min.js"></script> |
54 |
| - <script src="/lib/sweetalert2.js"></script> |
55 |
| - <script src="/lib/openpgp.js"></script> |
56 |
| - <script src="/lib/forge.js"></script> |
57 |
| - <script src="/lib/fine-uploader.js"></script> |
58 |
| - <script src="add_pubkey.js" type="module"></script> |
59 |
| -</body> |
60 | 50 |
|
| 51 | + <script src="/lib/purify.js"></script> |
| 52 | + <script src="/lib/jquery.min.js"></script> |
| 53 | + <script src="/lib/sweetalert2.js"></script> |
| 54 | + <script src="/lib/openpgp.js"></script> |
| 55 | + <script src="/lib/forge.js"></script> |
| 56 | + <script src="/lib/fine-uploader.js"></script> |
| 57 | + <script src="add_pubkey.js" type="module"></script> |
| 58 | + </body> |
61 | 59 | </html>
|
0 commit comments