<!-- index.php3 -->
<?php
	$head = "l'Art Gallery";
	$title = $head;
	$thispage = "art";
	require("table-top.php3");
	require("sidebar.php3");
	require("table-mid.php3");
?>


<p> Several people have contributed pictures of their LART-related projects - professional,
homebrew or otherwise. Please contact these brave men/women directly if you want to know more. Do
you have something you would like to show here? Let us know.

<p>
Available collections:

<ul>
<li><a href="#fat">Factory automation terminal</a>
<li><a href="#balloon2">Balloon 2</a>
</ul>

<p>

<?php	hrow('<a name="fat">Factory automation terminal</a>', 'left');
	lrow('<a href="mailto:mnixon@microstarprecision.com">Michael Nixon</a> sent these pictures
		of a prototype screen and case assembly for a factory automation terminal. It will
		hang under a cabinet and has a 14.1 inch LCD screen with Ethernet and touch screen
		functionality.', '', '');
	zrow();
	lrow('<a href="fat_open%20-%20front.jpg"><img src="fat_open%20-%20front-sm.jpg"
		alt="[Click to enlarge]" align=left width=100 height=75 border=0></a> </td><td
		valign=top width="99%"> now you see it', "", "");
	zrow();
	lrow('<a href="fat_folded.jpg"><img src="fat_folded-sm.jpg" alt="[Click to enlarge]" align=left
		width=100 height=75 border=0></a> </td><td valign=top width="99%"> now you don\'t',
		"", "");
	erow();
	
	hrow('<a name="balloon2">Balloon 2</a>', 'left');
	lrow('<a href="mailto:steve@steves-house.org">Steve Wiseman</a> writes: This is the first
		public sighting of Balloon2 - we\'ve not yet tested every last section, but it\'s
		running Linux just fine, and the Nand Flash / SmartMedia is working fine.', '',
		'');
	zrow();
	lrow('<a href="balloon2_topside.jpg"><img src="balloon2_topside-sm.jpg"
		alt="[Click to enlarge]" align=left width=100 height=57 border=0></a> </td><td
		valign=top width="99%"> top', "", "");
	zrow();
	lrow('<a href="balloon2_botside.jpg"><img src="balloon2_botside-sm.jpg"
		alt="[Click to enlarge]" align=left width=100 height=55 border=0></a> </td><td
		valign=top width="99%"> bottom', "", "");
	zrow();
	dlist("Balloon2_release*", "none");
	zrow();
	dlist("Jflash_balloon2*", "none");
	erow();
?>

<?php	require("table-btm.php3"); ?>
