X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=BookReaderIA%2Finc%2FBookReader.inc;h=68eff3c2a7e6b62b3caf9ce8dd5f3d5ae5476d2f;hb=e08b87d9dd895da41cb728db29ea8bf33e0bdbfd;hp=9f775a8fa231f358ba188067ad1e7b264d5f11be;hpb=edf2ea8da5d41dc94599c2fc59c077778f82a03f;p=bookreader.git diff --git a/BookReaderIA/inc/BookReader.inc b/BookReaderIA/inc/BookReader.inc index 9f775a8..68eff3c 100644 --- a/BookReaderIA/inc/BookReader.inc +++ b/BookReaderIA/inc/BookReader.inc @@ -1,5 +1,17 @@ "> - + + + + + - + - -
Internet Archive BookReader
- -
Internet Archive Bookreader
- + +//
Internet Archive BookReader
+// +//
Internet Archive Bookreader
+// +*/ +?> + +
Internet Archive BookReader
+ + +
+
+
+
+ + + + + + + +
+
I. The Minotaur | Page 1
+
+ +
+
II. The Griffon | Page 44
+
+ +
+
III. The Firedrake | Page 129
+
+ +
+
V. The Pegasus | Page 201
+
+ +
+
VI. The Goblin | Page 255
+
+ +
+
+ A related distinction is between the emotion and the results of the emotion, principally behaviors and emotional expressions. People often behave in certain ways as a direct result of their emotional state, such as crying, fighting or fleeing. Page 163 +
IV. The Witch | Page 163
+
+
+ +
+
- +

@@ -176,6 +383,29 @@ class BookReader $(document).ready(function() { $(window).trigger('resize'); }); + + //XXXmang + function hideFace() { + $('#BookReader').die('mousemove').live('mousemove',function(event) { + var toolpos = $('#BRtoolbar').offset(); + var tooltop = toolpos.top; + var navkey = $(document).height() - 75; + if ((event.pageY < 76) || (event.pageY > navkey)) { + if (tooltop == -60) { + $('#BRtoolbar').animate({top:'0'}); + $('#BRnav').animate({bottom:'0'}); + }; + } else if ($('.bt-wrapper').size() == 0) { + if (tooltop == 0) { + $('#BRtoolbar').animate({top:'-60'}); + $('#BRnav').animate({bottom:'-60'}); + } + }; + }); + }; + window.onload = function() { + window.setTimeout(hideFace, 3000); + }; .*?)/(?P' . $operators . ')/(?P.*)#'; + $pattern = '#(?P.*?)/(?P' . $operators . ')/(?P.*)#'; if (preg_match($pattern, $path, $matches) === 1) { - $parts['subPrefix'] = $matches['subPrefix']; + $parts['subPrefix'] = substr($matches['subPrefix'], 1); // remove leading '/' $parts['operator'] = $matches['operator']; $parts['operand'] = $matches['operand']; } else {