]>
Commit | Line | Data |
---|---|---|
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 | } |
853d14d3 | 193 | </style> |
2bfeaf6f | 194 | </head><body class="pinstripe"> |
cd8bec2f | 195 | <dialog><panel> |
ad554f10 | 196 | |
dbe0f181 | 197 | <fieldset id="header"> |
c3f582af JF |
198 | <div> |
199 | <div id="boundary"> | |
200 | <div class="flip-0" id="icon"></div> | |
201 | <div class="flip-180" id="thumb"></div> | |
dbe0f181 JF |
202 | <!--img id="reflection"/--> |
203 | </div> | |
204 | ||
205 | <div id="content"> | |
206 | <div id="name"></div> | |
2e018aa4 JF |
207 | <div id="latest"></div> |
208 | ||
209 | <a class="rating" id="rating-href"> | |
210 | <div id="rating-none"> | |
6932575e | 211 | <div class="star"></div><div class="text" localize="NOT_RATED"></div> |
2e018aa4 JF |
212 | </div><div id="rating-done"> |
213 | <div class="fore" id="rating-value"></div> | |
214 | <div class="back"></div> | |
215 | </div> | |
216 | </a> | |
dbe0f181 | 217 | </div> |
ad554f10 | 218 | </div> |
f464053e | 219 | </fieldset> |
ad554f10 | 220 | |
3ff1504e JF |
221 | <fieldset class="mode"> |
222 | <a> | |
223 | <img class="icon" id="mode-src"/><div> | |
6932575e | 224 | <label localize="PACKAGE_QUEUE"></label> |
3ff1504e JF |
225 | <label id="mode"></label> |
226 | </div></a> | |
227 | </fieldset> | |
228 | ||
f464053e | 229 | <fieldset id="actions"> |
dbe0f181 | 230 | <a id="settings"> |
6e673d99 | 231 | <img class="icon" src="settings.png"/><div> |
6932575e | 232 | <label localize="CHANGE_PACKAGE_SETTINGS"></label> |
6e673d99 | 233 | </div></a> |
dbe0f181 | 234 | |
3ac7a20a | 235 | <a id="author-href" class="author" target="_popup"> |
6e673d99 | 236 | <img id="author-icon" class="icon" src="email.png"/><div> |
6932575e | 237 | <label localize="AUTHOR"></label> |
04700693 | 238 | <label id="author"></label> |
6e673d99 | 239 | </div></a> |
f464053e | 240 | |
a70cf746 | 241 | <!--div class="commercial"> |
6e673d99 | 242 | <img class="icon" src="commercial.png"/><div> |
dbe0f181 | 243 | <label>This is a commercial package!</label> |
a70cf746 | 244 | </div></div--> |
dbe0f181 | 245 | |
890c1d38 | 246 | <a class="console" href="http://cydia.saurik.com/purpose/console/"> |
6e673d99 | 247 | <img class="icon" src="console.png"/><div> |
6932575e | 248 | <label localize="CONSOLE_PACKAGE"></label> |
6e673d99 | 249 | </div></a> |
dbe0f181 | 250 | |
f464053e | 251 | <a id="application"> |
6e673d99 | 252 | <img class="icon"/><div> |
f464053e | 253 | <label class="application"></label> |
6e673d99 | 254 | </div></a> |
f464053e JF |
255 | </fieldset> |
256 | ||
f464053e JF |
257 | <fieldset class="warnings" id="warnings"> |
258 | <div id="warning"> | |
6e673d99 | 259 | <img class="icon" src="warning.png"/><div> |
f464053e | 260 | <label class="warning"></label> |
6e673d99 | 261 | </div></div> |
0235116c JF |
262 | </fieldset> |
263 | ||
6981ccdf | 264 | <iframe |
d8d9a65c | 265 | class="notice" |
853d14d3 JF |
266 | id="notice-src" |
267 | frameborder="0" | |
268 | width="320" | |
269 | height="0" | |
270 | target="_top" | |
6981ccdf | 271 | ></iframe> |
d8d9a65c JF |
272 | |
273 | <!--iframe | |
274 | class="activation" | |
275 | id="activation-src" | |
276 | frameborder="0" | |
277 | width="320" | |
278 | height="0" | |
279 | target="_top" | |
280 | ></iframe--> | |
853d14d3 | 281 | |
e00439f7 | 282 | <!--div id="remove" class="depiction"> |
853d14d3 JF |
283 | <a href="javascript:remove()">Remove Custom Depiction</a> |
284 | </div> | |
285 | ||
e00439f7 | 286 | <hr id="upper-bar" class="depiction"/--> |
853d14d3 | 287 | |
d8d9a65c JF |
288 | <iframe |
289 | class="depiction" | |
0235116c JF |
290 | id="depiction-src" |
291 | frameborder="0" | |
853d14d3 JF |
292 | width="320" |
293 | height="0" | |
0235116c | 294 | target="_top" |
7ec29c77 | 295 | onload_="loaded()" |
d8d9a65c | 296 | ></iframe> |
ad554f10 | 297 | |
e00439f7 | 298 | <!--hr id="lower-bar" class="depiction"/--> |
853d14d3 | 299 | |
2e018aa4 | 300 | <block class="description"><p id="description"></p></block> |
ad554f10 | 301 | |
907a35d6 | 302 | <fieldset class="description homepage"> |
853d14d3 | 303 | <a class="homepage" id="homepage-href"> |
6e673d99 | 304 | <img class="icon" src="web.png"/><div> |
6932575e | 305 | <label localize="MORE_INFORMATION"></label> |
6e673d99 | 306 | </div></a> |
ad554f10 JF |
307 | </fieldset> |
308 | ||
6932575e | 309 | <label class="installed" localize="INSTALLED_DETAILS"></label> |
ad554f10 | 310 | <fieldset class="installed"> |
0a7e5478 JF |
311 | <div> |
312 | <img class="icon" src="version.png"/><div> | |
6932575e | 313 | <label localize="VERSION"></label> |
04700693 | 314 | <label id="installed"></label> |
6e673d99 | 315 | </div></div> |
ad554f10 | 316 | |
dbe0f181 | 317 | <a id="files-href"> |
6e673d99 | 318 | <img class="icon" src="filesystem.png"/><div> |
6932575e | 319 | <label localize="FILESYSTEM_CONTENT"></label> |
6e673d99 | 320 | </div></a> |
ad554f10 JF |
321 | </fieldset> |
322 | ||
6932575e | 323 | <label localize="PACKAGE_DETAILS"></label> |
ad554f10 | 324 | <fieldset> |
0a7e5478 JF |
325 | <div> |
326 | <img class="icon" src="id.png"/><div> | |
6932575e | 327 | <label localize="ID"></label> |
04700693 | 328 | <label id="id"></label> |
6e673d99 | 329 | </div></div> |
ad554f10 JF |
330 | |
331 | <div class="section"> | |
6e673d99 | 332 | <img id="section-src" class="icon"/><div> |
6932575e | 333 | <label localize="SECTION"></label> |
04700693 | 334 | <label id="section"></label> |
6e673d99 | 335 | </div></div> |
ad554f10 JF |
336 | |
337 | <div class="size"> | |
6e673d99 | 338 | <img class="icon" src="expanded.png"/><div> |
6932575e | 339 | <label localize="EXPANDED_SIZE"></label> |
04700693 | 340 | <label id="size"></label> |
6e673d99 | 341 | </div></div> |
ad554f10 | 342 | |
3ac7a20a | 343 | <a id="maintainer-href" class="maintainer" target="_popup"> |
6e673d99 | 344 | <img id="maintainer-icon" class="icon" src="email.png"/><div> |
6932575e | 345 | <label localize="MAINTAINER"></label> |
04700693 | 346 | <label id="maintainer"></label> |
6e673d99 | 347 | </div></a> |
ad554f10 | 348 | |
0235116c | 349 | <a id="sponsor-href" class="sponsor"> |
6e673d99 | 350 | <img class="icon" src="web.png"/><div> |
6932575e | 351 | <label localize="SPONSOR"></label> |
04700693 | 352 | <label id="sponsor"></label> |
6e673d99 | 353 | </div></a> |
6bffd7b7 | 354 | |
dbe0f181 | 355 | <!--a class="trusted" id="trusted"> |
6e673d99 | 356 | <img class="icon" src="trusted.png"><div> |
6932575e | 357 | <label localize="REPOSITORY_SIGNATURE"></label> |
6e673d99 | 358 | </div></a--> |
dbe0f181 JF |
359 | |
360 | <div class="trusted"> | |
6e673d99 JF |
361 | <img class="icon" src="trusted.png"><div> |
362 | <label> </label> | |
6932575e | 363 | <label localize="SIGNED_PACKAGE"></label> |
6e673d99 | 364 | </div></div> |
ad554f10 JF |
365 | </fieldset> |
366 | ||
6932575e | 367 | <label class="source" localize="SOURCE_DETAILS"></label> |
ad554f10 | 368 | <fieldset class="source"> |
18159e09 | 369 | <div> |
6e673d99 | 370 | <img class="icon" id="source-src"/><div> |
18159e09 | 371 | <label id="source-name"></label> |
6e673d99 | 372 | </div></div> |
18159e09 | 373 | |
853d14d3 | 374 | <div class="source-description" id="source-description"></div> |
ad554f10 JF |
375 | </fieldset> |
376 | ||
cd8bec2f JF |
377 | </panel></dialog> |
378 | </body></html> |