/[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.4 by dpavlin, Fri Feb 23 15:23:36 2001 UTC revision 1.5 by dpavlin, Wed Feb 28 09:48:31 2001 UTC
# Line 1  Line 1 
1  {section name=item loop=$data}  {section name=item loop=$data}
2  {if ($item/data.comming == 0) }  {if ($item/data.comming == 0) }
3  <tt>Today:</tt>  {img src="t/today.gif"}
4  {elseif ($item/data.comming > 0) }  {elseif ($item/data.comming > 0) }
5  <tt>Comming:</tt>  {img src="t/coming_up.gif"}
6  {/if}  {/if}
7  <b><a href="new.php?id={$item/data.id}">  <b><a href="new.php?id={$item/data.id}">
8  {$item/data.title}</a></b><br>  {$item/data.title}</a></b><br>

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

  ViewVC Help
Powered by ViewVC 1.1.26