1 |
- <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org"
xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
<head th:replace="common::header(~{::title},~{::link})">
<title>技淘网-公司简介</title>
<link th:href="${portalHost + '/dll/dll.css'}" rel="stylesheet">
<link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
<link th:href="${portalHost + '/newMenu/companyProfile.css'}" rel="stylesheet">
</head>
<body>
<div th:replace="common::nav('','')"></div>
<div class="carousel">
<img th:src="${portalHost+'/img/patent/company_Banner.jpg'}" alt="First slide">
</div>
<!--主体内容-->
<div class="container">
<div class="componyLogo">
<div><img th:src="${org.companyLogoUrl}==null or ${org.companyLogoUrl}==''?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+org.companyLogoUrl}" alt=""></div>
<p th:text="${org.identifyName}">湖南阿凡提有限公司</p>
</div>
<div class="RecommendTitle">
<h2>服务项目</h2>
<span></span>
</div>
<div class="componyService">
<ul>
<li th:each="p:${jtProjects}">
<a th:href="@{/portal/service/serviceDetail(id=${p.id})}">
<div class="componyServiceImg">
<img th:src="${p.maxImgUrl}==null or ${p.maxImgUrl} == ''?${portalHost+'/img/initPic/serviceInit.jpg'}:${avatarUploadHost+p.maxImgUrl}" alt="">
</div>
<div class="txtIntroduce">
<div class="txts">
<p> <span th:text="${p.price}==null?'面议':${'¥'+p.price+'万元'}"></span>
<span class="componyName" th:text="${p.name}">测试11</span></p>
</div>
<!-- <div class="btnTxt">
<p><span class="companyImg"></span><span class="companyName" th:text="${p.companyName}">湖南科技邮箱公司</span>
<span class="number" th:text="${p.dealCount}">销量 : <span>1</span></span></p>
</div> -->
</div>
</a>
</li>
</ul>
</div>
<div class="introducue">
<h3 >公司简介</h3>
<p th:text="(${org.introduction}==null or ${org.introduction}=='')?'暂无':${org.introduction}">近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回关。</p>
</div>
<div class="introducue business">
<h3 >业务范围</h3>
<p th:text="(${org.businessScope}==null or${org.businessScope}=='')?'暂无':${org.businessScope}">近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回关。</p>
</div>
<div class="RecommendTitle">
<h2>荣誉资质</h2>
<span></span>
</div>
<div class="cooperationPeople">
<div class="customerList">
<ul>
<li th:each="pic:${honors}">
<div>
<img th:src="(${pic}==null or ${pic}=='')?${portalHost+'/img/initPic/achievementInit.jpg'}:${avatarUploadHost+pic}" alt="">
</div>
</li>
</ul>
</div>
<div class="btnDirection">
<span class="listPre">
</span>
<span class="listNext">
</span>
</div>
</div>
<div class="RecommendTitle">
<h2>联系我们</h2>
<span></span>
</div>
<ol class="contantUs">
<li>
<span class="glyphicon glyphicon-earphone"></span>
<div>
<p>联系方式<span class="pho" th:text="(${org.fixedTel}==null or ${org.fixedTel}=='')?'暂无':${org.fixedTel}"></span></p>
<!-- <p>QQ号码<span class="pho" th:text="(${org.qq}==null or ${org.qq}=='')?'暂无':${org.qq}">74637383930</span></p> -->
</div>
</li>
<li>
<span class="glyphicon glyphicon-envelope"></span>
<div>
<p>公司邮箱</span></p>
<p><span th:text="(${org.email}==null or ${org.email}=='')?'暂无':${org.email}">3846252890@qq.com</span> </p>
</div>
</li>
<li>
<span class="glyphicon glyphicon-map-marker"></span>
<div>
<p>公司地址</span></p>
<p><span th:text="(${org.postalAddress}==null or ${org.postalAddress}=='')?'暂无':${org.postalAddress}">湖南省长沙市营盘东路</span> </p>
</div>
</li>
</ol>
</div>
<footer>
<div th:replace="common::copyright"></div>
<div th:replace="common::login"></div>
</footer>
<div th:replace="common::footer(~{::script})">
<script type="text/javascript" th:src="${portalHost + '/dll/dll.js'}"></script>
<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
<script type="text/javascript" th:src="${portalHost+'/newMenu/companyProfile.js'}"></script>
</div>
</body>
<!-- <script src="../../src/js/jquery-2.1.0.js"></script>
<script src="../../src/js/public.js"></script>
<script src="../../src//js/newMenu/patent.js"></script>
<script src="http://libs.baidu.com/bootstrap/3.0.3/js/bootstrap.min.js"></script> -->
</html>
|