eiru_web_login_layout.xml 1.2 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <template id="eiru_theme.eiru_web_login_layout" name="Eiru Login Assets" inherit_id="web.login_layout">
  5. <xpath expr="//link[last()]" position="after">
  6. <link rel="stylesheet" href="/eiru_theme/static/src/css/login/theme.css" />
  7. </xpath>
  8. <xpath expr="." position="inside">
  9. <div class="eiru-brand-login">
  10. <img class="animated bounceInLeft" src="/eiru_theme/static/src/img/logo.png" />
  11. <div class="animated bounceInDown">
  12. <h2>EIRU</h2>
  13. </div>
  14. </div>
  15. <script src="/eiru_theme/static/src/lib/particles.js" />
  16. <script src="/eiru_theme/static/src/js/login.js" />
  17. </xpath>
  18. <xpath expr="//div[@class='oe_single_form_container modal-content']" position="attributes">
  19. <attribute name="class">oe_single_form_container modal-content animated bounce</attribute>
  20. </xpath>
  21. <xpath expr="//div[@class='oe_single_form_footer']/a" position="replace">
  22. </xpath>
  23. </template>
  24. </data>
  25. </openerp>