diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-28 02:25:18 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-01 22:56:25 -0700 |
commit | e17a8c4f2ae16f8daab460936a9b130d024173dd (patch) | |
tree | 1544816ffb283219f2de45b0a8e99d6f7ebe24f6 /Cydia.app/unknown.html | |
parent | 6067f1b8116d8fb2502359f430b9d958e10807b9 (diff) |
Rename Cydia.* to MobileCydia.* and add Cydia.frappliance.
Diffstat (limited to 'Cydia.app/unknown.html')
-rw-r--r-- | Cydia.app/unknown.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Cydia.app/unknown.html b/Cydia.app/unknown.html deleted file mode 100644 index 900a86f..0000000 --- a/Cydia.app/unknown.html +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-16"?> -<html><head> - <title localize="UNKNOWN"></title> - <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> - <link rel="stylesheet" type="text/css" href="menes/style.css"/> - <script type="text/javascript" src="menes/menes.js"></script> - <script type="text/javascript" src="localize.js"></script> - <base target="_blank"/> - <script type="text/javascript"> - $(function () { - $("#body").html($.xml(cydia.format(cydia.localize("PACKAGE_CANNOT_BE_FOUND"), [location.search.substring(1)]))); - }); - </script> -</head><body class="pinstripe"> -<panel> - -<fieldset> - <div><p style="font-weight: bold"><span style="color: red" localize="NOTE"></span>: <span localize="CANNOT_LOCATE_PACKAGE"></span></p></div> -</fieldset> - -<block> - <p id="body"></p> - <p localize="PACKAGE_CANNOT_BE_FOUND_EX"></p> -</block> - -</panel> -</body></html> |