User:Felice/hardwaremeshdemo.html.template

From OLPC
Jump to: navigation, search
  This page is monitored by the OLPC team.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="$gettext{'lang'}" xml:lang="$gettext{'lang'}">

<head>
	<title>$gettext{'olpc'}, $gettext{'hardwaretitle'}</title>
	<meta name="Description" content="$gettext{'hardwaredescription'}" />
	<meta name="keywords" content="$gettext{'hardwarekeywords'}" />
	<!--#include virtual="../../includes/meta.html" -->
	<!--#include virtual="../../includes/icon.html" -->
	<!--#include virtual="../../includes/css.html" -->
	<!--#include virtual="../../includes/javascript.html" -->
</head>

<body id="hardware" class="laptop" lang="en">

	<div id="flash">
		<p>$gettext{'meshdemop1'}</p>
	</div> <!-- /image-header -->

	<script type="text/javascript" language="JavaScript">
	//<![CDATA[	
		var so = new SWFObject("../../img/meshDemo18.swf", "flash", "720", "480", "8", "#fff");
			//so.addParam("wmode", "transparent");
			so.addParam("quality", "high");
			//so.addParam("scale", "noscale");
			so.useExpressInstall("../../img/meshDemo18.swf");
			so.write("flash");	
	//]]>
	</script> 

</body>
</html>