6199efac7585bd83f7c6e4185dcaf49c029d5854
[koha_fer] / koha-tmpl / opac-tmpl / default / en / opac-main.tmpl
1 <HTML>
2 <meta http-equiv="Content-Type" content="text/html; charset=iso8859-1">
3 <TITLE>WELCOME TO THE  KOHA OPAC </TITLE>
4
5
6 <style type="text/css">
7 <!--
8 input{font-size:16px}
9
10 a {
11         font-weight: normal;
12         text-decoration: none;
13         cursor: hand;
14         color:#FFFFFF;
15         padding:4px;
16         font-weight: bold;
17         }
18 -->
19
20 </style>
21
22
23 </HEAD>
24
25 <BODY   onload="document.catsearch.keyword.focus()"
26         BGCOLOR="#339999"
27         text="black"
28         link="white"
29         vlink="white"
30         alink="#663366"
31         leftmargin=0
32         topmargin=0
33         marginheight=0
34         marginwidth=0 >
35
36 <center>
37 <table cellspacing=0 cellpadding=0 border=0 >
38 <tr valign=center >
39         <td background="<!-- TMPL_VAR NAME='themelang' -->/images/front-background-med.gif">
40         <img src="<!-- TMPL_VAR NAME='themelang' -->/images/holder.gif" width=1 height=440 align=left alt="" hspace=0 vspace=0>
41         <table cellspacing=0 cellpadding=0 border=0>
42                 <tr valign=center >
43                         <td background=" "><img src="<!-- TMPL_VAR NAME='themelang' -->/images/holder.gif" width=260 height=88 alt=" " hspace=0 vspace=0></td>
44                         <td background=" "><img src="<!-- TMPL_VAR NAME='themelang' -->/images/holder.gif" width=30 height=88 alt=" " hspace=0 vspace=0></td>
45                         <td background=" "><img src="<!-- TMPL_VAR NAME='themelang' -->/images/holder.gif" width=350 height=88 alt=" " hspace=0 vspace=0></td>
46                 </tr>
47
48                 <tr valign=top >
49                         <td align="right">
50                                 <img src="<!-- TMPL_VAR NAME='themelang' -->/images/holder.gif" width=1 height=30 alt=" " hspace=0 vspace=0>
51                                         <TMPL_VAR name="LibraryName">
52                         </td>
53                         <td>
54                                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="<!-- TMPL_VAR NAME='themelang' -->/images/front-arrow.gif" border=0>
55                         </td>
56                         <td>
57                                 <font size=+2>
58                                                 Search the catalogue
59                                 </font>
60                                 <FORM ACTION="/cgi-bin/koha/opac-searchresults.pl" name=catsearch>
61                                         <input type=hidden name=type value=opac>
62                                         <input type=text size="27" name="keyword"><br>
63                                         <b>Type in the box and press the enter key.</b><br>
64                                         <a href="/cgi-bin/koha/opac-search.pl">
65                                                 <img src="<!-- TMPL_VAR NAME='themelang' -->/images/front-arrow.gif" width=20 alt="-" hspace=0 vspace=0 border=0 align=middle >
66                                                 Advanced Search, More Options
67                                         </a>
68                                 </form>
69                         </td>
70                 </tr>
71                 <tr valign=top height="50">
72                         <td>&nbsp;</td>
73                         <td>
74                                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="<!-- TMPL_VAR NAME='themelang' -->/images/front-arrow.gif" border=0>
75                         </td>
76                         <td>
77                                 <font size=+2>
78                                                 Recent acquisitions
79                                 </font><br/>
80                                         <form action="/cgi-bin/koha/opac-new.pl" name="new">
81                                                 <!-- TMPL_VAR name="CGIitemtype" --> acquired <br/>
82                                                 in the last <b><input type="text" name="duration" value="30" size=3></b> days
83                                                 <br/>
84                                                 <input type="submit" value="OK">
85                                         </form>
86                         </td>
87                 </tr>
88                 <tr valign=center>
89                         <td>&nbsp;</td>
90                         <td>
91                                 <img src="<!-- TMPL_VAR NAME='themelang' -->/images/front-arrow.gif" border=0>
92                         </td>
93                         <td>
94                                         <!-- TMPL_IF NAME="loggedinuser" -->
95                                         <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>
96                                         <!-- TMPL_ELSE -->
97                                         <p align=left><a href="/cgi-bin/koha/opac-user.pl">Log In to Koha</a></p>
98                                         <!-- /TMPL_IF -->
99                         </td>
100                 </tr>
101         </table>
102         </td>
103 </tr>
104 </table>
105 </center>