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