-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More updates to demos and documentation. Preparing for a v3 release.
- Loading branch information
Showing
16 changed files
with
225 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,42 @@ | ||
<html>TODO</html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>BookReader fullscreen demo</title> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
|
||
<!-- JS dependencies --> | ||
<script src="./jquery-1.10.1.js"></script> | ||
<script src="../BookReader/jquery-ui-1.12.0.min.js"></script> | ||
<script src="../BookReader/jquery.browser.min.js"></script> | ||
<script src="../BookReader/dragscrollable-br.js"></script> | ||
<script src="../BookReader/jquery.colorbox-min.js"></script> | ||
<script src="../BookReader/jquery.bt.min.js"></script> | ||
|
||
<!-- mmenu library --> | ||
<link rel="stylesheet" href="../BookReader/mmenu/dist/css/jquery.mmenu.css"/> | ||
<link rel="stylesheet" href="../BookReader/mmenu/dist/addons/navbars/jquery.mmenu.navbars.css"/> | ||
<script src="../BookReader/mmenu/dist/js/jquery.mmenu.min.js"></script> | ||
<script src="../BookReader/mmenu/dist/addons/navbars/jquery.mmenu.navbars.min.js"></script> | ||
|
||
<!-- BookReader and plugins --> | ||
<link rel="stylesheet" href="../BookReader/BookReader.css"/> | ||
<script src="../BookReader/BookReader.js"></script> | ||
|
||
<!-- Mobile nav plugin --> | ||
<script src="../BookReader/plugins/plugin.mobile_nav.js"></script> | ||
|
||
<!-- URL-changing plugin --> | ||
<script src="../BookReader/plugins/plugin.url.js"></script> | ||
|
||
<style> | ||
html, body { width: 100%; height: 100%; margin: 0; padding: 0; } | ||
#BookReader { width: 100%; height: 100%; } | ||
</style> | ||
</head> | ||
<body> | ||
<div id="BookReader"></div> | ||
<script type="text/javascript" src="BookReaderJSSimple.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.