Don't display Acquisitions and Serials links if the user
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / intranet-main.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha staff client</title>
3 <!-- TMPL_INCLUDE NAME="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 <!-- TMPL_INCLUDE NAME="header.inc" -->
8 <div id="doc3">
9 <div id="bd">
10         <div class="yui-gb">
11         <div class="yui-u first">
12         <!-- TMPL_IF name="koha_news_count" -->
13                 <div id="koha-news">
14             <h3>News</h3>
15                         <!-- <!-- TMPL_VAR name="koha_news_count" --> recent news item(s) -->
16             <!-- TMPL_LOOP name="koha_news" -->
17                     <div class="newsitem" id="news<!-- TMPL_VAR NAME="idnew" -->"><h4><!-- TMPL_VAR name="title" --></h4>
18                                          <p><!-- TMPL_VAR name="new" --></p>
19                                         <p class="newsfooter"> Posted on <!-- TMPL_VAR name="newdate" --> <!-- TMPL_IF NAME="CAN_user_tools" -->
20     <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&amp;id=<!-- TMPL_VAR NAME="idnew" -->">Edit</a> | <a href="/cgi-bin/koha/tools/koha-news.pl?op=del&amp;ids=<!-- TMPL_VAR NAME="idnew" -->">Delete</a> | <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New</a><!-- /TMPL_IF --></p></div>
21             <!-- /TMPL_LOOP -->
22                 </div><!-- /koha-news -->
23         <!-- /TMPL_IF -->
24                 <div>
25                 <!-- TMPL_VAR NAME="IntranetmainUserblock" -->
26                 </div>
27         </div>
28         
29         <div class="yui-u">
30
31     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
32     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
33         <ul>
34         <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
35         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
36                 <!-- TMPL_IF NAME="CAN_user_serials" -->
37         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
38                 <!-- /TMPL_IF -->
39     </ul>
40         <!-- TMPL_IF NAME="CAN_user_acquisition" -->
41     <h3><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></h3>
42         <!-- /TMPL_IF -->
43     <!-- /TMPL_IF --><!-- TMPL_IF NAME="CAN_user_reports" -->
44           <h3><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></h3>
45     <!-- /TMPL_IF -->
46     <!-- TMPL_IF NAME="CAN_user_parameters" -->
47    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
48                         <ul>
49             <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
50         </ul>
51     <!-- /TMPL_IF -->
52     <!-- TMPL_IF NAME="CAN_user_tools" -->
53     <h3><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></h3>
54     <!-- /TMPL_IF -->
55     <h3><a href="/cgi-bin/koha/about.pl">About Koha</a></h3>
56         </div>
57         
58         
59         <div class="yui-u">
60         <!-- TMPL_IF NAME="CAN_user_circulate" -->
61         <h3><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a></h3>
62         <ul><li>
63        <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
64         <label for="navfindborrower">Check out to:</label>
65             <input accesskey="u" id="navfindborrower" name="findborrower" type="text" size="10" />
66             <input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->" />
67             <input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->" />
68             <input type="submit" class="submit" value="OK" />
69        </form>
70        </li>
71        <li><a accesskey="r" href="/cgi-bin/koha/circ/returns.pl">Check in</a></li>
72         <li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfers</a></li></ul>
73                 <!-- /TMPL_IF -->
74                   <!-- TMPL_IF NAME="CAN_user_borrowers" -->
75                 <h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
76                 <ul>
77         <li><form action="/cgi-bin/koha/members/member.pl" method="post">
78            <label for="navmember">Search:&nbsp;</label>
79            <input id="navmember" type="text" size="10" name="member" />
80            <input type="submit" value="OK" class="submit" />
81             </form>
82         </li>
83     </ul>
84         <!-- /TMPL_IF -->
85                   <!-- TMPL_IF NAME="CAN_user_catalogue" -->
86                 <h3><a href="/cgi-bin/koha/catalogue/search.pl">Search</a></h3>
87                                 <ul>
88                     <li>
89                         <form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
90                         <input type="hidden" name="idx" value="" />
91                         <label for="navkeyword">
92                             Search catalogue:&nbsp;
93                         </label><input type="text" id="navkeyword" name="q" size="10" accesskey="s" />
94                         <input type="submit" value=" OK " class="submit" />
95                         </form>
96                      </li>
97                     <li><a href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a></li>
98                 </ul>
99    <!-- /TMPL_IF -->
100         </div>
101         
102 </div>
103 </div>
104 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->