Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eduGAIN Access Check - Account manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
edugain
eduGAIN Access Check - Account manager
Commits
87fffcea
Commit
87fffcea
authored
7 years ago
by
Guillaume ROUSSE
Browse files
Options
Downloads
Patches
Plain Diff
translation and minor layout changes
parent
ceddf81c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/web/en/select_sp.tt2.html
+12
-17
12 additions, 17 deletions
templates/web/en/select_sp.tt2.html
templates/web/fr/select_sp.tt2.html
+17
-22
17 additions, 22 deletions
templates/web/fr/select_sp.tt2.html
with
29 additions
and
39 deletions
templates/web/en/select_sp.tt2.html
+
12
−
17
View file @
87fffcea
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
templates/web/fr/select_sp.tt2.html
+
17
−
22
View file @
87fffcea
...
...
@@ -97,37 +97,32 @@ $(function() {
action=
"[% env.SCRIPT_NAME %]"
method=
"POST"
>
<h3>
S
e
lect
your Service Provider
</h3>
<h3>
S
é
lect
ionnez 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>
S
e
lect
your email
ad
d
ress
</h3>
<h3>
S
é
lect
ionnez votre
adress
e 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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment