123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- {{ this.beginPage() }}
- {% if app.user.isGuest == false %}
- {% set statCompany=statUtils.company %}
- {% set statUser=statUtils.user %}
- {% set rule=ruleUtils.getUserAllRule(accountUtils.user) %}
- {% endif %}
- <!doctype html>
- <!--[if IE 6 ]>
- <html class="ie ie6 lte6 lte7 lte8 lte9" lang="{{ app.language }}"> <![endif]-->
- <!--[if IE 7 ]>
- <html class="ie ie7 lte7 lte8 lte9" lang="{{ app.language }}"> <![endif]-->
- <!--[if IE 8 ]>
- <html class="ie ie8 lte8 lte9" lang="{{ app.language }}"> <![endif]-->
- <!--[if IE 9 ]>
- <html class="ie ie9 lte9" lang="{{ app.language }}"> <![endif]-->
- <!--[if IE 10 ]>
- <html class="ie ie10 lte10" lang="{{ app.language }}"> <![endif]-->
- <!--[if IE 11 ]>
- <html class="ie ie11 lte11" lang="{{ app.language }}"> <![endif]-->
- <!--[if (gt IE 9)|!(IE)]>
- <html lang="{{ app.language }}" xmlns="http://www.w3.org/1999/xhtml" dir="ltr" itemscope=""
- itemtype="http://schema.org/WebPage">
- <![endif]-->
- <head profile="http://gmpg.org/xfn/11">
- <meta charset="{{ app.charset }}">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>{% block title %}{% endblock title %}-升腾针纺</title>
- <meta name="author" content="升腾针纺">
- <meta name="keywords" content="蕾丝 互联网+ 信息服务 面料 大边 小边 睫毛"/>
- <meta name="description" content="蕾丝行业互联网信息服务平台,提供一站式的蕾丝产品管理、花型查找、询单推销、客户管理CRM、业务洽谈等功能。"/>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- {{ html.csrfMetaTags()|raw }}
- <meta name="twig" content="v3">
- {#<link rel="shortcut icon" href="{{ app.homeUrl ~ 'favicon.ico?v=1' }}">#}
- {{ minify.groupCss('base')|raw }}
- {{ minify.groupJs('base')|raw }}
- {{ minify.js(['avos_push','avos'])|raw }}
- <link href="/officialStatics/image/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
- <script src="/officialStatics/js/jquery-1.11.3.js"></script>
- {% block js %}{% endblock js %}
- {% block css %}{% endblock css %}
- </head>
- <body id="body">
- {{ this.beginBody() }}
- <header id="header">
- <div class="header">
- <p class="header_left lf">欢迎来到升腾针纺</p>
- <p class="header_right rt">免费咨询热线:400-888-8888</p>
- </div>
- <div class="header_nav">
- <div class="header_image lf">
- <a href="/v3/official/index"><img src="/officialStatics/image/logo.png"/></a>
- </div>
- <div class="header_list rt">
- <ul>
- <li class="main">
- <a href="/v3/official/index">首页</a>
- </li>
- <li>
- <a href="/v3/official/company-profiles">公司简介</a>
- </li>
- <li>
- <a href="/v3/official/company-news">公司动态</a>
- </li>
- <li>
- <a href="/v3/official/product-type">产品分类</a>
- </li>
- <li>
- <a href="/v3/official/promotional-products">促销产品</a>
- </li>
- <li>
- <a href="/v3/official/contact-us">联系我们</a>
- </li>
- {#<li class="header_search">#}
- {#<input type="text"/>#}
- {#<b id="header_search"></b>#}
- {#</li>#}
- </ul>
- </div>
- </div>
- </header>
- {% block content %}{% endblock %}
- <footer id="footer">
- <div class="footer">
- <div class="footer_title">
- <p>福建升腾针纺有限公司</p>
- <p class="rt">
- <span class="rt" id="eng">En</span>
- <span class="rt" id="chn">中</span>
- </p>
- </div>
- <div class="footer_top lf">
- <ul>
- <li>联系人:林雪贵(总经理)</li>
- <li>手机号码:13599097555</li>
- <li>电话:0591-28761238</li>
- <li>传真:0591-28761296</li>
- </ul>
- </div>
- <div class="footer_bottom lf">
- <ul>
- <li>邮箱:fjshengteng@163.com</li>
- <li>公司地址:福建省长乐市松下镇龙纺工业区</li>
- </ul>
- </div>
- <div class="copyright lf">
- <ul>
- <li>Copyright © 2018 升腾针纺有限公司版权所有</li>
- </ul>
- </div>
- </div>
- </footer>
- </body>
|