|
@@ -1,45 +0,0 @@
|
|
|
-<!--头部开始-->
|
|
|
-@includeFileTemplate("/www/tuiyijunren/include/header.html"){}
|
|
|
-<!--头部结束-->
|
|
|
-<!--中间内容开始-->
|
|
|
-<div class="er_content clearfix">
|
|
|
- <div class="er_left fl">
|
|
|
- <div class="er_nav">
|
|
|
- <h4>地方孵化基地${categoryId}</h4>
|
|
|
- <#cms_category_list siteId="${site.siteId}" categoryId="1240" isNav="0" var="bean">
|
|
|
- <a id="${bean.categoryId}" href="${frontPath}/${site.siteId}/${bean.categoryId}.html">${bean.categoryName}</a>
|
|
|
- </#cms_category_list>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="er_right fl">
|
|
|
- <div class="news_list">
|
|
|
- <#cms_pagination siteId="${site.siteId}" categoryId="${categoryId}" page="${page}" moreNum="6" var="page">
|
|
|
- <#cms_content_list siteId="${site.siteId}" categoryId="${categoryId}" orderBy="3" isHot="0" hasChild="0" isRecommend="0" size="8" titleLen="24" var="bean">
|
|
|
- <a class="news_list_div clearfix" href="${bean.url!}">
|
|
|
- <img src="${bean.thumb!}" alt="${bean.title!}"/>
|
|
|
- <div class="news_list_text">
|
|
|
- <h2>${bean.title!}</h2>
|
|
|
- <h2>${bean.category.categoryId!}</h2>
|
|
|
- <span>${bean.description!}</span>
|
|
|
- <p><i class="date">${bean.inputdate,dateFormat="yyyy年MM月dd日"}</i><i class="djl">点击量:${bean.viewNum!}</i></p>
|
|
|
- </div>
|
|
|
- </a>
|
|
|
- </#cms_content_list>
|
|
|
- </#cms_pagination>
|
|
|
- </div>
|
|
|
- <div class="fenye">
|
|
|
- @includeFileTemplate("/www/tuiyijunren/include/page.html"){}
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-</div>
|
|
|
-<script>
|
|
|
- $(function () {
|
|
|
- let id = "${categoryId}";
|
|
|
- $("#"+id).addClass("on");
|
|
|
- });
|
|
|
-</script>
|
|
|
-<!--中间内容结束-->
|
|
|
-<!--底部开始-->
|
|
|
-@includeFileTemplate("/www/tuiyijunren/include/footer.html"){}
|
|
|
-<!--底部结束-->
|
|
|
-
|