X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Faccount-view.html;h=228ee558b4a47fe215252339b028d0a637b5694c;hb=634f24d89903ba91d64b28a5403ddcbc7098cf20;hp=78e6b7f2f07ba43e8b9bb3c0f51f501f4ca64973;hpb=0bf98d7dbb4eeb8314ba315db529a83247bcc6ec;p=myslice.git diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index 78e6b7f2..228ee558 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -1,16 +1,6 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout.html" %} +{% block content %} -{% block head %} - - - - - -{% endblock %} - -{% block unfold_main %} - -

User Details

{% if messages %} {% endif %} +
+

User Account

+
-
-
-
+
+ + + -
-

Account Information

-

Principal Account

-
-
- +
- - + + + - {% for row in data %} + {% for row in principal_acc %} - + + {%endfor%}
Platform Account TypeAccount_delegationuser_hrnAccount DelegationUser hrnUser Status
{{ row.platform_name }} {{ row.account_type }} {{ row.account_type }} {{ row.delegation_type }} {{ row.usr_hrn }} {{ row.user_status }}
-
- - -

Credentials

-
-
- - - - - - {% for row in data %} - - - - {%endfor%} -
Delegated User Credential
Expiration Date
{{ row.credential_expiration }}
-

- - - - - - - {% for row in my_slices %} - - - - - {%endfor%} -
Delegated Slice Credentials
Slice NameExpiration Date
{{ row.slice_name }} {{ row.cred_exp }}
-

- - - - - - - {% for row in my_auths %} - - - - - {%endfor%} -
Delegated Authority Credentials
Authority NameExpiration Date
{{ row.auth_name }} {{ row.cred_exp }}
-

-

-

-
-
+ {%if 'Enabled' in user_status %} +
+

Credentials Delegated to Principal Account

+ + + + + + + {% for row in my_users %} + + + + + {%endfor%} +
Delegated User Credential
Expiration DateDownload
{{ row.cred_exp }} + +
+

+ + + + + + + + {% for row in my_slices %} + + + + + + {%endfor%} +
Delegated Slice Credentials
Slice NameExpiration DateDownload
{{ row.slice_name }} {{ row.cred_exp }} + +
+

+ + + + + + + + {% for row in my_auths %} + + + + + + {%endfor%} +
Delegated Authority Credentials
Authority NameExpiration DateDownload
{{ row.auth_name }} {{ row.cred_exp }} + +
+

+ {%if '' not in my_users%} +

+ {%else%} +

+ {%endif%} +
+
+ -

Testbed Accounts

-
-
- - - - - - - {% for row in ref_acc %} - - - - - - {%endfor%} -
PlatformAccount TypeReference to
{{ row.platform_name }} {{ row.account_type }} {{ row.account_reference }}
-
-
-

Add Accounts

-
-
- - - - - - {% for platform in platform_list %} - - - - - {%endfor%} -
PlatformsRequest Access
{{ platform.platform_no_access }} - -
-
+ +{%endif%} +
- + {% endblock %}