1 {% extends "layout-unfold1.html" %}
4 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/my_account.common.css" />
5 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/my_account.profile.css" />
6 <!-- <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/dashboard.css" /> !-->
7 <script type="text/javascript" src="{{STATIC_URL}}/jquery.validate.js"></script>
8 <script type="text/javascript" src="{{STATIC_URL}}/my_account.edit_profile.js"></script>
9 <script type="text/javascript" src="{{STATIC_URL}}/my_account.register.js"></script>
12 {% block unfold1_main %}
15 <h2>Platform Access</h2>
16 <table border="2" bordercolor="FFCC00" style="table-layout:fixedbackground-color:FFFFCCwidth:830px" cellpadding="12" cellspacing="12">
18 <th align="center" style="width:15%">Platform</th>
19 <th align="center" style="width:15%">Account Type</th>
20 <th align="center" style="width:15%">user_hrn</th>
21 <th align="center">Pub Key</th>
24 <td align="center"> {{ platform_name }} </td>
25 <td align="center"> {{ account_type }} </td>
26 <td align="center" style="word-wrap: break-word"> {{ account_usr_hrn }} </td>
27 <td align="center" style="word-wrap: break-word"> {{ account_pub_key }} </td>
34 <div class='ms-dashboard-panel' id='ms-dashboard-slices' style=" display:block; float:none" >
35 <div class='ms-dashboard-caption'>
36 <h2>MySlice Account</h2>
38 <div class='ms-dashboard-content' id='tophat__list__user_hrn'>
40 <div id="middle" align="center">
41 <form id="editForm" method="POST" action="acc_process" enctype="multipart/form-data">
43 <table class="profile">
46 <div id="info">Personal Details</div>
50 <td class="key">Email</td>
52 <span id="emailval" class="value" >{{ person.email }}</span>
53 <img class="logo" src="{{STATIC_URL}}/img/ques_icon.png" onclick="emailAlert()" title="To change your email please contact the administrator" style="height: 20px; width: 20px; position: absolute; left: 625px; left: 900px; margin-top: -9px;">
57 <td class="key">Password</td>
59 <button class="edit" type="button" title="Password" name="edit_pass" id="edit_pass">Edit</button>
60 <span id="passval"class="value">******** </span>
61 <span class="hide_this" id="span_pass">
62 <button type="button" class="cancel" title="Cancel" id="cancel_pass_change"> Cancel </button>
63 <div style='display:none;' id="pass_form">
64 <input type='hidden' value='' /></div>
65 <table id="edit_password">
67 <td>Enter password: </td>
69 <input type="password" name="password" id="password" />
73 <td>Confirm password: </td>
75 <input type="password" name="confirmpassword" id="confirmpassword" />
76 <input type="submit" name="submit_pass" value="Save"/>
84 <td class="key">Full Name</td>
86 <span id="nameval" class="value" >{{ fullname }} </span>
87 <span class="hide_this" id="span_name">
88 <button type="button" class="cancel" title="Cancel" id="cancel_name_change"> Cancel </button>
90 <div style='display:none;'><input type='hidden' name='nameform' /></div>
91 <input id="fname" type="text" name="fname" class="required" maxlength="200" value="{{firstname}}" />
92 <input id="lname" type="text" name="lname" class="required" maxlength="200" value="{{lastname}}" />
93 <input type="submit" name="submit_name" value="Save"/>
95 <button class="edit" type="button"title="Full Name" id="edit_name">Edit</button>
100 <td class="key">Affiliation</td>
102 <span id="affval" class="value">{{ affiliation }}</span>
103 <img class="logo" src="{{STATIC_URL}}/img/ques_icon.png" onclick="affAlert()" title="To change your affiliation please contact the administrator" style="height: 20px; width: 20px; position: absolute; left: 625px; left: 900px; ">
108 <td class="key">Generate Keys</td>
111 <button id="generate_keypair" name="generate" type="submit" onclick="myFunction()" title="Generate a new key pair. After it is generated, you will need to download your public and private keys again.">Generate a new Key Pair </button>
116 <td class="key">Public Key
120 <span id="keyval" class="value">******** </span>
121 <span class="hide_this" id="span_upload">
122 <button type="button" class="cancel" title="Cancel" id="cancel_upload"> Cancel </button>
123 <div style='display:none;'>
124 <input type='hidden' name='upload' /></div>
125 <input type="file" name="pubkey" class="required" id="pubkey"/>
127 <button name="upload_key" id="upload_key" type="submit" title="Delete your private key">Upload </button>
130 <div style='display:none;'>
131 <input type='hidden' name='dload' />
133 <button type="submit" name="dl_pubkey" class="download" title="Download your public key" id="dl_file"> Download </button>
134 <button id="upload_file" type="button" title="Upload a public key"> Upload </button>
137 <tr class="even" id="pkey_row" display="none">
138 <td class="key">Private Key </td>
139 <td class="value">********<a href="#">
140 <button type="submit" name="dl_pkey" class="download" title="Download your privaye key" id="dl_pkey"> Download </button>
141 <button id="delete" name="delete" type="submit" title="Delete your private key">Delete </button>
147 <p class="warning" id="pkey_del_msg"> For better
148 security we recommend that you
149 download and delete your
151 server. Always store your
152 private key in a secure