]>
Commit | Line | Data |
---|---|---|
670a0494 JF |
1 | <?xml version="1.0" encoding="UTF-16"?> |
2 | <html><head> | |
3 | <title localize="UNKNOWN"></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 | <link rel="stylesheet" type="text/css" href="menes/style.css"/> | |
7 | <script type="text/javascript" src="menes/menes.js"></script> | |
8 | <script type="text/javascript" src="localize.js"></script> | |
9 | <base target="_blank"/> | |
10 | <script type="text/javascript"> | |
11 | $(function () { | |
12 | $("#body").html($.xml(cydia.format(cydia.localize("PACKAGE_CANNOT_BE_FOUND"), [location.search.substring(1)]))); | |
13 | }); | |
14 | </script> | |
15 | </head><body class="pinstripe"> | |
16 | <panel> | |
17 | ||
18 | <fieldset> | |
19 | <div><p style="font-weight: bold"><span style="color: red" localize="NOTE"></span>: <span localize="CANNOT_LOCATE_PACKAGE"></span></p></div> | |
20 | </fieldset> | |
21 | ||
22 | <block> | |
23 | <p id="body"></p> | |
24 | <p localize="PACKAGE_CANNOT_BE_FOUND_EX"></p> | |
25 | </block> | |
26 | ||
27 | </panel> | |
28 | </body></html> |