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

sanitize HTML indentation

parent 1ed12bfa
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,8 @@ An email challenge including a validation token has been emailed to you at [% em
<fieldset>
<legend>Validation Token</legend>
<label for="authentication_token">Please provide the validation token here:</label>
<input name="authentication_token" value="" id="authentication_token" type="text" class="required error"/>
<input type="hidden" name="sp_entityid" value="[% sp_entityid %]" id="sp_entityid"/>
<input type="hidden" name="email_address" value="[% email_address %]" id="email_address"/>
</fieldset>
......@@ -25,7 +25,7 @@ html1/DTD/xhtml1-transitional.dtd">
<script type="text/javascript" src="jquery.cookie-1.4.1.min.js"></script>
<script type="text/javascript" src="jquery.steps.1.1.0.min.js"></script>
<SCRIPT TYPE="text/javascript">
<script TYPE="text/javascript">
<!--
// To confirm on a link (A HREF)
......@@ -182,8 +182,7 @@ jQuery(function($){
});
//-->
</SCRIPT>
</script>
<title>[% IF subtitle %][% title %] - [% subtitle %][% ELSE %][% title %][% END %]</title>
......@@ -201,7 +200,6 @@ jQuery(function($){
</div>
</header>
<div id="wrapper">
<!--<div id="bandeau">
......@@ -217,12 +215,11 @@ jQuery(function($){
[% PROCESS 'web/errors.tt2.html' %]
</div>
[% ELSE %]
[% IF notifications %]
<div class="ui-widget">
[% PROCESS 'web/notices.tt2.html' %]
</b></div>
</b>
</div>
[% END %] <!-- notifications -->
[% PROCESS 'web/content.tt2.html' %]
......@@ -232,7 +229,6 @@ jQuery(function($){
<p>
<div>
<footer>
<span class="align-center">[% conf.app_name %] [% conf.version %] - <a href="mailto:[% conf.support_email %]">contact us</a></span>
</footer>
......@@ -246,7 +242,6 @@ jQuery(function($){
$(document).foundation();
</script>
</div>
</body>
</html>
<div class="row">
<h2>Test Accounts</h2>
<div class="alert-box success radius">
<strong>Success:</strong> Your identity as administrator of the Service Provider with entityID <strong>[% sp_entityid %]</strong> could successfully be validated!
......@@ -10,12 +9,9 @@
<p>You can now use these test accounts to login at your federated service.<br/>
<strong>To do so, select the "[% conf.idp_displayname %]" when choosing an organisation to login at.</strong></p>
</div>
<div class="accounts_profile">
[% FOREACH account IN accounts %]
<div class="tbl">
<table>
......@@ -51,20 +47,17 @@
<th>[% attribute %]</th><td> [% account.$attribute.join(', ') %]</td>
</tr>
[% END %]
<tr><th>eduPersonTargetedID:</th><td><i>value dynamically generated by the SP</i></td></tr>
<tr>
<th>eduPersonTargetedID:</th><td><i>value dynamically generated by the SP</i></td>
</tr>
</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:[% conf.support_email %]">[% conf.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>
<a class="close-reveal-modal">&#215;</a>
</div>
</dl>
[% END %]
</div>
<p><strong>Please keep a record of the above user names and passwords</strong> because currently there is no mecanism to retrieve the above credentials once you close this page. If you forget the username and passwords, you can however request new test accounts.</p>
......@@ -74,5 +67,3 @@
</div>
<p class="align-center"><Strong>Thank you for using the [% conf.app_name %]</strong></p>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment