Skip to content
Snippets Groups Projects
Commit 1dc9d141 authored by Éloïs's avatar Éloïs
Browse files

[enh] add pageName in all html title

parent 33721953
No related branches found
No related tags found
1 merge request!62Dev2
${(host.substr(host.length-6,6) == '.onion') ? HTML_TOR_HEAD:HTML_HEAD} ${(host.substr(host.length-6,6) == '.onion') ? HTML_TOR_HEAD:HTML_HEAD}
<title>${currencyName}-monit</title> <title>${currencyName}-monit : ${MENU_LANG[pageName]}</title>
</head> </head>
<body> <body>
......
${(host.substr(host.length-6,6) == '.onion') ? HTML_TOR_HEAD:HTML_HEAD} ${(host.substr(host.length-6,6) == '.onion') ? HTML_TOR_HEAD:HTML_HEAD}
<title>${currencyName}-monit</title> <title>${currencyName}-monit : ${MENU_LANG['ABOUT']}</title>
</head> </head>
<body> <body>
......
${(host.substr(host.length-6,6) == '.onion') ? HTML_TOR_HEAD:HTML_HEAD} ${(host.substr(host.length-6,6) == '.onion') ? HTML_TOR_HEAD:HTML_HEAD}
<title>${currencyName}-monit</title> <title>${currencyName}-monit : ${MENU_LANG['MEMBERS']}</title>
</head> </head>
<body> <body>
......
${(host.substr(host.length-6,6) == '.onion') ? HTML_TOR_HEAD:HTML_HEAD} ${(host.substr(host.length-6,6) == '.onion') ? HTML_TOR_HEAD:HTML_HEAD}
<title>${currencyName}-monit</title> <title>${currencyName}-monit : ${MENU_LANG['WILL_MEMBERS']}</title>
<script type="text/javascript">// <![CDATA[ <script type="text/javascript">// <![CDATA[
function deroule(champ,valeur) function deroule(champ,valeur)
......
<!-- Inclure l'en-tête commun --> <!-- Inclure l'en-tête commun -->
${(host.substr(host.length-6,6) == '.onion') ? HTML_TOR_HEAD:HTML_HEAD} ${(host.substr(host.length-6,6) == '.onion') ? HTML_TOR_HEAD:HTML_HEAD}
<title>${currencyName}-monit</title> <title>${currencyName}-monit : ${MENU_LANG['WOTEX']}</title>
<!-- Style css spécifique de wotex --> <!-- Style css spécifique de wotex -->
<style> <style>
.sentry { .sentry {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment