AiC and REST login
[myslice.git] / portal / templates / _widget-tradeoff.html
1 <!-- Modal- Trade-off Message  -->
2 <div class="modal fade" id="tradeoffmodal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
3             <div class="modal-dialog">
4                 <div class="modal-content">
5                     <div class="modal-header">
6                         <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
7                             <h4 class="modal-title" id="myModalLabel">
8                                                                 Automatic vs. Manual delegation of credentials
9                                                         </h4>
10                     </div>
11                                         <div class="modal-body" style="text-align:justify;">
12                                         <h3>Automatic delegation of credentials</h3>
13                                                 <p>Don't delete private key, ease-of-use option:</p>
14                                                 <ul>
15                                                         <li>
16                                                                 This means that you will keep your private key in the portal and it will automatically delegate your credentials on your behalf.
17                                                         </li>
18                                                         <li>
19                                                                 This option does not provide as high of a level of security; however, your private key will still only be used in the portal and 
20                                                                 will be available to you and the OneLab admins only.
21                                                         </li>
22                                                 </ul>
23                                         <h3>Manual delegation of credentials</h3>
24                                                 <p>Download & Delete private key, higher security option:</p>
25                                                 <ul>
26                                                         <li>If you delete your private key, you will have more security but the portal will no longer be able to delegate credentials 
27                                                                 on your behalf, and you will have to manually
28                                                                 <a href="/portal/manual_delegation" target="_blank">delegate your credentials to the portal.</a>
29                                                         </li>
30                                                 </ul>
31                                         <h3>Contact support</h3>
32                                         <p>For more information, please  <a href="/contact/" target="_blank">contact us</a>.</p>
33                     </div>
34                     <div class="modal-footer">
35                         <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
36                     </div>
37                 </div>
38             </div>
39 </div>