File: s_image_frame.xml

package info (click to toggle)
odoo 18.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 878,716 kB
  • sloc: javascript: 927,937; python: 685,670; xml: 388,524; sh: 1,033; sql: 415; makefile: 26
file content (20 lines) | stat: -rw-r--r-- 1,219 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_image_frame" name="Image Frame">
    <section class="s_image_frame o_colored_level o_cc o_cc1 pt64 pb64">
        <div class="container">
            <div class="row o_grid_mode" data-row-count="11">
                <div class="o_grid_item o_grid_item_image g-height-11 g-col-lg-12 col-lg-12 order-lg-0 rounded overflow-hidden" style="grid-area: 1 / 1 / 12 / 13; --grid-item-padding-x: 0px; --grid-item-padding-y: 0px; border-radius: 6.4px !important; order: 1;">
                    <img src="/web/image/website.s_image_frame_default_image" class="img img-fluid mx-auto" style="padding: 16px;" alt=""/>
                </div>
                <div class="o_grid_item g-height-4 g-col-lg-5 col-10 offset-1 col-lg-5 offset-lg-0 order-lg-0 rounded o_cc o_cc1" style="z-index: 1; grid-area: 7 / 7 / 11 / 12; --grid-item-padding-x: 32px; order: 0;">
                    <h3>Product highlight</h3>
                    <p class="lead">Choose a vibrant image and write an inspiring paragraph about it. It does not have to be long, but it should reinforce your image.</p>
                </div>
            </div>
        </div>
    </section>
</template>

</odoo>