added back help popups and buttons

master
eric 2021-05-05 18:03:27 -04:00
parent ce0438b1ac
commit b547e000a3
2 changed files with 41 additions and 0 deletions

View File

@ -134,6 +134,45 @@
</py:if>
</py:if>
<div id="popup2" class="overlay">
<div class="popup">
<a class="close" href="#">&times;</a>
<div class="content">
<ul>
<li>Advanced Search is case insensitive.</li>
<li>Fill in as many fields you like.</li>
<li>Enter one or more space separated words in each field.
Avoid punctuation characters.</li>
<li>The result will match all of the words you entered in all
of the fields. Eg. Author: <i>Jules Verne</i>, Title: <i>20</i>,
Language: <i>French</i> will get <i>20.000 Leagues Under The Sea</i>
in French.</li>
<li>Select Language: <i>English</i> only if you explicitly want to
exclude works in languages other than English.
Eg. Author: <i>Molière</i> Language: <i>English</i>
will get all the works of Molière translated into English.</li>
</ul>
</div>
</div>
</div>
<div id="popup4" class="overlay">
<div class="popup">
<a class="close" href="#">&times;</a>
<div class="content">
<p>These are different ways to browse through the collection.</p>
</div>
</div>
</div>
<div id="popup5" class="overlay">
<div class="popup">
<a class="close" href="#">&times;</a>
<div class="content">
</div>
</div>
</div>
<xi:include href="advsearch.html" />

View File

@ -1,4 +1,6 @@
<div xmlns:py="http://genshi.edgewall.org/" class="box">
<a class="button" href="#popup2">Help</a>
<!-- Advanced search form begins here -->
<form method="post" action="/ebooks/results/" accept-charset="utf-8" enctype="multipart/form-data">
<input id="collapsible1" class="toggle" type="checkbox" checked="${'true' if os.params else 'false'}"/>