diff --git a/modules/lemonldap-ng-portal/MANIFEST b/modules/lemonldap-ng-portal/MANIFEST index a9878d7eb..bb741b14c 100644 --- a/modules/lemonldap-ng-portal/MANIFEST +++ b/modules/lemonldap-ng-portal/MANIFEST @@ -68,6 +68,9 @@ example/skins/common/warning_triangle.png example/skins/common/yubico-icon-small.gif example/skins/dark/confirm.tpl example/skins/dark/css/styles.css +example/skins/dark/customfooter.tpl +example/skins/dark/customhead.tpl +example/skins/dark/customheader.tpl example/skins/dark/error.tpl example/skins/dark/footer.tpl example/skins/dark/header.tpl @@ -85,6 +88,9 @@ example/skins/dark/yubikeyform.tpl example/skins/impact/authmessage.tpl example/skins/impact/confirm.tpl example/skins/impact/css/styles.css +example/skins/impact/customfooter.tpl +example/skins/impact/customhead.tpl +example/skins/impact/customheader.tpl example/skins/impact/error.tpl example/skins/impact/footer.tpl example/skins/impact/header.tpl @@ -108,6 +114,9 @@ example/skins/impact/standardform.tpl example/skins/impact/yubikeyform.tpl example/skins/pastel/confirm.tpl example/skins/pastel/css/styles.css +example/skins/pastel/customfooter.tpl +example/skins/pastel/customhead.tpl +example/skins/pastel/customheader.tpl example/skins/pastel/error.tpl example/skins/pastel/footer.tpl example/skins/pastel/header.tpl diff --git a/modules/lemonldap-ng-portal/example/skins/dark/customfooter.tpl b/modules/lemonldap-ng-portal/example/skins/dark/customfooter.tpl new file mode 100644 index 000000000..b8a01581f --- /dev/null +++ b/modules/lemonldap-ng-portal/example/skins/dark/customfooter.tpl @@ -0,0 +1,7 @@ + +

+ + LemonLDAP::NG, + . +

+ diff --git a/modules/lemonldap-ng-portal/example/skins/dark/customhead.tpl b/modules/lemonldap-ng-portal/example/skins/dark/customhead.tpl new file mode 100644 index 000000000..cff7e7172 --- /dev/null +++ b/modules/lemonldap-ng-portal/example/skins/dark/customhead.tpl @@ -0,0 +1 @@ + diff --git a/modules/lemonldap-ng-portal/example/skins/dark/customheader.tpl b/modules/lemonldap-ng-portal/example/skins/dark/customheader.tpl new file mode 100644 index 000000000..b98765650 --- /dev/null +++ b/modules/lemonldap-ng-portal/example/skins/dark/customheader.tpl @@ -0,0 +1 @@ + diff --git a/modules/lemonldap-ng-portal/example/skins/impact/customfooter.tpl b/modules/lemonldap-ng-portal/example/skins/impact/customfooter.tpl new file mode 100644 index 000000000..56cc51fd6 --- /dev/null +++ b/modules/lemonldap-ng-portal/example/skins/impact/customfooter.tpl @@ -0,0 +1,8 @@ + +

+ + LemonLDAP::NG, + . +

+ /images/logo_lemonldap-ng_400px.png" alt="LemonLDAP::NG logo" width="120" /> + diff --git a/modules/lemonldap-ng-portal/example/skins/impact/customhead.tpl b/modules/lemonldap-ng-portal/example/skins/impact/customhead.tpl new file mode 100644 index 000000000..cff7e7172 --- /dev/null +++ b/modules/lemonldap-ng-portal/example/skins/impact/customhead.tpl @@ -0,0 +1 @@ + diff --git a/modules/lemonldap-ng-portal/example/skins/impact/customheader.tpl b/modules/lemonldap-ng-portal/example/skins/impact/customheader.tpl new file mode 100644 index 000000000..b98765650 --- /dev/null +++ b/modules/lemonldap-ng-portal/example/skins/impact/customheader.tpl @@ -0,0 +1 @@ + diff --git a/modules/lemonldap-ng-portal/example/skins/impact/footer.tpl b/modules/lemonldap-ng-portal/example/skins/impact/footer.tpl index c58152d5d..4aea99b84 100644 --- a/modules/lemonldap-ng-portal/example/skins/impact/footer.tpl +++ b/modules/lemonldap-ng-portal/example/skins/impact/footer.tpl @@ -1,11 +1,4 @@ - + diff --git a/modules/lemonldap-ng-portal/example/skins/impact/header.tpl b/modules/lemonldap-ng-portal/example/skins/impact/header.tpl index 4a4325b84..1958a02ae 100644 --- a/modules/lemonldap-ng-portal/example/skins/impact/header.tpl +++ b/modules/lemonldap-ng-portal/example/skins/impact/header.tpl @@ -26,8 +26,10 @@ var antiframe=''; //]]> +
+
diff --git a/modules/lemonldap-ng-portal/example/skins/pastel/customfooter.tpl b/modules/lemonldap-ng-portal/example/skins/pastel/customfooter.tpl new file mode 100644 index 000000000..b8a01581f --- /dev/null +++ b/modules/lemonldap-ng-portal/example/skins/pastel/customfooter.tpl @@ -0,0 +1,7 @@ + +

+ + LemonLDAP::NG, + . +

+ diff --git a/modules/lemonldap-ng-portal/example/skins/pastel/customhead.tpl b/modules/lemonldap-ng-portal/example/skins/pastel/customhead.tpl new file mode 100644 index 000000000..cff7e7172 --- /dev/null +++ b/modules/lemonldap-ng-portal/example/skins/pastel/customhead.tpl @@ -0,0 +1 @@ + diff --git a/modules/lemonldap-ng-portal/example/skins/pastel/customheader.tpl b/modules/lemonldap-ng-portal/example/skins/pastel/customheader.tpl new file mode 100644 index 000000000..b98765650 --- /dev/null +++ b/modules/lemonldap-ng-portal/example/skins/pastel/customheader.tpl @@ -0,0 +1 @@ + diff --git a/modules/lemonldap-ng-portal/example/skins/pastel/footer.tpl b/modules/lemonldap-ng-portal/example/skins/pastel/footer.tpl index 78585f56c..83571f96b 100644 --- a/modules/lemonldap-ng-portal/example/skins/pastel/footer.tpl +++ b/modules/lemonldap-ng-portal/example/skins/pastel/footer.tpl @@ -1,10 +1,4 @@ - +
diff --git a/modules/lemonldap-ng-portal/example/skins/pastel/header.tpl b/modules/lemonldap-ng-portal/example/skins/pastel/header.tpl index be6bc50d0..ff7ca7ba2 100644 --- a/modules/lemonldap-ng-portal/example/skins/pastel/header.tpl +++ b/modules/lemonldap-ng-portal/example/skins/pastel/header.tpl @@ -26,9 +26,10 @@ var antiframe=''; //]]> +
- +