first commit
This commit is contained in:
commit
4d332ef662
27586 changed files with 3281783 additions and 0 deletions
34
www/pdf_flipbook.jsp
Normal file
34
www/pdf_flipbook.jsp
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html><jsp:useBean id="lang" class="java.lang.String" type="java.lang.String" scope="session" >
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.js"></script>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css-flipbook/flipbook.style.css">
|
||||
<link rel="stylesheet" type="text/css" href="css-flipbook/font-awesome.css">
|
||||
|
||||
<script src="js-flipbook/flipbook.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
$(document).ready(function () {
|
||||
$("#container").flipBook({
|
||||
pdfUrl:"pdf/test.pdf",
|
||||
});
|
||||
|
||||
})
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
<p><acx:lang>Real 3D Flipbook has lightbox feature - book can be displayed in the same page with lightbox effect.</acx:lang></p>
|
||||
<p><acx:lang>Click on a book cover to start reading.</acx:lang></p>
|
||||
<img src="images/book2/thumb1.jpg" />
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue