Moving </head><body> into body of templates so that js and css can be embedded per...
[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 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7
8 <div id="doc3" class="yui-t2">
9    
10    <div id="bd">
11         <div id="yui-main">
12         <div class="yui-b"><div class="yui-g">
13         
14     <h1>Welcome to Koha</h1>
15     
16         <!-- TMPL_IF name="koha_news_count" -->
17             <p><!-- TMPL_VAR name="koha_news_count" --> recent news item(s)</p>
18             <table>
19             <!-- TMPL_LOOP name="koha_news" -->
20                 <tr>
21                 <th>
22                     on <!-- TMPL_VAR name="newdate" -->, <!-- TMPL_VAR name="title" -->
23                 </th>
24                                 </tr>
25                 <tr><td>
26                     <p><!-- TMPL_VAR name="new" --></p>
27                 </td></tr>
28             <!-- /TMPL_LOOP -->
29             </table>
30         <!-- /TMPL_IF -->
31
32 </div>
33 </div>
34 </div>
35
36 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
37 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->