Removing unused recentacquiloop markup (Bug 3439)
[koha_fer] / 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
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_IF NAME="OpacNav" --><div id="doc3" class="yui-t1"><!-- TMPL_ELSE --><div id="doc3" class="yui-t7"><!-- /TMPL_IF -->
7    <div id="bd">
8 <!--TMPL_INCLUDE NAME="masthead.inc" -->
9
10         <div id="yui-main">
11
12         <div class="yui-b">
13                 <!-- TMPL_IF NAME="opacuserlogin" -->
14             <!-- TMPL_IF NAME="loggedinusername" -->
15                         <div class="yui-g">
16                         <div>
17                         <!-- TMPL_ELSE -->
18                 <div class="yui-ge">
19                 <div class="yui-u first">
20     <!-- /TMPL_IF -->
21         <!-- TMPL_ELSE -->
22                 <div class="yui-g">
23                 <div>
24         <!-- /TMPL_IF -->
25         
26         <!-- TMPL_IF name="koha_news_count" -->
27 <div id="news" class="container">
28     <table>
29     <!-- TMPL_LOOP name="koha_news" -->
30     <tr><th><!-- TMPL_VAR name="title" --></th></tr>
31     <tr><td><p><!-- TMPL_VAR name="new" --></p>
32                 <p><i>(published on <!-- TMPL_VAR name="newdate" -->)</i></p></td></tr>
33     <!-- /TMPL_LOOP -->
34     </table>
35 </div>
36 <!-- /TMPL_IF -->
37
38         <!-- TMPL_IF NAME="OpacMainUserBlock" --><div id="opacmainuserblock" class="container"><!-- TMPL_VAR NAME="OpacMainUserBlock" --></div><!-- /TMPL_IF -->
39
40 </div>
41                 
42         <!-- TMPL_IF NAME="opacuserlogin" -->
43     <!-- TMPL_UNLESS NAME="loggedinusername" -->
44     <div class="yui-u">
45         <div id="login" class="container">
46         <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
47     <input type="hidden" name="koha_login_context" value="opac" />
48         <fieldset class="brief">
49                 <legend>Log in to Your Account:</legend>
50                 <ol>
51                 <li><label for="userid">Login:</label><input type="text" id="userid" size="10" name="userid" /></li>
52                 <li><label for="password">Password:</label><input type="password" id="password" size="10" name="password" /></li>
53                 </ol>    <fieldset class="action">
54          <input type="submit" value="Log In" class="submit" />
55          </fieldset></fieldset>
56         </form>
57         </div>
58          </div>
59     <!-- /TMPL_UNLESS -->
60         
61 <!-- /TMPL_IF -->
62 </div>
63 </div>
64 </div>
65 <!-- TMPL_IF NAME="OpacNav" --><div class="yui-b">
66 <div id="opacnav" class="container">
67 <!--TMPL_INCLUDE NAME="navigation.inc" -->
68 </div>
69 </div><!-- /TMPL_IF -->
70 </div>
71
72 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->