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

Diff of /templates/home.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by ravilov, Wed Aug 22 12:03:45 2001 UTC revision 1.7 by ravilov, Mon Sep 3 15:52:16 2001 UTC
# Line 36  Line 36 
36  {/if}  {/if}
37  {/section}  {/section}
38  {else}  {else}
39  <br><br><i>No articles.</i>  <br><br><i>Nema članaka.</i>
40  {/if}  {/if}
41  {$top_links}  {$top_links}
42  {/if}  {/if}
# Line 46  Line 46 
46  <!-- bigin njuz -->  <!-- bigin njuz -->
47  <tr>  <tr>
48  <td align=left width=1><img src="img/newz01.gif" width=10 height=16 alt="" border=0></td>  <td align=left width=1><img src="img/newz01.gif" width=10 height=16 alt="" border=0></td>
49  <td bgcolor="#459FD6" align=left valign=middle width="50%"><span class="newztitle">&nbsp;PLIVA&nbsp;WORLD&nbsp;NEWS</span></td>  <td bgcolor="#459FD6" align=left valign=middle width="50%"><span class="newztitle"><b>&nbsp;PLIVA&nbsp;WORLD&nbsp;NEWS</b></span></td>
50  <td bgcolor="#459FD6">&nbsp;&nbsp;</td>  <td bgcolor="#459FD6">&nbsp;&nbsp;</td>
51  <td height="100%"><table border=0 cellspacing=0 cellpadding=0 width=1 height="100%" bgcolor="#999999"><tr><td width=1 height="100%"><img src="img/klir.gif" alt="" border=0 width=1 height="100%"></td></tr></table></td>  <td height="100%"><table border=0 cellspacing=0 cellpadding=0 width=1 height="100%" bgcolor="#999999"><tr><td width=1 height="100%"><img src="img/klir.gif" alt="" border=0 width=1 height="100%"></td></tr></table></td>
52  <td bgcolor="#A687B6">&nbsp;&nbsp;</td>  <td bgcolor="#A687B6">&nbsp;&nbsp;</td>
53  <td bgcolor="#A687B6" align=right valign=middle width="50%"><span class="newztitle">PLIVA&nbsp;HEALTH&nbsp;NEWS&nbsp;</span></td>  <td bgcolor="#A687B6" align=right valign=middle width="50%"><span class="newztitle"><b>PLIVA&nbsp;HEALTH&nbsp;NEWS&nbsp;</b></span></td>
54  <td align=right width=1><img src="img/newz02.gif" width=10 height=16 alt="" border=0></td>  <td align=right width=1><img src="img/newz02.gif" width=10 height=16 alt="" border=0></td>
55  </tr>  </tr>
56  <tr>  <tr>
# Line 69  Line 69 
69    {if ($i/wn.pos == 4)}<img src="{$newspicdir}{$i/wn.pic}" border=0 alt="{$i/wn.alt}"{if ($i/wn.width)} width={$i/wn.width}{/if}{if ($i/wn.height)} height={$i/wn.height}{/if} align=left>{/if}    {if ($i/wn.pos == 4)}<img src="{$newspicdir}{$i/wn.pic}" border=0 alt="{$i/wn.alt}"{if ($i/wn.width)} width={$i/wn.width}{/if}{if ($i/wn.height)} height={$i/wn.height}{/if} align=left>{/if}
70    {if ($i/wn.pos == 5)}<img src="{$newspicdir}{$i/wn.pic}" border=0 alt="{$i/wn.alt}"{if ($i/wn.width)} width={$i/wn.width}{/if}{if ($i/wn.height)} height={$i/wn.height}{/if} align=right>{/if}    {if ($i/wn.pos == 5)}<img src="{$newspicdir}{$i/wn.pic}" border=0 alt="{$i/wn.alt}"{if ($i/wn.width)} width={$i/wn.width}{/if}{if ($i/wn.height)} height={$i/wn.height}{/if} align=right>{/if}
71  {/if}  {/if}
72    <a name="wn-{$i/wn.id}">
73  {if ($i/wn.title)}<span class="newzworld">{$i/wn.title}</span><br>{/if}  {if ($i/wn.title)}<span class="newzworld">{$i/wn.title}</span><br>{/if}
74  {if ($i/wn.lead)}<span class="newzworldsub">{$i/wn.lead}</span><br>&nbsp;{/if}  {if ($i/wn.lead)}<span class="newzworldsub">{$i/wn.lead}</span><br>&nbsp;{/if}
75    </a>
76  {if ($i/wn.pic && ($i/wn.pos == 6 || $i/wn.pos == 7 || $i/wn.pos == 8))}  {if ($i/wn.pic && ($i/wn.pos == 6 || $i/wn.pos == 7 || $i/wn.pos == 8))}
77    <p align={if ($i/wn.pos == 6)}left{/if}{if ($i/wn.pos == 7)}center{/if}{if ($i/wn.pos == 8)}right{/if}><img src="{$newspicdir}{$i/wn.pic}" border=0 alt="{$i/wn.alt}"{if ($i/wn.width)} width={$i/wn.width}{/if}{if ($i/wn.height)} height={$i/wn.height}{/if}></p>    <p align={if ($i/wn.pos == 6)}left{/if}{if ($i/wn.pos == 7)}center{/if}{if ($i/wn.pos == 8)}right{/if}><img src="{$newspicdir}{$i/wn.pic}" border=0 alt="{$i/wn.alt}"{if ($i/wn.width)} width={$i/wn.width}{/if}{if ($i/wn.height)} height={$i/wn.height}{/if}></p>
78  {/if}  {/if}
# Line 79  Line 81 
81  {/if}  {/if}
82  {sectionelse}  {sectionelse}
83  <br><i>No articles.</i><br>  <br><i>No articles.</i><br>
84  {if ($isedit)}<p align=right><small>[ <a href="?section={$section}&amp;section_menu={$section_menu}&amp;cat=w&amp;wn_edit=1&amp;ed_id=0" class="more">new</a> ]</small></p>{/if}  {if ($isedit)}<p align=right><small>[ <a href="?section={$section}&amp;section_menu={$section_menu}&amp;cat=w&amp;wn_edit=1&amp;ed_id=0" class="more">novi</a> ]</small></p>{/if}
85  {/section}  {/section}
86  </td>  </td>
87  <!-- end vrld njuz -->  <!-- end vrld njuz -->
# Line 102  Line 104 
104    {if ($i/pn.pos == 4)}<img src="{$newspicdir}{$i/pn.pic}" border=0 alt="{$i/pn.alt}"{if ($i/pn.width)} width={$i/pn.width}{/if}{if ($i/pn.height)} height={$i/pn.height}{/if} align=left>{/if}    {if ($i/pn.pos == 4)}<img src="{$newspicdir}{$i/pn.pic}" border=0 alt="{$i/pn.alt}"{if ($i/pn.width)} width={$i/pn.width}{/if}{if ($i/pn.height)} height={$i/pn.height}{/if} align=left>{/if}
105    {if ($i/pn.pos == 5)}<img src="{$newspicdir}{$i/pn.pic}" border=0 alt="{$i/pn.alt}"{if ($i/pn.width)} width={$i/pn.width}{/if}{if ($i/pn.height)} height={$i/pn.height}{/if} align=right>{/if}    {if ($i/pn.pos == 5)}<img src="{$newspicdir}{$i/pn.pic}" border=0 alt="{$i/pn.alt}"{if ($i/pn.width)} width={$i/pn.width}{/if}{if ($i/pn.height)} height={$i/pn.height}{/if} align=right>{/if}
106  {/if}  {/if}
107    <a name="pn-{$i/pn.id}">
108  {if ($i/pn.title)}<span class="newzpliva">{$i/pn.title}</span><br>{/if}  {if ($i/pn.title)}<span class="newzpliva">{$i/pn.title}</span><br>{/if}
109  {if ($i/pn.lead)}<span class="newzplivasub">{$i/pn.lead}</span><br>&nbsp;{/if}  {if ($i/pn.lead)}<span class="newzplivasub">{$i/pn.lead}</span><br>&nbsp;{/if}
110    </a>
111  {if ($i/pn.pic && ($i/pn.pos == 6 || $i/pn.pos == 7 || $i/pn.pos == 8))}  {if ($i/pn.pic && ($i/pn.pos == 6 || $i/pn.pos == 7 || $i/pn.pos == 8))}
112    <p align={if ($i/pn.pos == 6)}left{/if}{if ($i/pn.pos == 7)}center{/if}{if ($i/pn.pos == 8)}right{/if}><img src="{$newspicdir}{$i/pn.pic}" border=0 alt="{$i/pn.alt}"{if ($i/pn.width)} width={$i/pn.width}{/if}{if ($i/pn.height)} height={$i/pn.height}{/if}></p>    <p align={if ($i/pn.pos == 6)}left{/if}{if ($i/pn.pos == 7)}center{/if}{if ($i/pn.pos == 8)}right{/if}><img src="{$newspicdir}{$i/pn.pic}" border=0 alt="{$i/pn.alt}"{if ($i/pn.width)} width={$i/pn.width}{/if}{if ($i/pn.height)} height={$i/pn.height}{/if}></p>
113  {/if}  {/if}
# Line 111  Line 115 
115  {$i/pn.links}  {$i/pn.links}
116  {/if}  {/if}
117  {sectionelse}  {sectionelse}
118  <br><i>No articles.</i><br>  <br><i>Nema članaka.</i><br>
119  {if ($isedit)}<p align=right><small>[ <a href="?section={$section}&amp;section_menu={$section_menu}&amp;cat=w&amp;wn_edit=1&amp;ed_id=0" class="more">new</a> ]</small></p>{/if}  {if ($isedit)}<p align=right><small>[ <a href="?section={$section}&amp;section_menu={$section_menu}&amp;cat=w&amp;wn_edit=1&amp;ed_id=0" class="more">novi</a> ]</small></p>{/if}
120  {/section}  {/section}
121  </td>  </td>
122  <!-- end pliva njuz -->  <!-- end pliva njuz -->

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.26