|
|
@@ -194,82 +194,82 @@
|
|
|
</div>
|
|
|
<div class="section section-2">
|
|
|
<div class="content">
|
|
|
- <div class="solution-icon-list">
|
|
|
- <ul>
|
|
|
- <@jp.contents module="customers" tag="经典案例" orderBy="order_number desc">
|
|
|
- <#list contents as content>
|
|
|
- <#if content_index==8><#break></#if>
|
|
|
- <li>
|
|
|
- <a href="${content.url!}">
|
|
|
- <div class="contentText">
|
|
|
- <p>${(content.getMetadataByKey("Abbreviation"))!}:${(content.getMetadataByKey("description"))!}</p>
|
|
|
- </div>
|
|
|
- <div class="contentImg">
|
|
|
- <img src="${content.thumbnail!}" alt="">
|
|
|
- </div>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- </#list>
|
|
|
- </@jp.contents>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
-<!-- <div class="sort-item">-->
|
|
|
+<!-- <div class="solution-icon-list">-->
|
|
|
<!-- <ul>-->
|
|
|
-<!-- <li><a href="#">当前位置:</a></li>-->
|
|
|
-<!-- <li><a href="${CPATH}/">首页</a>></li>-->
|
|
|
-<!-- <li><a id="customerCase" href="${CPATH}/customerCase">企业案例</a>></li>-->
|
|
|
-<!-- <li><a href="#">${(content.getMetadataByKey("company_name"))!}(-->
|
|
|
-<!-- <@jp.taxonomys module="customers">-->
|
|
|
-<!-- <#list taxonomys as taxonomy>-->
|
|
|
-<!-- <#if taxonomy.type=="category">-->
|
|
|
-<!-- <@jp.contents module="customers" typeSlug="${taxonomy.title}">-->
|
|
|
-<!-- <#list contents as cont>-->
|
|
|
-<!-- <#if cont == content>-->
|
|
|
-<!-- ${taxonomy.title}-->
|
|
|
-<!-- </#if>-->
|
|
|
-<!-- </#list>-->
|
|
|
-<!-- </@jp.contents>-->
|
|
|
-<!-- </#if>-->
|
|
|
-<!-- </#list>-->
|
|
|
-<!-- </@jp.taxonomys>-->
|
|
|
-<!-- )</a></li>-->
|
|
|
-<!-- </ul>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="content-left">-->
|
|
|
-<!-- <div class="sort-list">-->
|
|
|
-<!-- <@jp.taxonomys module="customers">-->
|
|
|
-<!-- <#list taxonomys as taxonomy>-->
|
|
|
-<!-- <#if taxonomy.type=="category">-->
|
|
|
-<!-- <P>${taxonomy.title}</P>-->
|
|
|
-<!-- <@jp.contents module="customers" typeSlug="${taxonomy.title}" orderBy="order_number desc">-->
|
|
|
-<!-- <ul class="pageNav">-->
|
|
|
-<!-- <#list contents as con>-->
|
|
|
-<!-- <li class="<#if con==content>active</#if>"><a href="${con.url}">${(con.getMetadataByKey("company_name"))!}</a></li>-->
|
|
|
-<!-- </#list>-->
|
|
|
-<!-- </ul>-->
|
|
|
-<!-- </@jp.contents>-->
|
|
|
-<!-- </#if>-->
|
|
|
+<!-- <@jp.contents module="customers" tag="经典案例" orderBy="order_number desc">-->
|
|
|
+<!-- <#list contents as content>-->
|
|
|
+<!-- <#if content_index==8><#break></#if>-->
|
|
|
+<!-- <li>-->
|
|
|
+<!-- <a href="${content.url!}">-->
|
|
|
+<!-- <div class="contentText">-->
|
|
|
+<!-- <p>${(content.getMetadataByKey("Abbreviation"))!}:${(content.getMetadataByKey("description"))!}</p>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- <div class="contentImg">-->
|
|
|
+<!-- <img src="${content.thumbnail!}" alt="">-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- </a>-->
|
|
|
+<!-- </li>-->
|
|
|
<!-- </#list>-->
|
|
|
-<!-- </@jp.taxonomys>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="content-right">-->
|
|
|
-<!-- <div class="content-detail">-->
|
|
|
-<!-- ${content.text!}-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="content-toggle">-->
|
|
|
-<!-- <p class="p-toggle">-->
|
|
|
-<!-- <@jp.previous>-->
|
|
|
-<!-- 上一篇:<a href="${previous.url!}">${(previous.getMetadataByKey("company_name"))!}</a>-->
|
|
|
-<!-- </@jp.previous>-->
|
|
|
-<!-- </p>-->
|
|
|
-<!-- <p class="p2-toggle">-->
|
|
|
-<!-- <@jp.next>-->
|
|
|
-<!-- 下一篇:<a href="${next.url!}">${(next.getMetadataByKey("company_name"))!}</a>-->
|
|
|
-<!-- </@jp.next>-->
|
|
|
-<!-- </p>-->
|
|
|
-<!-- </div>-->
|
|
|
+<!-- </@jp.contents>-->
|
|
|
+<!-- </ul>-->
|
|
|
<!-- </div>-->
|
|
|
+ <div class="sort-item">
|
|
|
+ <ul>
|
|
|
+ <li><a href="#">当前位置:</a></li>
|
|
|
+ <li><a href="${CPATH}/">首页</a>></li>
|
|
|
+ <li><a id="customerCase" href="${CPATH}/customerCase">企业案例</a>></li>
|
|
|
+ <li><a href="#">${(content.getMetadataByKey("company_name"))!}(
|
|
|
+ <@jp.taxonomys module="customers">
|
|
|
+ <#list taxonomys as taxonomy>
|
|
|
+ <#if taxonomy.type=="category">
|
|
|
+ <@jp.contents module="customers" typeSlug="${taxonomy.title}">
|
|
|
+ <#list contents as cont>
|
|
|
+ <#if cont == content>
|
|
|
+ ${taxonomy.title}
|
|
|
+ </#if>
|
|
|
+ </#list>
|
|
|
+ </@jp.contents>
|
|
|
+ </#if>
|
|
|
+ </#list>
|
|
|
+ </@jp.taxonomys>
|
|
|
+ )</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class="content-left">
|
|
|
+ <div class="sort-list">
|
|
|
+ <@jp.taxonomys module="customers">
|
|
|
+ <#list taxonomys as taxonomy>
|
|
|
+ <#if taxonomy.type=="category">
|
|
|
+ <P>${taxonomy.title}</P>
|
|
|
+ <@jp.contents module="customers" typeSlug="${taxonomy.title}" orderBy="order_number desc">
|
|
|
+ <ul class="pageNav">
|
|
|
+ <#list contents as con>
|
|
|
+ <li class="<#if con==content>active</#if>"><a href="${con.url}">${(con.getMetadataByKey("company_name"))!}</a></li>
|
|
|
+ </#list>
|
|
|
+ </ul>
|
|
|
+ </@jp.contents>
|
|
|
+ </#if>
|
|
|
+ </#list>
|
|
|
+ </@jp.taxonomys>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="content-right">
|
|
|
+ <div class="content-detail">
|
|
|
+ ${content.text!}
|
|
|
+ </div>
|
|
|
+ <div class="content-toggle">
|
|
|
+ <p class="p-toggle">
|
|
|
+ <@jp.previous>
|
|
|
+ 上一篇:<a href="${previous.url!}">${(previous.getMetadataByKey("company_name"))!}</a>
|
|
|
+ </@jp.previous>
|
|
|
+ </p>
|
|
|
+ <p class="p2-toggle">
|
|
|
+ <@jp.next>
|
|
|
+ 下一篇:<a href="${next.url!}">${(next.getMetadataByKey("company_name"))!}</a>
|
|
|
+ </@jp.next>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|