]> git.saurik.com Git - cydia.git/blob - MobileCydia.app/error.html
Use CFMutableArrayRef (with NULL callBacks) instead of NSMutableArray * for Database...
[cydia.git] / MobileCydia.app / error.html
1 <?xml version="1.0" encoding="UTF-16"?>
2 <html><head>
3 <title localize="NETWORK_ERROR"></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 text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0
19 }
20
21 div.page {
22 display: table-cell;
23 text-align: center;
24 margin: 0 auto;
25 vertical-align: middle;
26 width: 320px;
27 }
28
29 div.title {
30 font-size: 32px;
31 }
32
33 div.error {
34 font-size: 24px;
35 }
36 </style>
37 </head><body><div class="page">
38
39 <div class="title" localize="UNABLE_TO_LOAD"></div>
40
41 <div class="error">(<script>
42 document.write(decodeURI(location.search.substring(1)));
43 </script>)</div>
44
45 </div></body></html>