org.symbian.tools.wrttools.previewer/preview/wrt_preview.html
author Eugene Ostroukhov <eugeneo@symbian.org>
Tue, 13 Jul 2010 17:32:32 -0700
changeset 444 6eb42310f8b5
parent 422 15592887bf5e
child 445 423889d5d6d3
permissions -rw-r--r--
Replace camera "screen" with more generic one.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
210
0f7abfd6ae62 Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents: 196
diff changeset
     2
<!--
0f7abfd6ae62 Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents: 196
diff changeset
     3
/**
0f7abfd6ae62 Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents: 196
diff changeset
     4
 * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
0f7abfd6ae62 Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents: 196
diff changeset
     5
 * All rights reserved.
0f7abfd6ae62 Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents: 196
diff changeset
     6
 * This component and the accompanying materials are made available
0f7abfd6ae62 Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents: 196
diff changeset
     7
 * under the terms of the License "Eclipse Public License v1.0"
0f7abfd6ae62 Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents: 196
diff changeset
     8
 * which accompanies this distribution, and is available
0f7abfd6ae62 Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents: 196
diff changeset
     9
 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
0f7abfd6ae62 Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents: 196
diff changeset
    10
 *
0f7abfd6ae62 Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents: 196
diff changeset
    11
 * Initial Contributors:
0f7abfd6ae62 Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents: 196
diff changeset
    12
 * Symbian Foundation - initial contribution.
0f7abfd6ae62 Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents: 196
diff changeset
    13
 * Contributors:
0f7abfd6ae62 Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents: 196
diff changeset
    14
 */
0f7abfd6ae62 Fixed bug 2072: update .js files with EPL
tasneems@symbian.org
parents: 196
diff changeset
    15
-->
37
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    16
<html xmlns="http://www.w3.org/1999/xhtml">
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    17
<head>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    18
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
401
72386743b723 Improve TMW messages - bug 3121
Paul Beusterien <paulb@symbian.org>
parents: 397
diff changeset
    19
	<title>Mobile Web Debugger</title>
37
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    20
	<!-- jQuery-ui Begins -->
402
f943a50b6689 Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 397
diff changeset
    21
	<link type="text/css" rel="stylesheet"  href="preview/script/jquery-ui/css/ui-darkness/jquery-ui-1.8.2.custom.css"/>	
f943a50b6689 Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 397
diff changeset
    22
	<script type="text/javascript" src="preview/script/jquery-ui/js/jquery-1.4.2.min.js"></script>
f943a50b6689 Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 397
diff changeset
    23
	<script type="text/javascript" src="preview/script/jquery-ui/js/jquery-ui-1.8.2.custom.min.js"></script>
407
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
    24
	<script type="text/javascript" src="preview/script/jquery-ui/js/jquery.numeric.pack.js"></script>
37
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    25
	<!-- jQuery-ui Ends -->	
402
f943a50b6689 Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 397
diff changeset
    26
	<script type="text/javascript" language="JavaScript" src="preview/script/emulator.js"></script>
f943a50b6689 Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 397
diff changeset
    27
	<script type="text/javascript" language="JavaScript" src="preview/script/helper.js"></script>
f943a50b6689 Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 397
diff changeset
    28
	<script type="text/javascript" language="JavaScript" src="preview/script/layout.js"></script>
f943a50b6689 Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 397
diff changeset
    29
	<script type="text/javascript" language="JavaScript" src="preview/script/menu.js"></script>
37
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    30
	<script type="text/javascript" language="JavaScript" src="preview/script/nokia.js"></script>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    31
	<script type="text/javascript" language="JavaScript" src="preview/script/resolution.js"></script>
303
a619b3ef3095 Bug 2482 - Store previewer user information in workspace
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 302
diff changeset
    32
	<script type="text/javascript" language="JavaScript" src="preview/preferences.js"></script>
402
f943a50b6689 Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 397
diff changeset
    33
	<script type="text/javascript" language="JavaScript" src="preview/script/accelerometer.js"></script>
37
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    34
	<link type="text/css" rel="stylesheet"  href="preview/css/style.css"/>
235
7576e9f265ea Bug 1956 - WRT Debugger - Browser displays <Name of WRT project> - Nokia WRT Preview
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 210
diff changeset
    35
	<link rel="icon" type="image/gif" href="preview/favicon.gif" />
37
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    36
</head>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    37
<body>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    38
	<div id="preview-ui-top">
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    39
		<div id="DeviceDisplayLayout" class="hide">
338
41174f0a7f7c Bug 2644 - phonegap example : Orientation preview support
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 334
diff changeset
    40
		
37
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    41
			<div id="DisplaySFKWrapper">
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    42
				<div id="DisplayArea">
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    43
					<div id="IconArea"></div>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    44
					<div id="WidgetArea">
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    45
						<div id="iframeMask" class="hide"></div>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    46
						<iframe src=""></iframe>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    47
					</div>
444
6eb42310f8b5 Replace camera "screen" with more generic one.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 422
diff changeset
    48
					<div id="externalapp" class="hide">
6eb42310f8b5 Replace camera "screen" with more generic one.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 422
diff changeset
    49
						<div id="external-app-icon"></div>
6eb42310f8b5 Replace camera "screen" with more generic one.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 422
diff changeset
    50
						<div id="external-app-description"></div>
6eb42310f8b5 Replace camera "screen" with more generic one.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 422
diff changeset
    51
						<div style="text-align: center; margin-top: 30px">
6eb42310f8b5 Replace camera "screen" with more generic one.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 422
diff changeset
    52
							<span id="external-app-close">Close</span>
369
0a31422d2116 Bug 2640 - phonegap example : camera preview support
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 338
diff changeset
    53
						</div>
0a31422d2116 Bug 2640 - phonegap example : camera preview support
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 338
diff changeset
    54
					</div>
37
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    55
					<div id="MenuItemsArea" class="scroll-pane">
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    56
						<ul>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    57
							<li><a href="javascript:void(0);">Exit</a></li>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    58
						</ul>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    59
					</div>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    60
					<div id="SoftKeysArea">
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    61
						<ul>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    62
							<li id="LskLabel"><a href="javascript:void(0);">Options</a></li>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    63
							<li id="RskLabel"><a href="javascript:void(0);">Exit</a></li>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    64
						</ul>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    65
					</div>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    66
				</div>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    67
				<div id="SoftKeys">
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    68
					<a href="javascript:void(0);"><img src="preview/images/TransperantImage.png" name="LskArea" border="0" id="LskArea"/></a><a href="javascript:void(0);"><img src="preview/images/TransperantImage.png" name="RskArea" border="0" id="RskArea"/></a> </div>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    69
				</div>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    70
			</div>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    71
		<div id="Dialog" title="Notification window"></div>
393
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    72
	<div id="InspectorTab" class="hide">
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    73
		<div>To open Web Inspector you need to:
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    74
			<ol>
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    75
				<li>Disconnect debugger from Chrome browser.</li>
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    76
				<li>Press <span id="UniversalShortcut" class="shortcut">Ctrl+Shift+I</span><span id="MacShortcut" class="shortcut">Command+Option+I</span> to open inspector.</li>
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    77
			</ol>
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    78
		</div>
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    79
	</div>
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    80
	</div>
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    81
	<div id="preview-ui-bottom">
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    82
		<div id="preview-ui-bottom-header">
417
dc5d845451fc Bug 3063 - Provide a feedback when there is console output
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 416
diff changeset
    83
			<div><span style="float: left">Simulation Controls</span>
dc5d845451fc Bug 3063 - Provide a feedback when there is console output
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 416
diff changeset
    84
			<span id="Console-Notification" title="Open application console" class="hide">&nbsp;</span></div>
393
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    85
			<span class="open" id="Console-Toggle-Button"></span>
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    86
		</div>
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    87
		<div id="tabs" class="tabs-bottom">
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    88
		<ul id="tabs-header">
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    89
			<li><a href="#console">Console</a></li>
407
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
    90
			<li><a href="#event-acceleration">Screen</a></li>
391
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
    91
			<li><a href="#event-battery-info">Battery</a></li>
393
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    92
			<li><a href="#event-messaging-info">Events</a></li>
37
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
    93
		</ul>
393
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    94
		<div id="console" class="hide" style="height: 100%">
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
    95
			<span id="Console-Clear-Button"></span>
416
461da1f79f43 Bug 3137 - If console is blank, provide usage instructions
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 412
diff changeset
    96
			<div id="preview-ui-bottom-body" class="Console">
419
f99d33a2e33a add examples to console instructions - bug 3137
Paul Beusterien <paulb@symbian.org>
parents: 417
diff changeset
    97
				<p id="hint">Use window.console object log, debug, info, warn and error methods 
f99d33a2e33a add examples to console instructions - bug 3137
Paul Beusterien <paulb@symbian.org>
parents: 417
diff changeset
    98
				to output debug information. All methods can format strings if supplied arguments 
422
15592887bf5e Bug 3063 - Provide a feedback when there is console output
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 419
diff changeset
    99
				in printf format.<br/><b>Examples:</b><br/>
15592887bf5e Bug 3063 - Provide a feedback when there is console output
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 419
diff changeset
   100
				&nbsp;&nbsp;window.console.log('log %d', 123);<br/>
15592887bf5e Bug 3063 - Provide a feedback when there is console output
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 419
diff changeset
   101
				&nbsp;&nbsp;window.console.debug('debug %s', "string");<br/>
15592887bf5e Bug 3063 - Provide a feedback when there is console output
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 419
diff changeset
   102
				&nbsp;&nbsp;window.console.info('info %s', "string " + 123);<br/>
15592887bf5e Bug 3063 - Provide a feedback when there is console output
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 419
diff changeset
   103
				&nbsp;&nbsp;window.console.warn('warn %f', 123.456);<br/>
15592887bf5e Bug 3063 - Provide a feedback when there is console output
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 419
diff changeset
   104
				&nbsp;&nbsp;window.console.error('error');</p>
416
461da1f79f43 Bug 3137 - If console is blank, provide usage instructions
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 412
diff changeset
   105
			</div>
393
5b968742b729 Preferences and event triggers were moved from the dialog into drawer in the window footer.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 391
diff changeset
   106
		</div>
402
f943a50b6689 Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 397
diff changeset
   107
		<div id="event-acceleration" class="hide">
407
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   108
			<table cellpadding='0' cellspacing='0' width="100%">
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   109
			<tr>
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   110
				<th>Screen Resolution:</th>
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   111
				<td>
412
72448215f517 Bug 2785 - Orientation and Resolution Controls Placements
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 408
diff changeset
   112
					<div id="clockwise" title="Rotate Clockwise">&nbsp;</div>
408
9985028ffc2c Several layout issues were fixed
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 407
diff changeset
   113
					<select id="resOptions" size="1">
407
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   114
						<option selected="selected" value="http://www.forum.nokia.com/devices/matrix_240x320_1.html">240x320</option>
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   115
						<option value="http://www.forum.nokia.com/devices/matrix_320x240_1.html">320x240</option>
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   116
						<option value="http://www.forum.nokia.com/devices/matrix_360x640_1.html">360x640</option>
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   117
						<option value="http://www.forum.nokia.com/devices/E90_Communicator">800x352</option>
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   118
					</select>
412
72448215f517 Bug 2785 - Orientation and Resolution Controls Placements
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 408
diff changeset
   119
					<div id="cclockwise" title="Rotate Counterclockwise">&nbsp;</div>
407
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   120
				</td>
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   121
			</tr>
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   122
			<tr>
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   123
				<th>
402
f943a50b6689 Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 397
diff changeset
   124
					<canvas width="140px" height="120px" id="phoneposition" >No canvas available</canvas>
407
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   125
				</th>
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   126
				<td>
412
72448215f517 Bug 2785 - Orientation and Resolution Controls Placements
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 408
diff changeset
   127
					<div><div id="xleft">&nbsp;</div><input id="xaxis" class="ui-widget axis-entry"/><div id="xright">&nbsp;</div></div>
72448215f517 Bug 2785 - Orientation and Resolution Controls Placements
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 408
diff changeset
   128
					<div><div id="yleft">&nbsp;</div><input id="yaxis" class="ui-widget axis-entry"/><div id="yright">&nbsp;</div></div>
72448215f517 Bug 2785 - Orientation and Resolution Controls Placements
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 408
diff changeset
   129
					<div><div id="zleft">&nbsp;</div><input id="zaxis" class="ui-widget axis-entry"/><div id="zright">&nbsp;</div></div>
407
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   130
				</td>
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   131
			</tr>
c7c8bde493b1 Orientation controls were updated
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 403
diff changeset
   132
			</table>
402
f943a50b6689 Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 397
diff changeset
   133
		</div>
391
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   134
		<div id="event-battery-info" class="hide">
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   135
			<table cellpadding='0' cellspacing='0' width="100%">
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   136
				<tr>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   137
					<th>Charging status</th>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   138
					<td>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   139
						<a class="ui-button-fixed" id="connect-charger">Connect charger</a>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   140
						<a class="ui-button-fixed" id="disconnect-charger">Disconnect charger</a>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   141
					</td>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   142
				</tr>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   143
				<tr>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   144
					<th>Battery Strength</th>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   145
					<td>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   146
						<div id="slider"></div>
402
f943a50b6689 Acceleration and orientation - initial cut
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 397
diff changeset
   147
						<div id="slider-value-panel"><span class="readonly-field">0</span></div>
391
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   148
					</td>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   149
				</tr>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   150
			</table>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   151
		</div>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   152
		<div id="event-messaging-info" class="hide">
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   153
			<table cellpadding='0' cellspacing='0' width="100%">
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   154
				<tr>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   155
					<th>New message</th>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   156
					<td>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   157
						<a class="ui-button-fixed" id="send-sms">Trigger new SMS</a>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   158
						<a class="ui-button-fixed" id="send-mms">Trigger new MMS</a>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   159
					</td>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   160
				</tr>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   161
				<tr>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   162
					<th>Memory Card</th>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   163
					<td>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   164
						<a class="ui-button-fixed" id="connect-memory-card">Connect</a>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   165
						<a class="ui-button-fixed" id="disconnect-memory-card">Disconnect</a>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   166
					</td>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   167
				</tr>
62472296236e JQuery update and minor UI refresh.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 369
diff changeset
   168
			</table>
37
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
   169
		</div>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
   170
		</div>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
   171
	</div>
274
d236e890687c Bug 2123 - Enable use of Web Inspector
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 235
diff changeset
   172
	<div id="InspectorBtn" class="hide"></div>
37
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
   173
	<div id="orientationIcon"></div>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
   174
	<div id="loaderDiv"></div>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
   175
	<div id="NotificationDiv" class="hide">
196
dac81ca327ce Fixed bug 1998
tasneems@symbian.org
parents: 180
diff changeset
   176
		<p>WRT Simulation may not work properly on this browser, <br/>Chrome is recommended for widget preview and debugging.  <br/><br/><strong>Continue?</strong></p>
37
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
   177
	</div>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
   178
	<div id="BrowserNotificationBar" class="hide">
196
dac81ca327ce Fixed bug 1998
tasneems@symbian.org
parents: 180
diff changeset
   179
		<p><a></a>WRT Simulation may not work properly on this browser, Chrome is recommended for widget preview and debugging</p>
37
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
   180
	</div>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
   181
</body>
641b65b14318 Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff changeset
   182
</html>