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

translation and minor layout changes

parent ceddf81c
No related branches found
No related tags found
No related merge requests found
......@@ -100,23 +100,18 @@ $(function() {
<h3>Select your Service Provider</h3>
<fieldset>
<h3>Select your Service Provider</h3>
<div>
Please search and select the Service Provider that you want to test in
the list below. You must be an administrator of that Service Provider to
continue afterwards.
<br/><br/>
<label for="entityid">Type the SP name or entityID to search for it.</label>
Note that only Service Providers are in the list which are included in the eduGAIN metadata.<br/>
<select id="entityid" name="entityid" class="required">
<option value="">Select your Service Provider below</option>
[% FOREACH entity IN metadata.sort('display_name') %]
<option value="[% entity.entityid %]">[% IF entity.display_name %][% entity.display_name %] [% END %]([% entity.entityid %])</option>
[% END %]
</select>
<br/>
</div>
<p>Please select the Service Provider that you want to test in the list
below. You must be an administrator of that Service Provider to
continue afterwards.</p>
<label for="entityid">Type the name or entityID of Service Provider to test:</label>
<br>
<select id="entityid" name="entityid" class="required">
[% FOREACH entity IN metadata.sort('display_name') %]
<option value="[% entity.entityid %]">[% IF entity.display_name %][% entity.display_name %] [% END %]([% entity.entityid %])</option>
[% END %]
</select>
<p>Only Service Providers included in eduGAIN metadata are included in the list.</p>
</fieldset>
<h3>Select your email address</h3>
......
......@@ -97,37 +97,32 @@ $(function() {
action="[% env.SCRIPT_NAME %]"
method="POST">
<h3>Select your Service Provider</h3>
<h3>Sélectionnez votre fournisseur de service</h3>
<fieldset>
<h3>Select your Service Provider</h3>
<div>
Please search and select the Service Provider that you want to test in
the list below. You must be an administrator of that Service Provider to
continue afterwards.
<br/><br/>
<label for="entityid">Type the SP name or entityID to search for it.</label>
Note that only Service Providers are in the list which are included in the eduGAIN metadata.<br/>
<select id="entityid" name="entityid" class="required">
<option value="">Select your Service Provider below</option>
[% FOREACH entity IN metadata.sort('display_name') %]
<option value="[% entity.entityid %]">[% IF entity.display_name %][% entity.display_name %] [% END %]([% entity.entityid %])</option>
[% END %]
</select>
<br/>
</div>
<h3>Sélectionnez votre fournisseur de service</h3>
<p>Veuillez sélectionner le fournisseur de service (Service Provider)
que vous désirez tester dans la liste ci-dessous. Vous devez être
administrateur de ce service pour continuer ensuite.</p>
<label for="entityid">Entrez le nom ou l'identifiant (entityID) du fournisseur de service à tester:</label>
<br>
<select id="entityid" name="entityid" class="required">
[% FOREACH entity IN metadata.sort('display_name') %]
<option value="[% entity.entityid %]">[% IF entity.display_name %][% entity.display_name %] [% END %]([% entity.entityid %])</option>
[% END %]
</select>
<p>Seuls les fournisseurs de services inclus dans les métadonnées de la fédération eduGAIN sont inclus dans la liste</p>
</fieldset>
<h3>Select your email address</h3>
<h3>Sélectionnez votre adresse e-mail</h3>
<fieldset>
<div data-mode="async" data-url="/rest/service/0"></div>
</fieldset>
<h3>Complete email challenge</h3>
<h3>Validez le challenge e-mail</h3>
<fieldset></fieldset>
<h3>Test accounts</h3>
<h3>Comptes de test</h3>
<fieldset></fieldset>
......
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