/[health_html]/templates/arhiva.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

Annotation of /templates/arhiva.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu Oct 4 14:59:35 2001 UTC (22 years, 7 months ago) by ravilov
Branch: MAIN
Added the archive. Some more bug fixes.

1 ravilov 1.1 <center>
2     <big><b>Arhiva vijesti i èlanaka</b></big>
3     {if ($naslov)}<br><b>{$naslov}</b>{/if}
4     </center><br><br>
5     <table width=420 cellspacing=0 cellpadding=0 border=0>
6    
7     <tr><td colspan=3 valign=top>
8     {if ($clanci)}<ul>
9     {section name=i loop=$clanci}
10     <li><a href="{$i/clanci.read}" class="{if ($home)}t{else}x{/if}more">{if ($i/clanci.autor)}{$i/clanci.autor}: {/if}{$i/clanci.naslov}</a>{if ($i/clanci.date)} <small><i>({$i/clanci.date})</i></small>{/if}</li>
11     {/section}
12     </ul>{else}<i>Nema èlanaka.</i><br>&nbsp;{/if}
13     </td></tr>
14    
15     {if ($home)}
16     <tr>
17     <td bgcolor="#459FD6" align=left valign=middle width=213 height=16><img src="img/vijesti.gif" border=0 alt="VIJESTI" width=214 height=16></td>
18     <td bgcolor="#{if ($ismed)}003366{else}999999{/if}" width="1"><img src="img/klir.gif" alt="" border=0 width=1 height=16></td>
19     <td bgcolor="#{if ($ismed)}003366{else}A687B6{/if}" align=left valign=middle width=213 height=16><img src="img/novo.gif" border=0 alt="NOVO NA {if ($ismed)}PLIVAmed.net{else}PLIVAzdravlju{/if}" width=214 height=16></td>
20     </tr>
21    
22     <tr>
23     <td valign=top><br><table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td>
24     {if ($vijesti)}<ul>
25     {section name=i loop=$vijesti}
26     <li><a href="{$i/vijesti.read}" class="wmore">{if ($i/vijesti.autor)}{$i/vijesti.autor}: {/if}{$i/vijesti.naslov}</a>{if ($i/vijesti.date)} <small><i>({$i/vijesti.date})</i></small>{/if}</li>
27     {/section}
28     </ul>{else}<i>Nema vijesti.</i><br>&nbsp;{/if}
29     </td><td><img src="img/klir.gif" border=0 alt="" width="30"></td></tr></table></td>
30    
31     <td width=1 height="100%" bgcolor="#{if ($ismed)}003366{else}999999{/if}"><img src="img/klir.gif" alt="" border=0 width=1 height="100%"></td>
32    
33     <td valign=top><br><table border=0 cellspacing=0 cellpadding=0 width="100%"><tr><td><img src="img/klir.gif" border=0 alt="" width="30"></td><td>
34     {if ($novosti)}<ul>
35     {section name=i loop=$novosti}
36     <li><a href="{$i/novosti.read}" class="pmore">{if ($i/novosti.autor)}{$i/novosti.autor}: {/if}{$i/novosti.naslov}</a>{if ($i/novosti.date)} <small><i>({$i/novosti.date})</i></small>{/if}</li>
37     {/section}
38     </ul>{else}<i>Nema novosti.</i><br>&nbsp;{/if}
39     </td></tr></table></td>
40    
41     </tr>
42     {/if}
43    
44     </table>
45    
46     <br>
47     <table border=0 cellspacing=0 cellpadding=0 width="100%"><tr><td align=right><a href="javascript:history.go(-1);" class="more">&lt;&lt;&nbsp;nazad</a></td></tr></table>

  ViewVC Help
Powered by ViewVC 1.1.26