Merge remote-tracking branch 'origin/new/bug_6291'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / intranet-main.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha staff client</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 <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>
5 </head>
6 <body>
7 [% INCLUDE 'header.inc' %]
8 [% IF ( koha_news_count ) %]<div id="doc3" class="yui-t3">[% ELSE %]<div id="doc3" class="yui-t7">[% END %]
9 <div id="bd">
10 [% IF ( koha_news_count ) %]<div id="yui-main"><div class="yui-b"><div class="yui-g">
11 [% ELSE %]      <div class="yui-g">[% END %]
12
13         <div class="yui-u first">
14         [% IF ( CAN_user_circulate ) %]
15         <h3><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a></h3>
16         <ul><li style="padding-bottom:.3em;">
17        <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
18         <label for="navfindborrower">Check out to:</label>
19             <input accesskey="u" id="navfindborrower" name="findborrower" type="text" size="10" />
20             <input type="hidden" name="branch" value="[% branch %]" />
21             <input type="hidden" name="printer" value="[% printer %]" />
22             <input type="submit" class="submit" value="OK" />
23        </form>
24        </li>
25        <li style="padding-bottom:.3em;">
26        <form method="post" action="/cgi-bin/koha/circ/returns.pl">
27         <label for="barcode">Check in:</label>
28             <input accesskey="r" id="barcode" name="barcode" type="text" size="10" />
29             <input type="submit" class="submit" value="OK" />
30        </form></li>
31
32         <li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfers</a></li></ul>
33         [% END %]
34         [% IF ( CAN_user_borrowers ) %]
35                 <h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
36                 <ul>
37         <li><form action="/cgi-bin/koha/members/member.pl" method="post">
38            <label for="navmember">Search:&nbsp;</label>
39            <input id="navmember" type="text" size="10" name="member" />
40            <input type="submit" value="OK" class="submit" />
41             </form>
42         </li>
43     </ul>
44         [% END %]
45         [% IF ( CAN_user_catalogue ) %]
46                 <h3><a href="/cgi-bin/koha/catalogue/search.pl">Search</a></h3>
47                                 <ul>
48                     <li>
49                         <form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
50                         <input type="hidden" name="idx" value="" />
51                         <label for="navkeyword">
52                             Search catalog:&nbsp;
53                         </label><input type="text" id="navkeyword" name="q" size="10" accesskey="q" />
54                         <input type="submit" value=" OK " class="submit" />
55                         </form>
56                      </li>
57                                 </ul>
58    [% END %]
59                 <h3><a href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a></h3>
60         </div>
61         
62         <div class="yui-u">
63     [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
64     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
65         <ul>
66         <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
67     [% ELSE %]
68     [% IF ( CAN_user_editauthorities ) %]
69     <h3>Cataloging</h3>
70     <ul>
71     [% END %]
72     [% END %]
73     
74     [% IF ( CAN_user_editauthorities ) %]
75         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
76     [% END %]
77     </ul>
78     
79     
80     [% IF ( CAN_user_serials ) %]
81     <h3><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></h3>
82     [% END %]
83         [% IF ( CAN_user_acquisition ) %]
84         <h3><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></h3>
85         [% END %]
86     [% IF ( CAN_user_reports ) %]
87     <h3><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></h3>
88     [% END %]
89     [% IF ( CAN_user_parameters ) %]
90     <h3><a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
91         <ul>
92         <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
93     </ul>
94     [% END %]
95     [% IF ( CAN_user_tools ) %] 
96     <h3><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></h3>
97     [% END %]
98     <h3><a href="/cgi-bin/koha/about.pl">About Koha</a></h3>
99         </div>
100         </div>
101                 [% IF ( IntranetmainUserblock ) %]<div id="mainuserblock" class="yui-g">
102                         [% IntranetmainUserblock %]
103                         </div>[% ELSE %]&nbsp;
104                 [% END %]
105 [% IF ( koha_news_count ) %]
106         </div><!-- /yui-bd -->
107         </div><!-- /yui-main -->
108         <div class="yui-b">
109                 <div id="koha-news">
110             <h3>News</h3>
111             [% FOREACH koha_new IN koha_news %]
112                     <div class="newsitem" id="news[% koha_new.idnew %]"><h4>[% koha_new.title %]</h4>
113                                          <p>[% koha_new.new %]</p>
114                                         <p class="newsfooter"> Posted on [% koha_new.newdate %] [% IF ( CAN_user_tools ) %]
115     <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>
116             [% END %]
117                 </div><!-- /koha-news -->
118         </div>
119 [% END %]
120         
121 </div>
122 [% INCLUDE 'intranet-bottom.inc' %]