Index: openacs-4/packages/xowiki/resources/templates/view-book.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/resources/templates/view-book.adp,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/xowiki/resources/templates/view-book.adp 7 Aug 2017 23:48:30 -0000 1.2 @@ -0,0 +1,86 @@ + + + @context;literal@ + @item_id;literal@ + body + doc + + @header_stuff;literal@ + + +
+ + +<% +if {$book_prev_link ne ""} { + template::add_event_listener -id bookNavPrev.a -preventdefault=false -script [subst {TocTree.getPage("$book_prev_link");}] +} +if {$book_next_link ne ""} { + template::add_event_listener -id bookNavNext.a -preventdefault=false -script [subst {TocTree.getPage("$book_next_link");}] +} +%>
+
+ @toc;noquote@ +
+
+ +
+ + + + + + + + + + +
+ + + Previous + + + + No Previous + + + + + + + +
@book_relpos@
+
+
+ + + Next + + + + No Next + +
+
+
+ +
+ +
+
+ +@footer;noquote@ +