/[corp_html]/templates/new.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/new.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (hide annotations)
Wed Feb 28 18:01:59 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.5: +7 -5 lines
kozmetika

1 dpavlin 1.3 {section name=item loop=$data}
2 dpavlin 1.6 <b><a href="new.php?id={$item/data.id}">
3     <div class="font">
4 dpavlin 1.4 {if ($item/data.comming == 0) }
5 dpavlin 1.6 {img src="t/today.gif" border=0}
6     &nbsp;
7 dpavlin 1.4 {elseif ($item/data.comming > 0) }
8 dpavlin 1.6 {img src="t/coming_up.gif" border=0}
9     &nbsp;
10 dpavlin 1.4 {/if}
11 dpavlin 1.6 {$item/data.title}</div></a></b><br>
12 dpavlin 1.3 <i>{$item/data.town_date}</i>
13     <p>{$item/data.body}</p>
14     {if $item/data.more ne "" }
15     <div align="right"><a href="new.php?more={$item/data.more}">{img src="b/Read_More.gif" border="0" alt="Read More"}</a></div>
16     {/if}
17 dpavlin 1.1
18 dpavlin 1.3 {if $item/data.pdf ne "" }
19     <div align="right"><a href="pdf/{$item/data.pdf}">{img src="b/PDF.gif" border="0" alt="Read PDF"}</a></div>
20     {/if}
21 dpavlin 1.1
22 dpavlin 1.3 {if (%item.rownum% != %item.loop%) }
23     <hr size="1" width="100%"><br>
24     {/if}
25 dpavlin 1.1
26 dpavlin 1.3 {/section}

  ViewVC Help
Powered by ViewVC 1.1.26