Orientation Wallpapers/index.html
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 04 Nov 2010 13:43:25 -0700
changeset 3 b43377c07b0c
parent 0 0b6daedcf7e1
permissions -rw-r--r--
Artwork was updated

<!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">
    <head>
        <title>Sample Widget</title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <script language="javascript" type="text/javascript" src="basic.js"></script>
        <link rel="stylesheet" href="basic.css" type="text/css"/>
        <meta name="Generator" content="Symbian WRT IDE" />
    </head>
    <body onload="javascript:init();">
    	<div id="DisplayUp"><img src="images/up.jpg"></img></div>
    	<div id="DisplayDown"><img src="images/reverseportrait.jpg"></img></div>
    	<div id="DisplayRightUp"><img src="images/rightup.jpg"></img></div>
    	<div id="DisplayLeftUp"><img src="images/leftup.jpg"></img></div>
    	<div id="DisplayUpwards"><img src="images/upwards.jpg"></img></div>
    	<div id="DisplayDownwards"><img src="images/downwards.jpg"></img></div>
    	<span id="orientation"></span>
    </body>
</html>