synch'ing 2.0.0 branch (RC4 tag) and head
[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-searchresults.pl">
19                 <p>
20                         <input type="hidden" name="type" value="opac" />
21                         <input type="text" size="27" name="keyword" tabindex="1" /> <input type="submit" value="OK" class="button" /><br />
22                 </p>
23                 <p>
24                         <a href="/cgi-bin/koha/opac-search.pl">Advanced Search, More Options    </a>
25                 </p>
26         </form>
27
28         <h2>Recent acquisitions</h2>
29         <form action="/cgi-bin/koha/opac-new.pl">
30                 <p>
31                 <!-- TMPL_VAR name="CGIitemtype" --> acquired in the last <b><input type="text" name="duration" value="30" size="3" /></b> days
32                 <input type="submit" value="OK" class="button" />
33                 </p>
34         </form>
35         <!-- TMPL_IF NAME="loggedinusername" -->
36                 <h2>Logged in as <!-- TMPL_VAR NAME="loggedinusername" --></h2>
37                 <p><a href="/cgi-bin/koha/opac-user.pl">Members Home</a> || <a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Log Out</a></p>
38         <!-- TMPL_ELSE -->
39         <h2><a href="/cgi-bin/koha/opac-user.pl">Log In to Koha</a></h2>
40         <!-- /TMPL_IF -->
41         <p class="copyright">
42                 This Library is powered by <a href="http://www.koha.org">Koha</a> free software ILS, and compliant with web standards
43                 <a href="http://validator.w3.org/check/referer">
44                         <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="16" width="44" />
45                 </a>
46         </p>
47 </div>
48
49 </body>
50 </html>