synch'ing 2.2 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         <!-- TMPL_IF name="opacstylesheet" -->
7                 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="opacstylesheet"-->" />
8         <!-- TMPL_ELSE -->
9                 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"-->/includes/opac.css" />
10         <!-- /TMPL_IF -->
11         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
12         <title><!--TMPL_VAR name="LibraryName"--></title>
13 </head>
14
15 <body>
16 <div id="leftbloc">
17         <img class="relative" src="<!-- TMPL_VAR NAME='themelang' -->/images/front-background-med.gif" title="koha" alt="koha" />
18 </div>
19
20 <div id="homebloc">
21         <h1 class="LibraryName"><TMPL_VAR name="LibraryName"></h1>
22         <h2>Search the catalogue</h2>
23         <form action="/cgi-bin/koha/opac-search.pl">
24                 <p>
25                         <input type="hidden" name="op" value="do_search" />
26                         <input type="hidden" name="type" value="opac" />
27                         <input type="hidden" name="marclist" value="" />
28                         <input type="hidden" name="and_or" value="and" />
29                         <input type="hidden" name="excluding" value="" />
30                         <input type="hidden" name="operator" value="contains" />
31                         Quick search : <input type="text" size="27" name="value" tabindex="1" /> <input type="submit" value="OK" class="button" /><br />
32                 </p>
33                 <p>
34                         <a href="/cgi-bin/koha/opac-search.pl" class="button">Advanced Search, More Options     </a>
35                 </p>
36         </form>
37
38         <h2>Recent acquisitions</h2>
39         <form action="/cgi-bin/koha/opac-search.pl">
40                 <p>
41                         <!-- TMPL_VAR name="CGIitemtype" --> acquired recently (the most recent being first)
42                         <input type="hidden" name="marclist" value="biblioitems.itemtype" />
43                         <input type="hidden" name="and_or" value="and" />
44                         <input type="hidden" name="excluding" value="" />
45                         <input type="hidden" name="operator" value="=" />
46                         <input type="hidden" name="op" value="do_search" />
47                         <input type="hidden" name="type" value="opac" />
48                         <input type="hidden" name="orderby" value="biblio.timestamp" />
49                         <input type="hidden" name="desc_or_asc" value="desc" />
50                         <input type="submit" value="OK" class="button" />
51                 </p>
52         </form>
53         <h2>Other options</h2>
54         <!-- TMPL_IF NAME="loggedinusername" -->
55                 <!-- TMPL_IF name="virtualshelves" -->
56                         <a href="/cgi-bin/koha/opac-shelves.pl" class="button">Virtual shelves</a>
57                 <!-- /TMPL_IF -->
58                 <!-- TMPL_IF name="suggestion" -->
59                         <a href="opac-suggestions.pl" class="button">View & manage suggestions</a>
60                 <!-- /TMPL_IF -->
61                 <a href="/cgi-bin/koha/opac-user.pl" class="button">
62                         <!-- TMPL_VAR NAME="loggedinusername" --> home
63                 </a>
64                 
65                 <a href="/cgi-bin/koha/opac-main.pl?logout.x=1" class="button">
66                         Log Out
67                 </a>
68                 <!-- TMPL_IF name="textmessaging"-->
69                         <h2>Message from the library</h2>
70                         <!-- TMPL_VAR name="textmessaging" -->
71                 <!-- /TMPL_IF -->
72         <!-- TMPL_ELSE -->
73                 <p><a href="/cgi-bin/koha/opac-user.pl">Log in to Koha</a> to have personal options.</p>
74         <!-- /TMPL_IF -->
75         <form action="/cgi-bin/koha/changelanguage.pl" method="post">
76                 <p>
77                         <select name="language">
78                                 <TMPL_LOOP NAME="languages">
79                                         <option value="<TMPL_VAR NAME="language">"><TMPL_VAR NAME="language"></option>
80                                 </TMPL_LOOP>
81                         </select>
82                         <input type="submit" value="Change Language" class="button" />
83                 </p>
84         </form>
85         <p class="copyright">
86                 This Library is powered by <a href="http://www.koha.org">Koha</a> free software ILS, and compliant with web standards
87                 <a href="http://validator.w3.org/check/referer">
88                         <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="16" width="44" />
89                 </a>
90         </p>
91 </div>
92
93 </body>
94 </html>