/[health_html]/templates/interakcije.tpl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /templates/interakcije.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Fri Sep 7 15:07:17 2001 UTC (22 years, 7 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Modularized some pages. Some pages are now printable. Added a JavaScript date-checking module. Minor bugfixes.

1 <table border=1 cellspacing=0 cellpadding=5 bordercolor="#000000" width="100%">
2 <tr><th>Lijek/Grupa lijekova</th><th>Opis</th><th>Interakcije</th><th>Preporuke</th></tr>
3 {section name=i loop=$inter}
4 <tr><td>{$i/inter.lijek}</td><td>{$i/inter.opis}</td>
5 <td>{section name=j loop=$i/inter.lijek2}
6 <b>{$i/j.lijek2/inter.naziv}</b>: <tt><span title="{$i/j.lijek2/inter.pred2}" style="cursor:help;">[{$i/j.lijek2/inter.predvid}]</span></tt> {$i/j.lijek2/inter.opis}<br>
7 {sectionelse}-{/section}</td>
8 <td>{$i/inter.preporuka}</td></tr>
9 {sectionelse}
10 <tr><td colspan=4 align=center valign=middle><font color="#FF0000"><big><b><br>Nema podataka.<br>&nbsp;</b></big></font></td></tr>
11 {/section}
12 </table>

  ViewVC Help
Powered by ViewVC 1.1.26