@ -32,12 +32,12 @@
< body >
< body >
< div id = "controls" >
< div id = "controls" >
< button id = "previous" onclick = "PDFView.page--;" oncontextmenu = "return false;" >
< button id = "previous" onclick = "PDFView.page--;" oncontextmenu = "return false;" >
< img src = "images/go-up.svg" align = "top" height = "32 " / >
< img src = "images/go-up.svg" align = "top" height = "16 " / >
Previous
Previous
< / button >
< / button >
< button id = "next" onclick = "PDFView.page++;" oncontextmenu = "return false;" >
< button id = "next" onclick = "PDFView.page++;" oncontextmenu = "return false;" >
< img src = "images/go-down.svg" align = "top" height = "32 " / >
< img src = "images/go-down.svg" align = "top" height = "16 " / >
Next
Next
< / button >
< / button >
@ -51,10 +51,10 @@
< div class = "separator" > < / div >
< div class = "separator" > < / div >
< button id = "zoomOut" title = "Zoom Out" onclick = "PDFView.zoomOut();" oncontextmenu = "return false;" >
< button id = "zoomOut" title = "Zoom Out" onclick = "PDFView.zoomOut();" oncontextmenu = "return false;" >
< img src = "images/zoom-out.svg" align = "top" height = "32 " / >
< img src = "images/zoom-out.svg" align = "top" height = "16 " / >
< / button >
< / button >
< button id = "zoomIn" title = "Zoom In" onclick = "PDFView.zoomIn();" oncontextmenu = "return false;" >
< button id = "zoomIn" title = "Zoom In" onclick = "PDFView.zoomIn();" oncontextmenu = "return false;" >
< img src = "images/zoom-in.svg" align = "top" height = "32 " / >
< img src = "images/zoom-in.svg" align = "top" height = "16 " / >
< / button >
< / button >
< div class = "separator" > < / div >
< div class = "separator" > < / div >
@ -74,12 +74,12 @@
< div class = "separator" > < / div >
< div class = "separator" > < / div >
< button id = "print" onclick = "window.print();" oncontextmenu = "return false;" >
< button id = "print" onclick = "window.print();" oncontextmenu = "return false;" >
< img src = "images/document-print.svg" align = "top" height = "32 " / >
< img src = "images/document-print.svg" align = "top" height = "16 " / >
Print
Print
< / button >
< / button >
< button id = "download" title = "Download" onclick = "PDFView.download();" oncontextmenu = "return false;" >
< button id = "download" title = "Download" onclick = "PDFView.download();" oncontextmenu = "return false;" >
< img src = "images/download.svg" align = "top" height = "32 " / >
< img src = "images/download.svg" align = "top" height = "16 " / >
Download
Download
< / button >
< / button >
@ -89,8 +89,8 @@
< div class = "separator" > < / div >
< div class = "separator" > < / div >
< a href = "#" id = "viewBookmark" title = "Current View (bookmark or copy the location) " >
< a href = "#" id = "viewBookmark" title = "Bookmark (or copy) current location " >
< img src = "images/bookmark.svg" alt = "Bookmark" align = "top" height = "32 " / >
< img src = "images/bookmark.svg" alt = "Bookmark" align = "top" height = "16 " / >
< / a >
< / a >
< span id = "info" > --< / span >
< span id = "info" > --< / span >
@ -106,10 +106,10 @@
< / div >
< / div >
< div id = "sidebarControls" >
< div id = "sidebarControls" >
< button id = "thumbsSwitch" title = "Show Thumbnails" onclick = "PDFView.switchSidebarView('thumbs')" data-selected >
< button id = "thumbsSwitch" title = "Show Thumbnails" onclick = "PDFView.switchSidebarView('thumbs')" data-selected >
< img src = "images/nav-thumbs.svg" align = "top" height = "32 " alt = "Thumbs" / >
< img src = "images/nav-thumbs.svg" align = "top" height = "16 " alt = "Thumbs" / >
< / button >
< / button >
< button id = "outlineSwitch" title = "Show Document Outline" onclick = "PDFView.switchSidebarView('outline')" disabled >
< button id = "outlineSwitch" title = "Show Document Outline" onclick = "PDFView.switchSidebarView('outline')" disabled >
< img src = "images/nav-outline.svg" align = "top" height = "32 " alt = "Document Outline" / >
< img src = "images/nav-outline.svg" align = "top" height = "16 " alt = "Document Outline" / >
< / button >
< / button >
< / div >
< / div >
< / div >
< / div >