]> git.saurik.com Git - cydia.git/blame - Cydia.app/manage.html
iPhone 4 hi-res.
[cydia.git] / Cydia.app / manage.html
CommitLineData
faf4eb4f
JF
1<?xml version="1.0" encoding="UTF-16"?>
2<html><head>
6932575e 3 <title localize="MANAGE"></title>
f464053e 4 <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
faf4eb4f 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
6932575e
JF
6 <script type="text/javascript" src="menes/menes.js"></script>
7 <script type="text/javascript" src="localize.js"></script>
cb6f16f2 8 <base target="_blank"/>
faf4eb4f
JF
9
10 <style>
11 body {
47f950a0 12 background: #c7ced5 url(cydia://uikit-image/UIPinstripe.png);
172b238d 13 background-size: 7px 1px;
faf4eb4f
JF
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 {
bb9edf8b
JF
32 background-color: rgba(0, 0, 0, .15);
33 -webkit-border-radius: 10px;
faf4eb4f
JF
34 color: #193250;
35 display: block;
36 margin: 10px;
37 text-decoration: none;
38 }
39
bb9edf8b
JF
40 a.giant-button > img {
41 display: inline-block;
faf4eb4f
JF
42 float: left;
43 height: 80px;
bb9edf8b 44 margin: 10px -10px 0 10px;
faf4eb4f
JF
45 width: 80px;
46 vertical-align: middle;
47 }
48
bb9edf8b
JF
49 a.giant-button > div.contents {
50 display: inline-block;
51 width: 190px;
52 margin: 5px 10px 17px 10px;
53 }
54
faf4eb4f
JF
55 a.giant-button > div.contents > label {
56 display: block;
bb9edf8b
JF
57 font-size: 28px;
58 margin: 8px 0 8px 0;
faf4eb4f
JF
59 text-align: center;
60 text-shadow: rgba(200, 200, 200, 0.75) 1px 1px 0;
faf4eb4f
JF
61 }
62
63 a.giant-button > div.contents > div {
64 display: block;
faf4eb4f
JF
65 font-size: 14px;
66 margin-left: 4px;
67 text-align: center;
faf4eb4f
JF
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">
bb9edf8b 75 <img src="packages.png"/>
faf4eb4f 76 <div class="contents">
6932575e
JF
77 <label localize="PACKAGES"></label>
78 <div localize="PACKAGES_EX"></div>
faf4eb4f 79 </div>
faf4eb4f
JF
80</a>
81
82<a href="cydia://sources" class="giant-button">
bb9edf8b 83 <img src="sources.png"/>
faf4eb4f 84 <div class="contents">
6932575e
JF
85 <label localize="SOURCES"></label>
86 <div localize="SOURCES_EX"></div>
faf4eb4f 87 </div>
faf4eb4f
JF
88</a>
89
47f950a0 90<a href="cydia://storage" class="giant-button">
bb9edf8b 91 <img src="storage.png"/>
faf4eb4f 92 <div class="contents">
6932575e
JF
93 <label localize="STORAGE"></label>
94 <div localize="STORAGE_EX"></div>
faf4eb4f 95 </div>
faf4eb4f
JF
96</a>
97
faf4eb4f
JF
98 </div>
99</div>
100</div></body></html>