rel_3_0 moved to HEAD (removing useless file)
[koha.git] / koha-tmpl / opac-tmpl / npl / en / search-test.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryName" --> -- Library Catalog
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 <!--TMPL_INCLUDE NAME="masthead.inc" -->
4 <!--TMPL_INCLUDE NAME="navigation.inc" -->
5
6 <div id="main">
7
8 <div class="content-block">
9
10 <!-- TMPL_IF NAME="loggedinusername" -->
11 <!-- TMPL_ELSE --><div id="sidebar">
12 <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
13 <h3>Log in to Check Your Account</h3>
14 <p><label for="userid">Card Number:</label><!-- Hide from NPL --><input type="text" id="userid" size="10" name="userid" /><!-- /Hide from NPL --> <!-- Display for NPL // <input type="text" id="userid" size="10" name="userid" onblur="ValidateCode();" /> //Display for NPL --></p>
15 <p><label for="password">Password:</label> <input type="password" id="password" size="10" name="password" /></p>
16 <p><input type="submit" value="Log In" class="submit" /></p>
17 </form></div>
18 <!-- /TMPL_IF -->
19
20 <form action="/cgi-bin/koha/search-test.pl">
21 <h3>Search the Library Catalog</h3>
22 <p>
23 <label for="value">Enter CQL:</label>
24 <textarea name="cql" cols=40 rows=5></textarea>
25                 <p><input type="submit" value="Search" class="submit" /></p>
26                 <p>
27 <!-- TMPL_IF NAME="CQL"-->
28 <h3> Results </h3>
29 <table>
30 <!-- TMPL_LOOP NAME="results"-->
31 <tr><td>title</td><td><!-- TMPL_VAR NAME="title" --></td></tr>
32 <!-- /TMPL_LOOP -->
33 </table>
34 <!-- /TMPL_IF -->
35 <!-- TMPL_IF NAME="loggedinusername" -->
36 <div class="content-block">
37 <h3>You're logged in as <em><!-- TMPL_LOOP NAME="USER_INFO" --><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></em> <span class="print">(<a href="/cgi-bin/koha/opac-logout.pl">Click here</a> if you're not <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->)</span><!-- /TMPL_LOOP --></h3>
38 <p><a href="/cgi-bin/koha/opac-user.pl">my library home</a> | <!-- Hide from NPL--> <a href="/cgi-bin/koha/opac-account.pl">my fines</a> | <!-- Hide from NPL -->
39         <a href="/cgi-bin/koha/opac-userdetails.pl">my personal details</a>     | <a href="/cgi-bin/koha/opac-readingrecord.pl">my reading history</a>  <!-- TMPL_IF name="virtualshelves" --> | <a href="/cgi-bin/koha/opac-shelves.pl" class="button">my book lists</a> <!-- /TMPL_IF --><!-- TMPL_IF name="suggestion" -->| <a href="/cgi-bin/koha/opac-suggestions.pl">purchase suggestions</a><!-- /TMPL_IF --></p>
40                 <!-- TMPL_IF name="textmessaging"-->
41                         <h3>Message from the library</h3>
42                         <p><!-- TMPL_VAR name="textmessaging" --></p>
43                 <!-- /TMPL_IF -->
44 <form method="post" action="/cgi-bin/koha/opac-logout.pl">
45 <p><input type="submit" class="submit" name="logout" value="Log Out" /></p>
46 </form>
47 </div><!-- /TMPL_IF -->
48
49
50 </div>
51
52 </body>
53 </html>