wordpress-theme-openmamba/distribution/footer.html

26 lines
2.1 KiB
HTML

<!--#if expr="$QUERY_STRING = /lang=([a-zA-Z0-9\-+_\.]+)/" --><!--#set var="lang" value="$1" --><!--#endif -->
<!--#if expr=$lang --><!--#else --><!--#if expr="$HTTP_ACCEPT_LANGUAGE = /([a-zA-Z0-9]+)/" --><!--#set var="lang" value="$1" --><!--#endif --><!--#endif -->
<!--#if expr="${lang} != it" --><!--#set var="lang" value="en" --><!--#endif -->
</td></tr><tr class="toptabsline"><td></td></tr></table></div>
<table class="footer">
<!--#if expr="$QUERY_STRING = /\(.*\)[&?]*lang=[a-zA-Z0-9\-+_\.]+[&]*\(.*\)/" -->
<!--#set var="MY_QUERY_STRING" value="$1$2" --><!--#else -->
<!--#set var="MY_QUERY_STRING" value="$QUERY_STRING" --><!--#endif -->
<!--#if expr="$MY_QUERY_STRING" --><!--#set var="MY_QUERY_STRING" value="&$MY_QUERY_STRING" --><!--#endif -->
<!--#if expr="$lang = it" --><tr><td>
<a href="mailto:info@openmamba.org">info@openmamba.org</a> |
<a href="javascript:window.open('/privacy.html', '_privacy', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizable=no, scrollbars=yes')">Condizioni di servizio e privacy</a> |
<a href="javascript:window.open('/licensing.html', '_privacy', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizable=no, scrollbars=yes')">Condizioni di licenza</a> |
<a href="/community/credits.html">Ringraziamenti</a> |
<a href="/distribution/statistics.html">Statistiche</a> |
<a href="?lang=en<!--#echo var=MY_QUERY_STRING -->">English version</a>
<!--#else --><tr><td>
<a href="mailto:info@openmamba.org">info@openmamba.org</a> |
<a href="javascript:window.open('/privacy.html', '_privacy', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizable=no, scrollbars=yes')">Service and privacy conditions</a> |
<a href="javascript:window.open('/licensing.html', '_privacy', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizable=no, scrollbars=yes')">Licensing terms</a> |
<a href="/community/credits.html">Credits</a> |
<a href="/distribution/statistics.html">Statistics</a> |
<a href="?lang=it<!--#echo var=MY_QUERY_STRING -->">Versione italiana</a>
<!--#endif --></td></tr>
</table></body></html>