forked from AllMangasReader-dev/AMR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lab.html
129 lines (122 loc) · 4.27 KB
/
lab.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!--
This file is part of All Mangas Reader.
All Mangas Reader is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
All Mangas Reader is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with All Mangas Reader. If not, see <http://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>All Mangas Reader Lab</title>
<link type="text/css" href="css/amr_style.css" rel="stylesheet"/>
<link type="text/css" href="css/lab.css" rel="stylesheet"/>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/jQuery.loadScript.js" type="text/javascript"></script>
<script src="js/MangaElt.js" type="text/javascript"></script>
<script src="js/mgEntry.js" type="text/javascript"></script>
<script src="js/analytics.js" type="text/javascript"></script>
<script src="js/innermenu.js" type="text/javascript"></script>
<script src="js/amrcsql.js" type="text/javascript"></script>
<script src="js/lab.js" type="text/javascript"></script>
</head>
<body>
<div id="header">
<div id="subheader">
<img class="imglogo" src="img/icon-32.png" width="100" alt="AMRlogo"/>
<h1>All Mangas Reader Lab</h1>
</div>
</div>
<div id="menunav">
<div id="menuitems">
<ul>
<li> </li>
</ul>
</div>
</div>
<div id="corpseone">
<div id="subcorpseone">
<div class="article parent ongletCont" id="ong1" style="width:100%;">
<div class="article" style="width:100%;">
<h2>
Lab
</h2>
<div class="article globerrors" style="width:100%;">
<h3>
Errors occured while retrieving and compiling websites implementations :
</h3>
<ul>
</ul>
</div>
<div class="article" style="width:100%;">
<h3>
Select the mirror you want to test (your mirror must appear in this list) :
</h3>
<table style="width:100%;">
<tr>
<td>
<p>Mirror list :
<select id="mirrorList"></select>
<input type="button" class="loadtest" value="Load test" />
<input type="button" class="reload" value="Reload mirrors" />
</p>
<p>
<input type="checkbox" id="auto" checked>
<label for="auto">Check this option to load all tests automatically</label>
</p>
</td>
</tr>
<tr id="searchBox">
<td>
<p>This mirror can not load full list of mangas, key here your search :
<input id="searchBoxInput" type="text" />
</p>
</td>
</tr>
</table>
</div>
<div class="article" id="resTr" style="display:none;width:100%;">
<h3>
Course of tests
</h3>
<table style="width:100%;">
<tr>
<td>
<table id="results" style="width:100%;">
<thead>
<tr>
<td style="width:32px;"></td>
<td style="width:25%;">Test</td>
<td style="width:45%">Results</td>
<td style="width:25%">Comment</td>
</tr>
</thead>
<tbody id="resZone">
</tbody>
</table>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class='bottominfo'>
<a class="link" id="testnotif">Test notification</a> |
<a class="link" id="testwsnot">Test website notification 1</a> |
<a class="link" id="testwsnot2">2</a> |
<a class="link" id="testwsnot3">3</a>
</div>
</div>
<div id="footer">
All Mangas Reader 2013.
</div>
</body>
</html>