Add custom template files to ease skin customization (#306)

environments/ppa-mbqj77/deployments/1
Clément Oudot 14 years ago
parent 8c5277642e
commit 1e5a90e6dd
  1. 9
      modules/lemonldap-ng-portal/MANIFEST
  2. 7
      modules/lemonldap-ng-portal/example/skins/dark/customfooter.tpl
  3. 1
      modules/lemonldap-ng-portal/example/skins/dark/customhead.tpl
  4. 1
      modules/lemonldap-ng-portal/example/skins/dark/customheader.tpl
  5. 8
      modules/lemonldap-ng-portal/example/skins/impact/customfooter.tpl
  6. 1
      modules/lemonldap-ng-portal/example/skins/impact/customhead.tpl
  7. 1
      modules/lemonldap-ng-portal/example/skins/impact/customheader.tpl
  8. 9
      modules/lemonldap-ng-portal/example/skins/impact/footer.tpl
  9. 2
      modules/lemonldap-ng-portal/example/skins/impact/header.tpl
  10. 7
      modules/lemonldap-ng-portal/example/skins/pastel/customfooter.tpl
  11. 1
      modules/lemonldap-ng-portal/example/skins/pastel/customhead.tpl
  12. 1
      modules/lemonldap-ng-portal/example/skins/pastel/customheader.tpl
  13. 8
      modules/lemonldap-ng-portal/example/skins/pastel/footer.tpl
  14. 3
      modules/lemonldap-ng-portal/example/skins/pastel/header.tpl

@ -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

@ -0,0 +1,7 @@
<!-- Custom HTML footer -->
<p>
<lang en="Service provided by" fr="Ce service est fourni par" />
<a href="http://lemonldap-ng.org" target="_blank">LemonLDAP::NG</a>,
<lang en="free software covered by the GPL license" fr="logiciel libre prot&eacute;g&eacute; par la licence GPL" />.
</p>

@ -0,0 +1 @@
<!-- Custom <head> markups, like CSS, js, etc. -->

@ -0,0 +1,8 @@
<!-- Custom HTML footer -->
<p>
<lang en="Service provided by" fr="Ce service est fourni par" />
<a href="http://lemonldap-ng.org" target="_blank">LemonLDAP::NG</a>,
<lang en="free software covered by the GPL license" fr="logiciel libre prot&eacute;g&eacute; par la licence GPL" />.
</p>
<a href="http://lemonldap-ng.org" target="_blank"><img src="/skins/<TMPL_VAR NAME="SKIN">/images/logo_lemonldap-ng_400px.png" alt="LemonLDAP::NG logo" width="120" /></a>

@ -0,0 +1 @@
<!-- Custom <head> markups, like CSS, js, etc. -->

@ -1,11 +1,4 @@
<div id="layout-footer">
<p>
<lang en="Service provided by" fr="Ce service est fourni par" />
<a href="http://lemonldap-ng.org" target="_blank">LemonLDAP::NG</a>,
<lang en="free software covered by the GPL license" fr="logiciel libre prot&eacute;g&eacute; par la licence GPL" />.
</p>
<a href="http://lemonldap-ng.org" target="_blank"><img src="/skins/<TMPL_VAR NAME="SKIN">/images/logo_lemonldap-ng_400px.png" alt="LemonLDAP::NG logo" width="120" /></a>
</div>
<div id="layout-footer"><TMPL_INCLUDE NAME="customfooter.tpl"></div>
</div>

@ -26,8 +26,10 @@
var antiframe='<TMPL_VAR NAME="ANTIFRAME">';
//]]></script>
<script type="text/javascript" src="/skins/common/portal.js"></script>
<TMPL_INCLUDE NAME="customhead.tpl">
</head>
<body>
<div id="layout">
<div id="layout-header"><TMPL_INCLUDE NAME="customheader.tpl"></div>

@ -0,0 +1,7 @@
<!-- Custom HTML footer -->
<p>
<lang en="Service provided by" fr="Ce service est fourni par" />
<a href="http://lemonldap-ng.org" target="_blank">LemonLDAP::NG</a>,
<lang en="free software covered by the GPL license" fr="logiciel libre prot&eacute;g&eacute; par la licence GPL" />.
</p>

@ -0,0 +1 @@
<!-- Custom <head> markups, like CSS, js, etc. -->

@ -1,10 +1,4 @@
<div id="footer">
<p>
<lang en="Service provided by" fr="Ce service est fourni par" />
<a href="http://lemonldap-ng.org" target="_blank">LemonLDAP::NG</a>,
<lang en="free software covered by the GPL license" fr="logiciel libre prot&eacute;g&eacute; par la licence GPL" />.
</p>
</div>
<div id="footer"><TMPL_INCLUDE NAME="customfooter.tpl"></div>
</div>

@ -26,9 +26,10 @@
var antiframe='<TMPL_VAR NAME="ANTIFRAME">';
//]]></script>
<script type="text/javascript" src="/skins/common/portal.js"></script>
<TMPL_INCLUDE NAME="customhead.tpl">
</head>
<body>
<div id="page">
<div id="header"></div>
<div id="header"><TMPL_INCLUDE NAME="customheader.tpl"></div>

Loading…
Cancel
Save