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