]> git.saurik.com Git - cydia.git/blame - MobileCydia.app/error.html
Migrate the user's legacy APT lists to new Caches.
[cydia.git] / MobileCydia.app / error.html
CommitLineData
6d9712c4
JF
1<?xml version="1.0" encoding="UTF-16"?>
2<html><head>
f79a4512 3 <title localize="NETWORK_ERROR"></title>
3ab1ce0f 4 <meta name="viewport" content="width=320px, minimum-scale=1.0, maximum-scale=1.0"/>
6d9712c4 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
f79a4512
JF
6 <script type="text/javascript" src="menes/menes.js"></script>
7 <script type="text/javascript" src="localize.js"></script>
afc24433 8 <base target="_blank"/>
6d9712c4
JF
9
10 <style>
11 body {
092934d1 12 background: #c7ced5 url(cydia://uikit-image/UIPinstripe.png);
2f2279fd 13 background-size: 7px 1px;
6d9712c4
JF
14 display: table;
15 font-family: Helvetica;
250fdfdd
GP
16 height: 100%;
17 width: 100%;
6d9712c4
JF
18 margin: 0;
19 text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0
20 }
21
22 div.page {
23 display: table-cell;
24 text-align: center;
250fdfdd 25 width: 320px;
6d9712c4
JF
26 margin: 0 auto;
27 vertical-align: middle;
6d9712c4
JF
28 }
29
30 div.title {
31 font-size: 32px;
32 }
33
34 div.error {
35 font-size: 24px;
36 }
37 </style>
38</head><body><div class="page">
39
f79a4512 40<div class="title" localize="UNABLE_TO_LOAD"></div>
6d9712c4
JF
41
42<div class="error">(<script>
43 document.write(decodeURI(location.search.substring(1)));
44</script>)</div>
45
46</div></body></html>