Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GIP RENATER
switch-wayf
Commits
0948110b
Commit
0948110b
authored
Aug 16, 2011
by
haemmer
Browse files
Corrected some HTML errors
parent
2041dc43
Changes
2
Hide whitespace changes
Inline
Side-by-side
default-body.php
View file @
0948110b
...
@@ -8,11 +8,11 @@
...
@@ -8,11 +8,11 @@
<td>
<td>
<p>
<?php
echo
$promptMessage
?>
</p>
<p>
<?php
echo
$promptMessage
?>
</p>
<div
align=
"center"
>
<div
align=
"center"
>
<select
name=
"user_idp"
name=
"user_idp"
>
<select
name=
"user_idp"
>
<option
value=
"-"
<?php
echo
$defaultSelected
?>
>
<?php
echo
getLocalString
(
'select_idp'
)
?>
...
</option>
<option
value=
"-"
<?php
echo
$defaultSelected
?>
>
<?php
echo
getLocalString
(
'select_idp'
)
?>
...
</option>
<?php
printDropDownList
(
$IDProviders
,
$selectedIDP
)
?>
<?php
printDropDownList
(
$IDProviders
,
$selectedIDP
)
?>
</select>
</select>
<input
type=
"submit"
name=
"Select"
accesskey=
"s"
value=
"
<?php
echo
getLocalString
(
'select_button'
)
?>
"
autofocus
>
<input
type=
"submit"
name=
"Select"
accesskey=
"s"
value=
"
<?php
echo
getLocalString
(
'select_button'
)
?>
"
>
</div>
</div>
<div
align=
"left"
>
<div
align=
"left"
>
<p>
<p>
...
...
default-header.php
View file @
0948110b
...
@@ -63,7 +63,7 @@ function checkForm(){
...
@@ -63,7 +63,7 @@ function checkForm(){
<div
class=
"outer_container"
>
<div
class=
"outer_container"
>
<div
class=
"wayf_box"
>
<div
class=
"wayf_box"
>
<div
class=
"header"
>
<div
class=
"header"
>
<a
href=
"http://www.switch.ch/aai"
><img
src=
"
<?php
echo
$imageURL
?>
/switchaai-logo.gif"
alt=
"SWITCHaai"
class=
"aai_logo"
><a
href=
"http://www.switch.ch/"
><img
src=
"
<?php
echo
$imageURL
?>
/switch-logo.gif"
alt=
"SWITCH"
class=
"switch_logo"
align=
"right"
></a>
<a
href=
"http://www.switch.ch/aai"
><img
src=
"
<?php
echo
$imageURL
?>
/switchaai-logo.gif"
alt=
"SWITCHaai"
class=
"aai_logo"
><
/a><
a
href=
"http://www.switch.ch/"
><img
src=
"
<?php
echo
$imageURL
?>
/switch-logo.gif"
alt=
"SWITCH"
class=
"switch_logo"
align=
"right"
></a>
</div>
</div>
<div
class=
"content"
>
<div
class=
"content"
>
<ul
class=
"menu"
>
<ul
class=
"menu"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment