Platform Access added to My Account. for loop in html table to be added
[myslice.git] / portal / templates / my_account.html
index 2970c42..1500ce8 100644 (file)
@@ -3,6 +3,7 @@
 {% block head %}
 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/my_account.common.css" />
 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/my_account.profile.css" />
+<!-- <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/dashboard.css" /> !-->
 <script type="text/javascript" src="{{STATIC_URL}}/jquery.validate.js"></script> 
 <script type="text/javascript" src="{{STATIC_URL}}/my_account.edit_profile.js"></script>
 <script type="text/javascript" src="{{STATIC_URL}}/my_account.register.js"></script>
 {% block unfold1_main %}
 
 
+<h2>Platform Access</h2>
+<table border="2" bordercolor="FFCC00" style="table-layout:fixedbackground-color:FFFFCCwidth:830px" cellpadding="12" cellspacing="12"> 
+       <tr> 
+       <th align="center" style="width:15%">Platform</th> 
+        <th align="center" style="width:15%">Account Type</th> 
+        <th align="center" style="width:15%">user_hrn</th>
+        <th align="center">Pub Key</th>
+    </tr>            
+       <tr>
+       <td align="center"> {{ platform_name }} </td>
+        <td align="center"> {{ account_type }} </td>
+               <td align="center" style="word-wrap: break-word"> {{ account_usr_hrn }}  </td>
+        <td align="center" style="word-wrap: break-word"> {{ account_pub_key }} </td>
+    </tr>                
+</table>
+
+
+
 
 <div class='ms-dashboard-panel' id='ms-dashboard-slices' style=" display:block; float:none"  >
     <div class='ms-dashboard-caption'>