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