~ubuntu-branches/ubuntu/vivid/cordova-ubuntu-tests/vivid

« back to all changes in this revision

Viewing changes to www/index.html

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-09-07 02:04:20 UTC
  • Revision ID: package-import@ubuntu.com-20130907020420-dejay9xcdmmwh0bd
Tags: upstream-2.11+13.10.20130907
ImportĀ upstreamĀ versionĀ 2.11+13.10.20130907

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<!--
 
3
 
 
4
 Licensed to the Apache Software Foundation (ASF) under one
 
5
 or more contributor license agreements.  See the NOTICE file
 
6
 distributed with this work for additional information
 
7
 regarding copyright ownership.  The ASF licenses this file
 
8
 to you under the Apache License, Version 2.0 (the
 
9
 "License"); you may not use this file except in compliance
 
10
 with the License.  You may obtain a copy of the License at
 
11
 
 
12
   http://www.apache.org/licenses/LICENSE-2.0
 
13
 
 
14
 Unless required by applicable law or agreed to in writing,
 
15
 software distributed under the License is distributed on an
 
16
 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 
17
 KIND, either express or implied.  See the License for the
 
18
 specific language governing permissions and limitations
 
19
 under the License.
 
20
 
 
21
-->
 
22
 
 
23
 
 
24
<html>
 
25
  <head>
 
26
    <meta name="viewport" content="width=device-width,height=device-height,user-scalable=no,initial-scale=1.0" />
 
27
    <meta http-equiv="Content-type" content="text/html; charset=utf-8">
 
28
    <title>Cordova Mobile Spec</title>
 
29
          <link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8">
 
30
          <script type="text/javascript" charset="utf-8" src="cordova-incl.js"></script>
 
31
          <script type="text/javascript" charset="utf-8" src="main.js"></script>
 
32
 
 
33
  </head>
 
34
  <body onload="init();" id="stage" class="theme">
 
35
    <h1>Apache Cordova Tests</h1>
 
36
    <div id="info">
 
37
        <h4>Platform: <span id="platform">  </span></h4>
 
38
        <h4>Version: <span id="version"> </span></h4>
 
39
        <h4>UUID: <span id="uuid">  </span></h4>
 
40
        <h4>Model: <span id="model"> </span></h4>
 
41
        <h4>Width: <span id="width">  </span>,   Height: <span id="height"> 
 
42
                   </span>, Color Depth: <span id="colorDepth"></span></h4>
 
43
        <h4>User-Agent: <span id="user-agent"> </span></h4>
 
44
     </div>
 
45
    <a href="autotest/index.html" class="btn large" id="__automated">Automatic Test</a>
 
46
    <a href="accelerometer/index.html" class="btn large">Accelerometer</a>
 
47
    <a href="audio/index.html" class="btn large">Audio Play/Record</a>
 
48
    <a href="battery/index.html" class="btn large">Battery</a>
 
49
    <a href="camera/index.html" class="btn large">Camera</a>
 
50
    <a href="compass/index.html" class="btn large">Compass</a>
 
51
    <a href="contacts/index.html" class="btn large">Contacts</a>
 
52
    <a href="events/index.html" class="btn large">Events</a>
 
53
    <a href="location/index.html" class="btn large">Location</a>
 
54
    <a href="lazyloadjs/index.html" class="btn large">Lazy Loading of cordova-incl.js</a>
 
55
    <a href="misc/index.html" class="btn large">Misc Content</a>
 
56
    <a href="network/index.html" class="btn large">Network</a>
 
57
    <a href="notification/index.html" class="btn large">Notification</a>
 
58
    <a href="splashscreen/index.html" class="btn large">Splashscreen</a>
 
59
    <a href="sql/index.html" class="btn large">Web SQL</a>
 
60
    <a href="storage/index.html" class="btn large">Local Storage</a>
 
61
    <a href="benchmarks/index.html" class="btn large">Benchmarks</a>
 
62
    <a href="inappbrowser/index.html" class="btn large">In App Browser</a>
 
63
  </body>
 
64
</html>