/[health_html]/templates/show.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/show.tpl

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

revision 1.12 by ravilov, Tue Oct 23 16:13:59 2001 UTC revision 1.13 by ravilov, Tue Oct 23 16:20:37 2001 UTC
# Line 1  Line 1 
1  {if ($date)}<small>Objavljeno: {$date}</small><br>{/if}  {if ($date)}<small>Objavljeno: {$date}</small><br>{/if}
2  {if ($title)}<span class="{if ($cat == 't')}topictitle{elseif ($cat == 'w')}newsworldtitle{elseif ($cat == 'p')}newsplivatitle{else}maintitle{/if}">{$title}</span><br>{/if}  {if ($title)}<span class="{if ($cat == 't')}topictitle{elseif ($cat == 'w')}newsworldtitle{elseif ($cat == 'p')}newsplivatitle{else}maintitle{/if}">{$title}</span><br>{/if}
3  <table border=0 cellspacing=0 cellpadding=0 width="100%"><tr><td align=left valign=middle>  <table border=0 cellspacing=0 cellpadding=0 width="100%"><tr><td align=left valign=middle>
4  {if ($lead)}<span class="{if ($cat == 't')}topicsubtitle{elseif ($cat == 'w')}newsworldsubtitle{elseif ($cat == 'p')}newsplivasubtitle{else}mainsubtitle{/if}">{if ($pgfs)}<b>{/if}{$lead}{if ($pgfs)}</b>{/if}</span><br>{/if}  {if ($lead)}<span class="{if ($cat == 't')}topicsubtitle{elseif ($cat == 'w')}newsworldsubtitle{elseif ($cat == 'p')}newsplivasubtitle{else}mainsubtitle{/if}">{if ($pgfs)}<b>{/if}{$lead}{if ($pgfs)}</b>{/if}</span>{/if}
5  </td></tr></table>  </td></tr></table>
   
 {if ($text)}  
6  <br>  <br>
7    
8    {if ($text && $some_title)}
9  {section name=i loop=$text}  {section name=i loop=$text}
10  {if ($i/text.title)}  {if ($i/text.title)}
11  <table border=0 cellspacing=0 cellpadding=0 width="100%"><tr>{if ($i/text.level2)}<td width="{$i/text.level2}"><img src="img/klir.gif" border=0 alt="" width={$i/text.level2} height=1></td>{/if}<td width="100%" align=left><a href="#{%i.rownum%}" class="more">{$i/text.title}</a></td></tr></table>  <table border=0 cellspacing=0 cellpadding=0 width="100%"><tr>{if ($i/text.level2)}<td width="{$i/text.level2}"><img src="img/klir.gif" border=0 alt="" width={$i/text.level2} height=1></td>{/if}<td width="100%" align=left><a href="#{%i.rownum%}" class="more">{$i/text.title}</a></td></tr></table>

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.26