1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

update manifest

This commit is contained in:
Lu Wang 2013-09-29 11:00:29 +08:00
parent 5b2a379f58
commit 92eb57ed96

View File

@ -12,6 +12,7 @@
# Special
# If a line contains """ only, all text until next """ will be included
# Declaration - Do not modify
"""
<!DOCTYPE html>
<!-- Created by pdf2htmlEX (http://github.com/coolwanglu/pdf2htmlEX) -->
@ -22,17 +23,17 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
"""
# base CSS styles
# base CSS styles - Do not modify
@base.css
# fancy CSS styles - You can remove it if you don't want it
# fancy CSS styles - Optional
@fancy.css
# PDF specific CSS styles
# PDF specific CSS styles - Do not modify
$css
# Javascript codes - You can remove it if you don't want it
# Javascript codes - Optional
@jquery.js
@pdf2htmlEX.js
# entry point of pdf2htmlEX
# entry point of pdf2htmlEX - Optional
"""
<script type="text/javascript">
try{
@ -46,6 +47,7 @@ try{
</script>
"""
# Do not modify
"""
<title></title>
</head>
@ -80,6 +82,7 @@ $pages
</div>
"""
# The loading indicator
# shown when loading a page via ajax
"""
<div class="loading-indicator">
@ -89,6 +92,7 @@ $pages
</div>
"""
# Do not modify
"""
</body>
</html>