- Repo for opensource odoo website theme (since V13.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
774 B

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template name="Blockquote" id="s_blockquote">
  4. <blockquote class="s_blockquote blockquote">
  5. <i class="fa fa-quote-left fa-1x bg-beta rounded-0 s_blockquote_icon"/>
  6. <div class="s_blockquote_content" style="background-color: rgba(239,239,239);">
  7. <p>Write a quote here from one of your customers. Quotes are a great way to build confidence in your products or services.</p>
  8. <footer class="blockquote-footer">
  9. <img class="img rounded-circle mr-2" src="/web/image/theme_common.image_content_10" alt=""/>
  10. John DOE • CEO of MyCompany
  11. </footer>
  12. </div>
  13. </blockquote>
  14. </template>
  15. </odoo>