1 |
pjm2 |
1.1 |
<?php |
2 |
|
|
|
3 |
pjm2 |
1.2 |
# The report directory, and the data file name. |
4 |
|
|
$latestDirectory = "/usr/local/proj/co600_10/webroot/latest"; |
5 |
pjm2 |
1.3 |
$latestData = "latest_data"; |
6 |
pjm2 |
1.1 |
|
7 |
|
|
# Page appearance. |
8 |
|
|
$lineColor = "#9999ff"; |
9 |
|
|
|
10 |
|
|
# Files to include |
11 |
|
|
$titleHTML = "title.inc"; |
12 |
|
|
$bottomHTML = "bottom.inc"; |
13 |
|
|
|
14 |
|
|
# Submission details. |
15 |
|
|
$formMethod = "GET"; |
16 |
|
|
$thisPage = "latest.php"; |
17 |
|
|
|
18 |
|
|
# Images |
19 |
|
|
$barImage = "bar.gif"; |
20 |
|
|
$scaleImage = "scale.gif"; |
21 |
|
|
$max_width = 300; |
22 |
|
|
|
23 |
|
|
?> |