documentation/extensions/odoo_theme/layout_templates/header.html
Antoine Vandevenne (anv) ebc3e70d0f [APOCALYPSE] Merge all documentations and add a new homemade theme
Co-authored-by: Victor Feyens (vfe) <vfe@odoo.com>
Co-authored-by: Elisabeth Dickinson (edi) <edi@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
2021-01-28 19:05:48 +01:00

14 lines
709 B
HTML

<div class="o_logo_wrapper">
<a href="{{ pathto(master_doc) }}" class="o_logo">
{# TODO EDI/design make one unique image for Odoo docs s.t. when clicking on docs you are also redirected #}
<img src="{{ pathto('_static/img/logos/odoo_logo.svg', 1) }}"
height="30" class="mt-n1 me-2" alt="Odoo"/>
<span class="text-dark fw_extralight">docs</span>
</a>
</div>
{% include "layout_templates/searchbox.html" %}
<div class="d-none d-md-flex">
{% include "layout_templates/lang_switcher.html" %}
{% include "layout_templates/version_switcher.html" %}
<a class="btn btn-primary fw_semibold" href="https://odoo.com/trial">Try Odoo for FREE</a>
</div>