-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathtestindex.html
99 lines (79 loc) · 3.52 KB
/
testindex.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<link rel="stylesheet" type="text/css" href="Resources/axelfamilyfont.css"/>
<link rel="stylesheet" type="text/css" href="Resources/generalstyle.css"/>
<link rel="apple-touch-icon-precomposed" href="Images/Icon.png"/>
<link rel="shortcut icon" href="Images/Icon.png"/>
<link rel="apple-touch-startup-image" href="Images/Default.png" media="(device-width: 320px)" sizes="320x460"/>
<link rel="apple-touch-startup-image" href="Images/[email protected]" media="(device-width: 320px) and (-webkit-device-pixel-ratio: 2)" sizes="640x920"/>
<link rel="apple-touch-startup-image" href="Images/[email protected]" media="(device-width: 320px) and (-webkit-device-pixel-ratio: 2)" sizes="640x1096"/>
<link href="Images/DefaultIpadPortrait.png" media="(device-width: 768px) and (orientation: portrait)" rel="apple-touch-startup-image"/>
<link href="Images/[email protected]" media="(device-width: 768px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/>
<link href="Images/DefaultIpadLandscape.png" media="(device-width: 768px) and (orientation: landscape)" rel="apple-touch-startup-image"/>
<link href="Images/[email protected]" media="(device-width: 768px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/>
<title>TOT</title>
<style type="text/css">
</style>
</head>
<SCRIPT LANGUAGE="JScript">
function toDetail(bundleIdentifier,betaVersion)
{
var location = 'ipaapi.php?identifier=' + bundleIdentifier +'&betaversion=' + betaVersion;
location = 'testipadetail.html';
document.location=(location);
}
function toMoreVersion(bundleIdentifier)
{
var location = 'moreversions.php?identifier=' + bundleIdentifier;
location = 'testmoreversions.html';
document.location=(location);
}
</SCRIPT>
<body>
<!-- 以上是Header -->
<!-- 顶部NavigationBar -->
<div class="navigationBar">
<h1 class="headerTitle">Install Apps</h1>
</div>
<div class="cell" onclick="toDetail('com.openthread.issue','1')">
<div class="iconContainer">
<img class="iconImage" src='Images/Icon.png'/>
<img class="iconRoundedRectImage" src="Images/RoundedRectAngel.png"/>
</div>
<div class="labelOuterContentView">
<div class="labelInnerContentView">
<p class="cellTitleLabel">[REPLACE_APP_TITLE]</p>
<p class="cellVersionLabel">[REPLACE_APP_VERSION]</p>
<p class="cellDateLabel">[REPLACE_APP_UPDATE_TIME]</p>
</div>
</div>
<img class="detailButton" src="Images/DetailButton.png"/>
</div>
<div class="moreButton" onclick="toMoreVersion('com.openthread.issue')">
<img width = 65px; height=24px; src="Images/MoreButton.png"/>
</div>
<h1 class="errorLabel">No beta test ipa package available.</h1>
<!-- 以下是Footer -->
<div style="height:88px;">
</div>
<div style="height:33px;">
<a href="http://github.com/openfibers/php-tot">
<h1 class="downloadLabel">Download TOT Server</h1>
</a>
</div>
<div style="height:33px;">
<a href="mailto:[email protected]">
<div>
<h1 class="contractMeLabel">Contact Author</h1>
</div>
</a>
</div>
<h1>Powered by PHP-TOT</h1>
<h1>Copyright (c) 2012, Open Fibers</h1>
<h1 style="height:33px">All rights reserved.</h1>
</body>
</html>