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

Diff of /templates/new.tpl

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

revision 1.5 by dpavlin, Wed Feb 28 09:48:31 2001 UTC revision 1.6 by dpavlin, Wed Feb 28 18:01:59 2001 UTC
# Line 1  Line 1 
1  {section name=item loop=$data}  {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) }  {if ($item/data.comming == 0) }
5  {img src="t/today.gif"}   {img src="t/today.gif" border=0}
6     &nbsp;
7  {elseif ($item/data.comming > 0) }  {elseif ($item/data.comming > 0) }
8  {img src="t/coming_up.gif"}   {img src="t/coming_up.gif" border=0}
9     &nbsp;
10  {/if}  {/if}
11  <b><a href="new.php?id={$item/data.id}">  {$item/data.title}</div></a></b><br>
 {$item/data.title}</a></b><br>  
12  <i>{$item/data.town_date}</i>  <i>{$item/data.town_date}</i>
13  <p>{$item/data.body}</p>  <p>{$item/data.body}</p>
   
14  {if $item/data.more ne "" }  {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>   <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}  {/if}

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

  ViewVC Help
Powered by ViewVC 1.1.26