Add a new Debian package and GoogleJacket on OPAC detail page
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-main.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo;
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!--TMPL_INCLUDE NAME="masthead.inc" -->
7
8 <!-- TMPL_IF NAME="OpacNav" --><div id="doc3" class="yui-t1"><!-- TMPL_ELSE --><div id="doc3" class="yui-t7"><!-- /TMPL_IF -->
9    <div id="bd">
10         <div id="yui-main">
11         <div class="yui-b"><div class="yui-ge">
12     <div class="yui-u first">
13         <!-- TMPL_IF name="koha_news_count" -->
14 <div id="news">
15     <table>
16     <!-- TMPL_LOOP name="koha_news" -->
17     <tr><th><!-- TMPL_VAR name="title" --></th></tr>
18     <tr><td><p><!-- TMPL_VAR name="new" --></p>
19                 <p><i>(published on <!-- TMPL_VAR name="newdate" -->)</i></p></td></tr>
20     <!-- /TMPL_LOOP -->
21     </table>
22 </div>
23 <!-- /TMPL_IF -->
24
25         <!-- TMPL_IF NAME="OpacMainUserBlock" --><!-- TMPL_VAR NAME="OpacMainUserBlock" --><!-- /TMPL_IF -->
26 <!-- TMPL_IF NAME="recentacquiloop"-->
27     <div class="searchresults">
28         <table>
29         <tr>
30             <th>Title</th>
31             <th>Author</th>
32             <th>copyright</th>
33             <th>publication year</th>
34             <th>Date</th>
35         </tr>
36         <!-- TMPL_LOOP NAME="recentacquiloop" -->
37         <tr>
38             <td><p>
39                     <!-- TMPL_IF name="BiblioDefaultViewmarc" -->
40                     <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
41                     <!-- TMPL_IF NAME="title"-->
42                         <!-- TMPL_VAR NAME="title" -->
43                     <!-- TMPL_ELSE -->
44                         <span class="problem">(no title)</span>
45                     <!-- /TMPL_IF -->
46                     </a>
47                     <!-- TMPL_ELSE -->
48                     <!-- TMPL_IF name="BiblioDefaultViewisbd" -->
49                     <a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
50                     <!-- TMPL_IF NAME="title"-->
51                         <!-- TMPL_VAR NAME="title" -->
52                     <!-- TMPL_ELSE -->
53                         <span class="problem">(no title)</span>
54                     <!-- /TMPL_IF -->
55                     </a>
56                     <!-- TMPL_ELSE -->
57                     <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
58                     <!-- TMPL_IF NAME="title"-->
59                         <!-- TMPL_VAR NAME="title" -->
60                     <!-- TMPL_ELSE -->
61                         <span class="problem">(no title)</span>
62                     <!-- /TMPL_IF -->
63                     </a>
64                     <!-- /TMPL_IF -->
65                     <!-- /TMPL_IF -->
66                 </p></td>
67             <td><a href="/cgi-bin/koha/opac-search.pl?q=au:<!-- TMPL_VAR NAME="author" -->">
68                     <!-- TMPL_VAR NAME="author" -->
69                 </a></td>
70             <td><!-- TMPL_VAR NAME="copyrightdate" --></td>
71             <td><!-- TMPL_VAR NAME="publicationyear" --></td>
72             <td><!-- TMPL_VAR NAME="timestamp" --></td>
73         </tr>
74         <!-- /TMPL_LOOP -->
75         </table>
76      </div>
77 <!-- /TMPL_IF -->
78
79             </div>
80     <div class="yui-u">
81         
82         <!-- TMPL_IF NAME="opacuserlogin" -->
83 <div id="login">
84     <!-- TMPL_UNLESS NAME="loggedinusername" -->
85         <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
86         <fieldset class="brief">
87                 <legend>Log in to Your Account:</legend>
88                 <ol>
89                 <li><label for="userid">Login:</label><input type="text" id="userid" size="10" name="userid" /></li>
90                 <li><label for="password">Password:</label><input type="password" id="password" size="10" name="password" /></li>
91                 </ol>    <fieldset class="action">
92          <input type="submit" value="Log In" class="submit" />
93          </fieldset></fieldset>
94
95          </form>
96     <!-- /TMPL_UNLESS -->
97 </div>
98 <!-- /TMPL_IF -->
99             </div>
100 </div>
101 </div>
102 </div>
103 <!-- TMPL_IF NAME="OpacNav" --><div class="yui-b"><!--TMPL_INCLUDE NAME="navigation.inc" --></div><!-- /TMPL_IF -->
104 </div>
105
106 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->