Lines 1-135
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha staff client</title> |
2 |
<title>Koha staff client</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE '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> |
4 |
<style type="text/css"> </style> |
|
|
5 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/mainpage.css" /> |
5 |
</head> |
6 |
</head> |
6 |
<body id="main_intranet-main" class="main"> |
7 |
<body id="main_intranet-main" class="main"> |
7 |
[% INCLUDE 'header.inc' %] |
8 |
[% INCLUDE 'header.inc' %] |
8 |
[% INCLUDE 'home-search.inc' %] |
9 |
[% INCLUDE 'home-search.inc' %] |
9 |
|
10 |
|
10 |
<div id="breadcrumbs">Home</div> |
11 |
<div id="breadcrumbs" >Home</div> |
11 |
|
12 |
<div style="clear: both"></div> |
12 |
<div id="doc3" class="yui-t3"> |
13 |
<div id="area-content"> |
13 |
<div id="bd"> |
|
|
14 |
<div id="yui-main"><div class="yui-b"><div class="yui-g"> |
15 |
|
16 |
<h1>Welcome to Koha</h1> |
17 |
|
18 |
<div class="yui-u first"> |
19 |
<!-- START - CIRCULATION --> |
20 |
[% IF ( CAN_user_circulate ) %] |
21 |
<h3><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a></h3> |
22 |
<ul> |
23 |
<li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfers</a></li> |
24 |
</ul> |
25 |
[% END %] |
26 |
<!-- END - CIRCULATION --> |
27 |
|
28 |
<!-- START - PATRONS --> |
29 |
[% IF ( CAN_user_borrowers ) %] |
30 |
<h3><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></h3> |
31 |
[% END %] |
32 |
<!-- END - PATRONS --> |
33 |
|
34 |
<!-- START - ADVANCED SEARCH --> |
35 |
[% IF ( CAN_user_catalogue ) %] |
36 |
<h3><a href="/cgi-bin/koha/catalogue/search.pl">Advanced search</a></h3> |
37 |
[% END %] |
38 |
<!-- END - ADVANCED SEARCH --> |
39 |
|
40 |
<!-- START - LISTS --> |
41 |
<h3><a href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a></h3> |
42 |
<!-- END - LISTS --> |
43 |
|
44 |
<!-- START - CATALOGING --> |
45 |
[% IF ( CAN_user_catalogue || CAN_user_editcatalogue || CAN_user_editauthorities ) %] |
46 |
<h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3> |
47 |
<ul> |
48 |
[% IF ( CAN_user_catalogue || CAN_user_editcatalogue ) %] |
49 |
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC record</a></li> |
50 |
[% END %] |
51 |
[% IF ( CAN_user_editauthorities ) %] |
52 |
<li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li> |
53 |
[% END %] |
54 |
</ul> |
55 |
[% END %] |
56 |
<!-- END - CATALOGING --> |
57 |
</div> |
58 |
|
59 |
<div class="yui-u"> |
60 |
<!-- START - SERIALS --> |
61 |
[% IF ( CAN_user_serials ) %] |
62 |
<h3><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></h3> |
63 |
[% END %] |
64 |
[% IF ( CAN_user_acquisition ) %] |
65 |
<h3><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></h3> |
66 |
[% IF ( pendingsuggestions ) %] |
67 |
<ul> |
68 |
<li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions pending approval</a>: <span class="holdcount"><a href="/cgi-bin/koha/suggestion/suggestion.pl">[% pendingsuggestions %]</a></span></li> |
69 |
</ul> |
70 |
[% END %] |
71 |
[% END %] |
72 |
<!-- END - SERIALS --> |
73 |
|
74 |
<!-- START - REPORTS --> |
75 |
[% IF ( CAN_user_reports ) %] |
76 |
<h3><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></h3> |
77 |
[% END %] |
78 |
<!-- END - REPORTS --> |
79 |
|
80 |
<!-- START - ADMINISTRATION --> |
81 |
[% IF ( CAN_user_parameters ) %] |
82 |
<h3><a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3> |
83 |
<ul> |
84 |
<li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li> |
85 |
</ul> |
86 |
[% END %] |
87 |
[% IF ( CAN_user_tools ) %] |
88 |
<h3><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></h3> |
89 |
[% IF ( CAN_user_tools_moderate_comments && pendingcomments ) || ( CAN_user_tools_moderate_tags && pendingtags ) %] |
90 |
<ul> |
91 |
[% IF ( CAN_user_tools_moderate_comments && pendingcomments ) %] |
92 |
<li><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments pending approval</a>: <span class="holdcount"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments %]</a></span></li> |
93 |
[% END %] |
94 |
[% IF ( CAN_user_tools_moderate_tags && pendingtags ) %] |
95 |
<li><a href="/cgi-bin/koha/tags/review.pl">Tags pending approval</a>: <span class="holdcount"><a href="/cgi-bin/koha/tags/review.pl">[% pendingtags %]</a></span></li> |
96 |
[% END %] |
97 |
</ul> |
98 |
[% END %] |
99 |
[% END %] |
100 |
<!-- END - ADMINISTRATION --> |
101 |
|
102 |
<!-- START - ABOUT --> |
103 |
<h3><a href="/cgi-bin/koha/about.pl">About Koha</a></h3> |
104 |
<!-- END - ABOUT --> |
105 |
</div> |
106 |
</div> |
107 |
[% IF ( IntranetmainUserblock ) %] |
108 |
<div id="mainuserblock" class="yui-g"> |
109 |
[% IntranetmainUserblock %] |
110 |
</div>[% ELSE %] |
111 |
[% END %] |
112 |
</div><!-- /yui-bd --> |
113 |
</div><!-- /yui-main --> |
114 |
[% IF ( koha_news_count ) %] |
14 |
[% IF ( koha_news_count ) %] |
115 |
<div class="yui-b"> |
15 |
<div id="area-news"> |
116 |
<div id="koha-news"> |
16 |
<h3><span="news_title">News</span></h3> |
117 |
<h3>News</h3> |
17 |
[% FOREACH koha_new IN koha_news %] |
118 |
[% FOREACH koha_new IN koha_news %] |
18 |
<div class="newsitem" id="news[% koha_new.idnew %]"><h4>[% koha_new.title %]</h4> |
119 |
<div class="newsitem" id="news[% koha_new.idnew %]"><h4>[% koha_new.title %]</h4> |
19 |
<p>[% koha_new.new %]</p> |
120 |
<p>[% koha_new.new %]</p> |
20 |
<p class="newsfooter"> Posted on [% koha_new.newdate %] |
121 |
<p class="newsfooter"> Posted on [% koha_new.newdate %] |
21 |
[% IF ( CAN_user_tools ) %] |
122 |
[% IF ( CAN_user_tools ) %] |
22 |
<a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&id=[% koha_new.idnew %]">Edit</a> |
123 |
<a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&id=[% koha_new.idnew %]">Edit</a> | <a href="/cgi-bin/koha/tools/koha-news.pl?op=del&ids=[% koha_new.idnew %]">Delete</a> | <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New</a> |
23 |
| <a href="/cgi-bin/koha/tools/koha-news.pl?op=del&ids=[% koha_new.idnew %]">Delete</a> |
124 |
[% END %] |
24 |
| <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New</a> |
125 |
</p> |
25 |
[% END %] |
126 |
</div> |
26 |
</p> |
127 |
[% END %] |
27 |
</div> |
128 |
</div><!-- /koha-news --> |
28 |
[% END %] |
129 |
</div> |
29 |
</div><!-- /koha-news --> |
|
|
30 |
[% ELSE %] |
31 |
<div id="area-nonews"> </div> |
130 |
[% END %] |
32 |
[% END %] |
|
|
33 |
<div id="area-lists"> |
34 |
<div id="area-list-left"> |
35 |
<ul class="biglinks-list"> |
36 |
[% IF ( CAN_user_circulate ) %] |
37 |
<li> |
38 |
<a class="icon_general icon_circulation" href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> |
39 |
</li> |
40 |
[% END %] |
41 |
|
42 |
[% IF ( CAN_user_borrowers ) %] |
43 |
<li> |
44 |
<a class="icon_general icon_patrons" href="/cgi-bin/koha/members/members-home.pl">Patrons</a> |
45 |
</li> |
46 |
[% END %] |
47 |
|
48 |
[% IF ( CAN_user_catalogue ) %] |
49 |
<li> |
50 |
<a class="icon_general icon_search" href="/cgi-bin/koha/catalogue/search.pl">Advanced Search</a> |
51 |
</li> |
52 |
[% END %] |
53 |
|
54 |
<li> |
55 |
<a class="icon_general icon_lists" href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a> |
56 |
</li> |
57 |
|
58 |
[% IF ( CAN_user_catalogue || CAN_user_editcatalogue ) %] |
59 |
<li> |
60 |
<a class="icon_general icon_cataloging" href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a> |
61 |
</li> |
62 |
[% END %] |
63 |
|
64 |
[% IF ( CAN_user_editauthorities ) %] |
65 |
<li> |
66 |
<a class="icon_general icon_authorities" href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> |
67 |
</li> |
68 |
[% END %] |
69 |
</ul> |
70 |
</div><!-- /area-list-left --> |
71 |
|
72 |
<div id="area-list-right"> |
73 |
<ul class="biglinks-list"> |
74 |
[% IF ( CAN_user_serials ) %] |
75 |
<li> |
76 |
<a class="icon_general icon_serials" href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> |
77 |
<span class="biglink"></span> |
78 |
</li> |
79 |
[% END %] |
80 |
|
81 |
[% IF ( CAN_user_acquisition ) %] |
82 |
<li> |
83 |
<a class="icon_general icon_acquisitions" href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> |
84 |
<span class="biglink"></span> |
85 |
</li> |
86 |
[% END %] |
87 |
|
88 |
[% IF ( CAN_user_reports ) %] |
89 |
<li> |
90 |
<a class="icon_general icon_reports" href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> |
91 |
</li> |
92 |
[% END %] |
93 |
|
94 |
[% IF ( CAN_user_parameters ) %] |
95 |
<li> |
96 |
<a class="icon_general icon_administration" href="/cgi-bin/koha/admin/admin-home.pl">Koha Administration</a> |
97 |
</li> |
98 |
[% END %] |
99 |
|
100 |
[% IF ( CAN_user_tools ) %] |
101 |
<li> |
102 |
<a class="icon_general icon_tools" href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
103 |
</li> |
104 |
[% END %] |
105 |
|
106 |
<li> |
107 |
<a class="icon_general icon_koha" href="/cgi-bin/koha/about.pl">About Koha</a> |
108 |
</li> |
109 |
</ul> |
110 |
</div><!-- /area-list-right --> |
131 |
|
111 |
|
|
|
112 |
[% IF ( CAN_user_tools_moderate_comments ) && ( pendingsuggestions || pendingcomments || pendingtags ) %] |
113 |
<div id="area-pending"> |
114 |
[% IF ( pendingsuggestions ) %] |
115 |
<div class="pending-info"> |
116 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions pending approval: |
117 |
<span class="pending-number-link">[% pendingsuggestions %]</span></a> |
118 |
</div> |
119 |
[% END %] |
120 |
|
121 |
[% IF ( pendingcomments ) %] |
122 |
<div class="pending-info"> |
123 |
<a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments pending approval: |
124 |
<span class="pending-number-link">[% pendingcomments %]</span></a> |
125 |
</div> |
126 |
[% END %] |
127 |
|
128 |
[% IF ( pendingtags ) %] |
129 |
<div class="pending-info"> |
130 |
<a href="/cgi-bin/koha/tags/review.pl">Tags pending approval: |
131 |
<span class="pending-number-link">[% pendingtags %]</span></a> |
132 |
</div> |
133 |
[% END %] |
134 |
</div> |
135 |
[% END %] |
132 |
|
136 |
|
133 |
</div> |
137 |
[% IF ( IntranetmainUserblock ) %] |
|
|
138 |
<div id="area-userblock"> |
139 |
<div class="user-info"> |
140 |
[% IntranetmainUserblock %] |
141 |
</div> |
142 |
</div> |
143 |
[% END %] |
144 |
|
145 |
<div style="height: 30px"> |
146 |
<!-- Without this white space the end of the page can be hidden by the language selector --> |
147 |
|
148 |
</div> |
149 |
</div><!-- /area-lists --> |
134 |
|
150 |
|
|
|
151 |
<!-- the main div is closed in intranet-bottom.inc --> |
135 |
[% INCLUDE 'intranet-bottom.inc' %] |
152 |
[% INCLUDE 'intranet-bottom.inc' %] |