]>
Commit | Line | Data |
---|---|---|
fa7bb92f JF |
1 | <?xml version="1.0" encoding="UTF-16"?> |
2 | <html><head> | |
6932575e | 3 | <title localize="NETWORK_ERROR"></title> |
f464053e | 4 | <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/> |
fa7bb92f | 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"/> |
fa7bb92f JF |
9 | |
10 | <style> | |
11 | body { | |
47f950a0 | 12 | background: #c7ced5 url(cydia://uikit-image/UIPinstripe.png); |
172b238d | 13 | background-size: 7px 1px; |
fa7bb92f JF |
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 | ||
6932575e | 39 | <div class="title" localize="UNABLE_TO_LOAD"></div> |
fa7bb92f JF |
40 | |
41 | <div class="error">(<script> | |
42 | document.write(decodeURI(location.search.substring(1))); | |
43 | </script>)</div> | |
44 | ||
45 | </div></body></html> |