<%@ page contentType="text/html; charset=utf-8" language="java"%>
<%@ page  isELIgnored = "false" %>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title> </title>
<meta name="" content="">
<meta name="" content="">
<link href="/css/core.css" rel="stylesheet" type="text/css">
<script src="/js/jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="/js/main.js" type="text/javascript"></script>
<script>
  <!--
    <c:set var="totalCount" value="${page.totalCount}" scope="request"/>
    <c:set var="pageSize" value="${page.pageSize}" scope="request"/>
    <c:set var="pageNo" value="${page.currentPageNo}" scope="request"/>
    <c:set var="totalPage" value="${page.totalPageCount}" scope="request"/>
    <c:set var="startPage" value="${pageNo-5}" scope="request"/>
    <c:if test="${startPage<=0}">
        <c:set var="startPage" value="1" scope="request"/>
    </c:if>
    <c:set var="endPage" value="${startPage+9}" scope="request"/>
    <c:if test="${endPage>=totalPage}">
       <c:set var="endPage" value="${totalPage}" scope="request"/>
    </c:if>
   var totalCount="<c:out value="${page.totalCount}" />";
   var pageSize="<c:out value="${page.pageSize}" />";
   var pageNo="<c:out value="${page.currentPageNo}" />";
   var pageCount="<c:out value="${page.totalPageCount}" />";
   var startPage="<c:out value="${startPage}"/>";
   var endPage="<c:out value="${endPage}"/>";
   var columnid="<c:out value="${columnList[0].id}"/>";
   -->   
</script>
</head>
<body>

<div class="kf_main">
    <div class="kf_right fr">
      <div class="kf_mbx"><span><a href="/index.shtml" target="_self">首页</a></span>
      <span class="kf_ico1"><a href="/research/yjsy.shtml" target="_self" >恒泰研究 </a></span>
      <span class="kf_ico1"><a href="/list/712/1.shtml" target="_self" class="hot">期权研究 </a></span>
      <span class="kf_ico1"><a href="/list/<c:out value="${columnList[0].id}" />/1.shtml" target="_self" class="hot"><c:out value="${columnList[0].name}" /></a></span>
      </div>
      <div class="kf_xz">
        
          <div class="kf_jy">
                <h2><c:out value="${columnList[0].name}" /></h2>
                <div class="kf_jynews">
                  <ul>
                      <c:forEach var="article" items="${page.result}" varStatus="status">
      <li><a <c:if test='${article.articletype eq "0"}'>href="/news/<fmt:formatDate value="${article.base.createTime}" type="both" pattern="yyyy/MM/dd"/>/<c:out value="${article.articleID}"/>/1.shtml"</c:if>
    <c:if test='${article.articletype eq "2"}'>href="<c:out value="${article.articleFile}"/>"</c:if>
    <c:if test='${article.articletype eq "1"}'>href="<c:out value="${article.articleURL}"/>"</c:if> target="_blank">${fn:regularTexts(article.title, 40)}</a>
    <fmt:formatDate value="${article.base.publishTime}" type="both" pattern="yyyy/MM/dd"/>
    </li>
  </c:forEach>
                    </ul>
                
                </div>
                    <div class="kf_page"><span>第 <c:out value="${pageNo}" /> / <c:out value="${totalPage}" /> 页</span>
        <c:if test='${pageNo==1}'>
        <a href="javaScript:void(0);" onClick="javaScript:alert('已经是第一页!');">第一页</a>
        </c:if>
        <c:if test='${pageNo!=1}'>
        <a href="1.shtml">第一页</a>
        </c:if>
        <c:if test='${pageNo==1}'>
        <a href="1.shtml" onClick="javaScript:alert('已经是第一页!');">上一页</a>
        </c:if>
        <c:if test='${pageNo>1}'>
        <a href="<c:out value='${pageNo-1}'/>.shtml">上一页</a>
        </c:if>
        
        <c:if test="${pageNo<totalPage}">
        <a href="<c:out value='${pageNo+1}'/>.shtml">下一页</a>
        </c:if>
        <c:if test="${pageNo==totalPage}">
        <a href="javaScript:void(0);" onClick="javaScript:alert('已经是最后一页!');">下一页</a>
        </c:if>
        
        <c:if test='${pageNo==totalPage}'>
        <a href="javaScript:void(0);" onClick="javaScript:alert('已经是最后一页!');">最后页</a>
        </c:if>
        <c:if test='${pageNo!=totalPage}'>
        <a href="<c:out value='${totalPage}'/>.shtml">最后页</a>
        </c:if>
        </div>
            </div>
        </div>
  </div>
    <div class="clear"></div>
</div>
<!--底部版权开始-->
 <!--#include virtual="/common/foot.shtml"-->
<!--底部版权结束-->
</body>
</html>