Parent Directory | Revision Log
Imported sources
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 |