]> git.saurik.com Git - cydia.git/blobdiff - Cydia.app/manage.html
Various localization fixes.
[cydia.git] / Cydia.app / manage.html
index 62833e62a54861c68ef9045dd8332ee5aec0685e..e1de252beb0296e990ff0ee85a62f182423a7905 100644 (file)
@@ -1,12 +1,15 @@
 <?xml version="1.0" encoding="UTF-16"?>
 <html><head>
-    <title>Manage</title>
+    <title localize="MANAGE"></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"/>
+    <script type="text/javascript" src="menes/menes.js"></script>
+    <script type="text/javascript" src="localize.js"></script>
+    <base target="_blank"/>
 
     <style>
         body {
-            background: url(pinstripe.png);
+            background: #c7ced5 url(cydia://uikit-image/UIPinstripe.png);
             display: table;
             font-family: Helvetica;
             height: 337px;
         }
 
         a.giant-button {
+            background-color: rgba(0, 0, 0, .15);
+            -webkit-border-radius: 10px;
             color: #193250;
             display: block;
             margin: 10px;
             text-decoration: none;
         }
 
-        a.giant-button > div.contents {
-            position: absolute;
-            text-align: left;
-            width: 300px;
-            -webkit-background-size: 75px auto;
-            z-index: 2;
-        }
-
-        a.giant-button > div.contents > img {
+        a.giant-button > img {
+            display: inline-block;
             float: left;
             height: 80px;
-            margin: 10px;
+            margin: 10px -10px 0 10px;
             width: 80px;
             vertical-align: middle;
         }
 
+        a.giant-button > div.contents {
+            display: inline-block;
+            width: 190px;
+            margin: 5px 10px 17px 10px;
+        }
+
         a.giant-button > div.contents > label {
             display: block;
-            float: left;
-            font-size: 30px;
-            margin: 10px 0 4px 4px;
+            font-size: 28px;
+            margin: 8px 0 8px 0;
             text-align: center;
             text-shadow: rgba(200, 200, 200, 0.75) 1px 1px 0;
-            width: 180px;
         }
 
         a.giant-button > div.contents > div {
             display: block;
-            float: left;
             font-size: 14px;
             margin-left: 4px;
             text-align: center;
-            width: 180px;
-        }
-
-        a.giant-button > div.background {
-            background-color: #000000;
-            height: 98px;
-            opacity: 0.15;
-            -webkit-border-radius: 10px;
         }
     </style>
 </head><body><div class="page">
     <div class="panel">
 
 <a href="cydia://packages" class="giant-button">
+    <img src="packages.png"/>
     <div class="contents">
-        <img src="packages.png"/>
-        <label>Packages</label>
-        <div>View or remove packages you previously installed.</div>
+        <label localize="PACKAGES"></label>
+        <div localize="PACKAGES_EX"></div>
     </div>
-
-    <div class="background"></div>
 </a>
 
 <a href="cydia://sources" class="giant-button">
+    <img src="sources.png"/>
     <div class="contents">
-        <img src="sources.png"/>
-        <label>Sources</label>
-        <div>List current sources and add custom ones you may know.</div>
+        <label localize="SOURCES"></label>
+        <div localize="SOURCES_EX"></div>
     </div>
-
-    <div class="background"></div>
 </a>
 
-<a href="cydia://storage" class="giant-button" style="opacity: 0.4">
+<a href="cydia://storage" class="giant-button">
+    <img src="storage.png"/>
     <div class="contents">
-        <img src="storage.png" class="icon"/>
-        <label>Storage</label>
-        <div>See how much room you have left for new packages.</div>
+        <label localize="STORAGE"></label>
+        <div localize="STORAGE_EX"></div>
     </div>
-
-    <div class="background"></div>
 </a>
 
-    <div style="position: absolute; top: 256px; color: red; margin: 0 auto; font-size: 40px; height: 40px; width: 320px; -webkit-transform:rotate(-10deg); text-shadow: rgba(250, 150, 150, 0.75) 1px 1px 0">Coming Soon!</div>
-
     </div>
 </div>
 </div></body></html>