]>
Commit | Line | Data |
---|---|---|
6d9712c4 JF |
1 | <?xml version="1.0" encoding="UTF-16"?> |
2 | <html><head> | |
f79a4512 | 3 | <title localize="NETWORK_ERROR"></title> |
affeffc7 | 4 | <meta name="viewport" content="width=device-width, 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); |
6d9712c4 JF |
13 | display: table; |
14 | font-family: Helvetica; | |
15 | height: 337px; | |
16 | margin: 0; | |
17 | text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0 | |
18 | } | |
19 | ||
20 | div.page { | |
21 | display: table-cell; | |
22 | text-align: center; | |
23 | margin: 0 auto; | |
24 | vertical-align: middle; | |
25 | width: 320px; | |
26 | } | |
27 | ||
28 | div.title { | |
29 | font-size: 32px; | |
30 | } | |
31 | ||
32 | div.error { | |
33 | font-size: 24px; | |
34 | } | |
35 | </style> | |
36 | </head><body><div class="page"> | |
37 | ||
f79a4512 | 38 | <div class="title" localize="UNABLE_TO_LOAD"></div> |
6d9712c4 JF |
39 | |
40 | <div class="error">(<script> | |
41 | document.write(decodeURI(location.search.substring(1))); | |
42 | </script>)</div> | |
43 | ||
44 | </div></body></html> |