User:Felice/hardwaremeshdemo.html.template: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
<head> |
<head> |
||
<title>$gettext{'olpc'}, $gettext{'hardwaretitle'}</title> |
<title>$gettext{'olpc'}, $gettext{'hardwaretitle'}</title> |
||
<meta name="Description" content="$gettext{' |
<meta name="Description" content="$gettext{'hardwaredescription'}" /> |
||
<meta name="keywords" content="$gettext{' |
<meta name="keywords" content="$gettext{'hardwarekeywords'}" /> |
||
<!--#include virtual="../../includes/meta.html" --> |
<!--#include virtual="../../includes/meta.html" --> |
||
<!--#include virtual="../../includes/icon.html" --> |
<!--#include virtual="../../includes/icon.html" --> |
Latest revision as of 23:21, 21 March 2007
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>