forked from Ancool/php-tot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestipadetail.html
117 lines (95 loc) · 4.25 KB
/
testipadetail.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
<!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 - Version Detail</title>
<style type="text/css">
</style>
</head>
<SCRIPT LANGUAGE="JScript">
function backToPage(location)
{
document.location=(location);
}
</SCRIPT>
<!-- 以上是Header -->
<body>
<!-- 顶部NavigationBar -->
<div class="navigationBar">
<h1 class="headerTitle">Install issue</h1>
<div style="position:absolute; top:7px; left:4px">
<img onclick="backToPage('testindex.html')" width=50px; height=30px; src="Images/GrayBackButtonHD.png"/>
</div>
</div>
<div class="detailCell">
<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">issue</p>
<p class="cellVersionLabel">1.0</p>
<p class="cellDateLabel">September 14, 2012</p>
</div>
</div>
<img class="horizontalDetailButton" src="Images/DetailButtonHorizontal.png"/>
<!-- Change Log -->
<div style="height:21px;">
<p class="changeLogTitle">Change Log:</p>
</div>
<div style="word-break: break-all; word-wrap:break-word;">
<div class="dymain">
<table>
<tr>
<td>
<p style="font-family: AxelBold; color: #333333; font-size: 16px; padding-left:12px; padding-right:12px; padding-top:3px;">通过Furry你可以得到应用的用户人数,用户活跃度,用户来源等统计信息。但是他最厉害的地方是,你可以追踪应用本身的事件和错误记录,所有这些数据都会在一个类似Google Analytics的界面上显示,这样就很容易掌握用户的行为和出现的问题。</p>
</td>
</tr>
</table>
</div>
</div>
<!-- 安装按钮 -->
<div class="installButton" style="margin-top:7px;">
<a href="itms-services://?action=download-manifest&url=http://localhost/php-tot/getmanifest.php?com.openthread.issue@1">
<img width = 100px; height=44px; src="Images/InstallButton.png"/>
</a>
</div>
<div style="height:7px; background:#f3f3f3;">
</div>
</div>
<!-- 错误提示 -->
<h1 class="errorLabel">No beta test ipa package available.</h1>
<!-- 以下是Footer -->
<div style="height:44px;">
</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">Mail to 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>