/[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.2 by dpavlin, Sat Mar 3 08:33:28 2001 UTC revision 1.3 by dpavlin, Mon Mar 5 12:44:01 2001 UTC
# Line 1  Line 1 
 <table width="100%" border="1" cellspacing="0" cellpadding="0">  
1  {section name=s loop=$stock}  {section name=s loop=$stock}
2  <tr><td colspan=5>  <div class="font" align="center">
3  {$s/stock.type}  {$s/stock.type}
4  {if $s/stock.type eq "LSE"}  {if $s/stock.type eq "LSE"}
5          <b>London stock exchange</b>          <b>London stock exchange</b>
# Line 11  Line 10 
10  {/if}  {/if}
11  on  on
12  {$s/stock.date}  {$s/stock.date}
13  </td></tr>  <p>
14    
15    <table width="75%" border="1" cellspacing="0" cellpadding="0">
16  <tr>  <tr>
17  <td>current</td>  <td align="center">current</td>
18  <td>change</td>  <td align="center">change</td>
19  <td>high</td>  <td align="center">high</td>
20  <td>low</td>  <td align="center">low</td>
21  <td>open</td>  <td align="center">open</td>
22  </tr>  </tr>
23    
24  <tr>  <tr>
25  <td>{$s/stock.current}</td>  <td align="center">{$s/stock.current}</td>
26  <td>{$s/stock.change}</td>  <td align="center">{$s/stock.change}</td>
27  <td>{$s/stock.high}</td>  <td align="center">{$s/stock.high}</td>
28  <td>{$s/stock.low}</td>  <td align="center">{$s/stock.low}</td>
29  <td>{$s/stock.open}</td>  <td align="center">{$s/stock.open}</td>
30  </tr>  </tr>
31    </table>
32    <br>
33    
34  {/section}  {/section}
35    
36  </table>  {img src="l/PLIVAshares2.gif"}

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

  ViewVC Help
Powered by ViewVC 1.1.26