Merge branch 'master' into newui
authorMichael Ang <mang@archive.org>
Mon, 4 Oct 2010 21:35:29 +0000 (21:35 +0000)
committerMichael Ang <mang@archive.org>
Mon, 4 Oct 2010 21:35:29 +0000 (21:35 +0000)
Conflicts:
BookReaderIA/inc/BookReader.inc

1  2 
BookReaderIA/inc/BookReader.inc

@@@ -130,76 -128,18 +130,77 @@@ class BookReade
      <link rel="stylesheet" type="text/css" href="/bookreader/touch/BookReaderTouch.css?v=<? echo($version); ?>">
  <? } /* uiMode */ ?>
      <script src="/includes/jquery-1.4.2.min.js" type="text/javascript"></script>
 -    <script type="text/javascript" src="/bookreader/jquery-ui-1.8.1.custom.min.js?v=<? echo($version); ?>"></script>
 +    <script type="text/javascript" src="/bookreader/jquery-ui-1.8.5.custom.min.js?v=<? echo($version); ?>"></script>
+     <script type="text/javascript" src="http://www.archive.org/includes/analytics.js?v=2"></script>
      <script type="text/javascript" src="/bookreader/dragscrollable.js?v=<? echo($version); ?>"></script>
 +    <script type="text/javascript" src="/bookreader/jquery.colorbox-min.js"></script>
 +     <!-- THIS ALLOWS BEAUTYTIPS TO WORK ON IE -->
 +        <!--[if lt IE 9]>
 +        <script type="text/javascript" src="excanvas.compiled.js"></script>
 +        <![endif]-->
 +    <script type="text/javascript" src="/bookreader/jquery.bt.min.js"></script>
      <script type="text/javascript" src="/bookreader/BookReader.js?v=<? echo($version); ?>"></script>
  </head>
 -<body style="background-color: #FFFFFF;">
 +<body style="background-color: ##939598;">
  
 -<? if ($uiMode == 'full') { ?>
 -<div id="BookReader" style="left:10px; right:200px; top:10px; bottom:2em;">Internet Archive BookReader <noscript>requires JavaScript to be enabled.</noscript></div>
 -<? } else { ?>
 -<div id="BookReader" style="left:0; right:0; top:0; bottom:0; border:0">Internet Archive Bookreader <noscript>requires JavaScript to be enabled.</noscript></div>
 -<? } /* uiMode*/ ?>
 +<?
 +/*
 +// <? if ($uiMode == 'full') { ?>
 +// <div id="BookReader" style="left:10px; right:200px; top:10px; bottom:2em;">Internet Archive BookReader <noscript>requires JavaScript to be enabled.</noscript></div>
 +// <? } else { ?>
 +// <div id="BookReader" style="left:0; right:0; top:0; bottom:0; border:0">Internet Archive Bookreader <noscript>requires JavaScript to be enabled.</noscript></div>
 +// <? } ?>
 +*/
 +?>
 +
 +<div id="BookReader">Internet Archive BookReader <noscript>requires JavaScript to be enabled.</noscript></div>
 +
 +<div id="BRnav">
 +    <div id="BRnavpos">
 +    <div id="pager"></div>
 +        <div id="BRnavline"></div>
 +<!-- LOAD SEARCH RESULTS FIRST SO CHAPTER INDICATORS CAN APPEAR IN FRONT -->
 +        <div class="search" style="left:80%;" title="Search result">
 +            <div class="query">The Kingdom of the Future, for instance, though interesting in a Caley Robinson way, with its cold, mystical colour relieved by touches of warm reddish browns, and its big draped figures, was a composition in the past, and did not stimulate the <strong><a href="">emotional</a></strong> powers of the observer with a suggestion of coming ages or a prophecy of progress. <span>Page 26</span></div>
 +        </div>
 +        
 +        <div class="search" style="left:22%;" title="Search result">
 +            <div class="query">A related distinction is between the emotion and the results of the emotion, principally behaviors and <strong><a href="">emotional</a></strong> expressions. People often behave in certain ways as a direct result of their <strong><a href="">emotional</a></strong> state, such as crying, fighting or fleeing. <span>Page 27</span></div>
 +        </div>
 +        
 +        <div class="search" style="left:75%;" title="Search result">
 +            <div class="query">A related distinction is between the emotion and the results of the emotion, principally behaviors and <strong><a href="">emotional</a></strong> expressions. People often behave in certain ways as a direct result of their <strong><a href="">emotional</a></strong> state, such as crying, fighting or fleeing. <span>Page 27</span></div>
 +        </div>
 +        
 +        <div class="chapter" style="left:1%;">
 +            <div class="title">I. The Minotaur <span>|</span> Page 1</div>
 +        </div>
 +        
 +        <div class="chapter" style="left:17%;">
 +            <div class="title">II. The Griffon <span>|</span> Page 44</div>
 +        </div>
 +        
 +        <div class="chapter" style="left:30%;">
 +            <div class="title">III. The Firedrake <span>|</span> Page 129</div>
 +        </div>
 +        
 +        <div class="chapter" style="left:67.5%;">
 +            <div class="title">V. The Pegasus <span>|</span> Page 201</div>
 +        </div>
 +        
 +        <div class="chapter" style="left:90%;">
 +            <div class="title">VI. The Goblin <span>|</span> Page 255</div>
 +        </div>
 +        
 +        <div class="searchChap" style="left:49%;" title="Search result">
 +            <div class="query">
 +            A related distinction is between the emotion and the results of the emotion, principally behaviors and <strong><a href="">emotional</a></strong> expressions. People often behave in certain ways as a direct result of their <strong><a href="">emotional</a></strong> state, such as crying, fighting or fleeing. <span>Page 163</span>
 +                <div class="queryChap">IV. The Witch <span>|</span> Page 163</div>
 +            </div>
 +        </div>
 +        
 +    </div>
 +</div>
  
  <script type="text/javascript">
    // Set some config variables -- $$$ NB: Config object format has not been finalized