css & html fixes
[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         <style type="text/css">
9         input {
10                 background-color: #ACE6E6;
11         }
12         </style>
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 desc">
49                         <input type="submit" value="OK" class="button" />
50                 </p>
51         </form>
52         <h2>Other options</h2>
53         <!-- TMPL_IF NAME="loggedinusername" -->
54                 <!-- TMPL_IF name="virtualshelves" -->
55                         <a href="/cgi-bin/koha/opac-shelves.pl" class="button">Virtual shelves</a>
56                 <!-- /TMPL_IF -->
57                 <!-- TMPL_IF name="suggestion" -->
58                         <a href="opac-suggestions.pl" class="button">View & manage suggestions</a>
59                 <!-- /TMPL_IF -->
60                 <a href="/cgi-bin/koha/opac-user.pl" class="button">
61                         <!-- TMPL_VAR NAME="loggedinusername" --> home
62                 </a>
63                 
64                 <a href="/cgi-bin/koha/opac-main.pl?logout.x=1" class="button">
65                         Log Out
66                 </a>
67                 <!-- TMPL_IF name="textmessaging"-->
68                         <h2>Message from the library</h2>
69                         <!-- TMPL_VAR name="textmessaging" -->
70                 <!-- /TMPL_IF -->
71         <!-- TMPL_ELSE -->
72                 <p><a href="/cgi-bin/koha/opac-user.pl">Log in to Koha</a> to have personal options.</p>
73         <!-- /TMPL_IF -->
74         <form action="/cgi-bin/koha/changelanguage.pl" method="post">
75                 <select name="language">
76                         <TMPL_LOOP NAME="languages">
77                                 <option value="<TMPL_VAR NAME="language">"><TMPL_VAR NAME="language"></option>
78                         </TMPL_LOOP>
79                 </select>
80                 <input type="submit" value="Change Language" class="button">
81         </form>
82         <p class="copyright">
83                 This Library is powered by <a href="http://www.koha.org">Koha</a> free software ILS, and compliant with web standards
84                 <a href="http://validator.w3.org/check/referer">
85                         <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="16" width="44" />
86                 </a>
87         </p>
88 </div>
89
90 </body>
91 </html>