]>
Commit | Line | Data |
---|---|---|
6f1a15d9 JF |
1 | <?xml version="1.0" encoding="UTF-16"?> |
2 | <html><head> | |
f79a4512 | 3 | <title localize="DETAILS"></title> |
affeffc7 | 4 | <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/> |
6f1a15d9 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> | |
f79a4512 | 9 | <script type="text/javascript" src="localize.js"></script> |
6f1a15d9 | 10 | <base target="_blank"/> |
7d2ac47f | 11 | |
f79a4512 | 12 | <!--script type="text/javascript"> |
7d2ac47f JF |
13 | var count = -1; |
14 | var loaded = function() { | |
15 | if (count++ != 0) | |
16 | return; | |
17 | $("#depiction-load").remove(); | |
59c6ae22 | 18 | $("#depiction-src").css("display", "block"); |
7d2ac47f JF |
19 | } |
20 | ||
21 | var remove = function() { | |
c37ef8c8 | 22 | $(".description").css("display", "block"); |
7d2ac47f JF |
23 | $(".depiction").remove(); |
24 | } | |
f79a4512 | 25 | </script--> |
7d2ac47f JF |
26 | |
27 | <style> | |
59c6ae22 JF |
28 | .flip-180 { |
29 | -webkit-backface-visibility: hidden; | |
30 | -webkit-transform: rotateY(180deg); | |
f79a4512 JF |
31 | } |
32 | ||
33 | #icon.flip-180 { | |
59c6ae22 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 | ||
bc11cf5b | 45 | .fade-out { |
59c6ae22 JF |
46 | opacity: 0; |
47 | -webkit-transition-property: opacity; | |
48 | -webkit-transition-duration: 2s; | |
49 | } | |
50 | ||
bc11cf5b | 51 | .fade-in { |
59c6ae22 JF |
52 | opacity: 1; |
53 | -webkit-transition-property: opacity; | |
54 | -webkit-transition-duration: 2s; | |
55 | } | |
56 | ||
7d2ac47f 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 | ||
7d2ac47f 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 | } | |
affeffc7 JF |
82 | |
83 | #warnings { | |
84 | background-color: #ffdddd; | |
85 | } | |
86 | ||
87 | #warnings > div > label { | |
88 | color: red; | |
89 | } | |
770f2a8e | 90 | |
59c6ae22 | 91 | #boundary { |
770f2a8e | 92 | float: left; |
59c6ae22 | 93 | height: 64; |
c37ef8c8 | 94 | width: 64px; |
770f2a8e JF |
95 | } |
96 | ||
59c6ae22 | 97 | #thumb, |
770f2a8e | 98 | #icon { |
c37ef8c8 JF |
99 | background-position: center center; |
100 | background-repeat: no-repeat; | |
c37ef8c8 | 101 | height: 64px; |
59c6ae22 | 102 | position: absolute; |
c37ef8c8 | 103 | width: 64px; |
770f2a8e JF |
104 | } |
105 | ||
59c6ae22 JF |
106 | #thumb { |
107 | -webkit-border-radius: 9px; | |
108 | } | |
109 | ||
c37ef8c8 | 110 | /* XXX: this style is out of date */ |
770f2a8e 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 | ||
c37ef8c8 | 120 | #id, #author, #maintainer, #sponsor { |
770f2a8e JF |
121 | white-space: nowrap; |
122 | } | |
123 | ||
124 | #header { | |
125 | background: transparent; | |
126 | border: none; | |
5b35c5e4 | 127 | position: relative; |
770f2a8e JF |
128 | } |
129 | ||
130 | #header > div { | |
131 | padding: 0; | |
770f2a8e JF |
132 | } |
133 | ||
134 | #content { | |
c37ef8c8 | 135 | padding: 5px; |
9487f027 | 136 | position: absolute; |
c37ef8c8 JF |
137 | left: 77px; |
138 | width: 232px; | |
770f2a8e JF |
139 | } |
140 | ||
365d45da | 141 | #lower { |
c37ef8c8 | 142 | margin: 0px 5px; |
770f2a8e JF |
143 | } |
144 | ||
145 | #name { | |
59c6ae22 | 146 | margin-bottom: 13px; |
770f2a8e | 147 | font-weight: bold; |
c37ef8c8 JF |
148 | font-size: 17px; |
149 | overflow: hidden; | |
150 | text-overflow: ellipsis; | |
151 | white-space: nowrap; | |
770f2a8e JF |
152 | } |
153 | ||
154 | #latest { | |
155 | color: #335588; | |
365d45da JF |
156 | float: left; |
157 | } | |
158 | ||
c37ef8c8 | 159 | a[href].rating { |
da0410f1 | 160 | background: 107px 7px no-repeat url(menes/chevron.png); |
c37ef8c8 JF |
161 | } |
162 | ||
163 | .rating { | |
164 | /*border: 1px solid #999999;*/ | |
165 | -webkit-border-radius: 6px; | |
166 | padding: 7px 7px; | |
167 | margin: -7px 0px; | |
365d45da | 168 | float: right; |
da0410f1 | 169 | width: 126px; |
770f2a8e | 170 | } |
9487f027 | 171 | |
c37ef8c8 JF |
172 | .rating .back, |
173 | .rating .fore, | |
174 | .rating .star { | |
175 | background: url(star.png); | |
c37ef8c8 JF |
176 | } |
177 | ||
c37ef8c8 JF |
178 | .rating .text { |
179 | display: inline-block; | |
180 | color: #4d4d70; | |
181 | margin: 0 6px; | |
182 | vertical-align: top; | |
183 | } | |
184 | ||
da0410f1 JF |
185 | #rating-done { |
186 | padding-left: 12px; | |
187 | } | |
188 | ||
c37ef8c8 JF |
189 | #rating-none, |
190 | #rating-done { | |
191 | display: none; | |
9487f027 | 192 | } |
b2d2f219 JF |
193 | |
194 | #depiction-src, | |
195 | #notice-src { | |
196 | height: 1px; | |
197 | width: 320px; | |
198 | } | |
7d2ac47f | 199 | </style> |
fd7853a6 | 200 | </head><body class="pinstripe"> |
58241d4c | 201 | <panel> |
6f1a15d9 | 202 | |
770f2a8e | 203 | <fieldset id="header"> |
59c6ae22 JF |
204 | <div> |
205 | <div id="boundary"> | |
206 | <div class="flip-0" id="icon"></div> | |
207 | <div class="flip-180" id="thumb"></div> | |
770f2a8e JF |
208 | <!--img id="reflection"/--> |
209 | </div> | |
210 | ||
211 | <div id="content"> | |
212 | <div id="name"></div> | |
c37ef8c8 JF |
213 | <div id="latest"></div> |
214 | ||
215 | <a class="rating" id="rating-href"> | |
216 | <div id="rating-none"> | |
f79a4512 | 217 | <div class="star"></div><div class="text" localize="NOT_RATED"></div> |
c37ef8c8 JF |
218 | </div><div id="rating-done"> |
219 | <div class="fore" id="rating-value"></div> | |
220 | <div class="back"></div> | |
221 | </div> | |
222 | </a> | |
770f2a8e | 223 | </div> |
6f1a15d9 | 224 | </div> |
affeffc7 | 225 | </fieldset> |
6f1a15d9 | 226 | |
dc63e78f JF |
227 | <fieldset class="mode"> |
228 | <a> | |
229 | <img class="icon" id="mode-src"/><div> | |
f79a4512 | 230 | <label localize="PACKAGE_QUEUE"></label> |
dc63e78f JF |
231 | <label id="mode"></label> |
232 | </div></a> | |
233 | </fieldset> | |
234 | ||
affeffc7 | 235 | <fieldset id="actions"> |
770f2a8e | 236 | <a id="settings"> |
189a73d0 | 237 | <img class="icon" src="settings.png"/><div> |
f79a4512 | 238 | <label localize="CHANGE_PACKAGE_SETTINGS"></label> |
189a73d0 | 239 | </div></a> |
770f2a8e | 240 | |
d8ac46da | 241 | <a id="author-href" class="author" target="_popup"> |
189a73d0 | 242 | <img id="author-icon" class="icon" src="email.png"/><div> |
f79a4512 | 243 | <label localize="AUTHOR"></label> |
aa5d0de7 | 244 | <label id="author"></label> |
189a73d0 | 245 | </div></a> |
affeffc7 | 246 | |
a1440b10 | 247 | <!--div class="commercial"> |
189a73d0 | 248 | <img class="icon" src="commercial.png"/><div> |
770f2a8e | 249 | <label>This is a commercial package!</label> |
a1440b10 | 250 | </div></div--> |
770f2a8e | 251 | |
ec3f2f53 | 252 | <a class="console" href="http://cydia.saurik.com/purpose/console/"> |
189a73d0 | 253 | <img class="icon" src="console.png"/><div> |
f79a4512 | 254 | <label localize="CONSOLE_PACKAGE"></label> |
189a73d0 | 255 | </div></a> |
770f2a8e | 256 | |
affeffc7 | 257 | <a id="application"> |
189a73d0 | 258 | <img class="icon"/><div> |
affeffc7 | 259 | <label class="application"></label> |
189a73d0 | 260 | </div></a> |
affeffc7 JF |
261 | </fieldset> |
262 | ||
affeffc7 JF |
263 | <fieldset class="warnings" id="warnings"> |
264 | <div id="warning"> | |
189a73d0 | 265 | <img class="icon" src="warning.png"/><div> |
affeffc7 | 266 | <label class="warning"></label> |
189a73d0 | 267 | </div></div> |
25a2158d JF |
268 | </fieldset> |
269 | ||
670a0494 | 270 | <iframe |
3bd1c2a2 | 271 | class="notice" |
7d2ac47f JF |
272 | id="notice-src" |
273 | frameborder="0" | |
274 | width="320" | |
275 | height="0" | |
276 | target="_top" | |
670a0494 | 277 | ></iframe> |
3bd1c2a2 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--> | |
7d2ac47f | 287 | |
a9a0661e | 288 | <!--div id="remove" class="depiction"> |
7d2ac47f JF |
289 | <a href="javascript:remove()">Remove Custom Depiction</a> |
290 | </div> | |
291 | ||
a9a0661e | 292 | <hr id="upper-bar" class="depiction"/--> |
7d2ac47f | 293 | |
3bd1c2a2 JF |
294 | <iframe |
295 | class="depiction" | |
25a2158d JF |
296 | id="depiction-src" |
297 | frameborder="0" | |
7d2ac47f JF |
298 | width="320" |
299 | height="0" | |
25a2158d | 300 | target="_top" |
d6dad1b4 | 301 | onload_="loaded()" |
3bd1c2a2 | 302 | ></iframe> |
6f1a15d9 | 303 | |
a9a0661e | 304 | <!--hr id="lower-bar" class="depiction"/--> |
7d2ac47f | 305 | |
c37ef8c8 | 306 | <block class="description"><p id="description"></p></block> |
6f1a15d9 | 307 | |
9487f027 | 308 | <fieldset class="description homepage"> |
7d2ac47f | 309 | <a class="homepage" id="homepage-href"> |
189a73d0 | 310 | <img class="icon" src="web.png"/><div> |
f79a4512 | 311 | <label localize="MORE_INFORMATION"></label> |
189a73d0 | 312 | </div></a> |
6f1a15d9 JF |
313 | </fieldset> |
314 | ||
f79a4512 | 315 | <label class="installed" localize="INSTALLED_DETAILS"></label> |
6f1a15d9 | 316 | <fieldset class="installed"> |
00e2109e JF |
317 | <div> |
318 | <img class="icon" src="version.png"/><div> | |
f79a4512 | 319 | <label localize="VERSION"></label> |
aa5d0de7 | 320 | <label id="installed"></label> |
189a73d0 | 321 | </div></div> |
6f1a15d9 | 322 | |
770f2a8e | 323 | <a id="files-href"> |
189a73d0 | 324 | <img class="icon" src="filesystem.png"/><div> |
f79a4512 | 325 | <label localize="FILESYSTEM_CONTENT"></label> |
189a73d0 | 326 | </div></a> |
6f1a15d9 JF |
327 | </fieldset> |
328 | ||
f79a4512 | 329 | <label localize="PACKAGE_DETAILS"></label> |
6f1a15d9 | 330 | <fieldset> |
00e2109e JF |
331 | <div> |
332 | <img class="icon" src="id.png"/><div> | |
f79a4512 | 333 | <label localize="ID"></label> |
aa5d0de7 | 334 | <label id="id"></label> |
189a73d0 | 335 | </div></div> |
6f1a15d9 JF |
336 | |
337 | <div class="section"> | |
189a73d0 | 338 | <img id="section-src" class="icon"/><div> |
f79a4512 | 339 | <label localize="SECTION"></label> |
aa5d0de7 | 340 | <label id="section"></label> |
189a73d0 | 341 | </div></div> |
6f1a15d9 JF |
342 | |
343 | <div class="size"> | |
189a73d0 | 344 | <img class="icon" src="expanded.png"/><div> |
f79a4512 | 345 | <label localize="EXPANDED_SIZE"></label> |
aa5d0de7 | 346 | <label id="size"></label> |
189a73d0 | 347 | </div></div> |
6f1a15d9 | 348 | |
d8ac46da | 349 | <a id="maintainer-href" class="maintainer" target="_popup"> |
189a73d0 | 350 | <img id="maintainer-icon" class="icon" src="email.png"/><div> |
f79a4512 | 351 | <label localize="MAINTAINER"></label> |
aa5d0de7 | 352 | <label id="maintainer"></label> |
189a73d0 | 353 | </div></a> |
6f1a15d9 | 354 | |
25a2158d | 355 | <a id="sponsor-href" class="sponsor"> |
189a73d0 | 356 | <img class="icon" src="web.png"/><div> |
f79a4512 | 357 | <label localize="SPONSOR"></label> |
aa5d0de7 | 358 | <label id="sponsor"></label> |
189a73d0 | 359 | </div></a> |
dc6e62a4 | 360 | |
770f2a8e | 361 | <!--a class="trusted" id="trusted"> |
189a73d0 | 362 | <img class="icon" src="trusted.png"><div> |
f79a4512 | 363 | <label localize="REPOSITORY_SIGNATURE"></label> |
189a73d0 | 364 | </div></a--> |
770f2a8e JF |
365 | |
366 | <div class="trusted"> | |
189a73d0 JF |
367 | <img class="icon" src="trusted.png"><div> |
368 | <label> </label> | |
f79a4512 | 369 | <label localize="SIGNED_PACKAGE"></label> |
189a73d0 | 370 | </div></div> |
6f1a15d9 JF |
371 | </fieldset> |
372 | ||
f79a4512 | 373 | <label class="source" localize="SOURCE_DETAILS"></label> |
6f1a15d9 | 374 | <fieldset class="source"> |
16f2786b | 375 | <div> |
189a73d0 | 376 | <img class="icon" id="source-src"/><div> |
16f2786b | 377 | <label id="source-name"></label> |
189a73d0 | 378 | </div></div> |
16f2786b | 379 | |
7d2ac47f | 380 | <div class="source-description" id="source-description"></div> |
6f1a15d9 JF |
381 | </fieldset> |
382 | ||
58241d4c | 383 | </panel> |
680eb135 | 384 | </body></html> |