/[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.10 by ravilov, Wed Oct 10 12:40:59 2001 UTC revision 1.11 by ravilov, Fri Oct 12 13:13:38 2001 UTC
# Line 10  Line 10 
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>
12  {/if}  {/if}
13  {/section}  {/section}<br>
14  {/if}  {/if}
15    
16  {section name=i loop=$text}  {section name=i loop=$text}
17  {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))}
18    <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><b>{$i/text.exp}</b></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)}<a href="{$newspicdir}{$i/text.full}" target="_blank" onclick="{$i/text.full|js_popup:"syspicdir"}" title="Kliknite za veæu sliku">{/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><b>{$i/text.exp}</b></td></tr>{/if}</table></p>
19  {/if}  {/if}
20  <a name="#{%i.rownum%}"></a>  <a name="{%i.rownum%}"></a>
21  {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}
22  <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>
23  <p class="ptext">  <p class="ptext">
24  {if ($i/text.pic && ($i/text.pos == 4 || $i/text.pos == 5))}  {if ($i/text.pic && ($i/text.pos == 4 || $i/text.pos == 5))}
25    <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><b>{$i/text.exp}</b></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)}<a href="{$newspicdir}{$i/text.full}" target="_blank" onclick="{$i/text.full|js_popup:"syspicdir"}" title="Kliknite za veæu sliku">{/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><b>{$i/text.exp}</b></td></tr>{/if}</table>
26  {/if}  {/if}
27  {if ($i/text.hl)}{$i/text.hl}{/if}  {if ($i/text.hl)}{$i/text.hl}{/if}
28  {if ($i/text.text)}{$i/text.text}{else}&nbsp;{/if}  {if ($i/text.text)}{$i/text.text}{else}&nbsp;{/if}
29  </p>  </p>
30  </td></tr></table>  </td></tr></table>
31  {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))}
32    <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><b>{$i/text.exp}</b></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)}<a href="{$newspicdir}{$i/text.full}" target="_blank" onclick="{$i/text.full|js_popup:"syspicdir"}" title="Kliknite za veæu sliku">{/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><b>{$i/text.exp}</b></td></tr>{/if}</table></p>
33  {/if}  {/if}
34  <br>  <br>
35  {/section}  {/section}

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.26