MT 2050, Follow-up, Fast Cataloging
[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 <!-- TMPL_IF NAME="koha_news_count" --><div id="doc3" class="yui-t3"><!-- TMPL_ELSE --><div id="doc3" class="yui-t7"><!-- /TMPL_IF -->
9 <div id="bd">
10 <!-- TMPL_IF NAME="koha_news_count" --><div id="yui-main"><div class="yui-b"><div class="yui-g">
11 <!-- TMPL_ELSE -->      <div class="yui-g"><!-- /TMPL_IF -->
12
13         <div class="yui-u first">
14         <!-- TMPL_IF NAME="CAN_user_circulate" -->
15         <h3><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a></h3>
16         <ul><li>
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="<!-- TMPL_VAR name="branch" -->" />
21             <input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->" />
22             <input type="submit" class="submit" value="OK" />
23        </form>
24        </li>
25        <li><a accesskey="r" href="/cgi-bin/koha/circ/returns.pl">Check in</a></li>
26         <li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfers</a></li></ul>
27         <!-- /TMPL_IF -->
28         <!-- TMPL_IF NAME="CAN_user_borrowers" -->
29                 <h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3>
30                 <ul>
31         <li><form action="/cgi-bin/koha/members/member.pl" method="post">
32            <label for="navmember">Search:&nbsp;</label>
33            <input id="navmember" type="text" size="10" name="member" />
34            <input type="submit" value="OK" class="submit" />
35             </form>
36         </li>
37     </ul>
38         <!-- /TMPL_IF -->
39         <!-- TMPL_IF NAME="CAN_user_catalogue" -->
40                 <h3><a href="/cgi-bin/koha/catalogue/search.pl">Search</a></h3>
41                                 <ul>
42                     <li>
43                         <form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
44                         <input type="hidden" name="idx" value="" />
45                         <label for="navkeyword">
46                             Search catalog:&nbsp;
47                         </label><input type="text" id="navkeyword" name="q" size="10" accesskey="q" />
48                         <input type="submit" value=" OK " class="submit" />
49                         </form>
50                      </li>
51                                 </ul>
52    <!-- /TMPL_IF -->
53                 <h3><a href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a></h3>
54         </div>
55         
56         <div class="yui-u">
57     <!-- TMPL_IF NAME="CAN_user_editcatalogue_edit_catalogue" -->
58     <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
59         <ul>
60         <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
61         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
62     </ul>
63     <!-- /TMPL_IF -->
64     <!-- TMPL_IF NAME="CAN_user_serials" -->
65     <h3><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></h3>
66     <!-- /TMPL_IF -->
67         <!-- TMPL_IF NAME="CAN_user_acquisition" --> <h3><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></h3> <!-- /TMPL_IF -->
68     <!-- TMPL_IF NAME="CAN_user_reports"     --> <h3><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> </h3> <!-- /TMPL_IF -->
69     <!-- TMPL_IF NAME="CAN_user_parameters" --> <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
70                 <ul>
71             <li><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></li>
72         </ul>
73     <!-- /TMPL_IF -->
74     <!-- TMPL_IF NAME="CAN_user_tools" --> <h3><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></h3> <!-- /TMPL_IF -->
75     <h3><a href="/cgi-bin/koha/about.pl">About Koha</a></h3>
76         </div>
77         </div>
78                 <!-- TMPL_IF NAME="IntranetmainUserblock" --><div id="mainuserblock" class="yui-g">
79                         <!-- TMPL_VAR NAME="IntranetmainUserblock" -->
80                         </div><!-- TMPL_ELSE -->&nbsp;
81                 <!-- /TMPL_IF -->
82 <!-- TMPL_IF NAME="koha_news_count" -->
83         </div><!-- /yui-bd -->
84         </div><!-- /yui-main -->
85         <div class="yui-b">
86                 <div id="koha-news">
87             <h3>News</h3>
88             <!-- TMPL_LOOP name="koha_news" -->
89                     <div class="newsitem" id="news<!-- TMPL_VAR NAME="idnew" -->"><h4><!-- TMPL_VAR name="title" --></h4>
90                                          <p><!-- TMPL_VAR name="new" --></p>
91                                         <p class="newsfooter"> Posted on <!-- TMPL_VAR name="newdate" --> <!-- TMPL_IF NAME="CAN_user_tools" -->
92     <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>
93             <!-- /TMPL_LOOP -->
94                 </div><!-- /koha-news -->
95         </div>
96 <!-- /TMPL_IF -->
97         
98 </div>
99 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->