improvements in OPAC
[koha.git] / koha-tmpl / opac-tmpl / css / en / opac-main.tmpl
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6         <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/opac.css" />
7         <title><!--TMPL_VAR name="LibraryName"--></title>
8 </head>
9
10 <body>
11 <div id="leftbloc">
12         <img src="<!-- TMPL_VAR NAME='themelang' -->/images/front-background-med.gif" title="koha" alt="koha" />
13 </div>
14
15 <div id="homebloc">
16         <h1 class="LibraryName"><TMPL_VAR name="LibraryName"></h1>
17         <h2>Search the catalogue</h2>
18         <form action="/cgi-bin/koha/opac-search.pl">
19                 <p>
20                         <input type="hidden" name="op" value="do_search" />
21                         <input type="hidden" name="type" value="opac" />
22                         <input type="hidden" name="marclist" value="" />
23                         <input type="hidden" name="and_or" value="and" />
24                         <input type="hidden" name="excluding" value="" />
25                         <input type="hidden" name="operator" value="contains" />
26                         <input type="text" size="27" name="value" tabindex="1" /> <input type="submit" value="OK" class="button" /><br />
27                 </p>
28                 <p>
29                         <a href="/cgi-bin/koha/opac-search.pl">Advanced Search, More Options    </a>
30                 </p>
31         </form>
32
33         <h2>Recent acquisitions</h2>
34         <form action="/cgi-bin/koha/opac-new.pl">
35                 <p>
36                 <!-- TMPL_VAR name="CGIitemtype" --> acquired in the last <b><input type="text" name="duration" value="30" size="3" /></b> days
37                 <input type="submit" value="OK" class="button" />
38                 </p>
39         </form>
40         <h2>Other options</h2>
41         <!-- TMPL_IF name="virtualshelves" -->
42                 <a href="/cgi-bin/koha/opac-shelves.pl" class="button">Virtual shelves</a>
43         <!-- /TMPL_IF -->
44         <!-- TMPL_IF name="suggestion" -->
45                 <a href="opac-suggestions.pl" class="button">View & manage suggestions</a>
46         <!-- /TMPL_IF -->
47         <!-- TMPL_IF NAME="loggedinusername" -->
48                 <a href="/cgi-bin/koha/opac-user.pl" class="button">
49                         <!-- TMPL_VAR NAME="loggedinusername" --> home
50                 </a>
51                 
52                 <a href="/cgi-bin/koha/opac-main.pl?logout.x=1" class="button">
53                         Log Out
54                 </a>
55         <!-- TMPL_ELSE -->
56         <h2><a href="/cgi-bin/koha/opac-user.pl">Log In to Koha</a></h2>
57         <!-- /TMPL_IF -->
58         <p class="copyright">
59                 This Library is powered by <a href="http://www.koha.org">Koha</a> free software ILS, and compliant with web standards
60                 <a href="http://validator.w3.org/check/referer">
61                         <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="16" width="44" />
62                 </a>
63         </p>
64 </div>
65
66 </body>
67 </html>