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

Diff of /templates/investor.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by dpavlin, Wed Feb 7 13:28:59 2001 UTC revision 1.3 by dpavlin, Mon Mar 5 12:44:01 2001 UTC
# Line 1  Line 1 
1              <table width="100%" border="0" cellspacing="0" cellpadding="0">  {section name=s loop=$stock}
2                <tr><td>  <div class="font" align="center">
3                  <? include("http://analysis.esi.co.uk/display.cgi?PLVD"); ?>  {$s/stock.type}
4                </td></tr>  {if $s/stock.type eq "LSE"}
5              </table>          <b>London stock exchange</b>
6    {elseif $s/stock.type eq "FTSE"}
7            <b>FT-SE 100 Index</b>
8    {else}
9            <b>unknown</b>
10    {/if}
11    on
12    {$s/stock.date}
13    <p>
14    
15    <table width="75%" border="1" cellspacing="0" cellpadding="0">
16    <tr>
17    <td align="center">current</td>
18    <td align="center">change</td>
19    <td align="center">high</td>
20    <td align="center">low</td>
21    <td align="center">open</td>
22    </tr>
23    
24    <tr>
25    <td align="center">{$s/stock.current}</td>
26    <td align="center">{$s/stock.change}</td>
27    <td align="center">{$s/stock.high}</td>
28    <td align="center">{$s/stock.low}</td>
29    <td align="center">{$s/stock.open}</td>
30    </tr>
31    </table>
32    <br>
33    
34    {/section}
35    
36    {img src="l/PLIVAshares2.gif"}

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26