Skip to content
Snippets Groups Projects
Commit 0779614a authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

use callout classes instead of alert-box

parent 7047f865
No related branches found
No related tags found
No related merge requests found
......@@ -46,15 +46,6 @@ button:hover, .button:hover{
color:hsl(223,69%,42%);
}
.alert-box{
margin-left:auto;
margin-right:auto;
}
.alert-box.radius{
border-radius:5px;
}
/* CUSTOM WIZARD*/
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
background: none repeat scroll 0% 0% #214BB5;
......
<div class="row">
<div class="alert-box success radius">
<div class="callout success">
<strong>Success:</strong> Your identity as administrator of the Service Provider with entityID <strong>[% entityid %]</strong> could successfully be validated!
</div>
<h3>The following test accounts with different profiles were created for you:</h3>
<p>You can now use these test accounts to login at your federated service.<br/>
<strong>To do so, select the "[% idp_displayname %]" when choosing an organisation to login at.</strong></p>
</div>
<h3>The following test accounts with different profiles were created for you:</h3>
<p>You can now use these test accounts to login at your federated service.<br/>
<strong>To do so, select the "[% idp_displayname %]" when choosing an organisation to login at.</strong></p>
<div class="accounts_profile">
[% FOREACH account IN accounts %]
<div class="tbl">
......@@ -51,13 +46,13 @@
</table>
</div>
<div class="alert-box info radius">If you need a customized test account with additional user attributes, you should contact <a href="mailto:[% app.support_email %]">[% app.support_email %]</a>.</div>
<div class="callout info">If you need a customized test account with additional user attributes, you should contact <a href="mailto:[% app.support_email %]">[% app.support_email %]</a>.</div>
<div>(1) eduPersonAffiliation and eduPersonScoppedAffilisation attributes are assigned quite differently from federation to federation. <a href="http://tnc2010.terena.org/files/ePSA%20comparison%20v0%2006.ppt">This usage comparison of eduPersonAffiliation accross different countries</a> discusses these differences. Therefore its values should be handled with great care.</div>
</div>
[% END %]
</div>
<div class="alert-box warning radius">
<div class="callout warning">
<p>Note that these test accounts will automatically expire in [% accounts_validity_period %] days and that they can only be used to test federated login to your eduGAIN-enabled Service Provider with entityID <strong>[% entityid %]</strong>.</p>
</div>
......
<div class="row">
<div class="alert-box success radius">
<div class="callout success">
<strong>Success:</strong> Your identity as administrator of the Service Provider with entityID <strong>[% entityid %]</strong> could successfully be validated!
</div>
<h3>The following test accounts with different profiles were created for you:</h3>
<p>You can now use these test accounts to login at your federated service.<br/>
<strong>To do so, select the "[% idp_displayname %]" when choosing an organisation to login at.</strong></p>
</div>
<h3>The following test accounts with different profiles were created for you:</h3>
<p>You can now use these test accounts to login at your federated service.<br/>
<strong>To do so, select the "[% idp_displayname %]" when choosing an organisation to login at.</strong></p>
<div class="accounts_profile">
[% FOREACH account IN accounts %]
<div class="tbl">
......@@ -51,13 +46,13 @@
</table>
</div>
<div class="alert-box info radius">If you need a customized test account with additional user attributes, you should contact <a href="mailto:[% app.support_email %]">[% app.support_email %]</a>.</div>
<div class="callout info">If you need a customized test account with additional user attributes, you should contact <a href="mailto:[% app.support_email %]">[% app.support_email %]</a>.</div>
<div>(1) eduPersonAffiliation and eduPersonScoppedAffilisation attributes are assigned quite differently from federation to federation. <a href="http://tnc2010.terena.org/files/ePSA%20comparison%20v0%2006.ppt">This usage comparison of eduPersonAffiliation accross different countries</a> discusses these differences. Therefore its values should be handled with great care.</div>
</div>
[% END %]
</div>
<div class="alert-box warning radius">
<div class="callout warning">
<p>Note that these test accounts will automatically expire in [% accounts_validity_period %] days and that they can only be used to test federated login to your eduGAIN-enabled Service Provider with entityID <strong>[% entityid %]</strong>.</p>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment