org.symbian.tools.wrttools.previewer/preview/wrt_preview.html
author Paul Beusterien <paulb@symbian.org>
Tue, 29 Jun 2010 14:08:50 -0700
changeset 401 72386743b723
parent 397 e5346aff014d
child 403 ba20dd5983c7
permissions -rw-r--r--
Improve TMW messages - bug 3121

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
/**
 * Copyright (c) 2009-2010 Symbian Foundation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
 * which accompanies this distribution, and is available
 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
 *
 * Initial Contributors:
 * Symbian Foundation - initial contribution.
 * Contributors:
 */
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>Mobile Web Debugger</title>
	<!-- jQuery-ui Begins -->
		<link type="text/css" rel="stylesheet"  href="preview/script/jquery-ui/css/ui-darkness/jquery-ui-1.8.2.custom.css"/>	
		<script type="text/javascript" src="preview/script/jquery-ui/js/jquery-1.4.2.min.js"></script>
		<script type="text/javascript" src="preview/script/jquery-ui/js/jquery-ui-1.8.2.custom.min.js"></script>
	<!-- jQuery-ui Ends -->	
	<script type="text/javascript" language="JavaScript" src="preview/script/nokia.js"></script>
	<script type="text/javascript" language="JavaScript" src="preview/script/resolution.js"></script>
	<script type="text/javascript" language="JavaScript" src="preview/preferences.js"></script>
	<link type="text/css" rel="stylesheet"  href="preview/css/style.css"/>
	<link rel="icon" type="image/gif" href="preview/favicon.gif" />
</head>
<body>
	<div id="preview-ui-top">
		<div id="DeviceDisplayLayout" class="hide">
		
			<div id="DisplaySFKWrapper">
				<div id="DisplayArea">
					<div id="IconArea"></div>
					<div id="WidgetArea">
						<div id="iframeMask" class="hide"></div>
						<iframe src=""></iframe>
					</div>
					<div id="camera" class="hide">
						<img src="preview/images/camera.png"/>
						<div>
						<a id="close-camera" class="ui-button" href="javascript:void(0);">Return to Widget</a>
						</div>
					</div>
					<div id="MenuItemsArea" class="scroll-pane">
						<ul>
							<li><a href="javascript:void(0);">Exit</a></li>
						</ul>
					</div>
					<div id="SoftKeysArea">
						<ul>
							<li id="LskLabel"><a href="javascript:void(0);">Options</a></li>
							<li id="RskLabel"><a href="javascript:void(0);">Exit</a></li>
						</ul>
					</div>
				</div>
				<div id="SoftKeys">
					<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>
				</div>
			</div>
		<div id="Dialog" title="Notification window"></div>
	<div id="InspectorTab" class="hide">
		<div>To open Web Inspector you need to:
			<ol>
				<li>Disconnect debugger from Chrome browser.</li>
				<li>Press <span id="UniversalShortcut" class="shortcut">Ctrl+Shift+I</span><span id="MacShortcut" class="shortcut">Command+Option+I</span> to open inspector.</li>
			</ol>
		</div>
	</div>
	</div>
	<div id="preview-ui-bottom">
		<div id="preview-ui-bottom-header">
			<div>Simulation Controls</div>
			<span class="open" id="Console-Toggle-Button"></span>
		</div>
		<div id="tabs" class="tabs-bottom">
		<ul id="tabs-header">
			<li><a href="#console">Console</a></li>
			<li><a href="#event-battery-info">Battery</a></li>
			<li><a href="#event-messaging-info">Events</a></li>
			<li><a href="#settings-view">Preferences</a></li>
		</ul>
		<div id="console" class="hide" style="height: 100%">
			<span id="Console-Clear-Button"></span>
			<div style="clear:left;"></div>
			<div id="preview-ui-bottom-body" style="height: 100%"></div>
		</div>
		<div id="event-battery-info" class="hide">
			<table cellpadding='0' cellspacing='0' width="100%">
				<tr>
					<th>Charging status</th>
					<td>
						<a class="ui-button-fixed" id="connect-charger">Connect charger</a>
						<a class="ui-button-fixed" id="disconnect-charger">Disconnect charger</a>
					</td>
				</tr>
				<tr>
					<th>Battery Strength</th>
					<td>
						<div id="slider"></div>
						<div id="slider-value-panel"><span>0</span></div>
					</td>
				</tr>
			</table>
		</div>
		<div id="event-messaging-info" class="hide">
			<table cellpadding='0' cellspacing='0' width="100%">
				<tr>
					<th>New message</th>
					<td>
						<a class="ui-button-fixed" id="send-sms">Trigger new SMS</a>
						<a class="ui-button-fixed" id="send-mms">Trigger new MMS</a>
					</td>
				</tr>
				<tr>
					<th>Memory Card</th>
					<td>
						<a class="ui-button-fixed" id="connect-memory-card">Connect</a>
						<a class="ui-button-fixed" id="disconnect-memory-card">Disconnect</a>
					</td>
				</tr>
			</table>
		</div>
		<div id="settings-view" class="hide">
			<table width="100%" cellpadding="0" cellspacing="0">
				<tr>
					<th>
						WRT Version
					</th>
					<td>
						<label><input type="radio" name="wrt_version" id="wrt_version_1_0" value="WRT 1.0"/> WRT 1.0</label>	
						<label><input type="radio" name="wrt_version" id="wrt_version_1_1" value="WRT 1.1"/> WRT 1.1</label>	
					</td>
				</tr>
				<tr>
					<th>
						Home Screen view
					</th>
					<td>
						<div id="HS_Control_Info">
							Hello
						</div>
					</td>
				</tr>
			</table>
		</div>
		<div id="mini-view-info" class="hide">
			<div class="ui-panel">
				<a class="ui-button" id="mini-view-back">Back</a>
			</div>
			<table cellpadding='0' cellspacing='0' width="100%">
				<tr>
					<th>To enable Mini view support for HomeScreen widget </th>
				</tr>
				<tr>
					<td>
						Add this line in Info.plist file
						<code>&lt;key&gt;MiniViewEnabled&lt;/key&gt;<br/>&lt;true/&gt;</code>
						and optionally add the following to the MainHTML file
						<code>&lt;div id="miniView"&gt; &lt;--  Define your Home Screen view here  --&gt; &lt;/div&gt;</code><br/>
						See Web Developer's Library for <a class="link" href="http://library.forum.nokia.com/index.jsp?topic=/Web_Developers_Library/GUID-63F4E17E-8895-4054-82AD-762B90610B30.html" target="_blank">more details</a>
					</td>
				</tr>
			</table>
		</div>
		</div>
	</div>
	<div id="TopToolbar">
		<div id="rotateCW"></div>
		<select id="resOptions">
			<option selected="selected" value="http://www.forum.nokia.com/devices/matrix_240x320_1.html">240x320</option>
			<option value="http://www.forum.nokia.com/devices/matrix_320x240_1.html">320x240</option>
			<option value="http://www.forum.nokia.com/devices/matrix_360x640_1.html">360x640</option>
			<option value="http://www.forum.nokia.com/devices/E90_Communicator">800x352</option>
		</select>
		<div id="rotateCCW"></div>
	</div>
	<div id="PreferencesBtn" class="hide"></div>
	<div id="InspectorBtn" class="hide"></div>
	<div id="orientationIcon"></div>
	<div id="loaderDiv"></div>
	<div id="NotificationDiv" class="hide">
		<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>
	</div>
	<div id="BrowserNotificationBar" class="hide">
		<p><a></a>WRT Simulation may not work properly on this browser, Chrome is recommended for widget preview and debugging</p>
	</div>
</body>
</html>