]> git.saurik.com Git - cydia.git/blame - Cydia.app/package.html
Fixed window.cydia.
[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();
17 $.each($("#depiction-src"), function (node) {
18 node.style.display = "block";
19 });
20 }
21
22 var remove = function() {
23 $(".description").display("block");
24 $(".depiction").remove();
25 }
26 </script>
27
28 <style>
853d14d3
JF
29 #remove {
30 margin-top: 7px;
31 text-align: center;
32 }
33
34 #indicator {
35 left: 20px;
36 position: relative;
37 top: -5px;
38 }
39
e00439f7 40 #depiction {
907a35d6 41 margin: -8px 0;
e00439f7
JF
42 overflow: hidden;
43 width: 320px;
44 }
45
853d14d3 46 #notice {
907a35d6 47 margin: -8px 0 -9px 0;
853d14d3
JF
48 overflow: hidden;
49 width: 320px;
50 }
51
52 #remove > a {
53 color: #335588;
54 text-decoration: none;
55 }
56
57 #upper-bar {
58 margin-bottom: 0;
59 margin-top: 10px;
60 }
61
62 #lower-bar {
63 margin-bottom: 10px;
64 margin-top: 0;
65 }
f464053e
JF
66
67 #warnings {
68 background-color: #ffdddd;
69 }
70
71 #warnings > div > label {
72 color: red;
73 }
dbe0f181
JF
74
75 #boundry {
76 float: left;
77 width: 60px;
78 }
79
80 #icon {
81 height: 59px;
82 max-width: 60px;
83 width: auto;
84 }
85
86 #reflection {
87 height: 59px;
88 max-width: 60px;
89 opacity: 0.4;
90 position: absolute;
91 -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
92 width: auto;
93 }
94
95 #id {
96 white-space: nowrap;
97 }
98
99 #header {
100 background: transparent;
101 border: none;
102 }
103
104 #header > div {
105 padding: 0;
106 margin-left: 2px;
107 }
108
109 #content {
dbe0f181 110 margin: auto 0;
907a35d6
JF
111 position: absolute;
112 left: 72px;
78b966cc 113 width: 237px;
dbe0f181
JF
114 }
115
78b966cc 116 #lower {
2bfeaf6f 117 margin: 10px 5px;
dbe0f181
JF
118 }
119
120 #name {
2bfeaf6f 121 margin: 7px 5px;
dbe0f181
JF
122 font-weight: bold;
123 }
124
125 #latest {
126 color: #335588;
78b966cc
JF
127 float: left;
128 }
129
130 #rating {
131 float: right;
132 margin-top: -7px;
133 width: 130px;
dbe0f181 134 }
907a35d6
JF
135
136 #description {
137 background-color: #c7ced5;
138 border-bottom: 1px solid #999999;
139 border-top: 1px solid #999999;
140 font-size: 16px;
141 margin: 9px 10px;
142 padding: 10px;
143 }
853d14d3 144 </style>
2bfeaf6f 145</head><body class="pinstripe">
cd8bec2f 146<dialog><panel>
ad554f10 147
dbe0f181
JF
148<fieldset id="header">
149 <div class="clearfix">
150 <div id="boundry">
151 <img id="icon"/>
152 <!--img id="reflection"/-->
153 </div>
154
155 <div id="content">
156 <div id="name"></div>
78b966cc
JF
157
158 <div id="lower">
159 <div id="latest"></div>
160
161 <iframe
cd8bec2f 162 class="rating"
78b966cc
JF
163 id="rating"
164 frameborder="0"
165 height="0"
166 target="_top"
bde2d79b 167 src="loading.html"
78b966cc
JF
168 ></iframe>
169 </div>
dbe0f181 170 </div>
ad554f10 171 </div>
f464053e 172</fieldset>
ad554f10 173
f464053e 174<fieldset id="actions">
dbe0f181 175 <a id="settings">
6e673d99 176 <img class="icon" src="settings.png"/><div>
dbe0f181 177 <label>Change Package Settings</label>
6e673d99 178 </div></a>
dbe0f181 179
0235116c 180 <a id="author-href" class="author">
6e673d99 181 <img id="author-icon" class="icon" src="email.png"/><div>
ad554f10 182 <label>Author</label>
04700693 183 <label id="author"></label>
6e673d99 184 </div></a>
f464053e 185
dbe0f181 186 <div class="commercial">
6e673d99 187 <img class="icon" src="commercial.png"/><div>
dbe0f181 188 <label>This is a commercial package!</label>
6e673d99 189 </div></div>
dbe0f181 190
890c1d38 191 <a class="console" href="http://cydia.saurik.com/purpose/console/">
6e673d99 192 <img class="icon" src="console.png"/><div>
890c1d38 193 <label>This is a console package!</label>
6e673d99 194 </div></a>
dbe0f181 195
f464053e 196 <a id="application">
6e673d99 197 <img class="icon"/><div>
f464053e 198 <label class="application"></label>
6e673d99 199 </div></a>
f464053e
JF
200</fieldset>
201
f464053e
JF
202<fieldset class="warnings" id="warnings">
203 <div id="warning">
6e673d99 204 <img class="icon" src="warning.png"/><div>
f464053e 205 <label class="warning"></label>
6e673d99 206 </div></div>
0235116c
JF
207</fieldset>
208
853d14d3
JF
209<div id="notice" class="notice"><iframe
210 id="notice-src"
211 frameborder="0"
212 width="320"
213 height="0"
214 target="_top"
215></iframe></div>
216
e00439f7 217<!--div id="remove" class="depiction">
853d14d3
JF
218 <a href="javascript:remove()">Remove Custom Depiction</a>
219</div>
220
e00439f7 221<hr id="upper-bar" class="depiction"/-->
853d14d3 222
dbe0f181 223<div id="depiction" class="depiction"><iframe
0235116c
JF
224 id="depiction-src"
225 frameborder="0"
853d14d3
JF
226 width="320"
227 height="0"
0235116c 228 target="_top"
907a35d6 229 onLoad_="loaded()"
dbe0f181 230></iframe></div>
ad554f10 231
e00439f7 232<!--hr id="lower-bar" class="depiction"/-->
853d14d3 233
907a35d6 234<div id="description" class="description"></div>
ad554f10 235
907a35d6 236<fieldset class="description homepage">
853d14d3 237 <a class="homepage" id="homepage-href">
6e673d99 238 <img class="icon" src="web.png"/><div>
ad554f10 239 <label>More Information</label>
6e673d99 240 </div></a>
ad554f10
JF
241</fieldset>
242
243<label class="installed">Installed Package</label>
244<fieldset class="installed">
0a7e5478
JF
245 <div>
246 <img class="icon" src="version.png"/><div>
247 <label>&nbsp;</label>
04700693 248 <label id="installed"></label>
6e673d99 249 </div></div>
ad554f10 250
dbe0f181 251 <a id="files-href">
6e673d99 252 <img class="icon" src="filesystem.png"/><div>
dbe0f181 253 <label>Filesystem Content</label>
6e673d99 254 </div></a>
ad554f10
JF
255</fieldset>
256
257<label>Package Details</label>
258<fieldset>
0a7e5478
JF
259 <div>
260 <img class="icon" src="id.png"/><div>
ad554f10 261 <label>ID</label>
04700693 262 <label id="id"></label>
6e673d99 263 </div></div>
ad554f10
JF
264
265 <div class="section">
6e673d99 266 <img id="section-src" class="icon"/><div>
ad554f10 267 <label>Section</label>
04700693 268 <label id="section"></label>
6e673d99 269 </div></div>
ad554f10
JF
270
271 <div class="size">
6e673d99 272 <img class="icon" src="expanded.png"/><div>
ad554f10 273 <label>Expanded Size</label>
04700693 274 <label id="size"></label>
6e673d99 275 </div></div>
ad554f10 276
0235116c 277 <a id="maintainer-href" class="maintainer">
6e673d99 278 <img id="maintainer-icon" class="icon" src="email.png"/><div>
f464053e 279 <label>Contact</label>
04700693 280 <label id="maintainer"></label>
6e673d99 281 </div></a>
ad554f10 282
0235116c 283 <a id="sponsor-href" class="sponsor">
6e673d99 284 <img class="icon" src="web.png"/><div>
6bffd7b7 285 <label>Sponsor</label>
04700693 286 <label id="sponsor"></label>
6e673d99 287 </div></a>
6bffd7b7 288
dbe0f181 289 <!--a class="trusted" id="trusted">
6e673d99 290 <img class="icon" src="trusted.png"><div>
dbe0f181 291 <label>View Repository Signature</label>
6e673d99 292 </div></a-->
dbe0f181
JF
293
294 <div class="trusted">
6e673d99
JF
295 <img class="icon" src="trusted.png"><div>
296 <label>&nbsp;</label>
04700693 297 <label>This package has been signed.</label>
6e673d99 298 </div></div>
ad554f10
JF
299</fieldset>
300
4d2ac731 301<label class="source">Source Information</label>
ad554f10 302<fieldset class="source">
18159e09 303 <div>
6e673d99 304 <img class="icon" id="source-src"/><div>
18159e09 305 <label id="source-name"></label>
6e673d99 306 </div></div>
18159e09 307
853d14d3 308 <div class="source-description" id="source-description"></div>
ad554f10
JF
309</fieldset>
310
cd8bec2f
JF
311</panel></dialog>
312</body></html>