/[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.6 by ravilov, Tue Sep 25 15:38:05 2001 UTC revision 1.7 by ravilov, Fri Sep 28 23:34:37 2001 UTC
# Line 4  Line 4 
4  {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}
5  <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>
6  {if ($titlepic_url && ($titlepic_type == 4 || $titlepic_type == 5))}  {if ($titlepic_url && ($titlepic_type == 4 || $titlepic_type == 5))}
7    {if ($titlepic_type == 4)}<img src="{$newspicdir}{$titlepic_url}" border=0 alt="{$titlepic_alt}"{if ($titlepic_width)} width={$titlepic_width}{/if}{if ($titlepic_height)} height={$titlepic_height}{/if} align=left>{/if}    {if ($titlepic_type == 4)}<img src="{$newspicdir}{$titlepic_url}" border=0 hspace=5 vspace=5 alt="{$titlepic_alt}"{if ($titlepic_width)} width={$titlepic_width}{/if}{if ($titlepic_height)} height={$titlepic_height}{/if} align=left>{/if}
8    {if ($titlepic_type == 5)}<img src="{$newspicdir}{$titlepic_url}" border=0 alt="{$titlepic_alt}"{if ($titlepic_width)} width={$titlepic_width}{/if}{if ($titlepic_height)} height={$titlepic_height}{/if} align=right>{/if}    {if ($titlepic_type == 5)}<img src="{$newspicdir}{$titlepic_url}" border=0 hspace=5 vspace=5 alt="{$titlepic_alt}"{if ($titlepic_width)} width={$titlepic_width}{/if}{if ($titlepic_height)} height={$titlepic_height}{/if} align=right>{/if}
9  {/if}  {/if}
10  {if ($lead)}<span class="{if ($cat == 't')}topicsubtitle{elseif ($cat == 'w')}newsworldsubtitle{elseif ($cat == 'p')}newsplivasubtitle{else}mainsubtitle{/if}">{$lead}</span><br>{/if}  {if ($lead)}<span class="{if ($cat == 't')}topicsubtitle{elseif ($cat == 'w')}newsworldsubtitle{elseif ($cat == 'p')}newsplivasubtitle{else}mainsubtitle{/if}">{$lead}</span><br>{/if}
11  <br>  <br>
# Line 26  Line 26 
26  <br>  <br>
27  {section name=i loop=$text}  {section name=i loop=$text}
28  {if ($i/text.pic && ($i/text.pos == 1 || $i/text.pos == 2 || $i/text.pos == 3))}  {if ($i/text.pic && ($i/text.pos == 1 || $i/text.pos == 2 || $i/text.pos == 3))}
29    <p align={if ($i/text.pos == 1)}left{/if}{if ($i/text.pos == 2)}center{/if}{if ($i/text.pos == 3)}right{/if}><table border=0 cellspacing=0 cellpadding=0><tr><td><img src="{$newspicdir}{$i/text.pic}" border=0 alt="{$i/text.alt}"{if ($i/text.w)} width={$i/text.w}{/if}{if ($i/text.h)} height={$i/text.h}{/if}></td></tr>{if ($i/text.exp)}<tr><td align=center>{$i/text.exp}</td></tr>{/if}</table></p>    <p align={if ($i/text.pos == 1)}left{/if}{if ($i/text.pos == 2)}center{/if}{if ($i/text.pos == 3)}right{/if}><table border=0 cellspacing=0 cellpadding=0><tr><td>{if ($i/text.full)}{$i/text.full}{/if}<img src="{$newspicdir}{$i/text.pic}" border=0 alt="{$i/text.alt}"{if ($i/text.w)} width={$i/text.w}{/if}{if ($i/text.h)} height={$i/text.h}{/if}>{if ($i/text.full)}</a>{/if}</td></tr>{if ($i/text.exp)}<tr><td align=center>{$i/text.exp}</td></tr>{/if}</table></p>
30  {/if}  {/if}
31  <a name="#{%i.rownum%}"></a>  <a name="#{%i.rownum%}"></a>
32  {if ($i/text.title)}<p class="ptitle">{if ($i/text.class)}<span class="{$i/text.class}">{/if}{$i/text.title}{if ($i/text.class)}</span>{/if} </p>{/if}  {if ($i/text.title)}<p class="ptitle">{if ($i/text.class)}<span class="{$i/text.class}">{/if}{$i/text.title}{if ($i/text.class)}</span>{/if} </p>{/if}
33  <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>
34  <p class="ptext">  <p class="ptext">
35  {if ($i/text.pic && ($i/text.pos == 4 || $i/text.pos == 5))}  {if ($i/text.pic && ($i/text.pos == 4 || $i/text.pos == 5))}
36    <table border=0 cellspacing=0 cellpadding=0{if ($i/text.pos == 4)} align=left{/if}{if ($i/text.pos == 5)} align=right{/if}><tr><td><img src="{$newspicdir}{$i/text.pic}" border=0 alt="{$i/text.alt}"{if ($i/text.w)} width={$i/text.w}{/if}{if ($i/text.h)} height={$i/text.h}{/if}></td></tr>{if ($i/text.exp)}<tr><td align=center>{$i/text.exp}</td></tr>{/if}</table>    <table border=0 cellspacing=0 cellpadding=0{if ($i/text.pos == 4)} align=left{/if}{if ($i/text.pos == 5)} align=right{/if}><tr><td>{if ($i/text.full)}{$i/text.full}{/if}<img src="{$newspicdir}{$i/text.pic}" border=0 hspace=5 vspace=5 alt="{$i/text.alt}"{if ($i/text.w)} width={$i/text.w}{/if}{if ($i/text.h)} height={$i/text.h}{/if}>{if ($i/text.full)}</a>{/if}</td></tr>{if ($i/text.exp)}<tr><td align=center>{$i/text.exp}</td></tr>{/if}</table>
37  {/if}  {/if}
38  {if ($i/text.hl)}{$i/text.hl}{/if}  {if ($i/text.hl)}{$i/text.hl}{/if}
39  {if ($i/text.text)}{$i/text.text}{else}&nbsp;{/if}  {if ($i/text.text)}{$i/text.text}{else}&nbsp;{/if}
40  </p>  </p>
41  </td></tr></table>  </td></tr></table>
42  {if ($i/text.pic && ($i/text.pos == 6 || $i/text.pos == 7 || $i/text.pos == 8))}  {if ($i/text.pic && ($i/text.pos == 6 || $i/text.pos == 7 || $i/text.pos == 8))}
43    <p align={if ($i/text.pos == 6)}left{/if}{if ($i/text.pos == 7)}center{/if}{if ($i/text.pos == 8)}right{/if}><table border=0 cellspacing=0 cellpadding=0><tr><td><img src="{$newspicdir}{$i/text.pic}" border=0 alt="{$i/text.alt}"{if ($i/text.w)} width={$i/text.w}{/if}{if ($i/text.h)} height={$i/text.h}{/if}></td></tr>{if ($i/text.exp)}<tr><td align=center>{$i/text.exp}</td></tr>{/if}</table></p>    <p align={if ($i/text.pos == 6)}left{/if}{if ($i/text.pos == 7)}center{/if}{if ($i/text.pos == 8)}right{/if}><table border=0 cellspacing=0 cellpadding=0><tr><td>{if ($i/text.full)}{$i/text.full}{/if}<img src="{$newspicdir}{$i/text.pic}" border=0 alt="{$i/text.alt}"{if ($i/text.w)} width={$i/text.w}{/if}{if ($i/text.h)} height={$i/text.h}{/if}>{if ($i/text.full)}</a>{/if}</td></tr>{if ($i/text.exp)}<tr><td align=center>{$i/text.exp}</td></tr>{/if}</table></p>
44  {/if}  {/if}
45  <table border=0 cellspacing=0 cellpadding=0 width="100%"><tr><td align=right valign=middle><a href="#top" class="more">Vrh stranice</a></td></tr></table>  <br><table border=0 cellspacing=0 cellpadding=0 width="100%"><tr><td align=right valign=middle><a href="#top" class="more">Vrh stranice</a></td></tr></table><br><br>
46  {/section}  {/section}
47  <p align=right><small>[ <a href="?section={$section}&amp;section_menu={$section_menu}&amp;section_menu2={$section_menu2}{if ($spec)}&amp;spec={$spec}{/if}" class="more">nazad</a>{if ($title_url)} | <a href="{$title_url}" class="more"{if ($title_url_new)} target="_blank"{/if}>{if ($title_url_title)}{$title_url_title}{else}više...{/if}</a>{/if} ]</small></p>  <p align=right><small>[ <a href="?section={$section}&amp;section_menu={$section_menu}&amp;section_menu2={$section_menu2}{if ($spec)}&amp;spec={$spec}{/if}" class="more">&lt;&lt;&nbsp;nazad</a>{if ($title_url)} | <a href="{$title_url}" class="more"{if ($title_url_new)} target="_blank"{/if}>{if ($title_url_title)}{$title_url_title}{else}više...{/if}</a>{/if} ]</small></p>
48  {$AUTHOR}  {$AUTHOR}

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

  ViewVC Help
Powered by ViewVC 1.1.26