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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Wed Nov 7 14:24:02 2001 UTC (22 years, 4 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
zaposleni

1 <table border="0" width="100%" cellspacing="10">
2
3 {section name=z loop=$data}
4
5 {if ($z/data.pozicija == "l") }
6 <tr><td align="center">
7 {elseif ($z/data.pozicija == "r") }
8 <td align="center">
9 {else}
10 <tr><td colspan="2" align="center">
11 {/if}
12
13 {if ($z/data.titula) }
14 {$z/data.titula}<br>
15 {/if}
16
17 {if ($z/data.ime)}
18 <b>{$z/data.ime}</b><br>
19 {/if}
20
21 {if ($z/data.note)}
22 {$z/data.note}<br>
23 {/if}
24
25 {if ($z/data.tel)}
26 tel: {$z/data.tel}<br>
27 {/if}
28
29 {if ($z/data.email)}
30 e-mail: <a href="mailto:{$z/data.email}">{$z/data.email}</a>
31 {/if}
32
33 </td>
34
35 {if ($z/data.pozicija != "l") }
36 </tr>
37 {/if}
38
39 {/section}
40
41 </table>
42
43

  ViewVC Help
Powered by ViewVC 1.1.26