|
|
|
@ -34,19 +34,19 @@ font{
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<%
|
|
|
|
|
if(session.getAttribute("reader")!=null && session.getAttribute("reader_first")!=null &&session.getAttribute("reader_first").equals("1")){
|
|
|
|
|
session.setAttribute("reader_first", "2");
|
|
|
|
|
//session.setAttribute("reader", session.getAttribute("reader"));
|
|
|
|
|
System.out.println(session.getAttribute("reader_first")+"??-------??"+session.getAttribute("reader"));
|
|
|
|
|
|
|
|
|
|
%>
|
|
|
|
|
<!-- <script>window.parent.location.href = "./04readerFrame.jsp";</script> -->
|
|
|
|
|
<script>window.parent.location.href = "./04readerFrame.jsp";</script>
|
|
|
|
|
|
|
|
|
|
<%
|
|
|
|
|
}System.out.println(session.getAttribute("reader_first")+"??-------??"+session.getAttribute("reader"));
|
|
|
|
|
}
|
|
|
|
|
%>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="carousel-example-generic" class="carousel slide showCarousel" data-ride="carousel" data-interval="2000" style="width:96%;margin-left:2%;">
|
|
|
|
|
<!-- Indicators -->
|
|
|
|
|
<ol class="carousel-indicators">
|
|
|
|
|