new feature : recent acquisition in opac.
[koha.git] / 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                                         <i><b>Koha<br/>
52                                         Free Software ILS<br/><br/></b>
53                                         Koha : a gift, a contribution<br/> in Maori</i>
54                         </td>
55                         <td>
56                                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="<TMPL_VAR NAME='themelang'>/images/front-arrow.gif" border=0>
57                         </td>
58                         <td>
59                                 <font size=+2>
60                                                 Search the catalogue
61                                 </font>
62                                 <FORM ACTION="/cgi-bin/koha/opac-searchresults.pl" name=catsearch>
63                                         <input type=hidden name=type value=opac>
64                                         <input type=text size="27" name="keyword"><br>
65                                         <b>Type in the box and press the enter key.</b><br>
66                                         <a href="/cgi-bin/koha/opac-search.pl">
67                                                 <img src="<TMPL_VAR NAME='themelang'>/images/front-arrow.gif" width=20 alt="-" hspace=0 vspace=0 border=0 align=middle >
68                                                 Advanced Search, More Options
69                                         </a>
70                                 </form>
71                         </td>
72                 </tr>
73                 <tr valign=top height="50">
74                         <td>&nbsp;</td>
75                         <td>
76                                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="<TMPL_VAR NAME='themelang'>/images/front-arrow.gif" border=0>
77                         </td>
78                         <td>
79                                 <font size=+2>
80                                                 Recent acquisitions
81                                 </font><br/>
82                                         <form action="/cgi-bin/koha/opac-new.pl" name="new">
83                                                 <TMPL_VAR name="CGIitemtype"> acquired <br/>
84                                                 in the last <b><input type="text" name="duration" value="30" size=3></b> days
85                                                 <br/>
86                                                 <input type="submit" value="OK">
87                                         </form>
88                         </td>
89                 </tr>
90                 <tr valign=center>
91                         <td>&nbsp;</td>
92                         <td>
93                                 <img src="<TMPL_VAR NAME='themelang'>/images/front-arrow.gif" border=0>
94                         </td>
95                         <td>
96                                         <TMPL_IF NAME="loggedinuser">
97                                         <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>
98                                         <TMPL_ELSE>
99                                         <p align=left><a href="/cgi-bin/koha/opac-user.pl">Log In to Koha</a></p>
100                                         </TMPL_IF>
101                         </td>
102                 </tr>
103         </table>
104         </td>
105 </tr>
106 </table>
107 </center>