s/Waited/Expected/ for serials statuses reformating rebuild_nozebra.pl indexes
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / catalogue / detail.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Catalogue &rsaquo; Details for <!-- TMPL_VAR NAME="title" --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" --><script type="text/JavaScript" language="JavaScript">
4 //<![CDATA[
5 // http://www.oreillynet.com/pub/a/javascript/2003/10/21/amazonhacks.html
6 function verify_images() {
7     $("img").each(function(i){
8            if ((this.src.indexOf('images.amazon.com') >= 0) || (this.src.indexOf('g-images.amazon.com') >=0)) {
9             w = this.width;
10             h = this.height;
11             if ((w == 1) || (h == 1)) {
12                 $("#bookcoverimg").remove();
13                 $(".yui-gb").attr("class","yui-g");
14             } else if ((this.complete != null) && (!this.complete)) {
15                 $("#bookcoverimg").remove();
16                 $(".yui-gb").attr("class","yui-g");
17             }
18         }
19         });
20         }
21      $(document).ready(function() {
22         $('#bibliodetails').tabs();
23      });
24      <!-- TMPL_IF NAME="AmazonContent" -->$(window).load(function() {
25         verify_images();
26      });<!-- /TMPL_IF -->
27 //]]>
28 </script>
29 </head>
30
31 <body>
32
33 <!-- TMPL_INCLUDE NAME="header.inc" -->
34 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
35
36 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a>  &rsaquo; Details for <i><!-- TMPL_VAR NAME="title" --></i></div>
37
38 <div id="doc3" class="yui-t2">
39    
40    <div id="bd">
41     <div id="yui-main">
42     <div class="yui-b">
43
44 <!-- TMPL_INCLUDE NAME="cat-toolbar.inc" -->
45     <!-- TMPL_IF NAME="AmazonContent" --><div class="yui-gb"><!-- TMPL_ELSE --><div class="yui-g"><!-- /TMPL_IF -->
46     <div id="catalogue_detail_biblio" class="yui-u first">
47         
48     <h3><!-- TMPL_VAR NAME="title" --></h3> 
49         <p>
50             <!-- TMPL_UNLESS NAME="item-level_itypes" --><img src="<!-- TMPL_VAR NAME="imageurl" -->" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->"><!-- /TMPL_UNLESS -->
51             <!-- TMPL_IF name="volume" --> <!-- TMPL_VAR name="volume" --><!-- /TMPL_IF -->
52             <!-- TMPL_IF name="volumedesc" -->, <!-- TMPL_VAR name="volumedesc" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="number" --> <!-- TMPL_VAR NAME="number" --> <!-- /TMPL_IF -->
53             <!-- TMPL_IF name="unititle" -->, <!-- TMPL_VAR name="unititle" -->/<!-- /TMPL_IF -->
54             <!-- TMPL_IF NAME="author" -->By <a href="/cgi-bin/koha/catalogue/search.pl?q=au:<!-- TMPL_VAR NAME="author" -->"><!-- TMPL_VAR NAME="author" --></a><!-- /TMPL_IF -->
55         <ul>
56         <!-- TMPL_IF name="MARCAUTHORS" -->
57             <li><strong>Additional Authors:</strong><ul>
58             <!-- TMPL_LOOP NAME="MARCAUTHORS" -->
59                 <li><!-- TMPL_LOOP NAME="MARCAUTHOR_SUBFIELDS_LOOP" --><!-- TMPL_VAR NAME="separator" --><a title="‡<!-- TMPL_VAR NAME=code --> <!-- TMPL_VAR NAME=value -->" href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_LOOP NAME=link_loop --><!-- TMPL_VAR NAME=operator --><!-- TMPL_VAR name='limit' -->:<!-- TMPL_VAR NAME=link --><!-- /TMPL_LOOP -->"><!-- TMPL_VAR NAME="value" --></a><!-- /TMPL_LOOP --></li>
60                 <!-- /TMPL_LOOP -->
61
62         </ul>
63             </li>
64         <!-- /TMPL_IF -->
65         <!-- TMPL_IF name="publishercode" -->
66     <li><strong>Published by:</strong>
67         <a href="/cgi-bin/koha/catalogue/search.pl?q=pb:<!-- TMPL_VAR NAME="publishercode"-->">
68             <!-- TMPL_VAR NAME="publishercode" --> 
69         </a> <!-- TMPL_IF name="place" -->(<!-- TMPL_VAR NAME="place"-->)<!--/TMPL_IF--> <!-- TMPL_IF NAME="publicationyear" -->, <!-- TMPL_VAR NAME="publicationyear" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="editionstatement" --><!-- TMPL_VAR NAME="editionstatement" --><!-- /TMPL_IF --> <!-- TMPL_IF NAME="editionresponsability" --><!-- TMPL_VAR NAME="editionresponsability" --><!-- /TMPL_IF -->
70     </li>
71     <!-- /TMPL_IF -->
72         <li><strong>Description:</strong>
73                 <!-- TMPL_IF name="pages" --> <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" --> <!-- TMPL_IF NAME="illus" --><!-- TMPL_VAR NAME="illus" --><!-- /TMPL_IF -->
74                 <!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" -->
75         </li>
76         </ul>
77         </div>
78         
79 <!-- TMPL_IF NAME="AmazonContent" --><div class="yui-u" id="bookcoverimg">
80         <!-- TMPL_IF name="isbn" --><a href="http://www.amazon.com/gp/reader/<!-- TMPL_VAR NAME="isbn" -->/ref=sib_dp_pt/002-7879865-0184864#reader-link"><img border="0" src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="isbn" -->.01._PIdp-schmooS,TopRight,7,-26_SCMZZZZZZZ_.jpg" alt="" /></a>
81 <!-- TMPL_ELSE -->
82     <img src="http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif" alt="" border="0" />
83 <!-- /TMPL_IF --></div><!-- /TMPL_IF -->
84         
85         <div class="yui-u" style="margin-top: 1em;">
86         <ul>
87         <!-- TMPL_IF name="isbn" -->
88             <li><strong>ISBN:</strong> <!-- TMPL_VAR NAME="isbn" --></li>
89         <!-- /TMPL_IF -->
90         <!-- TMPL_IF name="issn" -->
91             <li><strong>ISSN:</strong><!-- TMPL_VAR NAME="issn" --></li>
92         <!-- /TMPL_IF -->
93         <!-- TMPL_IF name="collectiontitle" -->
94             <li><strong>Collection: </strong>
95                 <!-- TMPL_VAR NAME="collectiontitle" --> <!-- TMPL_IF name="collectionvolume" -->, <!-- TMPL_VAR NAME="collectionvolume" --><!-- /TMPL_IF --><!-- TMPL_IF name="collectionissn" --> (<strong>ISSN:</strong> <!-- TMPL_VAR NAME="collectionissn" -->)<!-- /TMPL_IF -->
96             </li>
97         <!-- /TMPL_IF -->
98         <!-- TMPL_IF name="MARCSUBJCTS" -->
99             <li><strong>Subjects:</strong> 
100             <ul>
101                 <!-- TMPL_LOOP NAME="MARCSUBJCTS" -->
102                 <li><!-- TMPL_LOOP NAME="MARCSUBJECT_SUBFIELDS_LOOP" --><!-- TMPL_VAR NAME="separator" --><a title="‡<!-- TMPL_VAR NAME=code --> <!-- TMPL_VAR NAME=value -->" href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_LOOP NAME=link_loop --><!-- TMPL_VAR NAME=operator --><!-- TMPL_VAR name='limit' -->:<!-- TMPL_VAR NAME=link --><!-- /TMPL_LOOP -->"><!-- TMPL_VAR NAME="value" --></a><!-- /TMPL_LOOP --></li>
103                 <!-- /TMPL_LOOP -->
104                 </ul>
105             </li>
106         <!-- /TMPL_IF -->
107         <!-- TMPL_IF name="copyrightdate" -->
108             <li><strong>Copyright:</strong> <!-- TMPL_VAR NAME="copyrightdate" --></li>
109         <!-- /TMPL_IF -->
110      
111         <!-- TMPL_IF name="classification" -->
112             <li><strong>Classification:</strong> <!-- TMPL_VAR name="subclass" --><!-- TMPL_VAR name="classification" --></li>
113         <!-- /TMPL_IF -->
114         <!-- TMPL_IF name="dewey" -->
115             <li><strong>Dewey:</strong> <!-- TMPL_VAR name="dewey" --></li>
116         <!-- /TMPL_IF -->
117         <!-- TMPL_IF name="URLS" -->
118             <li><strong>URL:</strong> 
119                 <!-- TMPL_LOOP name="URLS" -->
120                     <a href="<!-- TMPL_VAR name="url" -->"><!-- TMPL_VAR NAME="url" --></a>
121                 <!-- /TMPL_LOOP -->
122             </li>
123         <!-- /TMPL_IF -->
124         </ul>
125 </div>
126
127 </div>
128
129 <div id="bibliodetails" class="toptabs">
130
131 <ul>   
132 <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#holdings">Holdings</a></li>
133 <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#description">Description</a></li>
134 <!-- TMPL_IF NAME="FRBRizeEditions" --><li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#editions">Editions</a></li><!-- /TMPL_IF -->
135 <!-- TMPL_IF NAME="AmazonSimilarItems" --><li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->#related">Related Titles</a></li><!-- /TMPL_IF -->
136  </ul>
137
138 <div id="holdings">
139 <!-- TMPL_IF name="count" -->
140         <table>
141             <tr>
142                 <!-- TMPL_IF NAME="item-level_itypes" --><th>Item type</th><!-- /TMPL_IF -->
143                 <th>Location</th>
144                 <th>Collection</th>
145                 <th>Call Number</th>
146                 <th>Status</th>
147                 <th>Date Due</th>
148                 <th>Last seen</th>
149                 <th>Barcode</th>
150                 <th>Volume</th>
151             </tr>
152             <!-- TMPL_LOOP NAME="itemloop" -->
153                 <tr>
154                     <!-- TMPL_IF NAME="item-level_itypes" --><td><img src="<!-- TMPL_VAR NAME="imageurl" -->" alt="<!-- TMPL_VAR NAME="description" -->" title="<!-- TMPL_VAR NAME="description" -->"></td><!-- /TMPL_IF -->
155                     <td><!-- TMPL_VAR NAME="branchname" --></td>
156                     <td><!-- TMPL_VAR name="locationname" --></td>
157                     <td><!-- TMPL_IF NAME="itemcallnumber" --> <!-- TMPL_VAR NAME="itemcallnumber" --><!-- /TMPL_IF --></td>
158                     <td>
159
160                 <!-- TMPL_IF name="datedue" -->
161                     <!-- TMPL_IF  NAME="NOTSAMEBRANCH" -->
162                                         On loan
163                     <!-- TMPL_ELSE -->
164                                         On loan to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></a>, due back on <!-- TMPL_VAR NAME="onloan" -->
165                     <!-- /TMPL_IF -->
166                 <!-- /TMPL_IF -->
167
168                 <!-- TMPL_IF NAME="itemlost" -->
169                     <!-- TMPL_IF NAME="itemlostloop" -->
170                     <!-- TMPL_LOOP NAME="itemlostloop" -->
171                         <!-- TMPL_IF NAME="selected" -->
172                                         <!-- TMPL_VAR NAME="lib" -->
173                         <!-- /TMPL_IF -->
174                     <!-- /TMPL_LOOP -->
175                     <!-- TMPL_ELSE -->
176                                         Unavailable (lost or missing)
177                     <!-- /TMPL_IF -->
178                 <!-- /TMPL_IF -->
179
180                 <!-- TMPL_IF NAME="wthdrawn" -->
181                                         Withdrawn
182                 <!-- /TMPL_IF -->
183
184                 <!-- TMPL_IF NAME="damaged" -->
185                     <!-- TMPL_IF NAME="itemdamagedloop" -->
186                         <!-- TMPL_LOOP NAME="itemdamagedloop" -->
187                         <!-- TMPL_IF NAME="selected" -->
188                                         <!-- TMPL_VAR NAME="lib" -->
189                         <!-- /TMPL_IF -->
190                         <!-- /TMPL_LOOP -->
191                     <!-- TMPL_ELSE -->
192                                         Damaged
193                     <!-- /TMPL_IF -->
194                 <!-- /TMPL_IF -->
195
196                 <!-- TMPL_IF Name="notforloan" -->
197                                         Not for loan (<!-- TMPL_VAR NAME="notforloanvalue" -->)
198                 <!-- /TMPL_IF -->
199
200                 <!-- TMPL_IF Name="transfertwhen" -->
201                                         In transit from <!-- TMPL_VAR NAME="transfertfrom" -->,
202                                         to <!-- TMPL_VAR NAME="transfertto" -->, since <!-- TMPL_VAR NAME="transfertwhen" -->
203                 <!-- /TMPL_IF -->
204                             
205                 <!-- TMPL_IF NAME="reservedate"-->
206                     <!-- TMPL_IF NAME="waitingdate" -->
207                                         Waiting<!-- TMPL_ELSE -->On hold
208                     <!-- /TMPL_IF -->
209                     <!-- TMPL_IF NAME="canreservefromotherbranches" -->for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="ReservedForBorrowernumber" -->"><!-- TMPL_VAR NAME="ReservedForFirstname" --> <!-- TMPL_VAR NAME="ReservedForSurname" --></a><!-- /TMPL_IF -->
210                     <!-- TMPL_IF NAME="waitingdate" -->
211                                         at<!-- TMPL_ELSE -->expected at
212                     <!-- /TMPL_IF -->   <!-- TMPL_VAR NAME="ExpectedAtLibrary" -->
213                                         since
214                     <!-- TMPL_IF NAME="waitingdate" --><!-- TMPL_VAR NAME="waitingdate" -->
215                     <!-- TMPL_ELSE -->
216                         <!-- TMPL_IF name="reservedate" --><!-- TMPL_VAR NAME="reservedate" --><!-- /TMPL_IF -->
217                     <!-- /TMPL_IF -->
218                 <!-- /TMPL_IF -->
219                 <!-- TMPL_UNLESS NAME="onloan" --><!-- TMPL_UNLESS NAME="itemlost" --><!-- TMPL_UNLESS NAME="wthdrawn" --><!-- TMPL_UNLESS NAME="damaged" --><!-- TMPL_UNLESS NAME="transfertwhen" --><!-- TMPL_UNLESS NAME="reservedate" -->
220                                         Available
221                 <!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS --><!-- /TMPL_UNLESS -->
222                         
223                     </td>
224                     <td><!-- TMPL_VAR NAME="datedue" --></td>
225                     <td><!-- TMPL_VAR NAME="datelastseen" --></td>
226                     <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=<!-- TMPL_VAR NAME="type" -->&amp;item=<!-- TMPL_VAR NAME="itemnumber" -->&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->"><!-- TMPL_VAR NAME="barcode" --></a></td>
227                     <td><!-- TMPL_VAR NAME="volumeddesc" --></td>
228
229                 <!-- TMPL_IF NAME="type" -->
230                     <td><a href="/cgi-bin/koha/maint/catmaintain.pl?type=fixitemtype&amp;bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->&amp;item=<!-- TMPL_VAR NAME="itemtype" -->">Fix Itemtype</a></td>
231                 <!-- /TMPL_IF -->
232
233                 </tr>
234             <!-- /TMPL_LOOP -->
235         </table>
236 <!-- TMPL_ELSE -->
237     <p>No physical items for this record</p>
238 <!-- /TMPL_IF -->
239     </div>
240     
241 <div id="description">
242     <!-- TMPL_IF name="MARCNOTES" -->
243     <!-- TMPL_LOOP NAME="MARCNOTES" -->
244         <p><!-- TMPL_VAR NAME="marcnote" --></p>
245                 <!-- /TMPL_LOOP -->
246         <!-- TMPL_ELSE -->
247             <!-- TMPL_IF name="notes" -->
248                 <p><!-- TMPL_VAR NAME="notes" --></p>
249             <!-- /TMPL_IF -->
250         <!-- /TMPL_IF -->
251 </div>
252
253 <!-- TMPL_IF NAME="FRBRizeEditions" -->
254 <div id="editions"><h2>Editions</h2>
255 <ul>
256 <!-- TMPL_LOOP NAME="XISBNS" -->
257 <li><img src="/opac-tmpl/prog/itemtypeimg/<!-- TMPL_VAR NAME="itemtype" -->.gif" title="<!-- TMPL_VAR NAME="itemtype" -->" />
258 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a> by <!-- TMPL_VAR NAME="author" --> &copy;<!-- TMPL_VAR NAME="copyrightdate" --></li>
259 <img src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="isbn" -->.01._AA75_PU_PU-5_.jpg" />
260     <!-- TMPL_LOOP NAME=items -->
261     <!-- <!-- TMPL_IF NAME="itype" --><img src="/opac-tmpl/prog/itemtypeimg/<!-- TMPL_VAR NAME="itype" -->.gif" title="<!-- TMPL_VAR NAME="itype" -->" /><!-- /TMPL_IF --> -->
262     <!-- barcode:<!-- TMPL_VAR NAME="barcode" --> -->
263     <!-- /TMPL_LOOP -->
264
265 <!-- /TMPL_LOOP -->
266 </ul></div>
267 <!-- /TMPL_IF -->
268
269 <!-- TMPL_IF NAME="AmazonSimilarItems" -->
270 <div id="related"><h2>Related Items</h2>
271 <ul>
272 <!-- TMPL_LOOP NAME="SIMILAR_PRODUCTS" -->
273 <!-- TMPL_LOOP NAME="product" -->
274 <li><img src="/opac-tmpl/prog/itemtypeimg/<!-- TMPL_VAR NAME="itemtype" -->.gif" title="<!-- TMPL_VAR NAME="itemtype" -->" />
275 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR
276 NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a> by <!-- TMPL_VAR NAME="author" --> &copy;<!-- TMPL_VAR NAME="copyrightdate" --></li>
277 <img src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="isbn" -->.01._THUMBZZZ_PU_PU-5_.jpg" />
278
279    <!-- TMPL_LOOP NAME="items" -->
280    <!-- <!-- TMPL_IF NAME="itype" --><img src="/opac-tmpl/prog/itemtypeimg/<!-- TMPL_VAR NAME="itype" -->.gif" title="<!-- TMPL_VAR NAME="itype" -->" /><!-- /TMPL_IF --> -->
281    <!-- barcode:<!-- TMPL_VAR NAME="barcode" --> -->
282    <!-- /TMPL_LOOP -->
283 <!-- /TMPL_LOOP -->
284 <!-- /TMPL_LOOP -->
285 </ul></div>
286 <!-- /TMPL_IF -->
287
288 </div><!-- /bibliodetails -->
289
290 <div class="yui-g" id="export" style="margin-top: 1em;">
291 <form method="get" action="/cgi-bin/koha/catalogue/export.pl">
292 <table>  <tr>
293       <th>Save Record</th>   </tr>
294   <tr>     <td> Select Download Format:    <select name="format">
295         <option value="mods">MODS (XML)</option>
296         <option value="dc">Dublin Core (XML)</option>
297         <option value="marcxml">MARCXML</option>
298         <option value="marc8">MARC (non-Unicode/MARC-8)</option>
299         <option value="utf8">MARC (Unicode/UTF-8)</option>    </select>
300         <input type="submit" name="save" value="Download Record" /></td>
301   </tr>
302   <tr><input type="hidden" name="op" value="export" /><input type="hidden" NAME="bib" VALUE="<!-- TMPL_VAR name="biblionumber" -->" />
303   </tr></table>
304 </form>
305 </div>
306
307
308
309 <!-- TMPL_IF name="subscriptionsnumber" -->
310 <div class="yui-g">
311 <div id="catalogue_detail_subscriptions">
312     <h2>This is a serial subscription</h2>
313     <p> (We have <!-- TMPL_VAR name="subscriptionsnumber" --> subscriptions associated with this title).</p> 
314     <!-- TMPL_LOOP Name="subscriptions" -->
315             <!-- TMPL_IF NAME="subscriptionnotes" --><p><!--TMPL_VAR NAME="subscriptionnotes"--> </p><!-- /TMPL_IF -->
316             <!--TMPL_IF NAME="latestserials"-->
317             <p> The three latest issues related to this subscription:</p>
318             <table>
319                 <tr>
320                     <th>Issue #</th>
321                     <th>Date</th>
322                     <th>Status</th>
323                     <th>Note</th>
324                 </tr>
325             <!--TMPL_LOOP Name="latestserials"-->
326                 <tr>
327                     <td><!--TMPL_VAR Name="serialseq"--></td>
328                     <td><!--TMPL_VAR Name="planneddate"--></td>
329                     <td><!--TMPL_IF Name="status1"-->Expected
330                         <!--TMPL_ELSE -->
331                             <!-- TMPL_IF Name="status2"-->Arrived
332                             <!--TMPL_ELSE -->
333                                 <!-- TMPL_IF Name="status3"-->Late
334                                 <!--TMPL_ELSE -->
335                                     <!-- TMPL_IF Name="status4"-->Missing
336                                     <!--TMPL_ELSE -->
337                                         <!-- TMPL_IF Name="status5"-->Not Issued
338                                         <!--/TMPL_IF-->
339                                     <!--/TMPL_IF-->
340                                 <!--/TMPL_IF-->
341                             <!--/TMPL_IF-->
342                         <!--/TMPL_IF--></td>
343                     <td><!--TMPL_VAR Name="notes"--></td>
344                 </tr>
345             <!--/TMPL_LOOP -->
346             </table>
347             <!-- /TMPL_IF -->
348     <!-- /TMPL_LOOP -->
349 </div>
350 </div>
351 <!-- /TMPL_IF -->
352
353 </div>
354 </div>
355 <div class="yui-b">
356 <!-- TMPL_INCLUDE NAME="biblio-view-menu.inc" -->
357 </div>
358 </div>
359 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->