/[pliva-si]/templates/novosti.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/novosti.tpl

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

revision 1.1 by dpavlin, Fri Jun 29 12:57:06 2001 UTC revision 1.2 by dpavlin, Fri Jun 29 14:12:07 2001 UTC
# Line 12  Line 12 
12  {/if}  {/if}
13    
14  {section name=item loop=$data}  {section name=item loop=$data}
15  <b><a href="novosti.php?id={$item/data.id}">  <b><a href="novosti.php?{$m_session}id={$item/data.id}">
16  <span class="font">  <span class="font">
17  {if ($item/data.comming == 0) }  {if ($item/data.comming == 0) }
18   <span class="orange"><i>Today</i></span>&nbsp;   <span class="orange"><i>Today</i></span>&nbsp;
# Line 23  Line 23 
23  <i>{$item/data.town_date}</i>  <i>{$item/data.town_date}</i>
24  <p>{$item/data.body}</p>  <p>{$item/data.body}</p>
25  {if $item/data.more ne "" }  {if $item/data.more ne "" }
26   <div align="right"><a href="novosti.php?id={$item/data.id}">   <div align="right"><a href="novosti.php?{$m_session}id={$item/data.id}">
27   <span class="font">Read more</span>   <span class="font">Read more</span>
28   </a></div>   </a></div>
29  {/if}  {/if}

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26