adding new input to marc21 plugins
[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 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <div id="doc3">
8 <div id="bd">
9         <div class="yui-gb">
10         <div class="yui-u first">
11         <!-- TMPL_IF name="koha_news_count" -->
12                 <div id="koha-news">
13             News
14                         <!-- TMPL_VAR name="koha_news_count" --> recent news item(s)
15             <!-- TMPL_LOOP name="koha_news" -->
16                      <!-- TMPL_VAR name="title" -->
17                                          on <!-- TMPL_VAR name="newdate" -->
18                     <!-- TMPL_VAR name="new" -->
19             <!-- /TMPL_LOOP -->
20                 </div><!-- /koha-news -->
21         <!-- /TMPL_IF -->
22                 <div>
23                 <!-- TMPL_VAR NAME="IntranetmainUserblock" -->
24                 </div>
25         </div>
26         
27         <div class="yui-u">
28
29     <!-- TMPL_IF NAME="CAN_user_editcatalogue" -->
30     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloguing</a></h3>
31         <ul>
32         <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC</a></li>
33         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
34         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
35     </ul>
36     <h3><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></h3>
37     <!-- /TMPL_IF --><!-- TMPL_IF NAME="CAN_user_reports" -->
38           <h3><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></h3>
39     <!-- /TMPL_IF -->
40     <!-- TMPL_IF NAME="CAN_user_parameters" -->
41    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
42                         <ul>
43             <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
44         </ul>
45     <!-- /TMPL_IF -->
46     <!-- TMPL_IF NAME="CAN_user_tools" -->
47     <h3><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></h3>
48     <!-- /TMPL_IF -->
49     <h3><a href="/cgi-bin/koha/about.pl">About Koha</a></h3>
50         </div>
51         
52         
53         <div class="yui-u">
54         <!-- TMPL_IF NAME="CAN_user_circulate" -->
55         <h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
56         <ul><li>
57        <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
58         <label for="navfindborrower">Check out to:</label>
59             <input id="navfindborrower" name="findborrower" type="text" size="10" />
60             <input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->" />
61             <input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->" />
62             <input type="submit" class="submit" value="OK" />
63        </form>
64        </li>
65        <li><a accesskey="r" href="/cgi-bin/koha/circ/returns.pl">Check in</a></li>
66         <li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfers</a></li></ul>
67                 <!-- /TMPL_IF -->
68                   <!-- TMPL_IF NAME="CAN_user_borrowers" -->
69                 <h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
70                 <ul>
71         <li><form action="/cgi-bin/koha/members/member.pl" method="post">
72            <label for="navmember">Search:&nbsp;</label>
73            <input id="navmember" type="text" size="10" name="member" />
74            <input type="submit" value="OK" class="submit" />
75             </form>
76         </li>
77     </ul>
78         <!-- /TMPL_IF -->
79                   <!-- TMPL_IF NAME="CAN_user_catalogue" -->
80                 <h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
81                                 <ul>
82                     <li>
83                         <form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
84                         <input type="hidden" name="idx" value="" />
85                         <label for="navkeyword">
86                             Search:&nbsp;
87                         </label><input type="text" id="navkeyword" name="q" size="10" accesskey="s" />
88                         <input type="submit" value=" OK " class="submit" />
89                         </form>
90                      </li>
91                     <li><a href="/cgi-bin/koha/virtualshelves/shelves.pl">Virtual Shelves</a></li>
92                 </ul>
93    <!-- /TMPL_IF -->
94         </div>
95         
96 </div>
97 </div>
98 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->