[test] Remove not implemented plugins from the test app.
[platform/core/api/cordova-plugins.git] / 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, maximum-scale=1.0" />
27     <meta http-equiv="content-type" content="text/html; charset=UTF-8" >
28     
29     <title>Cordova Mobile Spec</title>
30         
31         <link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8">
32         
33         <script type="text/javascript" charset="utf-8" src="lib/cordova.js"></script>
34         <script type="text/javascript" charset="utf-8" src="main.js"></script>
35   </head>
36   
37   <body onload="init();" id="stage" class="theme">
38     <h1>Apache Cordova Tests</h1>
39     <div id="info">
40         <h4>Platform: <span id="platform"></span></h4>
41         <h4>Version: <span id="version"></span></h4>
42         <h4>UUID: <span id="uuid"></span></h4>
43         <h4>Name: <span id="name"></span></h4>
44         <h4>Model: <span id="model"></span></h4>
45         <h4>Width: <span id="width"></span>,
46             Height: <span id="height"></span>,
47             Color Depth: <span id="colorDepth"></span></h4>
48         <h4>User-Agent: <span id="user-agent"> </span></h4>
49     </div>
50     <a href="unittest/all.html?t=accelerometer" class="btn large" style="width:100%;">Accelerometer Tests</a>
51     <!-- a href="unittest/all.html?t=battery" class="btn large" style="width:100%;">Battery Tests</a -->
52     <!-- a href="unittest/all.html?t=bridge" class="btn large" style="width:100%;">Bridge Tests</a -->
53     <!-- a href="unittest/all.html?t=camera" class="btn large" style="width:100%;">Camera Tests</a -->
54     <!-- a href="unittest/all.html?t=capture" class="btn large" style="width:100%;">Capture Tests</a -->
55     <!-- a href="unittest/all.html?t=compass" class="btn large" style="width:100%;">Compass Tests</a -->
56     <a href="unittest/all.html?t=console" class="btn large" style="width:100%;">Console Tests</a>
57     <!-- a href="unittest/all.html?t=contacts" class="btn large" style="width:100%;">Contacts Tests</a -->
58     <!-- a href="unittest/all.html?t=datauri" class="btn large" style="width:100%;">Data URI Tests</a -->
59     <a href="unittest/all.html?t=device" class="btn large" style="width:100%;">Device Tests</a>
60     <a href="unittest/all.html?t=notification" class="btn large" style="width:100%;">Dialogs Tests</a>
61     <a href="unittest/all.html?t=events" class="btn large" style="width:100%;">Events Tests</a>
62     <a href="unittest/all.html?t=file" class="btn large" style="width:100%;">File Tests</a>
63     <a href="unittest/all.html?t=filetransfer" class="btn large" style="width:100%;">FileTransfer Tests</a>
64     <!-- a href="unittest/all.html?t=geolocation" class="btn large" style="width:100%;">Geolocation Tests</a -->
65     <a href="unittest/all.html?t=globalization" class="btn large" style="width:100%;">Globalization Tests</a>
66     <a href="unittest/all.html?t=media" class="btn large" style="width:100%;">Media Tests</a>
67     <a href="unittest/all.html?t=network" class="btn large" style="width:100%;">Network Tests</a>
68     <!-- a href="unittest/all.html?t=platform" class="btn large" style="width:100%;">Platform Tests</a -->
69     <!-- a href="unittest/all.html?t=splashscreen" class="btn large" style="width:100%;">SplashScreen Tests</a -->
70     <!-- a href="unittest/all.html?t=statusbar" class="btn large" style="width:100%;">Status Bar Tests</a -->
71     <!-- a href="unittest/all.html?t=storage" class="btn large" style="width:100%;">Run Storage Tests</a -->
72     <!-- a href="unittest/all.html?t=vibration" class="btn large" style="width:100%;">Vibration Tests</a -->
73   </body>
74 </html>