Bug 10100: adds a class to OPAC news dates
[koha-ffzg.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-main.tt
index 7068a87..3844fc5 100644 (file)
@@ -1,5 +1,5 @@
 [% INCLUDE 'doc-head-open.inc' %]
-[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog
+[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
 <body id="opac-main">
        <div class="yui-b">
      [% IF ( opacuserlogin ) %]
         [% IF ( loggedinusername ) %]
-            <div id="loggedin" class="yui-g">
-            <div>
+         <div id="loggedin" class="yui-ge">
         [% ELSE %]
-            <div id="notloggedin" class="yui-ge">
-            <div class="yui-u first">
+        <div id="notloggedin" class="yui-ge">
          [% END %]
      [% ELSE %]
-         <div id="notloggedin" class="yui-g">
-        <div>
+        <div id="notloggedin" class="yui-ge">
     [% END %]
-       
+        <div class="yui-u first">
        [% IF ( koha_news_count ) %]
 <div id="news" class="container">
     <table>
     [% FOREACH koha_new IN koha_news %]
     <tr><th>[% koha_new.title %]</th></tr>
     <tr><td><p>[% koha_new.new %]</p>
-                <p><i>(published on [% koha_new.newdate %])</i></p></td></tr>
+                <p class="newsfooter"><i>(published on [% koha_new.newdate %])</i></p></td></tr>
     [% END %]
     </table>
 </div>
 [% END %]
 
+      [% IF ( display_daily_quote && daily_quote ) %]
+    <div id="daily-quote" class="container"><h1>Quote of the Day</h1><div><span id="daily-quote-text">[% daily_quote.text %]</span><span id="daily-quote-sep"> ~ </span><span id="daily-quote-source">[% daily_quote.source %]</span></div></div>
+[% END %]
+
        [% IF ( OpacMainUserBlock ) %]<div id="opacmainuserblock" class="container">[% OpacMainUserBlock %]</div>[% END %]
+ [% IF ( OpacMainUserBlockMobile ) %]<div id="opacmainuserblockmobile" class="container">[% OpacMainUserBlockMobile %]</div>[% END %]
 
 </div>
                
-       [% IF ( opacuserlogin ) %]
+    [% IF ( opacuserlogin || OpacNavRight ) %]
+    <div class="yui-u">
+    [% IF ( opacuserlogin ) %]
     [% UNLESS ( loggedinusername ) %]
     [% UNLESS ( casAuthentication ) %]
-    <div class="yui-u">
-       <div id="login" class="container">
+    <div id="login" class="container clearfix">
        <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
     <input type="hidden" name="koha_login_context" value="opac" />
        <fieldset class="brief">
-               <legend>Log in to Your Account:</legend>
+        <legend>Log in to your account:</legend>
                <ol>
                <li><label for="userid">Login:</label><input type="text" id="userid" size="10" name="userid" /></li>
                <li><label for="password">Password:</label><input type="password" id="password" size="10" name="password" /></li>
                </ol>    <fieldset class="action">
         <input type="submit" value="Log In" class="submit" />
+
+        [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<div id="patronregistration">Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></div>[% END %]
+
         </fieldset></fieldset>
        </form>
        </div>
-        </div>
     [% END %]
+    [% IF persona %]
+     <a href="#" class="persona-button" id="browserid" ><span>Sign in with your Email</span></a>
+    [% END %]
+    [% END %]
+    [% END %]
+    [% IF ( OpacNavRight ) %]<div id="opacrightsidebar" class="container">[% OpacNavRight %]</div>[% END %]
+    </div>
     [% END %]
-       
-[% END %]
 </div>
 </div>
 </div>