OdooDigitizationService/addons/tx_cms/page/website.xml

87 lines
4.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="footer_custom" inherit_id="website.footer_custom">
<xpath expr="//div[@id='footer']" position="replace">
<link rel="stylesheet" href="/web/static/lib/bootstrap/dist/css/bootstrap.css"/>
<link rel="stylesheet" href="/tx_cms/static/src/css/web.css"/>
<div class="footer_main">
<div class="footer_content row">
<div class="col-lg-5">
<div class="footer_content_title">产品服务</div>
<div>
<div class="foot_table">
<div class="foot_table_tr">
<div class="foot_table_td"><a href="/benchmarking_scenarios">标杆场景</a></div>
<div class="foot_table_td"><a href="/expert_database">专家库</a></div>
<div class="foot_table_td"><a href="/digital_serviceProvider">数字化服务商</a></div>
<div class="foot_table_td"><a href="/policy_xiaolingtong">政策资讯</a></div>
</div>
<div class="foot_table_tr">
<div class="foot_table_td"><a href="/capability_diagnosis">能力诊断</a></div>
<div class="foot_table_td"><a href="/skill_improvement">技能精进</a></div>
<div class="foot_table_td"><a href="/digital_ally">数字化盟友</a></div>
<div class="foot_table_td"><a href="/insight_direct_trains">行业洞察</a></div>
</div>
<div class="foot_table_tr">
<div class="foot_table_td"><a href="/activity_exploration">活动探索</a></div>
<div class="foot_table_td"><a href="/active_management">管理跃迁</a></div>
<div class="foot_table_td"><a href="/xinchuang_open">信创开源</a></div>
<div class="foot_table_td"><a href="/about-us">关于我们</a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-2">
<div class="footer_content_title">友情链接</div>
<div>
<div><a href="#">上海市xxxxxxx委员会</a></div>
<div><a href="#">上海市xxxxxxx委员会</a></div>
</div>
</div>
<div class="col-lg-5 row">
<div class="col-lg-7">
<div class="footer_content_title">联系我们</div>
<div class="row">
<div>
<div>数字化平台</div>
<div>数字化转型赋能服务平台</div>
<div class="row">
<a href="/web/signup" style="font-size: 12px;text-decoration: none;border: 1px solid white;margin-left: 10px;"
class="btn col-lg-4 btn-link mb-2 o_default_snippet_text">申请入驻</a>
<a href="#" style="font-size: 12px;margin-left: 10px;" class="btn col-lg-4 btn-primary mb-2 o_default_snippet_text">联系我们</a>
</div>
</div>
</div>
</div>
<div class="col-lg-5">
<div>添加微信公众号</div>
<div><img style="width: 128px;" src="/tx_cms/static/src/img/wx-qrcode.jpg"/></div>
</div>
</div>
</div>
</div>
</xpath>
</template>
<template id="footer_copyright_company_name" inherit_id="website.layout">
<xpath expr="//footer//span[hasclass('o_footer_copyright_name')]" position="replace">
<link rel="stylesheet" href="/tx_cms/static/src/css/web.css"/>
<div class="tx_footer_copyright_root">
<div>指导单位XXXXX委员会</div>
<div>版权所有及技术支持XXXXX有限公司</div>
<div>ICP备XXXXXX-1</div>
<div>公网安备 XXXXXXXXXX号</div>
</div>
</xpath>
<xpath expr="//footer//t[@t-call='portal.language_selector']" position="replace"/>
<xpath expr="//footer//t[@t-call='web.brand_promotion']" position="replace"/>
<xpath expr="//footer//div[hasclass('text-sm-end')]" position="replace"/>
</template>
</odoo>