This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) 2012-2016 Codenvy, S.A. | |
# All rights reserved. This program and the accompanying materials | |
# are made available under the terms of the Eclipse Public License v1.0 | |
# which accompanies this distribution, and is available at | |
# http://www.eclipse.org/legal/epl-v10.html | |
# Contributors: | |
# Codenvy, S.A. - initial API and implementation | |
FROM ubuntu | |
EXPOSE 4403 8000 8080 8443 9876 22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<t name="Homepage" priority="29" t-name="website.homepage"> | |
<t t-call="website.layout"> | |
<div id="wrap" class="oe_structure oe_empty"> | |
<section> | |
<div class="container"> | |
<div class="row"> | |
<div class="mt16 col-md-3"> | |
<img class="img img-responsive mb16 img-rounded" src="/website/image?field=datas&model=ir.attachment&id=23" style="-webkit-transform: translateX(152.8%) translateY(-6.5%);-moz-transform: translateX(152.8%) translateY(-6.5%);-ms-transform: translateX(152.8%) translateY(-6.5%);-o-transform: translateX(152.8%) translateY(-6.5%);transform: translateX(152.8%) translateY(-6.5%)"/> | |
</div> | |
<div class="mt16 col-md-3 col-md-offset-5"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<t name="Product" t-name="website_sale.product"> | |
<t t-call="website.layout"> | |
<script type="text/javascript" src="/website_sale/static/src/js/website_sale_tracking.js"/> | |
<t t-set="additional_title" t-value="product.name"/> | |
<div itemscope="itemscope" itemtype="http://schema.org/Product" id="wrap" class="js_sale"> | |
<section class="container mt8"> | |
<div class="row"> | |
<div class="col-sm-4"> | |
<ol class="breadcrumb"> | |
<li> |