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

indentation

parent ff89cef8
Branches
Tags
No related merge requests found
...@@ -97,38 +97,37 @@ $(function() { ...@@ -97,38 +97,37 @@ $(function() {
action="[% env.SCRIPT_NAME %]" action="[% env.SCRIPT_NAME %]"
method="POST"> method="POST">
<h3>Select your Service Provider</h3>
<fieldset>
<h3>Select your Service Provider</h3> <h3>Select your Service Provider</h3>
<div> <fieldset>
Please search and select the Service Provider that you want to test in <h3>Select your Service Provider</h3>
the list below. You must be an administrator of that Service Provider to <div>
continue afterwards. Please search and select the Service Provider that you want to test in
<br/><br/> the list below. You must be an administrator of that Service Provider to
continue afterwards.
<label for="entityid">Type the SP name or entityID to search for it.</label> <br/><br/>
Note that only Service Providers are in the list which are included in the eduGAIN metadata.<br/>
<label for="entityid">Type the SP name or entityID to search for it.</label>
<select id="entityid" name="entityid" class="required"> Note that only Service Providers are in the list which are included in the eduGAIN metadata.<br/>
<option value="">Select your Service Provider below</option>
[% FOREACH entity IN metadata.sort('display_name') %] <select id="entityid" name="entityid" class="required">
<option value="[% entity.entityid %]">[% IF entity.display_name %][% entity.display_name %] [% END %]([% entity.entityid %])</option> <option value="">Select your Service Provider below</option>
[% END %] [% FOREACH entity IN metadata.sort('display_name') %]
</select> <option value="[% entity.entityid %]">[% IF entity.display_name %][% entity.display_name %] [% END %]([% entity.entityid %])</option>
<br/> [% END %]
</div> </select>
</fieldset> <br/>
</div>
<h3>Select your email address</h3> </fieldset>
<fieldset>
<h3>Select your email address</h3>
<fieldset>
<div data-mode="async" data-url="/rest/service/0"></div> <div data-mode="async" data-url="/rest/service/0"></div>
</fieldset> </fieldset>
<h3>Complete email challenge</h3> <h3>Complete email challenge</h3>
<fieldset></fieldset> <fieldset></fieldset>
<h3>Test accounts</h3>
<fieldset></fieldset>
<h3>Test accounts</h3>
<fieldset></fieldset>
</form> </form>
...@@ -97,38 +97,38 @@ $(function() { ...@@ -97,38 +97,38 @@ $(function() {
action="[% env.SCRIPT_NAME %]" action="[% env.SCRIPT_NAME %]"
method="POST"> method="POST">
<h3>Select your Service Provider</h3>
<fieldset>
<h3>Select your Service Provider</h3> <h3>Select your Service Provider</h3>
<div> <fieldset>
Please search and select the Service Provider that you want to test in <h3>Select your Service Provider</h3>
the list below. You must be an administrator of that Service Provider to <div>
continue afterwards. Please search and select the Service Provider that you want to test in
<br/><br/> the list below. You must be an administrator of that Service Provider to
continue afterwards.
<label for="entityid">Type the SP name or entityID to search for it.</label> <br/><br/>
Note that only Service Providers are in the list which are included in the eduGAIN metadata.<br/>
<label for="entityid">Type the SP name or entityID to search for it.</label>
<select id="entityid" name="entityid" class="required"> Note that only Service Providers are in the list which are included in the eduGAIN metadata.<br/>
<option value="">Select your Service Provider below</option>
[% FOREACH entity IN metadata.sort('display_name') %] <select id="entityid" name="entityid" class="required">
<option value="[% entity.entityid %]">[% IF entity.display_name %][% entity.display_name %] [% END %]([% entity.entityid %])</option> <option value="">Select your Service Provider below</option>
[% END %] [% FOREACH entity IN metadata.sort('display_name') %]
</select> <option value="[% entity.entityid %]">[% IF entity.display_name %][% entity.display_name %] [% END %]([% entity.entityid %])</option>
<br/> [% END %]
</div> </select>
</fieldset> <br/>
</div>
<h3>Select your email address</h3> </fieldset>
<fieldset>
<h3>Select your email address</h3>
<fieldset>
<div data-mode="async" data-url="/rest/service/0"></div> <div data-mode="async" data-url="/rest/service/0"></div>
</fieldset> </fieldset>
<h3>Complete email challenge</h3> <h3>Complete email challenge</h3>
<fieldset></fieldset> <fieldset></fieldset>
<h3>Test accounts</h3> <h3>Test accounts</h3>
<fieldset></fieldset> <fieldset></fieldset>
</form> </form>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment