first go at moving templates to a modules/ dir
[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 <!-- TMPL_INCLUDE NAME="menus.inc" -->
5
6 <div id="main">
7     <h1>Welcome to Koha</h1>
8     
9         <!-- TMPL_IF name="koha_news_count" -->
10             <p><!-- TMPL_VAR name="koha_news_count" --> recent news</p>
11             <table>
12             <!-- TMPL_LOOP name="koha_news" -->
13                 <tr>
14                 <th>
15                     on <!-- TMPL_VAR name="newdate" -->, <!-- TMPL_VAR name="title" -->
16                 </th>
17                 <tr><td>
18                     <p><!-- TMPL_VAR name="new" --></p>
19                 </td></tr>
20             <!-- /TMPL_LOOP -->
21             </table>
22         <!-- /TMPL_IF -->
23 </div>
24
25 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->