]>
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 | </style> | |
75 | </head><body><div class="page"> | |
76 | <div class="dialog"> | |
77 | <div class="panel"> | |
78 | ||
79 | <fieldset> | |
80 | <div> | |
81 | <img id="icon" class="icon"/> | |
82 | <label id="name"></label> | |
83 | <div id="latest"></div> | |
84 | </div> | |
85 | </fieldset> | |
86 | ||
87 | <fieldset id="actions"> | |
88 | <a id="author-href" class="author"> | |
89 | <img id="author-icon" class="icon" src="email.png"/> | |
90 | <label>Author</label> | |
91 | <div id="author"></div> | |
92 | </a> | |
93 | ||
94 | <a id="application"> | |
95 | <img class="icon"/> | |
96 | <label class="application"></label> | |
97 | </a> | |
98 | </fieldset> | |
99 | ||
100 | <label class="warnings">Warnings</label> | |
101 | <fieldset class="warnings" id="warnings"> | |
102 | <div id="warning"> | |
103 | <img class="icon" src="warning.png"/> | |
104 | <label class="warning"></label> | |
105 | </div> | |
106 | </fieldset> | |
107 | ||
108 | <div id="notice" class="notice"><iframe | |
109 | id="notice-src" | |
110 | frameborder="0" | |
111 | width="320" | |
112 | height="0" | |
113 | target="_top" | |
114 | ></iframe></div> | |
115 | ||
116 | <!--div id="remove" class="depiction"> | |
117 | <a href="javascript:remove()">Remove Custom Depiction</a> | |
118 | </div> | |
119 | ||
120 | <hr id="upper-bar" class="depiction"/--> | |
121 | ||
122 | <div id="depiction" class="depiction"><!--iframe | |
123 | id="depiction-src" | |
124 | frameborder="0" | |
125 | width="320" | |
126 | height="0" | |
127 | target="_top" | |
128 | onLoad="loaded()" | |
129 | ></iframe--></div> | |
130 | ||
131 | <!--hr id="lower-bar" class="depiction"/--> | |
132 | ||
133 | <fieldset class="description"> | |
134 | <div id="description"></div> | |
135 | ||
136 | <a class="homepage" id="homepage-href"> | |
137 | <label>More Information</label> | |
138 | </a> | |
139 | </fieldset> | |
140 | ||
141 | <label class="installed">Installed Package</label> | |
142 | <fieldset class="installed"> | |
143 | <div> | |
144 | <label>Version</label> | |
145 | <div id="installed"></div> | |
146 | </div> | |
147 | ||
148 | <a id="files-href"><label>Filesystem Content</label></a> | |
149 | </fieldset> | |
150 | ||
151 | <label>Package Details</label> | |
152 | <fieldset> | |
153 | <div> | |
154 | <label>ID</label> | |
155 | <div id="id"></div> | |
156 | </div> | |
157 | ||
158 | <div class="section"> | |
159 | <label>Section</label> | |
160 | <div id="section"></div> | |
161 | </div> | |
162 | ||
163 | <div class="size"> | |
164 | <label>Expanded Size</label> | |
165 | <div id="size"></div> | |
166 | </div> | |
167 | ||
168 | <a id="maintainer-href" class="maintainer"> | |
169 | <img id="maintainer-icon" class="icon" src="email.png"/> | |
170 | <label>Contact</label> | |
171 | <div id="maintainer"></div> | |
172 | </a> | |
173 | ||
174 | <a id="sponsor-href" class="sponsor"> | |
175 | <label>Sponsor</label> | |
176 | <div id="sponsor"></div> | |
177 | </a> | |
178 | ||
179 | <div class="trusted"> | |
180 | <img src="trusted.png" style="margin-top: 2px; position: absolute"> | |
181 | <label></label> | |
182 | <div>This package has been signed.</div> | |
183 | </div> | |
184 | </fieldset> | |
185 | ||
186 | <label class="source">Source Information</label> | |
187 | <fieldset class="source"> | |
188 | <div><label id="source-name"></label></div> | |
189 | <div class="source-description" id="source-description"></div> | |
190 | </fieldset> | |
191 | ||
192 | </div> | |
193 | </div> | |
194 | </div></body></html> |