]>
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; | |
dbe0f181 JF |
113 | } |
114 | ||
115 | #content > div { | |
f159ecd4 | 116 | margin: 7px; |
dbe0f181 JF |
117 | } |
118 | ||
119 | #name { | |
120 | font-weight: bold; | |
121 | } | |
122 | ||
123 | #latest { | |
124 | color: #335588; | |
125 | } | |
907a35d6 JF |
126 | |
127 | #description { | |
128 | background-color: #c7ced5; | |
129 | border-bottom: 1px solid #999999; | |
130 | border-top: 1px solid #999999; | |
131 | font-size: 16px; | |
132 | margin: 9px 10px; | |
133 | padding: 10px; | |
134 | } | |
853d14d3 | 135 | </style> |
ad554f10 JF |
136 | </head><body><div class="page"> |
137 | <div class="dialog"> | |
138 | <div class="panel"> | |
139 | ||
dbe0f181 JF |
140 | <fieldset id="header"> |
141 | <div class="clearfix"> | |
142 | <div id="boundry"> | |
143 | <img id="icon"/> | |
144 | <!--img id="reflection"/--> | |
145 | </div> | |
146 | ||
147 | <div id="content"> | |
148 | <div id="name"></div> | |
149 | <div id="latest"></div> | |
150 | </div> | |
ad554f10 | 151 | </div> |
f464053e | 152 | </fieldset> |
ad554f10 | 153 | |
f464053e | 154 | <fieldset id="actions"> |
dbe0f181 JF |
155 | <a id="settings"> |
156 | <img class="icon" src="settings.png"/> | |
157 | <label>Change Package Settings</label> | |
158 | </a> | |
159 | ||
0235116c | 160 | <a id="author-href" class="author"> |
f464053e | 161 | <img id="author-icon" class="icon" src="email.png"/> |
ad554f10 JF |
162 | <label>Author</label> |
163 | <div id="author"></div> | |
164 | </a> | |
f464053e | 165 | |
dbe0f181 JF |
166 | <div class="commercial"> |
167 | <img class="icon" src="commercial.png"/> | |
168 | <label>This is a commercial package!</label> | |
169 | </div> | |
170 | ||
890c1d38 | 171 | <a class="console" href="http://cydia.saurik.com/purpose/console/"> |
dbe0f181 | 172 | <img class="icon" src="console.png"/> |
890c1d38 | 173 | <label>This is a console package!</label> |
dbe0f181 JF |
174 | </a> |
175 | ||
f464053e JF |
176 | <a id="application"> |
177 | <img class="icon"/> | |
178 | <label class="application"></label> | |
179 | </a> | |
180 | </fieldset> | |
181 | ||
182 | <label class="warnings">Warnings</label> | |
183 | <fieldset class="warnings" id="warnings"> | |
184 | <div id="warning"> | |
185 | <img class="icon" src="warning.png"/> | |
186 | <label class="warning"></label> | |
187 | </div> | |
0235116c JF |
188 | </fieldset> |
189 | ||
853d14d3 JF |
190 | <div id="notice" class="notice"><iframe |
191 | id="notice-src" | |
192 | frameborder="0" | |
193 | width="320" | |
194 | height="0" | |
195 | target="_top" | |
196 | ></iframe></div> | |
197 | ||
e00439f7 | 198 | <!--div id="remove" class="depiction"> |
853d14d3 JF |
199 | <a href="javascript:remove()">Remove Custom Depiction</a> |
200 | </div> | |
201 | ||
e00439f7 | 202 | <hr id="upper-bar" class="depiction"/--> |
853d14d3 | 203 | |
dbe0f181 | 204 | <div id="depiction" class="depiction"><iframe |
0235116c JF |
205 | id="depiction-src" |
206 | frameborder="0" | |
853d14d3 JF |
207 | width="320" |
208 | height="0" | |
0235116c | 209 | target="_top" |
907a35d6 | 210 | onLoad_="loaded()" |
dbe0f181 | 211 | ></iframe></div> |
ad554f10 | 212 | |
e00439f7 | 213 | <!--hr id="lower-bar" class="depiction"/--> |
853d14d3 | 214 | |
907a35d6 | 215 | <div id="description" class="description"></div> |
ad554f10 | 216 | |
907a35d6 | 217 | <fieldset class="description homepage"> |
853d14d3 | 218 | <a class="homepage" id="homepage-href"> |
890c1d38 | 219 | <img class="icon" src="web.png"/> |
ad554f10 JF |
220 | <label>More Information</label> |
221 | </a> | |
222 | </fieldset> | |
223 | ||
224 | <label class="installed">Installed Package</label> | |
225 | <fieldset class="installed"> | |
226 | <div> | |
227 | <label>Version</label> | |
228 | <div id="installed"></div> | |
229 | </div> | |
230 | ||
dbe0f181 JF |
231 | <a id="files-href"> |
232 | <img class="icon" src="filesystem.png"/> | |
233 | <label>Filesystem Content</label> | |
234 | </a> | |
ad554f10 JF |
235 | </fieldset> |
236 | ||
237 | <label>Package Details</label> | |
238 | <fieldset> | |
239 | <div> | |
240 | <label>ID</label> | |
241 | <div id="id"></div> | |
242 | </div> | |
243 | ||
244 | <div class="section"> | |
6b4b3bee | 245 | <img id="section-src" class="icon"/> |
ad554f10 JF |
246 | <label>Section</label> |
247 | <div id="section"></div> | |
248 | </div> | |
249 | ||
250 | <div class="size"> | |
dbe0f181 | 251 | <img class="icon" src="expanded.png"/> |
ad554f10 JF |
252 | <label>Expanded Size</label> |
253 | <div id="size"></div> | |
254 | </div> | |
255 | ||
0235116c | 256 | <a id="maintainer-href" class="maintainer"> |
f464053e JF |
257 | <img id="maintainer-icon" class="icon" src="email.png"/> |
258 | <label>Contact</label> | |
ad554f10 JF |
259 | <div id="maintainer"></div> |
260 | </a> | |
261 | ||
0235116c | 262 | <a id="sponsor-href" class="sponsor"> |
dbe0f181 | 263 | <img class="icon" src="web.png"/> |
6bffd7b7 JF |
264 | <label>Sponsor</label> |
265 | <div id="sponsor"></div> | |
266 | </a> | |
267 | ||
dbe0f181 | 268 | <!--a class="trusted" id="trusted"> |
2f4fac47 | 269 | <img class="icon" src="trusted.png"> |
dbe0f181 JF |
270 | <label>View Repository Signature</label> |
271 | </a--> | |
272 | ||
273 | <div class="trusted"> | |
274 | <img class="icon" src="trusted.png"> | |
275 | <label></label> | |
276 | <div>This package has been signed.</div> | |
277 | </div> | |
ad554f10 JF |
278 | </fieldset> |
279 | ||
4d2ac731 | 280 | <label class="source">Source Information</label> |
ad554f10 | 281 | <fieldset class="source"> |
1eb0c554 | 282 | <div><label id="source-name"></label></div> |
853d14d3 | 283 | <div class="source-description" id="source-description"></div> |
ad554f10 JF |
284 | </fieldset> |
285 | ||
286 | </div> | |
287 | </div> | |
288 | </div></body></html> |