/[cvs.andrew.net.au]/stock/chart.php
ViewVC logotype

Annotation of /stock/chart.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Thu Mar 14 13:23:57 2002 UTC (21 years, 8 months ago) by apollock
Branch: MAIN, stock
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
Imported sources

1 apollock 1.1 <HTML>
2     <?php
3     include_once("inc/GetWatchscreenOwner.inc");
4     include_once("inc/GetName.inc");
5     include_once("inc/GetWatchscreenForStock.inc");
6     include_once("inc/GetCodeForStock.inc");
7    
8     ?>
9     <HEAD>
10     <TITLE>Chart for <?php echo getName($code) ?> (<?php echo $code?>)</TITLE>
11     <STYLE type="text/css">
12     <?php include("stylesheet.css");?>
13     </STYLE>
14     </HEAD>
15     <BODY>
16     <IMG src="makechart.php?code=<?php echo $code?>" width=320 heigth=240>
17     </BODY>
18     </HTML>

  ViewVC Help
Powered by ViewVC 1.1.22