]> git.saurik.com Git - cydia.git/blob - Cydia.app/package.html
Fixed copyright notice on style.css.
[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 #notice {
45 margin-bottom: -14px;
46 overflow: hidden;
47 width: 320px;
48 }
49
50 #remove > a {
51 color: #335588;
52 text-decoration: none;
53 }
54
55 #upper-bar {
56 margin-bottom: 0;
57 margin-top: 10px;
58 }
59
60 #lower-bar {
61 margin-bottom: 10px;
62 margin-top: 0;
63 }
64 </style>
65 </head><body><div class="page">
66 <div class="dialog">
67 <div class="panel">
68
69 <fieldset>
70 <div>
71 <label id="name"></label>
72 <div id="latest"></div>
73 </div>
74
75 <a id="author-href" class="author">
76 <label>Author</label>
77 <div id="author"></div>
78 </a>
79 </fieldset>
80
81 <div id="notice" class="notice"><iframe
82 id="notice-src"
83 frameborder="0"
84 width="320"
85 height="0"
86 target="_top"
87 ></iframe></div>
88
89 <div id="remove" class="depiction">
90 <a href="javascript:remove()">Remove Custom Depiction</a>
91 </div>
92
93 <hr id="upper-bar" class="depiction"/>
94
95 <div style="width: 320px; overflow: hidden" class="depiction"><iframe
96 id="depiction-src"
97 frameborder="0"
98 width="320"
99 height="0"
100 target="_top"
101 onLoad="loaded()"
102 ></iframe></div>
103
104 <hr id="lower-bar" class="depiction"/>
105
106 <fieldset class="description">
107 <div id="description"></div>
108
109 <a class="homepage" id="homepage-href">
110 <label>More Information</label>
111 </a>
112 </fieldset>
113
114 <label class="installed">Installed Package</label>
115 <fieldset class="installed">
116 <div>
117 <label>Version</label>
118 <div id="installed"></div>
119 </div>
120
121 <a id="files-href"><label>Filesystem Content</label></a>
122 </fieldset>
123
124 <label>Package Details</label>
125 <fieldset>
126 <div>
127 <label>ID</label>
128 <div id="id"></div>
129 </div>
130
131 <div class="section">
132 <label>Section</label>
133 <div id="section"></div>
134 </div>
135
136 <div class="size">
137 <label>Expanded Size</label>
138 <div id="size"></div>
139 </div>
140
141 <a id="maintainer-href" class="maintainer">
142 <label>Maintainer</label>
143 <div id="maintainer"></div>
144 </a>
145
146 <a id="sponsor-href" class="sponsor">
147 <label>Sponsor</label>
148 <div id="sponsor"></div>
149 </a>
150
151 <div class="trusted">
152 <img src="trusted.png" style="margin-top: 2px; position: absolute">
153 <label></label>
154 <div>This package has been signed.</div>
155 </div>
156 </fieldset>
157
158 <label class="source">Source Infomation</label>
159 <fieldset class="source">
160 <div><label id="source-name"></label></div>
161 <div class="source-description" id="source-description"></div>
162 </fieldset>
163
164 </div>
165 </div>
166 </div></body></html>