mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 19:20:09 +00:00
finished the main layout.html features...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
369aecfd34
commit
3c9d408dfb
@ -34,6 +34,8 @@
|
|||||||
|
|
||||||
<script src="lib/jli.js"></script>
|
<script src="lib/jli.js"></script>
|
||||||
|
|
||||||
|
<script src="magazine.js"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
function getPageNumber(){
|
function getPageNumber(){
|
||||||
@ -82,6 +84,7 @@ function lastPage(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
// keyboard...
|
||||||
$(document)
|
$(document)
|
||||||
.keydown(makeKeyboardHandler({
|
.keydown(makeKeyboardHandler({
|
||||||
'*': {
|
'*': {
|
||||||
@ -95,6 +98,10 @@ $(document).ready(function(){
|
|||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
// expand the templates...
|
||||||
|
runMagazineTemplates()
|
||||||
|
|
||||||
|
setCurrentPage(0)
|
||||||
})
|
})
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
@ -105,7 +112,7 @@ $(document).ready(function(){
|
|||||||
<div class="viewer">
|
<div class="viewer">
|
||||||
|
|
||||||
<div class="magazine" name="PortableMag">
|
<div class="magazine" name="PortableMag">
|
||||||
<div class="cover page current">
|
<div class="cover page">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<!--h1 style="color:gray;font-size:125px;margin-bottom:-35px; margin-top: 160px">PortableMag</h1>
|
<!--h1 style="color:gray;font-size:125px;margin-bottom:-35px; margin-top: 160px">PortableMag</h1>
|
||||||
<h1 style="color:silver; font-size: 20px; margin-left:10px">A suit for publishing portable periodic magazines on mobile platforms.</h1-->
|
<h1 style="color:silver; font-size: 20px; margin-left:10px">A suit for publishing portable periodic magazines on mobile platforms.</h1-->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user