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