]>
Commit | Line | Data |
---|---|---|
ad554f10 JF |
1 | <?xml version="1.0" encoding="UTF-16"?> |
2 | <html><head> | |
3 | <title>Details</title> | |
4 | <meta name="viewport" content="width=320, 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"/> | |
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> | |
29 | body { | |
30 | background: #c8c8c8 url(menes/pinstripes.png); | |
31 | } | |
32 | ||
33 | #remove { | |
34 | margin-top: 7px; | |
35 | text-align: center; | |
36 | } | |
37 | ||
38 | #indicator { | |
39 | left: 20px; | |
40 | position: relative; | |
41 | top: -5px; | |
42 | } | |
43 | ||
e00439f7 JF |
44 | #depiction { |
45 | margin-bottom: -7px; | |
46 | overflow: hidden; | |
47 | width: 320px; | |
48 | } | |
49 | ||
853d14d3 JF |
50 | #notice { |
51 | margin-bottom: -14px; | |
52 | overflow: hidden; | |
53 | width: 320px; | |
54 | } | |
55 | ||
56 | #remove > a { | |
57 | color: #335588; | |
58 | text-decoration: none; | |
59 | } | |
60 | ||
61 | #upper-bar { | |
62 | margin-bottom: 0; | |
63 | margin-top: 10px; | |
64 | } | |
65 | ||
66 | #lower-bar { | |
67 | margin-bottom: 10px; | |
68 | margin-top: 0; | |
69 | } | |
70 | </style> | |
ad554f10 JF |
71 | </head><body><div class="page"> |
72 | <div class="dialog"> | |
73 | <div class="panel"> | |
74 | ||
75 | <fieldset> | |
76 | <div> | |
77 | <label id="name"></label> | |
78 | <div id="latest"></div> | |
79 | </div> | |
80 | ||
0235116c | 81 | <a id="author-href" class="author"> |
ad554f10 JF |
82 | <label>Author</label> |
83 | <div id="author"></div> | |
84 | </a> | |
0235116c JF |
85 | </fieldset> |
86 | ||
853d14d3 JF |
87 | <div id="notice" class="notice"><iframe |
88 | id="notice-src" | |
89 | frameborder="0" | |
90 | width="320" | |
91 | height="0" | |
92 | target="_top" | |
93 | ></iframe></div> | |
94 | ||
e00439f7 | 95 | <!--div id="remove" class="depiction"> |
853d14d3 JF |
96 | <a href="javascript:remove()">Remove Custom Depiction</a> |
97 | </div> | |
98 | ||
e00439f7 | 99 | <hr id="upper-bar" class="depiction"/--> |
853d14d3 | 100 | |
e00439f7 | 101 | <div id="depiction" class="depiction"><iframe |
0235116c JF |
102 | id="depiction-src" |
103 | frameborder="0" | |
853d14d3 JF |
104 | width="320" |
105 | height="0" | |
0235116c | 106 | target="_top" |
853d14d3 | 107 | onLoad="loaded()" |
0235116c | 108 | ></iframe></div> |
ad554f10 | 109 | |
e00439f7 | 110 | <!--hr id="lower-bar" class="depiction"/--> |
853d14d3 | 111 | |
0235116c | 112 | <fieldset class="description"> |
ad554f10 JF |
113 | <div id="description"></div> |
114 | ||
853d14d3 | 115 | <a class="homepage" id="homepage-href"> |
ad554f10 JF |
116 | <label>More Information</label> |
117 | </a> | |
118 | </fieldset> | |
119 | ||
120 | <label class="installed">Installed Package</label> | |
121 | <fieldset class="installed"> | |
122 | <div> | |
123 | <label>Version</label> | |
124 | <div id="installed"></div> | |
125 | </div> | |
126 | ||
0235116c | 127 | <a id="files-href"><label>Filesystem Content</label></a> |
ad554f10 JF |
128 | </fieldset> |
129 | ||
130 | <label>Package Details</label> | |
131 | <fieldset> | |
132 | <div> | |
133 | <label>ID</label> | |
134 | <div id="id"></div> | |
135 | </div> | |
136 | ||
137 | <div class="section"> | |
138 | <label>Section</label> | |
139 | <div id="section"></div> | |
140 | </div> | |
141 | ||
142 | <div class="size"> | |
143 | <label>Expanded Size</label> | |
144 | <div id="size"></div> | |
145 | </div> | |
146 | ||
0235116c | 147 | <a id="maintainer-href" class="maintainer"> |
ad554f10 JF |
148 | <label>Maintainer</label> |
149 | <div id="maintainer"></div> | |
150 | </a> | |
151 | ||
0235116c | 152 | <a id="sponsor-href" class="sponsor"> |
6bffd7b7 JF |
153 | <label>Sponsor</label> |
154 | <div id="sponsor"></div> | |
155 | </a> | |
156 | ||
ad554f10 JF |
157 | <div class="trusted"> |
158 | <img src="trusted.png" style="margin-top: 2px; position: absolute"> | |
159 | <label></label> | |
160 | <div>This package has been signed.</div> | |
161 | </div> | |
162 | </fieldset> | |
163 | ||
4d2ac731 | 164 | <label class="source">Source Information</label> |
ad554f10 | 165 | <fieldset class="source"> |
1eb0c554 | 166 | <div><label id="source-name"></label></div> |
853d14d3 | 167 | <div class="source-description" id="source-description"></div> |
ad554f10 JF |
168 | </fieldset> |
169 | ||
170 | </div> | |
171 | </div> | |
172 | </div></body></html> |