]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" encoding="UTF-16"?> | |
2 | <html><head> | |
3 | <title>Details</title> | |
4 | <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/> | |
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"/> | |
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> | |
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 | ||
40 | #depiction { | |
41 | margin-bottom: -7px; | |
42 | overflow: hidden; | |
43 | width: 320px; | |
44 | } | |
45 | ||
46 | #notice { | |
47 | margin-bottom: -14px; | |
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 | } | |
66 | ||
67 | #warnings { | |
68 | background-color: #ffdddd; | |
69 | } | |
70 | ||
71 | #warnings > div > label { | |
72 | color: red; | |
73 | } | |
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 { | |
110 | float: right; | |
111 | margin: auto 0; | |
112 | } | |
113 | ||
114 | #content > div { | |
115 | margin: 8px; | |
116 | } | |
117 | ||
118 | #name { | |
119 | font-weight: bold; | |
120 | } | |
121 | ||
122 | #latest { | |
123 | color: #335588; | |
124 | } | |
125 | </style> | |
126 | </head><body><div class="page"> | |
127 | <div class="dialog"> | |
128 | <div class="panel"> | |
129 | ||
130 | <fieldset id="header"> | |
131 | <div class="clearfix"> | |
132 | <div id="boundry"> | |
133 | <img id="icon"/> | |
134 | <!--img id="reflection"/--> | |
135 | </div> | |
136 | ||
137 | <div id="content"> | |
138 | <div id="name"></div> | |
139 | <div id="latest"></div> | |
140 | </div> | |
141 | </div> | |
142 | </fieldset> | |
143 | ||
144 | <fieldset id="actions"> | |
145 | <a id="settings"> | |
146 | <img class="icon" src="settings.png"/> | |
147 | <label>Change Package Settings</label> | |
148 | </a> | |
149 | ||
150 | <a id="author-href" class="author"> | |
151 | <img id="author-icon" class="icon" src="email.png"/> | |
152 | <label>Author</label> | |
153 | <div id="author"></div> | |
154 | </a> | |
155 | ||
156 | <div class="commercial"> | |
157 | <img class="icon" src="commercial.png"/> | |
158 | <label>This is a commercial package!</label> | |
159 | </div> | |
160 | ||
161 | <a class="console" href="console.html"> | |
162 | <img class="icon" src="console.png"/> | |
163 | <label>This is a console application!</label> | |
164 | </a> | |
165 | ||
166 | <a id="application"> | |
167 | <img class="icon"/> | |
168 | <label class="application"></label> | |
169 | </a> | |
170 | </fieldset> | |
171 | ||
172 | <label class="warnings">Warnings</label> | |
173 | <fieldset class="warnings" id="warnings"> | |
174 | <div id="warning"> | |
175 | <img class="icon" src="warning.png"/> | |
176 | <label class="warning"></label> | |
177 | </div> | |
178 | </fieldset> | |
179 | ||
180 | <div id="notice" class="notice"><iframe | |
181 | id="notice-src" | |
182 | frameborder="0" | |
183 | width="320" | |
184 | height="0" | |
185 | target="_top" | |
186 | ></iframe></div> | |
187 | ||
188 | <!--div id="remove" class="depiction"> | |
189 | <a href="javascript:remove()">Remove Custom Depiction</a> | |
190 | </div> | |
191 | ||
192 | <hr id="upper-bar" class="depiction"/--> | |
193 | ||
194 | <div id="depiction" class="depiction"><iframe | |
195 | id="depiction-src" | |
196 | frameborder="0" | |
197 | width="320" | |
198 | height="0" | |
199 | target="_top" | |
200 | onLoad="loaded()" | |
201 | ></iframe></div> | |
202 | ||
203 | <!--hr id="lower-bar" class="depiction"/--> | |
204 | ||
205 | <fieldset class="description"> | |
206 | <div id="description"></div> | |
207 | ||
208 | <a class="homepage" id="homepage-href"> | |
209 | <label>More Information</label> | |
210 | </a> | |
211 | </fieldset> | |
212 | ||
213 | <label class="installed">Installed Package</label> | |
214 | <fieldset class="installed"> | |
215 | <div> | |
216 | <label>Version</label> | |
217 | <div id="installed"></div> | |
218 | </div> | |
219 | ||
220 | <a id="files-href"> | |
221 | <img class="icon" src="filesystem.png"/> | |
222 | <label>Filesystem Content</label> | |
223 | </a> | |
224 | </fieldset> | |
225 | ||
226 | <label>Package Details</label> | |
227 | <fieldset> | |
228 | <div> | |
229 | <label>ID</label> | |
230 | <div id="id"></div> | |
231 | </div> | |
232 | ||
233 | <div class="section"> | |
234 | <label>Section</label> | |
235 | <div id="section"></div> | |
236 | </div> | |
237 | ||
238 | <div class="size"> | |
239 | <img class="icon" src="expanded.png"/> | |
240 | <label>Expanded Size</label> | |
241 | <div id="size"></div> | |
242 | </div> | |
243 | ||
244 | <a id="maintainer-href" class="maintainer"> | |
245 | <img id="maintainer-icon" class="icon" src="email.png"/> | |
246 | <label>Contact</label> | |
247 | <div id="maintainer"></div> | |
248 | </a> | |
249 | ||
250 | <a id="sponsor-href" class="sponsor"> | |
251 | <img class="icon" src="web.png"/> | |
252 | <label>Sponsor</label> | |
253 | <div id="sponsor"></div> | |
254 | </a> | |
255 | ||
256 | <!--a class="trusted" id="trusted"> | |
257 | <img class="icon" src="trusted.png"> | |
258 | <label>View Repository Signature</label> | |
259 | </a--> | |
260 | ||
261 | <div class="trusted"> | |
262 | <img class="icon" src="trusted.png"> | |
263 | <label></label> | |
264 | <div>This package has been signed.</div> | |
265 | </div> | |
266 | </fieldset> | |
267 | ||
268 | <label class="source">Source Information</label> | |
269 | <fieldset class="source"> | |
270 | <div><label id="source-name"></label></div> | |
271 | <div class="source-description" id="source-description"></div> | |
272 | </fieldset> | |
273 | ||
274 | </div> | |
275 | </div> | |
276 | </div></body></html> |