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

Contents of /templates/bolesti-bolesti.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations)
Tue Oct 16 13:07:03 2001 UTC (22 years, 5 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
Added a favicon for IE. Added a new Smarty modifier (js_popup). Fixed the news editor. Other bugfixes.

1 {if ($ID)}
2 {if ($bolest || $aliases)}<table border=0 width="100%" cellspacing=0 cellpadding=5 class="sstitle">
3 {if ($bolest)}<tr><td><span class="sstitle2">{$bolest}</span></td></tr>{/if}
4 {if ($aliases)}<tr><td><span class="sstitle3">({section name=i loop=$aliases}{$i/aliases}{if (%i.index% < %i.loop% - 1)}, {/if}{/section})</span></td></tr>{/if}
5 </table>{/if}
6 {if ($grupa)}<small>{$grupa}</small><br>{/if}
7 <br>
8 {if ($full)}
9 <center><img src="img/bolesti/{$full}" alt="" border=0></center><br>
10 {/if}
11 {if ($opis)}{$opis}<br>{/if}
12 <p align=right class="small"><a href="?section={$section}&amp;section_menu={$section_menu}&amp;section_menu2={$section_menu2}" class="more">&lt;&lt; Popis bolesti</a></p>
13 {else}
14 <big><b>Bolesti</b></big><br><br>
15 {section name=i loop=$slova}
16 <big><b>{$i/slova.fl}</b></big><br>
17 <ul>
18 {section name=j loop=$i/slova.bolesti}
19 <li><a href="?section={$section}&amp;section_menu={$section_menu}&amp;section_menu2={$section_menu2}&amp;bid={$i/j.bolesti/slova.id}" class="underlined">{$i/j.bolesti/slova.name}{if ($i/j.bolesti/slova.grupa)} <small>({$i/j.bolesti/slova.grupa})</small>{/if}</a></li>
20 {/section}
21 </ul>
22 {/section}
23 {/if}

  ViewVC Help
Powered by ViewVC 1.1.26