2000-04-28 04:17:22 +00:00
|
|
|
<? // Preamble
|
2000-05-08 02:39:55 +00:00
|
|
|
$pageName = "Page Name";
|
2000-04-28 04:17:22 +00:00
|
|
|
$focused = "none"; // Dock icon name to gets a border
|
|
|
|
require("parts/preamble.php"); // Load most of document
|
2000-10-05 05:44:29 +00:00
|
|
|
|
|
|
|
function screenshot ($caption, $thumb, $full)
|
|
|
|
{
|
|
|
|
echo '<a href="img/screenshots/' "$full" '">' ,
|
|
|
|
echo '<img src="img/screenshots/' "$thumb" '" alt="fullsize" border="2">' ,
|
|
|
|
echo '</a>'
|
|
|
|
echo "<p>$caption</p>"
|
|
|
|
}
|
2000-04-28 04:17:22 +00:00
|
|
|
?>
|
2000-10-05 05:44:29 +00:00
|
|
|
<? screenshot ('Elderworld pool in id1vis with r_wateralpha 0.3' 'wateralpha-0.3.jpg', 'wateralpha-0.3.png') ?>
|
2000-04-28 04:17:22 +00:00
|
|
|
<?
|
|
|
|
require("parts/postamble.php"); // Finish this sucker up
|
2000-03-13 21:18:46 +00:00
|
|
|
?>
|