(BUG #4350) parcel.tmpl: add Translatable text
[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" -->
70    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
71                         <ul>
72             <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
73         </ul>
74     <!-- /TMPL_IF -->
75     <!-- TMPL_IF NAME="CAN_user_tools" --> <h3><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></h3> <!-- /TMPL_IF -->
76     <h3><a href="/cgi-bin/koha/about.pl">About Koha</a></h3>
77         </div>
78         </div>
79                 <!-- TMPL_IF NAME="IntranetmainUserblock" --><div id="mainuserblock" class="yui-g">
80                         <!-- TMPL_VAR NAME="IntranetmainUserblock" -->
81                         </div><!-- TMPL_ELSE -->&nbsp;
82                 <!-- /TMPL_IF -->
83 <!-- TMPL_IF NAME="koha_news_count" -->
84         </div><!-- /yui-bd -->
85         </div><!-- /yui-main -->
86         <div class="yui-b">
87                 <div id="koha-news">
88             <h3>News</h3>
89             <!-- TMPL_LOOP name="koha_news" -->
90                     <div class="newsitem" id="news<!-- TMPL_VAR NAME="idnew" -->"><h4><!-- TMPL_VAR name="title" --></h4>
91                                          <p><!-- TMPL_VAR name="new" --></p>
92                                         <p class="newsfooter"> Posted on <!-- TMPL_VAR name="newdate" --> <!-- TMPL_IF NAME="CAN_user_tools" -->
93     <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>
94             <!-- /TMPL_LOOP -->
95                 </div><!-- /koha-news -->
96         </div>
97 <!-- /TMPL_IF -->
98         
99 </div>
100 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->