]> git.saurik.com Git - cydia.git/blame - Cydia.app/package.html
I hate subtle issues.
[cydia.git] / Cydia.app / package.html
CommitLineData
ad554f10
JF
1<?xml version="1.0" encoding="UTF-16"?>
2<html><head>
3 <title>Details</title>
f464053e 4 <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
ad554f10
JF
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
6 <link rel="stylesheet" type="text/css" href="menes/style.css"/>
7 <script type="text/javascript" src="menes/menes.js"></script>
8 <script type="text/javascript" src="package.js"></script>
9 <base target="_blank"/>
853d14d3
JF
10
11 <script type="text/javascript">
12 var count = -1;
13 var loaded = function() {
14 if (count++ != 0)
15 return;
16 $("#depiction-load").remove();
c3f582af 17 $("#depiction-src").css("display", "block");
853d14d3
JF
18 }
19
20 var remove = function() {
2e018aa4 21 $(".description").css("display", "block");
853d14d3
JF
22 $(".depiction").remove();
23 }
24 </script>
25
26 <style>
c3f582af
JF
27 .flip-180 {
28 -webkit-backface-visibility: hidden;
29 -webkit-transform: rotateY(180deg);
30 -webkit-transition-duration: 2s;
31 -webkit-transition-property: transform;
32 }
33
34 .flip-360 {
35 -webkit-backface-visibility: hidden;
36 -webkit-transform: rotateY(360deg);
37 -webkit-transition-duration: 2s;
38 -webkit-transition-property: transform;
39 }
40
41 .fade-out {
42 opacity: 0;
43 -webkit-transition-property: opacity;
44 -webkit-transition-duration: 2s;
45 }
46
47 .fade-in {
48 opacity: 1;
49 -webkit-transition-property: opacity;
50 -webkit-transition-duration: 2s;
51 }
52
853d14d3
JF
53 #remove {
54 margin-top: 7px;
55 text-align: center;
56 }
57
58 #indicator {
59 left: 20px;
60 position: relative;
61 top: -5px;
62 }
63
853d14d3
JF
64 #remove > a {
65 color: #335588;
66 text-decoration: none;
67 }
68
69 #upper-bar {
70 margin-bottom: 0;
71 margin-top: 10px;
72 }
73
74 #lower-bar {
75 margin-bottom: 10px;
76 margin-top: 0;
77 }
f464053e
JF
78
79 #warnings {
80 background-color: #ffdddd;
81 }
82
83 #warnings > div > label {
84 color: red;
85 }
dbe0f181 86
c3f582af 87 #boundary {
dbe0f181 88 float: left;
c3f582af 89 height: 64;
2e018aa4 90 width: 64px;
dbe0f181
JF
91 }
92
c3f582af 93 #thumb,
dbe0f181 94 #icon {
2e018aa4
JF
95 background-position: center center;
96 background-repeat: no-repeat;
2e018aa4 97 height: 64px;
c3f582af 98 position: absolute;
2e018aa4 99 width: 64px;
dbe0f181
JF
100 }
101
c3f582af
JF
102 #thumb {
103 -webkit-border-radius: 9px;
104 }
105
2e018aa4 106 /* XXX: this style is out of date */
dbe0f181
JF
107 #reflection {
108 height: 59px;
109 max-width: 60px;
110 opacity: 0.4;
111 position: absolute;
112 -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
113 width: auto;
114 }
115
2e018aa4 116 #id, #author, #maintainer, #sponsor {
dbe0f181
JF
117 white-space: nowrap;
118 }
119
120 #header {
121 background: transparent;
122 border: none;
123 }
124
125 #header > div {
126 padding: 0;
dbe0f181
JF
127 }
128
129 #content {
2e018aa4 130 padding: 5px;
907a35d6 131 position: absolute;
2e018aa4
JF
132 left: 77px;
133 width: 232px;
dbe0f181
JF
134 }
135
78b966cc 136 #lower {
2e018aa4 137 margin: 0px 5px;
dbe0f181
JF
138 }
139
140 #name {
c3f582af 141 margin-bottom: 13px;
dbe0f181 142 font-weight: bold;
2e018aa4
JF
143 font-size: 17px;
144 overflow: hidden;
145 text-overflow: ellipsis;
146 white-space: nowrap;
dbe0f181
JF
147 }
148
149 #latest {
150 color: #335588;
78b966cc
JF
151 float: left;
152 }
153
2e018aa4 154 a[href].rating {
be2005d2 155 background: 107px 7px no-repeat url(menes/chevron.png);
2e018aa4
JF
156 }
157
158 .rating {
159 /*border: 1px solid #999999;*/
160 -webkit-border-radius: 6px;
161 padding: 7px 7px;
162 margin: -7px 0px;
78b966cc 163 float: right;
be2005d2 164 width: 126px;
dbe0f181 165 }
907a35d6 166
2e018aa4
JF
167 .rating .back,
168 .rating .fore,
169 .rating .star {
170 background: url(star.png);
2e018aa4
JF
171 }
172
2e018aa4
JF
173 .rating .text {
174 display: inline-block;
175 color: #4d4d70;
176 margin: 0 6px;
177 vertical-align: top;
178 }
179
be2005d2
JF
180 #rating-done {
181 padding-left: 12px;
182 }
183
2e018aa4
JF
184 #rating-none,
185 #rating-done {
186 display: none;
907a35d6 187 }
853d14d3 188 </style>
2bfeaf6f 189</head><body class="pinstripe">
cd8bec2f 190<dialog><panel>
ad554f10 191
dbe0f181 192<fieldset id="header">
c3f582af
JF
193 <div>
194 <div id="boundary">
195 <div class="flip-0" id="icon"></div>
196 <div class="flip-180" id="thumb"></div>
dbe0f181
JF
197 <!--img id="reflection"/-->
198 </div>
199
200 <div id="content">
201 <div id="name"></div>
2e018aa4
JF
202 <div id="latest"></div>
203
204 <a class="rating" id="rating-href">
205 <div id="rating-none">
206 <div class="star"></div><div class="text">Not Rated</div>
207 </div><div id="rating-done">
208 <div class="fore" id="rating-value"></div>
209 <div class="back"></div>
210 </div>
211 </a>
dbe0f181 212 </div>
ad554f10 213 </div>
f464053e 214</fieldset>
ad554f10 215
f464053e 216<fieldset id="actions">
dbe0f181 217 <a id="settings">
6e673d99 218 <img class="icon" src="settings.png"/><div>
dbe0f181 219 <label>Change Package Settings</label>
6e673d99 220 </div></a>
dbe0f181 221
0235116c 222 <a id="author-href" class="author">
6e673d99 223 <img id="author-icon" class="icon" src="email.png"/><div>
ad554f10 224 <label>Author</label>
04700693 225 <label id="author"></label>
6e673d99 226 </div></a>
f464053e 227
a70cf746 228 <!--div class="commercial">
6e673d99 229 <img class="icon" src="commercial.png"/><div>
dbe0f181 230 <label>This is a commercial package!</label>
a70cf746 231 </div></div-->
dbe0f181 232
890c1d38 233 <a class="console" href="http://cydia.saurik.com/purpose/console/">
6e673d99 234 <img class="icon" src="console.png"/><div>
890c1d38 235 <label>This is a console package!</label>
6e673d99 236 </div></a>
dbe0f181 237
f464053e 238 <a id="application">
6e673d99 239 <img class="icon"/><div>
f464053e 240 <label class="application"></label>
6e673d99 241 </div></a>
f464053e
JF
242</fieldset>
243
f464053e
JF
244<fieldset class="warnings" id="warnings">
245 <div id="warning">
6e673d99 246 <img class="icon" src="warning.png"/><div>
f464053e 247 <label class="warning"></label>
6e673d99 248 </div></div>
0235116c
JF
249</fieldset>
250
d8d9a65c
JF
251<!--iframe
252 class="notice"
853d14d3
JF
253 id="notice-src"
254 frameborder="0"
255 width="320"
256 height="0"
257 target="_top"
d8d9a65c
JF
258></iframe-->
259
260<!--iframe
261 class="activation"
262 id="activation-src"
263 frameborder="0"
264 width="320"
265 height="0"
266 target="_top"
267></iframe-->
853d14d3 268
e00439f7 269<!--div id="remove" class="depiction">
853d14d3
JF
270 <a href="javascript:remove()">Remove Custom Depiction</a>
271</div>
272
e00439f7 273<hr id="upper-bar" class="depiction"/-->
853d14d3 274
d8d9a65c
JF
275<iframe
276 class="depiction"
0235116c
JF
277 id="depiction-src"
278 frameborder="0"
853d14d3
JF
279 width="320"
280 height="0"
0235116c 281 target="_top"
7ec29c77 282 onload_="loaded()"
d8d9a65c 283></iframe>
ad554f10 284
e00439f7 285<!--hr id="lower-bar" class="depiction"/-->
853d14d3 286
2e018aa4 287<block class="description"><p id="description"></p></block>
ad554f10 288
907a35d6 289<fieldset class="description homepage">
853d14d3 290 <a class="homepage" id="homepage-href">
6e673d99 291 <img class="icon" src="web.png"/><div>
ad554f10 292 <label>More Information</label>
6e673d99 293 </div></a>
ad554f10
JF
294</fieldset>
295
296<label class="installed">Installed Package</label>
297<fieldset class="installed">
0a7e5478
JF
298 <div>
299 <img class="icon" src="version.png"/><div>
7ec29c77 300 <label>Version</label>
04700693 301 <label id="installed"></label>
6e673d99 302 </div></div>
ad554f10 303
dbe0f181 304 <a id="files-href">
6e673d99 305 <img class="icon" src="filesystem.png"/><div>
dbe0f181 306 <label>Filesystem Content</label>
6e673d99 307 </div></a>
ad554f10
JF
308</fieldset>
309
310<label>Package Details</label>
311<fieldset>
0a7e5478
JF
312 <div>
313 <img class="icon" src="id.png"/><div>
ad554f10 314 <label>ID</label>
04700693 315 <label id="id"></label>
6e673d99 316 </div></div>
ad554f10
JF
317
318 <div class="section">
6e673d99 319 <img id="section-src" class="icon"/><div>
ad554f10 320 <label>Section</label>
04700693 321 <label id="section"></label>
6e673d99 322 </div></div>
ad554f10
JF
323
324 <div class="size">
6e673d99 325 <img class="icon" src="expanded.png"/><div>
ad554f10 326 <label>Expanded Size</label>
04700693 327 <label id="size"></label>
6e673d99 328 </div></div>
ad554f10 329
0235116c 330 <a id="maintainer-href" class="maintainer">
6e673d99 331 <img id="maintainer-icon" class="icon" src="email.png"/><div>
f464053e 332 <label>Contact</label>
04700693 333 <label id="maintainer"></label>
6e673d99 334 </div></a>
ad554f10 335
0235116c 336 <a id="sponsor-href" class="sponsor">
6e673d99 337 <img class="icon" src="web.png"/><div>
6bffd7b7 338 <label>Sponsor</label>
04700693 339 <label id="sponsor"></label>
6e673d99 340 </div></a>
6bffd7b7 341
dbe0f181 342 <!--a class="trusted" id="trusted">
6e673d99 343 <img class="icon" src="trusted.png"><div>
dbe0f181 344 <label>View Repository Signature</label>
6e673d99 345 </div></a-->
dbe0f181
JF
346
347 <div class="trusted">
6e673d99
JF
348 <img class="icon" src="trusted.png"><div>
349 <label>&nbsp;</label>
04700693 350 <label>This package has been signed.</label>
6e673d99 351 </div></div>
ad554f10
JF
352</fieldset>
353
4d2ac731 354<label class="source">Source Information</label>
ad554f10 355<fieldset class="source">
18159e09 356 <div>
6e673d99 357 <img class="icon" id="source-src"/><div>
18159e09 358 <label id="source-name"></label>
6e673d99 359 </div></div>
18159e09 360
853d14d3 361 <div class="source-description" id="source-description"></div>
ad554f10
JF
362</fieldset>
363
cd8bec2f
JF
364</panel></dialog>
365</body></html>