]> git.saurik.com Git - cydia.git/blob - Cydia.app/manage.html
Still untested, fixed title.
[cydia.git] / Cydia.app / manage.html
1 <?xml version="1.0" encoding="UTF-16"?>
2 <html><head>
3 <title localize="MANAGE"></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 <script type="text/javascript" src="menes/menes.js"></script>
7 <script type="text/javascript" src="localize.js"></script>
8 <base target="_blank"/>
9
10 <style>
11 body {
12 background: #c7ced5 url(cydia://uikit-image/UIPinstripe.png);
13 background-size: 7px 1px;
14 display: table;
15 font-family: Helvetica;
16 height: 337px;
17 margin: 0;
18 padding: 0;
19 -webkit-text-size-adjust: none;
20 -webkit-user-select: none;
21 }
22
23 div.page {
24 display: table-cell;
25 text-align: center;
26 margin: 0 auto;
27 vertical-align: middle;
28 width: 320px;
29 }
30
31 a.giant-button {
32 background-color: rgba(0, 0, 0, .15);
33 -webkit-border-radius: 10px;
34 color: #193250;
35 display: block;
36 margin: 10px;
37 text-decoration: none;
38 }
39
40 a.giant-button > img {
41 display: inline-block;
42 float: left;
43 height: 80px;
44 margin: 10px -10px 0 10px;
45 width: 80px;
46 vertical-align: middle;
47 }
48
49 a.giant-button > div.contents {
50 display: inline-block;
51 width: 190px;
52 margin: 5px 10px 17px 10px;
53 }
54
55 a.giant-button > div.contents > label {
56 display: block;
57 font-size: 28px;
58 margin: 8px 0 8px 0;
59 text-align: center;
60 text-shadow: rgba(200, 200, 200, 0.75) 1px 1px 0;
61 }
62
63 a.giant-button > div.contents > div {
64 display: block;
65 font-size: 14px;
66 margin-left: 4px;
67 text-align: center;
68 }
69 </style>
70 </head><body><div class="page">
71 <div class="dialog">
72 <div class="panel">
73
74 <a href="cydia://packages" class="giant-button">
75 <img src="packages.png"/>
76 <div class="contents">
77 <label localize="PACKAGES"></label>
78 <div localize="PACKAGES_EX"></div>
79 </div>
80 </a>
81
82 <a href="cydia://sources" class="giant-button">
83 <img src="sources.png"/>
84 <div class="contents">
85 <label localize="SOURCES"></label>
86 <div localize="SOURCES_EX"></div>
87 </div>
88 </a>
89
90 <a href="cydia://storage" class="giant-button">
91 <img src="storage.png"/>
92 <div class="contents">
93 <label localize="STORAGE"></label>
94 <div localize="STORAGE_EX"></div>
95 </div>
96 </a>
97
98 </div>
99 </div>
100 </div></body></html>