added back help popups and buttons
parent
ce0438b1ac
commit
b547e000a3
|
@ -134,6 +134,45 @@
|
|||
</py:if>
|
||||
|
||||
</py:if>
|
||||
|
||||
<div id="popup2" class="overlay">
|
||||
<div class="popup">
|
||||
<a class="close" href="#">×</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="#">×</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="#">×</a>
|
||||
<div class="content">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<xi:include href="advsearch.html" />
|
||||
|
||||
|
||||
|
|
|
@ -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'}"/>
|
||||
|
|
Loading…
Reference in New Issue