/[health_html]/templates/kalendar-print.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/kalendar-print.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Tue Oct 16 13:07:03 2001 UTC (22 years, 6 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -2 lines
Added a favicon for IE. Added a new Smarty modifier (js_popup). Fixed the news editor. Other bugfixes.

1 <center>
2 <table border=1 cellspacing=0 cellpadding=2 bordercolor="#000000" width="95%">
3 <tr><th colspan=5><big>{if ($ime)}{$ime}<br>{/if}Kalendar ovulacije</big></th><td colspan=2 align=center>DC = Dan Ciklusa</td></tr>
4 <tr><th width="14%">Pon</th><th width="14%">Uto</th><th width="14%">Sri</th><th width="14%">Èet</th><th width="14%">Pet</th><th width="14%">Sub</th><th width="14%">Ned</th></th>
5 {section name=i loop=$kal}
6 <tr>
7 {section name=j loop=$i/kal}
8 <td valign=top><table border=0 cellspacing=0 cellpadding=3 width="100%">
9 <tr><td align=left class="small">{if ($i/j/kal.cd)}DC{$i/j/kal.cd}{else}&nbsp;{/if}</td><td align=right class="small"><i>{$i/j/kal.dat_dan}.{$i/j/kal.dat_mjesec}.</i></td></tr>
10 <tr><td align=center valign=middle colspan=2 class="small">{if ($i/j/kal.msg)}<b>
11 {if ($i/j/kal.msg == -1)}Zadnja mjeseènica{/if}
12 {if ($i/j/kal.msg == 1)}Sljedeæa oèekivana mjeseènica{/if}
13 {if ($i/j/kal.msg == -2)}&nbsp;<BR>Kasni?{/if}
14 {if ($i/j/kal.msg == 5)}Plodno{/if}
15 {if ($i/j/kal.msg == 9)}Jako plodno{/if}
16 {if ($i/j/kal.msg == 10)}Ovulacija - najplodnije{/if}
17 {if ($i/j/kal.msg == 4)}Plodno{/if}
18 {if ($i/j/kal.msg == 2)}Moguæ test trudnoæe (urin){/if}
19 {if ($i/j/kal.msg == 3)}Moguæ test trudnoæe (krv){/if}
20 </b>{else}&nbsp;{/if}</td></tr>
21 </table></td>
22 {/section}
23 </tr>
24 {/section}
25 </table><br>

  ViewVC Help
Powered by ViewVC 1.1.26