]> git.saurik.com Git - cydia.git/blame - Cydia.app/package.html
Upgraded stylesheet and tweaked ratings position.
[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 166 a[href].rating {
be2005d2 167 background: 107px 7px no-repeat url(menes/chevron.png);
2e018aa4
JF
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;
be2005d2 176 width: 126px;
dbe0f181 177 }
907a35d6 178
2e018aa4
JF
179 .rating .back,
180 .rating .fore,
181 .rating .star {
182 background: url(star.png);
2e018aa4
JF
183 }
184
2e018aa4
JF
185 .rating .text {
186 display: inline-block;
187 color: #4d4d70;
188 margin: 0 6px;
189 vertical-align: top;
190 }
191
be2005d2
JF
192 #rating-done {
193 padding-left: 12px;
194 }
195
2e018aa4
JF
196 #rating-none,
197 #rating-done {
198 display: none;
907a35d6 199 }
853d14d3 200 </style>
2bfeaf6f 201</head><body class="pinstripe">
cd8bec2f 202<dialog><panel>
ad554f10 203
dbe0f181 204<fieldset id="header">
c3f582af
JF
205 <div>
206 <div id="boundary">
207 <div class="flip-0" id="icon"></div>
208 <div class="flip-180" id="thumb"></div>
dbe0f181
JF
209 <!--img id="reflection"/-->
210 </div>
211
212 <div id="content">
213 <div id="name"></div>
2e018aa4
JF
214 <div id="latest"></div>
215
216 <a class="rating" id="rating-href">
217 <div id="rating-none">
218 <div class="star"></div><div class="text">Not Rated</div>
219 </div><div id="rating-done">
220 <div class="fore" id="rating-value"></div>
221 <div class="back"></div>
222 </div>
223 </a>
dbe0f181 224 </div>
ad554f10 225 </div>
f464053e 226</fieldset>
ad554f10 227
f464053e 228<fieldset id="actions">
dbe0f181 229 <a id="settings">
6e673d99 230 <img class="icon" src="settings.png"/><div>
dbe0f181 231 <label>Change Package Settings</label>
6e673d99 232 </div></a>
dbe0f181 233
0235116c 234 <a id="author-href" class="author">
6e673d99 235 <img id="author-icon" class="icon" src="email.png"/><div>
ad554f10 236 <label>Author</label>
04700693 237 <label id="author"></label>
6e673d99 238 </div></a>
f464053e 239
a70cf746 240 <!--div class="commercial">
6e673d99 241 <img class="icon" src="commercial.png"/><div>
dbe0f181 242 <label>This is a commercial package!</label>
a70cf746 243 </div></div-->
dbe0f181 244
890c1d38 245 <a class="console" href="http://cydia.saurik.com/purpose/console/">
6e673d99 246 <img class="icon" src="console.png"/><div>
890c1d38 247 <label>This is a console package!</label>
6e673d99 248 </div></a>
dbe0f181 249
f464053e 250 <a id="application">
6e673d99 251 <img class="icon"/><div>
f464053e 252 <label class="application"></label>
6e673d99 253 </div></a>
f464053e
JF
254</fieldset>
255
f464053e
JF
256<fieldset class="warnings" id="warnings">
257 <div id="warning">
6e673d99 258 <img class="icon" src="warning.png"/><div>
f464053e 259 <label class="warning"></label>
6e673d99 260 </div></div>
0235116c
JF
261</fieldset>
262
853d14d3
JF
263<div id="notice" class="notice"><iframe
264 id="notice-src"
265 frameborder="0"
266 width="320"
267 height="0"
268 target="_top"
269></iframe></div>
270
e00439f7 271<!--div id="remove" class="depiction">
853d14d3
JF
272 <a href="javascript:remove()">Remove Custom Depiction</a>
273</div>
274
e00439f7 275<hr id="upper-bar" class="depiction"/-->
853d14d3 276
dbe0f181 277<div id="depiction" class="depiction"><iframe
0235116c
JF
278 id="depiction-src"
279 frameborder="0"
853d14d3
JF
280 width="320"
281 height="0"
0235116c 282 target="_top"
7ec29c77 283 onload_="loaded()"
dbe0f181 284></iframe></div>
ad554f10 285
e00439f7 286<!--hr id="lower-bar" class="depiction"/-->
853d14d3 287
2e018aa4 288<block class="description"><p id="description"></p></block>
ad554f10 289
907a35d6 290<fieldset class="description homepage">
853d14d3 291 <a class="homepage" id="homepage-href">
6e673d99 292 <img class="icon" src="web.png"/><div>
ad554f10 293 <label>More Information</label>
6e673d99 294 </div></a>
ad554f10
JF
295</fieldset>
296
297<label class="installed">Installed Package</label>
298<fieldset class="installed">
0a7e5478
JF
299 <div>
300 <img class="icon" src="version.png"/><div>
7ec29c77 301 <label>Version</label>
04700693 302 <label id="installed"></label>
6e673d99 303 </div></div>
ad554f10 304
dbe0f181 305 <a id="files-href">
6e673d99 306 <img class="icon" src="filesystem.png"/><div>
dbe0f181 307 <label>Filesystem Content</label>
6e673d99 308 </div></a>
ad554f10
JF
309</fieldset>
310
311<label>Package Details</label>
312<fieldset>
0a7e5478
JF
313 <div>
314 <img class="icon" src="id.png"/><div>
ad554f10 315 <label>ID</label>
04700693 316 <label id="id"></label>
6e673d99 317 </div></div>
ad554f10
JF
318
319 <div class="section">
6e673d99 320 <img id="section-src" class="icon"/><div>
ad554f10 321 <label>Section</label>
04700693 322 <label id="section"></label>
6e673d99 323 </div></div>
ad554f10
JF
324
325 <div class="size">
6e673d99 326 <img class="icon" src="expanded.png"/><div>
ad554f10 327 <label>Expanded Size</label>
04700693 328 <label id="size"></label>
6e673d99 329 </div></div>
ad554f10 330
0235116c 331 <a id="maintainer-href" class="maintainer">
6e673d99 332 <img id="maintainer-icon" class="icon" src="email.png"/><div>
f464053e 333 <label>Contact</label>
04700693 334 <label id="maintainer"></label>
6e673d99 335 </div></a>
ad554f10 336
0235116c 337 <a id="sponsor-href" class="sponsor">
6e673d99 338 <img class="icon" src="web.png"/><div>
6bffd7b7 339 <label>Sponsor</label>
04700693 340 <label id="sponsor"></label>
6e673d99 341 </div></a>
6bffd7b7 342
dbe0f181 343 <!--a class="trusted" id="trusted">
6e673d99 344 <img class="icon" src="trusted.png"><div>
dbe0f181 345 <label>View Repository Signature</label>
6e673d99 346 </div></a-->
dbe0f181
JF
347
348 <div class="trusted">
6e673d99
JF
349 <img class="icon" src="trusted.png"><div>
350 <label>&nbsp;</label>
04700693 351 <label>This package has been signed.</label>
6e673d99 352 </div></div>
ad554f10
JF
353</fieldset>
354
4d2ac731 355<label class="source">Source Information</label>
ad554f10 356<fieldset class="source">
18159e09 357 <div>
6e673d99 358 <img class="icon" id="source-src"/><div>
18159e09 359 <label id="source-name"></label>
6e673d99 360 </div></div>
18159e09 361
853d14d3 362 <div class="source-description" id="source-description"></div>
ad554f10
JF
363</fieldset>
364
cd8bec2f
JF
365</panel></dialog>
366</body></html>