Bug 9008: warn if user is logged-in with admin account
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / intranet-main.tt
index e83f20e..e1fe25e 100644 (file)
 [% INCLUDE 'doc-head-open.inc' %]
 <title>Koha staff client</title>
+<link rel="stylesheet" type="text/css" href="[% themelang %]/css/mainpage.css" />
 [% INCLUDE 'doc-head-close.inc' %]
-<style type="text/css"> #koha-news { border: 1px solid #EEEEEE; margin: .2em;} #koha-news h3 {background-color: #EEEEEE; padding : .3em; margin: 0;} .newsitem {margin: .3em; border-bottom: 1px solid #EEE;} .newsitem:last-child {border-bottom : 0;} .newsfooter {font-size: 80%; color: #CCCCCC;} </style>
+<style type="text/css"> </style>
+
 </head>
-<body>
+<body id="main_intranet-main" class="main">
 [% INCLUDE 'header.inc' %]
-[% IF ( koha_news_count ) %]<div id="doc3" class="yui-t3">[% ELSE %]<div id="doc3" class="yui-t7">[% END %]
-<div id="bd">
-[% IF ( koha_news_count ) %]<div id="yui-main"><div class="yui-b"><div class="yui-g">
-[% ELSE %]     <div class="yui-g">[% END %]
-
-       <div class="yui-u first">
-       [% IF ( CAN_user_circulate ) %]
-       <h3><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a></h3>
-       <ul><li>
-       <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
-        <label for="navfindborrower">Check out to:</label>
-            <input accesskey="u" id="navfindborrower" name="findborrower" type="text" size="10" />
-            <input type="hidden" name="branch" value="[% branch %]" />
-            <input type="hidden" name="printer" value="[% printer %]" />
-            <input type="submit" class="submit" value="OK" />
-       </form>
-       </li>
-       <li><a accesskey="r" href="/cgi-bin/koha/circ/returns.pl">Check in</a></li>
-        <li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfers</a></li></ul>
-       [% END %]
-       [% IF ( CAN_user_borrowers ) %]
-               <h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
-               <ul>
-        <li><form action="/cgi-bin/koha/members/member.pl" method="post">
-           <label for="navmember">Search:&nbsp;</label>
-           <input id="navmember" type="text" size="10" name="member" />
-           <input type="submit" value="OK" class="submit" />
-            </form>
-        </li>
-    </ul>
-       [% END %]
-       [% IF ( CAN_user_catalogue ) %]
-                <h3><a href="/cgi-bin/koha/catalogue/search.pl">Search</a></h3>
-                               <ul>
-                    <li>
-                        <form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
-                        <input type="hidden" name="idx" value="" />
-                        <label for="navkeyword">
-                            Search catalog:&nbsp;
-                        </label><input type="text" id="navkeyword" name="q" size="10" accesskey="q" />
-                        <input type="submit" value=" OK " class="submit" />
-                        </form>
-                     </li>
-                               </ul>
-   [% END %]
-                <h3><a href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a></h3>
-       </div>
-       
-       <div class="yui-u">
-    [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
-    <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
-       <ul>
-        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
-    [% ELSE %]
-    [% IF ( CAN_user_editauthorities ) %]
-    <h3>Cataloging</h3>
-    <ul>
-    [% END %]
-    [% END %]
-    
-    [% IF ( CAN_user_editauthorities ) %]
-        <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
-    [% END %]
-    </ul>
-    
-    
-    [% IF ( CAN_user_serials ) %]
-    <h3><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></h3>
-    [% END %]
-       [% IF ( CAN_user_acquisition ) %]
-       <h3><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></h3>
-       [% END %]
-    [% IF ( CAN_user_reports ) %]
-    <h3><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></h3>
-    [% END %]
-    [% IF ( CAN_user_parameters ) %]
-    <h3><a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
-       <ul>
-        <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
-    </ul>
-    [% END %]
-    [% IF ( CAN_user_tools ) %] 
-    <h3><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></h3>
+[% INCLUDE 'home-search.inc' %]
+
+<div id="breadcrumbs" >Home</div>
+
+
+<div id="doc3" class="yui-t3">
+   <div id="bd" role="main">
+    <div id="yui-main">
+    <div class="yui-b"><div class="yui-g">
+    [% IF adminWarning %]
+        <div id="adminwarning"i class="alert">
+            <p>Warning: you're logged-in with the admin login. This a a bad idea, and you are likely to encounter problems.</p>
+            <p>You should <a href="/cgi-bin/koha/members/memberentry.pl?op=add">create a patron</a> and give it superlibrarian permissions.</p>
+        </div>
     [% END %]
-    <h3><a href="/cgi-bin/koha/about.pl">About Koha</a></h3>
-       </div>
-       </div>
-               [% IF ( IntranetmainUserblock ) %]<div id="mainuserblock" class="yui-g">
-                       [% IntranetmainUserblock %]
-                       </div>[% ELSE %]&nbsp;
-               [% END %]
-[% IF ( koha_news_count ) %]
-       </div><!-- /yui-bd -->
-       </div><!-- /yui-main -->
-       <div class="yui-b">
-               <div id="koha-news">
-            <h3>News</h3>
+    <div class="yui-u first">
+
+            <div id="area-list-left">
+                <ul class="biglinks-list">
+                    [% IF ( CAN_user_circulate ) %]
+                    <li>
+                        <a class="icon_general icon_circulation" href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
+                    </li>
+                    [% END %]
+
+                    [% IF ( CAN_user_borrowers ) %]
+                    <li>
+                        <a class="icon_general icon_patrons" href="/cgi-bin/koha/members/members-home.pl">Patrons</a>
+                    </li>
+                    [% END %]
+
+                    [% IF ( CAN_user_catalogue ) %]
+                    <li>
+                        <a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/search.pl">Advanced search</a>
+                    </li>
+                    [% END %]
+
+                    <li>
+                        <a class="icon_general icon_lists" href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a>
+                    </li>
+
+                    [% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items ) %]
+                    <li>
+                        <a class="icon_general icon_cataloging" href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a>
+                    </li>
+                    [% END %]
+
+                    [% IF ( CAN_user_editauthorities ) %]
+                    <li>
+                        <a class="icon_general icon_authorities" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
+                    </li>
+                    [% END %]
+                </ul>
+            </div><!-- /area-list-left -->
+        </div><!-- /yui-u first -->
+    <div class="yui-u">
+            <div id="area-list-right">
+                <ul class="biglinks-list">
+                    [% IF ( CAN_user_serials ) %]
+                    <li>
+                        <a class="icon_general icon_serials" href="/cgi-bin/koha/serials/serials-home.pl">Serials</a>
+                        <span class="biglink"></span>
+                    </li>
+                    [% END %]
+
+                    [% IF ( CAN_user_acquisition ) %]
+                    <li>
+                        <a class="icon_general icon_acquisitions" href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
+                        <span class="biglink"></span>
+                    </li>
+                    [% END %]
+
+                    [% IF ( CAN_user_reports ) %]
+                    <li>
+                        <a class="icon_general icon_reports" href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
+                    </li>
+                    [% END %]
+
+                    [% IF ( CAN_user_parameters ) %]
+                    <li>
+                        <a class="icon_general icon_administration" href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a>
+                    </li>
+                    [% END %]
+
+                    [% IF ( CAN_user_tools ) %]
+                    <li>
+                        <a class="icon_general icon_tools" href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
+                    </li>
+                    [% END %]
+
+                    <li>
+                        <a class="icon_general icon_koha" href="/cgi-bin/koha/about.pl">About Koha</a>
+                    </li>
+                </ul>
+            </div><!-- /area-list-right -->
+        </div><!-- /yui-u -->
+</div><!-- /yui-g -->
+<div class="yui-g">
+            [% IF ( ( CAN_user_tools_moderate_comments  && pendingcomments ) 
+                    || ( CAN_user_tools_moderate_tags && pendingtags )
+                    || ( CAN_user_acquisition && pendingsuggestions ) ) %]
+                <div id="area-pending">
+                    [% IF ( CAN_user_acquisition && pendingsuggestions ) %]
+                    <div class="pending-info" id="suggestions_pending">
+
+                        <a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions pending approval</a>:
+                        <span class="pending-number-link">[% pendingsuggestions %]</span>
+                    </div>
+                    [% END %]
+
+                    [% IF ( CAN_user_tools_moderate_comments  && pendingcomments ) %]
+                    <div class="pending-info" id="comments_pending">
+                        <a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments pending approval</a>:
+                        <span class="pending-number-link">[% pendingcomments %]</span>
+                    </div>
+                    [% END %]
+
+                    [% IF ( CAN_user_tools_moderate_tags && pendingtags ) %]
+                    <div class="pending-info" id="tags_pending">
+                        <a href="/cgi-bin/koha/tags/review.pl">Tags pending approval</a>:
+                        <span class="pending-number-link">[% pendingtags %]</span>
+                    </div>
+                    [% END %]
+                </div>
+            [% END %]
+
+
+</div>
+            [% IF ( IntranetmainUserblock ) %]
+                <div class="yui-g" id="area-userblock">
+                    <div class="user-info">
+                        [% IntranetmainUserblock %]
+                    </div>
+                </div>
+            [% END %]
+</div>
+    </div>
+    <div class="yui-b"><!-- YOUR NAVIGATION GOES HERE -->
+    [% IF ( koha_news_count ) %]
+        <div id="area-news">
+            <h3><span="news_title">News</span></h3>
             [% FOREACH koha_new IN koha_news %]
-                    <div class="newsitem" id="news[% koha_new.idnew %]"><h4>[% koha_new.title %]</h4>
-                                        <p>[% koha_new.new %]</p>
-                                       <p class="newsfooter"> Posted on [% koha_new.newdate %] [% IF ( koha_new.CAN_user_tools ) %]
-    <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&amp;id=[% koha_new.idnew %]">Edit</a> | <a href="/cgi-bin/koha/tools/koha-news.pl?op=del&amp;ids=[% koha_new.idnew %]">Delete</a> | <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New</a>[% END %]</p></div>
+                <div class="newsitem" id="news[% koha_new.idnew %]"><h4>[% koha_new.title %]</h4>
+                    <p>[% koha_new.new %]</p>
+                    <p class="newsfooter"> Posted on [% koha_new.newdate %]
+                        [% IF ( CAN_user_tools ) %]
+                            <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&amp;id=[% koha_new.idnew %]">Edit</a>
+                             | <a href="/cgi-bin/koha/tools/koha-news.pl?op=del&amp;ids=[% koha_new.idnew %]">Delete</a>
+                             | <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New</a>
+                        [% END %]
+                    </p>
+                </div>
             [% END %]
-               </div><!-- /koha-news -->
-       </div>
-[% END %]
-       
+        </div><!-- /koha-news -->
+    [% END %]
+    </div>
+    </div>
 </div>
+
+<!-- the main div is closed in intranet-bottom.inc -->
 [% INCLUDE 'intranet-bottom.inc' %]