diff --git a/book_toc.html b/book_toc.html index 01b280421d..a09f3d58e1 100644 --- a/book_toc.html +++ b/book_toc.html @@ -1,58 +1,62 @@ -
The page you requested could not be found. -Click here to create it. +Click here to create it.
%else:diff --git a/staticbook.html b/staticbook.html index af3cade9cb..350e533e26 100644 --- a/staticbook.html +++ b/staticbook.html @@ -16,7 +16,7 @@ function goto_page(n) { if(n<10) { prefix="00"; } - $("#bookpage").attr("src","/static/book/p"+prefix+n+".jpg"); + $("#bookpage").attr("src","/static/book/small-p"+prefix+n+".jpg"); }; function prev_page() { @@ -56,7 +56,7 @@ function next_page() {