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