Trying to fix checkall function in the cart
[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="recentacquiloop"-->
26     <div class="searchresults">
27         <table>
28         <tr>
29             <th>Title</th>
30             <th>Author</th>
31             <th>copyright</th>
32             <th>publication year</th>
33             <th>Date</th>
34         </tr>
35         <!-- TMPL_LOOP NAME="recentacquiloop" -->
36         <tr>
37             <td><p>
38                     <!-- TMPL_IF name="BiblioDefaultViewmarc" -->
39                     <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
40                     <!-- TMPL_IF NAME="title"-->
41                         <!-- TMPL_VAR NAME="title" -->
42                     <!-- TMPL_ELSE -->
43                         <span class="problem">(no title)</span>
44                     <!-- /TMPL_IF -->
45                     </a>
46                     <!-- TMPL_ELSE -->
47                     <!-- TMPL_IF name="BiblioDefaultViewisbd" -->
48                     <a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
49                     <!-- TMPL_IF NAME="title"-->
50                         <!-- TMPL_VAR NAME="title" -->
51                     <!-- TMPL_ELSE -->
52                         <span class="problem">(no title)</span>
53                     <!-- /TMPL_IF -->
54                     </a>
55                     <!-- TMPL_ELSE -->
56                     <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
57                     <!-- TMPL_IF NAME="title"-->
58                         <!-- TMPL_VAR NAME="title" -->
59                     <!-- TMPL_ELSE -->
60                         <span class="problem">(no title)</span>
61                     <!-- /TMPL_IF -->
62                     </a>
63                     <!-- /TMPL_IF -->
64                     <!-- /TMPL_IF -->
65                 </p></td>
66             <td><a href="/cgi-bin/koha/opac-search.pl?q=au:<!-- TMPL_VAR NAME="author" -->">
67                     <!-- TMPL_VAR NAME="author" -->
68                 </a></td>
69             <td><!-- TMPL_VAR NAME="copyrightdate" --></td>
70             <td><!-- TMPL_VAR NAME="publicationyear" --></td>
71             <td><!-- TMPL_VAR NAME="timestamp" --></td>
72         </tr>
73         <!-- /TMPL_LOOP -->
74         </table>
75      </div>
76 <!-- /TMPL_IF -->
77
78             </div>
79     <div class="yui-u">
80         
81         <!-- TMPL_IF NAME="opacuserlogin" -->
82 <div id="login">
83     <!-- TMPL_UNLESS NAME="loggedinusername" -->
84         <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
85         <fieldset class="brief">
86                 <legend>Log in to Your Account:</legend>
87                 <ol>
88                 <li><label for="userid">Login:</label><input type="text" id="userid" size="10" name="userid" /></li>
89                 <li><label for="password">Password:</label><input type="password" id="password" size="10" name="password" /></li>
90                 </ol>    <fieldset class="action">
91          <input type="submit" value="Log In" class="submit" />
92          </fieldset></fieldset>
93
94          </form>
95     <!-- /TMPL_UNLESS -->
96 </div>
97 <!-- /TMPL_IF -->
98             </div>
99 </div>
100 </div>
101 </div>
102 <!-- TMPL_IF NAME="OpacNav" --><div class="yui-b"><!--TMPL_INCLUDE NAME="navigation.inc" --></div><!-- /TMPL_IF -->
103 </div>
104
105 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->