Passing through reviewson value, and fixing syntax error
[koha.git] / koha-tmpl / opac-tmpl / default / en / opac-main.tmpl
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <title>WELCOME TO THE KOHA OPAC</title>
6
7 <style type="text/css">
8 <!--
9 a:link {
10         text-decoration: none;
11         cursor: hand;
12         color : #FFFFFF;
13         text-decoration : none;
14         padding: 4px;
15         font-weight: bold;
16 }
17
18 a:visited {
19         text-decoration: none;
20         cursor: hand;
21         color : #FFFFFF;
22         text-decoration : none;
23         padding: 4px;
24         font-weight: bold;
25 }
26
27 a:hover {
28         text-decoration: none;
29         cursor: hand;
30         color : #FFFFCC;
31         text-decoration : none;
32         padding: 4px;
33         font-weight: bold;
34 }
35
36 a:active {
37         text-decoration: none;
38         cursor: hand;
39         color : #FFFFCC;
40         text-decoration : none;
41         padding: 4px;
42         font-weight: bold;
43 }
44
45 body {
46         background-color : #339999;
47         color : #000000;
48         margin : 0px;
49         padding : 0px;
50 }
51
52 input {
53         font-size: 16px;
54         }
55 -->
56 </style>
57 </head>
58
59 <body onload="document.catsearch.keyword.focus();">
60
61 <table border="0" cellspacing="0" cellpadding="0" align="center">
62 <tr>
63         <td background="<!-- TMPL_VAR NAME="themelang" -->/images/front-background-med.gif">
64         <img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" alt="" width="1" height="440" hspace="0" vspace="0" border="0" align="left">
65         <table border="0" cellspacing="0" cellpadding="0">
66                 <tr>
67                         <td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" alt="" width="260" height="88" hspace="0" vspace="0" border="0"></td>
68                         <td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" alt="" width="30" height="88" hspace="0" vspace="0" border="0"></td>
69                         <td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" alt="" width="350" height="88" hspace="0" vspace="0" border="0"></td>
70                 </tr>
71
72                 <tr>
73                         <td align="right">
74                                 <img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" alt="" width="1" height="30" hspace="0" vspace="0" border="0">
75                                         <TMPL_VAR name="LibraryName">
76                         </td>
77                         <td valign="top">
78                                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="<!-- TMPL_VAR NAME="themelang" -->/images/front-arrow.gif" alt="" border="0" width="27" height="22">
79                         </td>
80                         <td>
81                                 <font size="+2">
82                                                 Search the catalogue
83                                 </font>
84                                 <form action="/cgi-bin/koha/opac-searchresults.pl" name="catsearch" id="catsearch">
85                                         <input type="hidden" name="type" value="opac">
86                                         <input type="text" name="keyword" size="27"><br>
87                                         <b>Type in the box and press the enter key.</b><br>
88                                         <a href="/cgi-bin/koha/opac-search.pl">
89                                                 <img src="<!-- TMPL_VAR NAME="themelang" -->/images/front-arrow-small.gif" alt="-" width="20" height="16" hspace="0" vspace="0" border="0" align="middle">
90                                                 Advanced Search, More Options
91                                         </a>
92                                 </form>
93                         </td>
94                 </tr>
95                 <tr>
96                         <td>&nbsp;</td>
97                         <td valign="top">
98                                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="<!-- TMPL_VAR NAME="themelang"  -->/images/front-arrow.gif" alt="" width="27" height="22" border="0">
99                         </td>
100                         <td>
101                                 <font size="+2">
102                                                 Recent acquisitions
103                                 </font><br>
104                                         <form action="/cgi-bin/koha/opac-new.pl" name="new">
105                                                 <!-- TMPL_VAR name="CGIitemtype" --> <b>acquired in the last <input type="text" name="duration" value="30" size=3> days</b>
106                                                 <input type="submit" value="OK">
107                                         </form>
108                         </td>
109                 </tr>
110                 <tr>
111                         <td>&nbsp;</td>
112                         <td>
113                                 <img src="<!-- TMPL_VAR NAME="themelang" -->/images/front-arrow.gif" alt="" width="27" height="22" border="0">
114                         </td>
115                         <td>
116                                         <!-- TMPL_IF NAME="loggedinuser" -->
117                                         <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinuser" --> [<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>
118                                         <!-- TMPL_ELSE -->
119                                         <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In to Koha</a></p>
120                                         <!-- /TMPL_IF -->
121                         </td>
122                 </tr>
123         </table>
124         </td>
125 </tr>
126 </table>
127 <!-- Kohaversion=<!-- TMPL_VAR NAME="kohaversion" --> -->
128 </body>
129 </html>