|
@@ -31,16 +31,16 @@
|
|
|
<div class="cont_left">
|
|
|
<ul class="page_left_nav">
|
|
|
<#cms_content_list siteId="${site.siteId}" categoryId="1161" orderBy="2" isHot="0" hasChild="0" isRecommend="0" size="1" titleLen="20" var="bean">
|
|
|
- <li id="${bean.categoryId}" > <a href="${frontPath}/${site.siteId}/1161/${bean.contentId!}.html" >学校简介</a> </li >
|
|
|
- </#cms_content_list>
|
|
|
- <li> <a href="${frontPath}/${site.siteId}/1162.html">学校章程</a></li >
|
|
|
- <#cms_content_list siteId="${site.siteId}" categoryId="1163" orderBy="2" isHot="0" hasChild="0" isRecommend="0" size="1" titleLen="20" var="bean">
|
|
|
- <li id="${bean.categoryId}" > <a href="${frontPath}/${site.siteId}/1163/${bean.contentId!}.html" >历史沿革</a></li >
|
|
|
- </#cms_content_list>
|
|
|
- <li > <a href="${frontPath}/${site.siteId}/1164.html">现任领导</a></li >
|
|
|
- <#cms_content_list siteId="${site.siteId}" categoryId="1165" orderBy="2" isHot="0" hasChild="0" isRecommend="0" size="1" titleLen="20" var="bean">
|
|
|
- <li id="${bean.categoryId}"> <a href="${frontPath}/${site.siteId}/1165.html">组织机构</a></li >
|
|
|
-</#cms_content_list>
|
|
|
+ <li id="${bean.categoryId}" > <a href="${frontPath}/${site.siteId}/1161/${bean.contentId!}.html" >学校简介</a> </li >
|
|
|
+ </#cms_content_list>
|
|
|
+ <li id="1162"> <a href="${frontPath}/${site.siteId}/1162.html">学校章程</a></li >
|
|
|
+ <#cms_content_list siteId="${site.siteId}" categoryId="1163" orderBy="2" isHot="0" hasChild="0" isRecommend="0" size="1" titleLen="20" var="bean">
|
|
|
+ <li id="${bean.categoryId}" > <a href="${frontPath}/${site.siteId}/1163/${bean.contentId!}.html" >历史沿革</a></li >
|
|
|
+ </#cms_content_list>
|
|
|
+ <li > <a href="${frontPath}/${site.siteId}/1164.html">现任领导</a></li >
|
|
|
+ <#cms_content_list siteId="${site.siteId}" categoryId="1165" orderBy="2" isHot="0" hasChild="0" isRecommend="0" size="1" titleLen="20" var="bean">
|
|
|
+ <li id="${bean.categoryId}"> <a href="${frontPath}/${site.siteId}/1165.html">组织机构</a></li >
|
|
|
+ </#cms_content_list>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<div class="cont_model">
|