/[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.4 - (hide annotations)
Tue Oct 16 13:07:03 2001 UTC (22 years, 7 months ago) by ravilov
Branch: MAIN
Changes since 1.3: +2 -0 lines
Added a favicon for IE. Added a new Smarty modifier (js_popup). Fixed the news editor. Other bugfixes.

1 ravilov 1.4 <noindex>
2 ravilov 1.1 <big><b>Arhiva vijesti i èlanaka</b></big>
3     {if ($naslov)}<br><b>{$naslov}</b>{/if}
4 ravilov 1.3 <br><br>
5 ravilov 1.1 <table width=420 cellspacing=0 cellpadding=0 border=0>
6    
7 ravilov 1.3 {if ($kolumna)}
8     <tr><td colspan=3 valign=top>
9     <span style="color:silver;font-size:8pt;">kolumne</span><br>
10     {if ($kolumne)}<table border=0 cellspacing=0 cellpadding=3 width="100%">
11     {section name=i loop=$kolumne}
12     <tr><td align=left valign=top><a href="{$i/kolumne.read}" class="{if ($home)}t{else}x{/if}more">{if ($i/kolumne.autor)}{$i/kolumne.autor}: {/if}{$i/kolumne.naslov}</a>{if ($i/kolumne.date)}<small> <i>({$i/kolumne.date})</i></small>{/if}</td></tr>
13     {/section}
14     </table>{else}<i>Nema kolumni.</i><br>&nbsp;{/if}<br>
15     </td></tr>
16     <tr><td align=center><table border=0 cellspacing=0 cellpadding=0></tr><tr><td bgcolor="#{if ($ismed)}D0E7F4{else}DAF0E5{/if}"><img src="img/klir.gif" width="400" height="2" border=0 alt=""></td></tr></table><br></td></tr>
17     {/if}
18    
19 ravilov 1.1 <tr><td colspan=3 valign=top>
20 ravilov 1.2 {if ($clanci)}<table border=0 cellspacing=0 cellpadding=3 width="100%">
21 ravilov 1.1 {section name=i loop=$clanci}
22 ravilov 1.2 <tr><td align=left valign=top><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}</td></tr>
23 ravilov 1.1 {/section}
24 ravilov 1.2 </table>{else}<i>Nema èlanaka.</i><br>&nbsp;{/if}<br>&nbsp;
25 ravilov 1.1 </td></tr>
26    
27     {if ($home)}
28     <tr>
29     <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>
30     <td bgcolor="#{if ($ismed)}003366{else}999999{/if}" width="1"><img src="img/klir.gif" alt="" border=0 width=1 height=16></td>
31     <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>
32     </tr>
33    
34     <tr>
35     <td valign=top><br><table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td>
36 ravilov 1.2 {if ($vijesti)}<table border=0 cellspacing=0 cellpadding=3 width="100%">
37 ravilov 1.1 {section name=i loop=$vijesti}
38 ravilov 1.2 <tr><td align=left valign=top><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}</td></tr>
39 ravilov 1.1 {/section}
40 ravilov 1.3 </table>{else}<i>Nema vijesti.</i><br>&nbsp;{/if}<br>
41 ravilov 1.1 </td><td><img src="img/klir.gif" border=0 alt="" width="30"></td></tr></table></td>
42    
43     <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>
44    
45     <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>
46 ravilov 1.2 {if ($novosti)}<table border=0 cellspacing=0 cellpadding=3 width="100%">
47 ravilov 1.1 {section name=i loop=$novosti}
48 ravilov 1.2 <tr><td align=left valign=top><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}</td></tr>
49 ravilov 1.1 {/section}
50 ravilov 1.2 </table>{else}<i>Nema novosti.</i><br>&nbsp;{/if}<br>&nbsp;
51 ravilov 1.1 </td></tr></table></td>
52    
53     </tr>
54     {/if}
55    
56     </table>
57    
58     <br>
59     <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>
60 ravilov 1.4 </noindex>

  ViewVC Help
Powered by ViewVC 1.1.26