]>
Commit | Line | Data |
---|---|---|
6f1a15d9 JF |
1 | <?xml version="1.0" encoding="UTF-16"?> |
2 | <html><head> | |
3 | <title>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> | |
9 | <base target="_blank"/> | |
7d2ac47f 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> | |
7d2ac47f 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 | ||
a9a0661e | 40 | #depiction { |
9487f027 | 41 | margin: -8px 0; |
a9a0661e JF |
42 | overflow: hidden; |
43 | width: 320px; | |
44 | } | |
45 | ||
7d2ac47f | 46 | #notice { |
9487f027 | 47 | margin: -8px 0 -9px 0; |
7d2ac47f 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 | } | |
affeffc7 JF |
66 | |
67 | #warnings { | |
68 | background-color: #ffdddd; | |
69 | } | |
70 | ||
71 | #warnings > div > label { | |
72 | color: red; | |
73 | } | |
770f2a8e 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 { | |
770f2a8e | 110 | margin: auto 0; |
9487f027 JF |
111 | position: absolute; |
112 | left: 72px; | |
365d45da | 113 | width: 237px; |
770f2a8e JF |
114 | } |
115 | ||
365d45da | 116 | #lower { |
fd7853a6 | 117 | margin: 10px 5px; |
770f2a8e JF |
118 | } |
119 | ||
120 | #name { | |
fd7853a6 | 121 | margin: 7px 5px; |
770f2a8e JF |
122 | font-weight: bold; |
123 | } | |
124 | ||
125 | #latest { | |
126 | color: #335588; | |
365d45da JF |
127 | float: left; |
128 | } | |
129 | ||
130 | #rating { | |
131 | float: right; | |
132 | margin-top: -7px; | |
133 | width: 130px; | |
770f2a8e | 134 | } |
9487f027 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 | } | |
7d2ac47f | 144 | </style> |
fd7853a6 | 145 | </head><body class="pinstripe"> |
680eb135 | 146 | <dialog><panel> |
6f1a15d9 | 147 | |
770f2a8e 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> | |
365d45da JF |
157 | |
158 | <div id="lower"> | |
159 | <div id="latest"></div> | |
160 | ||
161 | <iframe | |
680eb135 | 162 | class="rating" |
365d45da JF |
163 | id="rating" |
164 | frameborder="0" | |
165 | height="0" | |
166 | target="_top" | |
22f8bed9 | 167 | src="loading.html" |
365d45da JF |
168 | ></iframe> |
169 | </div> | |
770f2a8e | 170 | </div> |
6f1a15d9 | 171 | </div> |
affeffc7 | 172 | </fieldset> |
6f1a15d9 | 173 | |
affeffc7 | 174 | <fieldset id="actions"> |
770f2a8e | 175 | <a id="settings"> |
189a73d0 | 176 | <img class="icon" src="settings.png"/><div> |
770f2a8e | 177 | <label>Change Package Settings</label> |
189a73d0 | 178 | </div></a> |
770f2a8e | 179 | |
25a2158d | 180 | <a id="author-href" class="author"> |
189a73d0 | 181 | <img id="author-icon" class="icon" src="email.png"/><div> |
6f1a15d9 | 182 | <label>Author</label> |
aa5d0de7 | 183 | <label id="author"></label> |
189a73d0 | 184 | </div></a> |
affeffc7 | 185 | |
770f2a8e | 186 | <div class="commercial"> |
189a73d0 | 187 | <img class="icon" src="commercial.png"/><div> |
770f2a8e | 188 | <label>This is a commercial package!</label> |
189a73d0 | 189 | </div></div> |
770f2a8e | 190 | |
ec3f2f53 | 191 | <a class="console" href="http://cydia.saurik.com/purpose/console/"> |
189a73d0 | 192 | <img class="icon" src="console.png"/><div> |
ec3f2f53 | 193 | <label>This is a console package!</label> |
189a73d0 | 194 | </div></a> |
770f2a8e | 195 | |
affeffc7 | 196 | <a id="application"> |
189a73d0 | 197 | <img class="icon"/><div> |
affeffc7 | 198 | <label class="application"></label> |
189a73d0 | 199 | </div></a> |
affeffc7 JF |
200 | </fieldset> |
201 | ||
affeffc7 JF |
202 | <fieldset class="warnings" id="warnings"> |
203 | <div id="warning"> | |
189a73d0 | 204 | <img class="icon" src="warning.png"/><div> |
affeffc7 | 205 | <label class="warning"></label> |
189a73d0 | 206 | </div></div> |
25a2158d JF |
207 | </fieldset> |
208 | ||
7d2ac47f 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 | ||
a9a0661e | 217 | <!--div id="remove" class="depiction"> |
7d2ac47f JF |
218 | <a href="javascript:remove()">Remove Custom Depiction</a> |
219 | </div> | |
220 | ||
a9a0661e | 221 | <hr id="upper-bar" class="depiction"/--> |
7d2ac47f | 222 | |
770f2a8e | 223 | <div id="depiction" class="depiction"><iframe |
25a2158d JF |
224 | id="depiction-src" |
225 | frameborder="0" | |
7d2ac47f JF |
226 | width="320" |
227 | height="0" | |
25a2158d | 228 | target="_top" |
9487f027 | 229 | onLoad_="loaded()" |
770f2a8e | 230 | ></iframe></div> |
6f1a15d9 | 231 | |
a9a0661e | 232 | <!--hr id="lower-bar" class="depiction"/--> |
7d2ac47f | 233 | |
9487f027 | 234 | <div id="description" class="description"></div> |
6f1a15d9 | 235 | |
9487f027 | 236 | <fieldset class="description homepage"> |
7d2ac47f | 237 | <a class="homepage" id="homepage-href"> |
189a73d0 | 238 | <img class="icon" src="web.png"/><div> |
6f1a15d9 | 239 | <label>More Information</label> |
189a73d0 | 240 | </div></a> |
6f1a15d9 JF |
241 | </fieldset> |
242 | ||
243 | <label class="installed">Installed Package</label> | |
244 | <fieldset class="installed"> | |
00e2109e JF |
245 | <div> |
246 | <img class="icon" src="version.png"/><div> | |
247 | <label> </label> | |
aa5d0de7 | 248 | <label id="installed"></label> |
189a73d0 | 249 | </div></div> |
6f1a15d9 | 250 | |
770f2a8e | 251 | <a id="files-href"> |
189a73d0 | 252 | <img class="icon" src="filesystem.png"/><div> |
770f2a8e | 253 | <label>Filesystem Content</label> |
189a73d0 | 254 | </div></a> |
6f1a15d9 JF |
255 | </fieldset> |
256 | ||
257 | <label>Package Details</label> | |
258 | <fieldset> | |
00e2109e JF |
259 | <div> |
260 | <img class="icon" src="id.png"/><div> | |
6f1a15d9 | 261 | <label>ID</label> |
aa5d0de7 | 262 | <label id="id"></label> |
189a73d0 | 263 | </div></div> |
6f1a15d9 JF |
264 | |
265 | <div class="section"> | |
189a73d0 | 266 | <img id="section-src" class="icon"/><div> |
6f1a15d9 | 267 | <label>Section</label> |
aa5d0de7 | 268 | <label id="section"></label> |
189a73d0 | 269 | </div></div> |
6f1a15d9 JF |
270 | |
271 | <div class="size"> | |
189a73d0 | 272 | <img class="icon" src="expanded.png"/><div> |
6f1a15d9 | 273 | <label>Expanded Size</label> |
aa5d0de7 | 274 | <label id="size"></label> |
189a73d0 | 275 | </div></div> |
6f1a15d9 | 276 | |
25a2158d | 277 | <a id="maintainer-href" class="maintainer"> |
189a73d0 | 278 | <img id="maintainer-icon" class="icon" src="email.png"/><div> |
affeffc7 | 279 | <label>Contact</label> |
aa5d0de7 | 280 | <label id="maintainer"></label> |
189a73d0 | 281 | </div></a> |
6f1a15d9 | 282 | |
25a2158d | 283 | <a id="sponsor-href" class="sponsor"> |
189a73d0 | 284 | <img class="icon" src="web.png"/><div> |
dc6e62a4 | 285 | <label>Sponsor</label> |
aa5d0de7 | 286 | <label id="sponsor"></label> |
189a73d0 | 287 | </div></a> |
dc6e62a4 | 288 | |
770f2a8e | 289 | <!--a class="trusted" id="trusted"> |
189a73d0 | 290 | <img class="icon" src="trusted.png"><div> |
770f2a8e | 291 | <label>View Repository Signature</label> |
189a73d0 | 292 | </div></a--> |
770f2a8e JF |
293 | |
294 | <div class="trusted"> | |
189a73d0 JF |
295 | <img class="icon" src="trusted.png"><div> |
296 | <label> </label> | |
aa5d0de7 | 297 | <label>This package has been signed.</label> |
189a73d0 | 298 | </div></div> |
6f1a15d9 JF |
299 | </fieldset> |
300 | ||
90515f88 | 301 | <label class="source">Source Information</label> |
6f1a15d9 | 302 | <fieldset class="source"> |
16f2786b | 303 | <div> |
189a73d0 | 304 | <img class="icon" id="source-src"/><div> |
16f2786b | 305 | <label id="source-name"></label> |
189a73d0 | 306 | </div></div> |
16f2786b | 307 | |
7d2ac47f | 308 | <div class="source-description" id="source-description"></div> |
6f1a15d9 JF |
309 | </fieldset> |
310 | ||
680eb135 JF |
311 | </panel></dialog> |
312 | </body></html> |