/[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

Annotation of /templates/zaposleni.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Wed Sep 5 13:28:54 2001 UTC (22 years, 6 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +3 -3 lines
center

1 dpavlin 1.2 <table border="0" width="100%">
2 dpavlin 1.1
3     {section name=z loop=$data}
4    
5     {if ($z/data.pozicija == "l") }
6 dpavlin 1.2 <tr><td align="center">
7 dpavlin 1.1 {elseif ($z/data.pozicija == "r") }
8 dpavlin 1.2 <td align="center">
9 dpavlin 1.1 {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