Modifications to enable YUI-Grids layout structure. Unfinished.
[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="header.inc" -->
5
6 <div id="doc3" class="yui-t2">
7    
8    <div id="bd">
9         <div id="yui-main">
10         <div class="yui-b"><div class="yui-g">
11         
12     <h1>Welcome to Koha</h1>
13     
14         <!-- TMPL_IF name="koha_news_count" -->
15             <p><!-- TMPL_VAR name="koha_news_count" --> recent news item(s)</p>
16             <table>
17             <!-- TMPL_LOOP name="koha_news" -->
18                 <tr>
19                 <th>
20                     on <!-- TMPL_VAR name="newdate" -->, <!-- TMPL_VAR name="title" -->
21                 </th>
22                                 </tr>
23                 <tr><td>
24                     <p><!-- TMPL_VAR name="new" --></p>
25                 </td></tr>
26             <!-- /TMPL_LOOP -->
27             </table>
28         <!-- /TMPL_IF -->
29
30 </div>
31 </div>
32 </div>
33
34 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
35 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->