Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
customization simpleSAMLphp
Commits
ede5887f
Commit
ede5887f
authored
3 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
current working configuration added
parent
9274cb19
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
mymodule/themes/fancytheme/default/_footer.twig
+1
-0
mymodule/themes/fancytheme/default/_footer.twig
mymodule/themes/fancytheme/default/base.twig
+1
-1
mymodule/themes/fancytheme/default/base.twig
mymodule/themes/fancytheme/multiauth/selectsource.twig
+1
-1
mymodule/themes/fancytheme/multiauth/selectsource.twig
with
3 additions
and
2 deletions
+3
-2
mymodule/themes/fancytheme/default/_footer.twig
+
1
-
0
View file @
ede5887f
<script
src=
"https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity=
"sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin=
"anonymous"
></script>
<script
src=
"https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity=
"sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin=
"anonymous"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity=
"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin=
"anonymous"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity=
"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin=
"anonymous"
></script>
<script
src=
"/js/headfoot.js"
>
</script>
<script
src=
"/js/headfoot.js"
>
</script>
<script
src=
"/js/mobile.js"
>
</script>
This diff is collapsed.
Click to expand it.
mymodule/themes/fancytheme/default/base.twig
+
1
-
1
View file @
ede5887f
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<link
rel=
"stylesheet"
href=
"
{{
asset
(
"css/stylesheet.css"
)
}}
"
>
<link
rel=
"stylesheet"
href=
"
{{
asset
(
"css/stylesheet.css"
)
}}
"
>
<link
rel=
"stylesheet"
href=
"/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"/css/m4lab.css"
>
<link
rel=
"stylesheet"
href=
"/css/m4lab.css"
>
<link
rel=
"stylesheet"
href=
"/css/
Login-Form-Clean
.css"
>
<link
rel=
"stylesheet"
href=
"/css/
m4lab-mobile
.css"
>
<link
rel=
"stylesheet"
href=
"https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity=
"sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity=
"sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay"
crossorigin=
"anonymous"
>
<link
rel=
"icon"
href=
"
{{
asset
(
"icons/favicon.ico"
)
}}
"
>
<link
rel=
"icon"
href=
"
{{
asset
(
"icons/favicon.ico"
)
}}
"
>
{%
if
isRTL
%}
{%
if
isRTL
%}
...
...
This diff is collapsed.
Click to expand it.
mymodule/themes/fancytheme/multiauth/selectsource.twig
+
1
-
1
View file @
ede5887f
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<h2>
Benutzerkonto auswählen
</h2>
<h2>
Benutzerkonto auswählen
</h2>
<p>
Bitte wählen Sie ein Benutzerkonto aus, mit dem Sie sich authentifizieren wollen:
</p>
<p>
Bitte wählen Sie ein Benutzerkonto aus, mit dem Sie sich authentifizieren wollen:
</p>
<form
action=
"
{{
selfUrl
|
escape
(
'html'
)
}}
"
method=
"get"
>
<form
action=
"
/
{{
baseurlpath
}}
module.php/multiauth/selectsource.php
"
method=
"get"
>
<input
type=
"hidden"
name=
"AuthState"
value=
"
{{
authstate
|
escape
(
'html'
)
}}
"
>
<input
type=
"hidden"
name=
"AuthState"
value=
"
{{
authstate
|
escape
(
'html'
)
}}
"
>
{%
for
key
,
source
in
sources
%}
{%
for
key
,
source
in
sources
%}
{%
set
name
=
(
'src-'
~
source.source64
)
%}
{%
set
name
=
(
'src-'
~
source.source64
)
%}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment