Switch to unified view

a b/compass-app/plugins/org.apache.cordova.splashscreen/test/index.html
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>Name: <span id="name"> </span></h4>
41
        <h4>Model: <span id="model"> </span></h4>
42
        <h4>Width: <span id="width">  </span>,   Height: <span id="height"> 
43
                   </span>, Color Depth: <span id="colorDepth"></span></h4>
44
        <h4>User-Agent: <span id="user-agent"> </span></h4>
45
     </div>
46
    <a href="autotest/index.html" class="btn large">Automatic Test</a>
47
    <a href="accelerometer/index.html" class="btn large">Accelerometer</a>
48
    <a href="audio/index.html" class="btn large">Audio Play/Record</a>
49
    <a href="battery/index.html" class="btn large">Battery</a>
50
    <a href="camera/index.html" class="btn large">Camera</a>
51
    <a href="compass/index.html" class="btn large">Compass</a>
52
    <a href="contacts/index.html" class="btn large">Contacts</a>
53
    <a href="events/index.html" class="btn large">Events</a>
54
    <a href="location/index.html" class="btn large">Location</a>
55
    <a href="lazyloadjs/index.html" class="btn large">Lazy Loading of cordova-incl.js</a>
56
    <a href="misc/index.html" class="btn large">Misc Content</a>
57
    <a href="network/index.html" class="btn large">Network</a>
58
    <a href="notification/index.html" class="btn large">Notification</a>
59
    <a href="splashscreen/index.html" class="btn large">Splashscreen</a>
60
    <a href="sql/index.html" class="btn large">Web SQL</a>
61
    <a href="storage/index.html" class="btn large">Local Storage</a>
62
    <a href="benchmarks/index.html" class="btn large">Benchmarks</a>
63
    <a href="inappbrowser/index.html" class="btn large">In App Browser</a>
64
  </body>
65
</html>