diff --git a/TODO b/TODO index f716835..e5665e6 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,5 @@ -clean manifest and js move pdf2htmlEX.Viewer's contstants outside +default config object - dots issue - AdobeXML*.pdf diff --git a/share/base.css.in b/share/base.css.in index 20ec3f0..013af54 100644 --- a/share/base.css.in +++ b/share/base.css.in @@ -104,7 +104,7 @@ .@CSS_PAGE_CONTENT_BOX_CN@.opened { /* used by pdf2htmlEX.js, to show/hide pages */ display:block; } -.@CSS_FULL_BACKGROUND_IMAGE_CN@ { +.@CSS_FULL_BACKGROUND_IMAGE_CN@ { /* images that occupies the whole page */ position:absolute; border:0; margin:0; @@ -117,7 +117,7 @@ -webkit-user-select:none; user-select:none; } -.@CSS_BACKGROUND_IMAGE_CN@ { +.@CSS_BACKGROUND_IMAGE_CN@ { /* images that cover only a part of the page */ position:absolute; border:0; margin:0; diff --git a/share/manifest b/share/manifest index 76b949c..59f4ca5 100644 --- a/share/manifest +++ b/share/manifest @@ -12,10 +12,11 @@ # Special # If a line contains """ only, all text until next """ will be included +############# # Declaration - Do not modify """ - + @@ -23,17 +24,21 @@ """ +############# +# Styles # base CSS styles - Do not modify @base.css # fancy CSS styles - Optional @fancy.css # PDF specific CSS styles - Do not modify $css -# Javascript codes - Optional + + +############# +# UI stuffs, optional @jquery.js @pdf2htmlEX.js - -# entry point of pdf2htmlEX - Optional +# entry point """ """ +############# # Do not modify """ @@ -54,6 +60,7 @@ try{ """ +############# # The sidebar # By default this is hidden, pdf2htmlEX.js will add the 'opened' class if it is not empty # You can add a class 'opened' here if you want it always opened or you don't use pdf2htmlEX.js @@ -72,6 +79,7 @@ $outline """ +############# # The container of PDF pages # check base.css for an example and requirements of its CSS styles """ @@ -82,6 +90,7 @@ $pages """ +############# # The loading indicator # shown when loading a page via ajax """ @@ -92,6 +101,7 @@ $pages """ +############# # Do not modify """