main.twig 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {{ this.beginPage() }}
  2. {% if app.user.isGuest == false %}
  3. {% set statCompany=statUtils.company %}
  4. {% set statUser=statUtils.user %}
  5. {% set rule=ruleUtils.getUserAllRule(accountUtils.user) %}
  6. {% endif %}
  7. <!doctype html>
  8. <!--[if IE 6 ]>
  9. <html class="ie ie6 lte6 lte7 lte8 lte9" lang="{{ app.language }}"> <![endif]-->
  10. <!--[if IE 7 ]>
  11. <html class="ie ie7 lte7 lte8 lte9" lang="{{ app.language }}"> <![endif]-->
  12. <!--[if IE 8 ]>
  13. <html class="ie ie8 lte8 lte9" lang="{{ app.language }}"> <![endif]-->
  14. <!--[if IE 9 ]>
  15. <html class="ie ie9 lte9" lang="{{ app.language }}"> <![endif]-->
  16. <!--[if IE 10 ]>
  17. <html class="ie ie10 lte10" lang="{{ app.language }}"> <![endif]-->
  18. <!--[if IE 11 ]>
  19. <html class="ie ie11 lte11" lang="{{ app.language }}"> <![endif]-->
  20. <!--[if (gt IE 9)|!(IE)]>
  21. <html lang="{{ app.language }}" xmlns="http://www.w3.org/1999/xhtml" dir="ltr" itemscope=""
  22. itemtype="http://schema.org/WebPage">
  23. <![endif]-->
  24. <head profile="http://gmpg.org/xfn/11">
  25. <meta charset="{{ app.charset }}">
  26. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  27. <title>{% block title %}{% endblock title %}-升腾针纺</title>
  28. <meta name="author" content="升腾针纺">
  29. <meta name="keywords" content="蕾丝 互联网+ 信息服务 面料 大边 小边 睫毛"/>
  30. <meta name="description" content="蕾丝行业互联网信息服务平台,提供一站式的蕾丝产品管理、花型查找、询单推销、客户管理CRM、业务洽谈等功能。"/>
  31. <meta name="viewport" content="width=device-width, initial-scale=1">
  32. {{ html.csrfMetaTags()|raw }}
  33. <meta name="twig" content="v3">
  34. {#<link rel="shortcut icon" href="{{ app.homeUrl ~ 'favicon.ico?v=1' }}">#}
  35. {{ minify.groupCss('base')|raw }}
  36. {{ minify.groupJs('base')|raw }}
  37. {{ minify.js(['avos_push','avos'])|raw }}
  38. <link href="/officialStatics/image/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
  39. <script src="/officialStatics/js/jquery-1.11.3.js"></script>
  40. {% block js %}{% endblock js %}
  41. {% block css %}{% endblock css %}
  42. </head>
  43. <body id="body">
  44. {{ this.beginBody() }}
  45. <header id="header">
  46. <div class="header">
  47. <p class="header_left lf">欢迎来到升腾针纺</p>
  48. <p class="header_right rt">免费咨询热线:400-888-8888</p>
  49. </div>
  50. <div class="header_nav">
  51. <div class="header_image lf">
  52. <a href="/v3/official/index"><img src="/officialStatics/image/logo.png"/></a>
  53. </div>
  54. <div class="header_list rt">
  55. <ul>
  56. <li class="main">
  57. <a href="/v3/official/index">首页</a>
  58. </li>
  59. <li>
  60. <a href="/v3/official/company-profiles">公司简介</a>
  61. </li>
  62. <li>
  63. <a href="/v3/official/company-news">公司动态</a>
  64. </li>
  65. <li>
  66. <a href="/v3/official/product-type">产品分类</a>
  67. </li>
  68. <li>
  69. <a href="/v3/official/promotional-products">促销产品</a>
  70. </li>
  71. <li>
  72. <a href="/v3/official/contact-us">联系我们</a>
  73. </li>
  74. {#<li class="header_search">#}
  75. {#<input type="text"/>#}
  76. {#<b id="header_search"></b>#}
  77. {#</li>#}
  78. </ul>
  79. </div>
  80. </div>
  81. </header>
  82. {% block content %}{% endblock %}
  83. <footer id="footer">
  84. <div class="footer">
  85. <div class="footer_title">
  86. <p>福建升腾针纺有限公司</p>
  87. <p class="rt">
  88. <span class="rt" id="eng">En</span>
  89. <span class="rt" id="chn">中</span>
  90. </p>
  91. </div>
  92. <div class="footer_top lf">
  93. <ul>
  94. <li>联系人:林雪贵(总经理)</li>
  95. <li>手机号码:13599097555</li>
  96. <li>电话:0591-28761238</li>
  97. <li>传真:0591-28761296</li>
  98. </ul>
  99. </div>
  100. <div class="footer_bottom lf">
  101. <ul>
  102. <li>邮箱:fjshengteng@163.com</li>
  103. <li>公司地址:福建省长乐市松下镇龙纺工业区</li>
  104. </ul>
  105. </div>
  106. <div class="copyright lf">
  107. <ul>
  108. <li>Copyright © 2018 升腾针纺有限公司版权所有</li>
  109. </ul>
  110. </div>
  111. </div>
  112. </footer>
  113. </body>