]>
Commit | Line | Data |
---|---|---|
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 JF |
175 | <a id="settings"> |
176 | <img class="icon" src="settings.png"/> | |
177 | <label>Change Package Settings</label> | |
178 | </a> | |
179 | ||
0235116c | 180 | <a id="author-href" class="author"> |
f464053e | 181 | <img id="author-icon" class="icon" src="email.png"/> |
ad554f10 JF |
182 | <label>Author</label> |
183 | <div id="author"></div> | |
184 | </a> | |
f464053e | 185 | |
dbe0f181 JF |
186 | <div class="commercial"> |
187 | <img class="icon" src="commercial.png"/> | |
188 | <label>This is a commercial package!</label> | |
189 | </div> | |
190 | ||
890c1d38 | 191 | <a class="console" href="http://cydia.saurik.com/purpose/console/"> |
dbe0f181 | 192 | <img class="icon" src="console.png"/> |
890c1d38 | 193 | <label>This is a console package!</label> |
dbe0f181 JF |
194 | </a> |
195 | ||
f464053e JF |
196 | <a id="application"> |
197 | <img class="icon"/> | |
198 | <label class="application"></label> | |
199 | </a> | |
200 | </fieldset> | |
201 | ||
202 | <label class="warnings">Warnings</label> | |
203 | <fieldset class="warnings" id="warnings"> | |
204 | <div id="warning"> | |
205 | <img class="icon" src="warning.png"/> | |
206 | <label class="warning"></label> | |
207 | </div> | |
0235116c JF |
208 | </fieldset> |
209 | ||
853d14d3 JF |
210 | <div id="notice" class="notice"><iframe |
211 | id="notice-src" | |
212 | frameborder="0" | |
213 | width="320" | |
214 | height="0" | |
215 | target="_top" | |
216 | ></iframe></div> | |
217 | ||
e00439f7 | 218 | <!--div id="remove" class="depiction"> |
853d14d3 JF |
219 | <a href="javascript:remove()">Remove Custom Depiction</a> |
220 | </div> | |
221 | ||
e00439f7 | 222 | <hr id="upper-bar" class="depiction"/--> |
853d14d3 | 223 | |
dbe0f181 | 224 | <div id="depiction" class="depiction"><iframe |
0235116c JF |
225 | id="depiction-src" |
226 | frameborder="0" | |
853d14d3 JF |
227 | width="320" |
228 | height="0" | |
0235116c | 229 | target="_top" |
907a35d6 | 230 | onLoad_="loaded()" |
dbe0f181 | 231 | ></iframe></div> |
ad554f10 | 232 | |
e00439f7 | 233 | <!--hr id="lower-bar" class="depiction"/--> |
853d14d3 | 234 | |
907a35d6 | 235 | <div id="description" class="description"></div> |
ad554f10 | 236 | |
907a35d6 | 237 | <fieldset class="description homepage"> |
853d14d3 | 238 | <a class="homepage" id="homepage-href"> |
890c1d38 | 239 | <img class="icon" src="web.png"/> |
ad554f10 JF |
240 | <label>More Information</label> |
241 | </a> | |
242 | </fieldset> | |
243 | ||
244 | <label class="installed">Installed Package</label> | |
245 | <fieldset class="installed"> | |
246 | <div> | |
247 | <label>Version</label> | |
248 | <div id="installed"></div> | |
249 | </div> | |
250 | ||
dbe0f181 JF |
251 | <a id="files-href"> |
252 | <img class="icon" src="filesystem.png"/> | |
253 | <label>Filesystem Content</label> | |
254 | </a> | |
ad554f10 JF |
255 | </fieldset> |
256 | ||
257 | <label>Package Details</label> | |
258 | <fieldset> | |
259 | <div> | |
260 | <label>ID</label> | |
261 | <div id="id"></div> | |
262 | </div> | |
263 | ||
264 | <div class="section"> | |
6b4b3bee | 265 | <img id="section-src" class="icon"/> |
ad554f10 JF |
266 | <label>Section</label> |
267 | <div id="section"></div> | |
268 | </div> | |
269 | ||
270 | <div class="size"> | |
dbe0f181 | 271 | <img class="icon" src="expanded.png"/> |
ad554f10 JF |
272 | <label>Expanded Size</label> |
273 | <div id="size"></div> | |
274 | </div> | |
275 | ||
0235116c | 276 | <a id="maintainer-href" class="maintainer"> |
f464053e JF |
277 | <img id="maintainer-icon" class="icon" src="email.png"/> |
278 | <label>Contact</label> | |
ad554f10 JF |
279 | <div id="maintainer"></div> |
280 | </a> | |
281 | ||
0235116c | 282 | <a id="sponsor-href" class="sponsor"> |
dbe0f181 | 283 | <img class="icon" src="web.png"/> |
6bffd7b7 JF |
284 | <label>Sponsor</label> |
285 | <div id="sponsor"></div> | |
286 | </a> | |
287 | ||
dbe0f181 | 288 | <!--a class="trusted" id="trusted"> |
2f4fac47 | 289 | <img class="icon" src="trusted.png"> |
dbe0f181 JF |
290 | <label>View Repository Signature</label> |
291 | </a--> | |
292 | ||
293 | <div class="trusted"> | |
294 | <img class="icon" src="trusted.png"> | |
295 | <label></label> | |
296 | <div>This package has been signed.</div> | |
297 | </div> | |
ad554f10 JF |
298 | </fieldset> |
299 | ||
4d2ac731 | 300 | <label class="source">Source Information</label> |
ad554f10 | 301 | <fieldset class="source"> |
18159e09 JF |
302 | <div> |
303 | <img class="icon" id="source-src"/> | |
304 | <label id="source-name"></label> | |
305 | </div> | |
306 | ||
853d14d3 | 307 | <div class="source-description" id="source-description"></div> |
ad554f10 JF |
308 | </fieldset> |
309 | ||
cd8bec2f JF |
310 | </panel></dialog> |
311 | </body></html> |