Koha/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt
Adrien Saurat 3583eee50f Bug 7781 : enhancements on main page
- moves the different search boxes on top of page
- displays the Koha logo
- displays the breadcrumb bar
- displays a general title "Welcome to Koha"
- reorganises the links to modules
- centers the main menu even if no news are displayed
- fixes the Submit button when CircAutocompl is on

Signed-off-by: mveron <veron@veron.ch>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-04-06 16:52:17 +02:00

135 lines
5.4 KiB
Text

[% INCLUDE 'doc-head-open.inc' %]
<title>Koha staff client</title>
[% 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>
</head>
<body id="main_intranet-main" class="main">
[% INCLUDE 'header.inc' %]
[% INCLUDE 'home-search.inc' %]
<div id="breadcrumbs">Home</div>
<div id="doc3" class="yui-t3">
<div id="bd">
<div id="yui-main"><div class="yui-b"><div class="yui-g">
<h1>Welcome to Koha</h1>
<div class="yui-u first">
<!-- START - CIRCULATION -->
[% IF ( CAN_user_circulate ) %]
<h3><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a></h3>
<ul>
<li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfers</a></li>
</ul>
[% END %]
<!-- END - CIRCULATION -->
<!-- START - PATRONS -->
[% IF ( CAN_user_borrowers ) %]
<h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
[% END %]
<!-- END - PATRONS -->
<!-- START - ADVANCED SEARCH -->
[% IF ( CAN_user_catalogue ) %]
<h3><a href="/cgi-bin/koha/catalogue/search.pl">Advanced search</a></h3>
[% END %]
<!-- END - ADVANCED SEARCH -->
<!-- START - LISTS -->
<h3><a href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a></h3>
<!-- END - LISTS -->
<!-- START - CATALOGING -->
[% IF ( CAN_user_catalogue || CAN_user_editcatalogue || CAN_user_editauthorities ) %]
<h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
<ul>
[% IF ( CAN_user_catalogue || CAN_user_editcatalogue ) %]
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
[% END %]
[% IF ( CAN_user_editauthorities ) %]
<li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
[% END %]
</ul>
[% END %]
<!-- END - CATALOGING -->
</div>
<div class="yui-u">
<!-- START - SERIALS -->
[% 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>
[% IF ( pendingsuggestions ) %]
<ul>
<li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions pending approval</a>: <span class="holdcount"><a href="/cgi-bin/koha/suggestion/suggestion.pl">[% pendingsuggestions %]</a></span></li>
</ul>
[% END %]
[% END %]
<!-- END - SERIALS -->
<!-- START - REPORTS -->
[% IF ( CAN_user_reports ) %]
<h3><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></h3>
[% END %]
<!-- END - REPORTS -->
<!-- START - ADMINISTRATION -->
[% 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>
[% IF ( CAN_user_tools_moderate_comments && pendingcomments ) || ( CAN_user_tools_moderate_tags && pendingtags ) %]
<ul>
[% IF ( CAN_user_tools_moderate_comments && pendingcomments ) %]
<li><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments pending approval</a>: <span class="holdcount"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments %]</a></span></li>
[% END %]
[% IF ( CAN_user_tools_moderate_tags && pendingtags ) %]
<li><a href="/cgi-bin/koha/tags/review.pl">Tags pending approval</a>: <span class="holdcount"><a href="/cgi-bin/koha/tags/review.pl">[% pendingtags %]</a></span></li>
[% END %]
</ul>
[% END %]
[% END %]
<!-- END - ADMINISTRATION -->
<!-- START - ABOUT -->
<h3><a href="/cgi-bin/koha/about.pl">About Koha</a></h3>
<!-- END - ABOUT -->
</div>
</div>
[% IF ( IntranetmainUserblock ) %]
<div id="mainuserblock" class="yui-g">
[% IntranetmainUserblock %]
</div>[% ELSE %]&nbsp;
[% END %]
</div><!-- /yui-bd -->
</div><!-- /yui-main -->
[% IF ( koha_news_count ) %]
<div class="yui-b">
<div id="koha-news">
<h3>News</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 ( 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>
[% INCLUDE 'intranet-bottom.inc' %]