Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SWITCHwayf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guillaume Rousse
SWITCHwayf
Commits
cb806863
Commit
cb806863
authored
Mar 26, 2012
by
haemmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved paragraph spacing
parent
5a26ee51
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
+12
-4
css/default-styles.css
css/default-styles.css
+8
-0
default-body.php
default-body.php
+2
-2
default-notice.php
default-notice.php
+1
-1
default-settings.php
default-settings.php
+1
-1
No files found.
css/default-styles.css
View file @
cb806863
...
@@ -35,6 +35,14 @@ input {
...
@@ -35,6 +35,14 @@ input {
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
.promptMessage
{
margin-top
:
0
;
}
.selectOptions
{
margin-bottom
:
0
;
}
.box
{
.box
{
width
:
600px
;
width
:
600px
;
text-align
:
center
;
text-align
:
center
;
...
...
default-body.php
View file @
cb806863
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<
h1
><?
php
echo
getLocalString
(
'header'
);
?>
</h1>
<
h1
><?
php
echo
getLocalString
(
'header'
);
?>
</h1>
<form
id=
"IdPList"
name=
"IdPList"
method=
"post"
onSubmit=
"return checkForm()"
action=
"
<?php
echo
$actionURL
?>
"
>
<form
id=
"IdPList"
name=
"IdPList"
method=
"post"
onSubmit=
"return checkForm()"
action=
"
<?php
echo
$actionURL
?>
"
>
<div
id=
"userInputArea"
>
<div
id=
"userInputArea"
>
<p>
<?php
echo
$promptMessage
?>
</p>
<p
class=
"promptMessage"
>
<?php
echo
$promptMessage
?>
</p>
<div
align=
"center"
>
<div
align=
"center"
>
<select
name=
"user_idp"
id=
"userIdPSelection"
>
<select
name=
"user_idp"
id=
"userIdPSelection"
>
<option
value=
"-"
<?php
echo
$defaultSelected
?>
>
<?php
echo
getLocalString
(
'select_idp'
)
?>
...
</option>
<option
value=
"-"
<?php
echo
$defaultSelected
?>
>
<?php
echo
getLocalString
(
'select_idp'
)
?>
...
</option>
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<input
type=
"submit"
name=
"Select"
accesskey=
"s"
value=
"
<?php
echo
getLocalString
(
'select_button'
)
?>
"
>
<input
type=
"submit"
name=
"Select"
accesskey=
"s"
value=
"
<?php
echo
getLocalString
(
'select_button'
)
?>
"
>
</div>
</div>
<div
align=
"left"
>
<div
align=
"left"
>
<p>
<p
class=
"selectOptions"
>
<input
type=
"checkbox"
<?php
echo
$rememberSelectionChecked
?>
name=
"session"
id=
"rememberForSession"
value=
"true"
>
<input
type=
"checkbox"
<?php
echo
$rememberSelectionChecked
?>
name=
"session"
id=
"rememberForSession"
value=
"true"
>
<label
for=
"rememberForSession"
>
<?php
echo
getLocalString
(
'remember_selection'
)
?>
</label><br>
<label
for=
"rememberForSession"
>
<?php
echo
getLocalString
(
'remember_selection'
)
?>
</label><br>
<?php
if
(
$showPermanentSetting
)
:
?>
<?php
if
(
$showPermanentSetting
)
:
?>
...
...
default-notice.php
View file @
cb806863
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<
h1
><?
php
echo
getLocalString
(
'settings'
);
?>
</h1>
<
h1
><?
php
echo
getLocalString
(
'settings'
);
?>
</h1>
<form
id=
"IdPList"
name=
"IdPList"
method=
"post"
onSubmit=
"return checkForm()"
action=
"
<?php
echo
$actionURL
?>
"
>
<form
id=
"IdPList"
name=
"IdPList"
method=
"post"
onSubmit=
"return checkForm()"
action=
"
<?php
echo
$actionURL
?>
"
>
<div
id=
"userInputArea"
>
<div
id=
"userInputArea"
>
<p>
<?php
echo
getLocalString
(
'permanent_cookie_notice'
);
?>
</p>
<p
class=
"promptMessage"
>
<?php
echo
getLocalString
(
'permanent_cookie_notice'
);
?>
</p>
<div
align=
"center"
>
<div
align=
"center"
>
<select
name=
"permanent_user_idp"
id=
"userIdPSelection"
disabled=
"disabled"
>
<select
name=
"permanent_user_idp"
id=
"userIdPSelection"
disabled=
"disabled"
>
<option
value=
"-"
>
<?php
echo
$permanentUserIdPName
?>
</option>
<option
value=
"-"
>
<?php
echo
$permanentUserIdPName
?>
</option>
...
...
default-settings.php
View file @
cb806863
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<
h1
><?
php
echo
getLocalString
(
'permanent_select_header'
);
?>
</h1>
<
h1
><?
php
echo
getLocalString
(
'permanent_select_header'
);
?>
</h1>
<form
id=
"IdPList"
name=
"IdPList"
method=
"post"
onSubmit=
"return checkForm()"
action=
"
<?php
echo
$actionURL
?>
"
>
<form
id=
"IdPList"
name=
"IdPList"
method=
"post"
onSubmit=
"return checkForm()"
action=
"
<?php
echo
$actionURL
?>
"
>
<div
id=
"userInputArea"
>
<div
id=
"userInputArea"
>
<p>
<?php
echo
getLocalString
(
'permanently_remember_selection'
)
?>
</p>
<p
class=
"promptMessage"
>
<?php
echo
getLocalString
(
'permanently_remember_selection'
)
?>
</p>
<div
align=
"center"
>
<div
align=
"center"
>
<select
name=
"user_idp"
id=
"userIdPSelection"
>
<select
name=
"user_idp"
id=
"userIdPSelection"
>
<option
value=
"-"
<?php
echo
$defaultSelected
?>
>
<?php
echo
getLocalString
(
'select_idp'
)
?>
...
</option>
<option
value=
"-"
<?php
echo
$defaultSelected
?>
>
<?php
echo
getLocalString
(
'select_idp'
)
?>
...
</option>
...
...
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