1 [% INCLUDE 'doc-head-open.inc' %]
2 [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog
3 [% INCLUDE 'doc-head-close.inc' %]
6 [% IF ( OpacNav ) %]<div id="doc3" class="yui-t1">[% ELSE %]<div id="doc3" class="yui-t7">[% END %]
8 [% INCLUDE 'masthead.inc' %]
13 [% IF ( opacuserlogin ) %]
14 [% IF ( loggedinusername ) %]
15 <div id="loggedin" class="yui-g">
18 <div id="notloggedin" class="yui-ge">
19 <div class="yui-u first">
22 <div id="notloggedin" class="yui-g">
26 [% IF ( koha_news_count ) %]
27 <div id="news" class="container">
29 [% FOREACH koha_new IN koha_news %]
30 <tr><th>[% koha_new.title %]</th></tr>
31 <tr><td><p>[% koha_new.new %]</p>
32 <p><i>(published on [% koha_new.newdate %])</i></p></td></tr>
38 [% IF ( OpacMainUserBlock ) %]<div id="opacmainuserblock" class="container">[% OpacMainUserBlock %]</div>[% END %]
42 [% IF ( opacuserlogin ) %]
43 [% UNLESS ( loggedinusername ) %]
44 [% UNLESS ( casAuthentication ) %]
46 <div id="login" class="container">
47 <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
48 <input type="hidden" name="koha_login_context" value="opac" />
49 <fieldset class="brief">
50 <legend>Log in to your account:</legend>
52 <li><label for="userid">Login:</label><input type="text" id="userid" size="10" name="userid" /></li>
53 <li><label for="password">Password:</label><input type="password" id="password" size="10" name="password" /></li>
54 </ol> <fieldset class="action">
55 <input type="submit" value="Log In" class="submit" />
56 </fieldset></fieldset>
67 [% IF ( OpacNav ) %]<div class="yui-b">
68 <div id="opacnav" class="container">
69 [% INCLUDE 'navigation.inc' %]
74 [% INCLUDE 'opac-bottom.inc' %]