/[corp_html]/templates/investor.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/investor.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Sat Mar 3 08:33:28 2001 UTC (23 years, 3 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +34 -5 lines
novi investors page

1 dpavlin 1.2 <table width="100%" border="1" cellspacing="0" cellpadding="0">
2     {section name=s loop=$stock}
3     <tr><td colspan=5>
4     {$s/stock.type}
5     {if $s/stock.type eq "LSE"}
6     <b>London stock exchange</b>
7     {elseif $s/stock.type eq "FTSE"}
8     <b>FT-SE 100 Index</b>
9     {else}
10     <b>unknown</b>
11     {/if}
12     on
13     {$s/stock.date}
14     </td></tr>
15    
16     <tr>
17     <td>current</td>
18     <td>change</td>
19     <td>high</td>
20     <td>low</td>
21     <td>open</td>
22     </tr>
23    
24     <tr>
25     <td>{$s/stock.current}</td>
26     <td>{$s/stock.change}</td>
27     <td>{$s/stock.high}</td>
28     <td>{$s/stock.low}</td>
29     <td>{$s/stock.open}</td>
30     </tr>
31    
32     {/section}
33    
34     </table>

  ViewVC Help
Powered by ViewVC 1.1.26