Correcting link to circulation home
[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">Cataloguing</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         <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
37     </ul>
38     <h3><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></h3>
39     <!-- /TMPL_IF --><!-- TMPL_IF NAME="CAN_user_reports" -->
40           <h3><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></h3>
41     <!-- /TMPL_IF -->
42     <!-- TMPL_IF NAME="CAN_user_parameters" -->
43    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
44                         <ul>
45             <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
46         </ul>
47     <!-- /TMPL_IF -->
48     <!-- TMPL_IF NAME="CAN_user_tools" -->
49     <h3><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></h3>
50     <!-- /TMPL_IF -->
51     <h3><a href="/cgi-bin/koha/about.pl">About Koha</a></h3>
52         </div>
53         
54         
55         <div class="yui-u">
56         <!-- TMPL_IF NAME="CAN_user_circulate" -->
57         <h3><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a></h3>
58         <ul><li>
59        <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
60         <label for="navfindborrower">Check out to:</label>
61             <input id="navfindborrower" name="findborrower" type="text" size="10" />
62             <input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->" />
63             <input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->" />
64             <input type="submit" class="submit" value="OK" />
65        </form>
66        </li>
67        <li><a accesskey="r" href="/cgi-bin/koha/circ/returns.pl">Check in</a></li>
68         <li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfers</a></li></ul>
69                 <!-- /TMPL_IF -->
70                   <!-- TMPL_IF NAME="CAN_user_borrowers" -->
71                 <h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
72                 <ul>
73         <li><form action="/cgi-bin/koha/members/member.pl" method="post">
74            <label for="navmember">Search:&nbsp;</label>
75            <input id="navmember" type="text" size="10" name="member" />
76            <input type="submit" value="OK" class="submit" />
77             </form>
78         </li>
79     </ul>
80         <!-- /TMPL_IF -->
81                   <!-- TMPL_IF NAME="CAN_user_catalogue" -->
82                 <h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
83                                 <ul>
84                     <li>
85                         <form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
86                         <input type="hidden" name="idx" value="" />
87                         <label for="navkeyword">
88                             Search:&nbsp;
89                         </label><input type="text" id="navkeyword" name="q" size="10" accesskey="s" />
90                         <input type="submit" value=" OK " class="submit" />
91                         </form>
92                      </li>
93                     <li><a href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a></li>
94                 </ul>
95    <!-- /TMPL_IF -->
96         </div>
97         
98 </div>
99 </div>
100 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->