]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" encoding="UTF-16"?> | |
2 | <html><head> | |
3 | <title localize="NETWORK_ERROR"></title> | |
4 | <meta name="viewport" content="width=320px, 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: 100%; | |
17 | width: 100%; | |
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; | |
25 | width: 320px; | |
26 | margin: 0 auto; | |
27 | vertical-align: middle; | |
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 | ||
40 | <div class="title" localize="UNABLE_TO_LOAD"></div> | |
41 | ||
42 | <div class="error">(<script> | |
43 | document.write(decodeURI(location.search.substring(1))); | |
44 | </script>)</div> | |
45 | ||
46 | </div></body></html> |