/[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

Contents of /templates/new.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show 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 {section name=item loop=$data}
2 <b><a href="new.php?id={$item/data.id}">
3 <div class="font">
4 {if ($item/data.comming == 0) }
5 {img src="t/today.gif" border=0}
6 &nbsp;
7 {elseif ($item/data.comming > 0) }
8 {img src="t/coming_up.gif" border=0}
9 &nbsp;
10 {/if}
11 {$item/data.title}</div></a></b><br>
12 <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
18 {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
22 {if (%item.rownum% != %item.loop%) }
23 <hr size="1" width="100%"><br>
24 {/if}
25
26 {/section}

  ViewVC Help
Powered by ViewVC 1.1.26