this file has moved from bull directory to here.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / serials / printlist.tmpl
1 <html>
2 <!--TMPL_INCLUDE NAME="menu-serials.inc" -->
3 <body onLoad="window.print();">
4 <h1>Distribution list</h1>
5 <h2>Title : <!-- TMPL_VAR name="title" -->, <!-- TMPL_VAR name="serialseq" --></h2>
6 <div style="border : 1px solid black;">
7         <!-- TMPL_VAR name="distributedto" -->
8 </div>
9
10 <div style=border-top: 1px solid black;">
11         <p><!-- TMPL_VAR name="branchname" --></p>
12         <p><!-- TMPL_VAR name="branchaddress1" --></p>
13         <p><!-- TMPL_VAR name="branchaddress2" --></p>
14         <p><!-- TMPL_VAR name="branchaddress3" --></p>
15         <p>phone : <!-- TMPL_VAR name="branchphone" --> <i><!-- TMPL_VAR name="branchemail" --></i></p>
16 </div>
17
18 </body>
19 </html>