97 <div id="event-acceleration" class="hide"> |
97 <div id="event-acceleration" class="hide"> |
98 <table cellpadding='0' cellspacing='0' width="100%"> |
98 <table cellpadding='0' cellspacing='0' width="100%"> |
99 <tr> |
99 <tr> |
100 <th>Screen Resolution:</th> |
100 <th>Screen Resolution:</th> |
101 <td> |
101 <td> |
|
102 <div id="clockwise" title="Rotate Clockwise"> </div> |
102 <select id="resOptions" size="1"> |
103 <select id="resOptions" size="1"> |
103 <option selected="selected" value="http://www.forum.nokia.com/devices/matrix_240x320_1.html">240x320</option> |
104 <option selected="selected" value="http://www.forum.nokia.com/devices/matrix_240x320_1.html">240x320</option> |
104 <option value="http://www.forum.nokia.com/devices/matrix_320x240_1.html">320x240</option> |
105 <option value="http://www.forum.nokia.com/devices/matrix_320x240_1.html">320x240</option> |
105 <option value="http://www.forum.nokia.com/devices/matrix_360x640_1.html">360x640</option> |
106 <option value="http://www.forum.nokia.com/devices/matrix_360x640_1.html">360x640</option> |
106 <option value="http://www.forum.nokia.com/devices/E90_Communicator">800x352</option> |
107 <option value="http://www.forum.nokia.com/devices/E90_Communicator">800x352</option> |
107 </select> |
108 </select> |
|
109 <div id="cclockwise" title="Rotate Counterclockwise"> </div> |
108 </td> |
110 </td> |
109 </tr> |
111 </tr> |
110 <tr> |
112 <tr> |
111 <th> |
113 <th> |
112 <canvas width="140px" height="120px" id="phoneposition" >No canvas available</canvas> |
114 <canvas width="140px" height="120px" id="phoneposition" >No canvas available</canvas> |
113 </th> |
115 </th> |
114 <td> |
116 <td> |
115 <div><button id="xleft"></button><input id="xaxis" class="ui-widget axis-entry"/><button id="xright"></button></div> |
117 <div><div id="xleft"> </div><input id="xaxis" class="ui-widget axis-entry"/><div id="xright"> </div></div> |
116 <div><button id="yleft"></button><input id="yaxis" class="ui-widget axis-entry"/><button id="yright"></button></div> |
118 <div><div id="yleft"> </div><input id="yaxis" class="ui-widget axis-entry"/><div id="yright"> </div></div> |
117 <div><button id="zleft"></button><input id="zaxis" class="ui-widget axis-entry"/><button id="zright"></button></div> |
119 <div><div id="zleft"> </div><input id="zaxis" class="ui-widget axis-entry"/><div id="zright"> </div></div> |
118 </td> |
120 </td> |
119 </tr> |
121 </tr> |
120 </table> |
122 </table> |
121 </div> |
123 </div> |
122 <div id="event-battery-info" class="hide"> |
124 <div id="event-battery-info" class="hide"> |