]> git.saurik.com Git - cydia.git/blob - Cydia.app/package.html
Moved /notice/ to somewhere with more bandwidth, fixed a typo in Information, updated...
[cydia.git] / Cydia.app / package.html
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"/>
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
44 #depiction {
45 margin-bottom: -7px;
46 overflow: hidden;
47 width: 320px;
48 }
49
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>
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
81 <a id="author-href" class="author">
82 <label>Author</label>
83 <div id="author"></div>
84 </a>
85 </fieldset>
86
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
95 <!--div id="remove" class="depiction">
96 <a href="javascript:remove()">Remove Custom Depiction</a>
97 </div>
98
99 <hr id="upper-bar" class="depiction"/-->
100
101 <div id="depiction" class="depiction"><iframe
102 id="depiction-src"
103 frameborder="0"
104 width="320"
105 height="0"
106 target="_top"
107 onLoad="loaded()"
108 ></iframe></div>
109
110 <!--hr id="lower-bar" class="depiction"/-->
111
112 <fieldset class="description">
113 <div id="description"></div>
114
115 <a class="homepage" id="homepage-href">
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
127 <a id="files-href"><label>Filesystem Content</label></a>
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
147 <a id="maintainer-href" class="maintainer">
148 <label>Maintainer</label>
149 <div id="maintainer"></div>
150 </a>
151
152 <a id="sponsor-href" class="sponsor">
153 <label>Sponsor</label>
154 <div id="sponsor"></div>
155 </a>
156
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
164 <label class="source">Source Information</label>
165 <fieldset class="source">
166 <div><label id="source-name"></label></div>
167 <div class="source-description" id="source-description"></div>
168 </fieldset>
169
170 </div>
171 </div>
172 </div></body></html>