浏览代码

Updated interface and icons

tobychui 3 年之前
父节点
当前提交
fdbf64b64a

+ 16 - 3
web/SystemAO/file_system/file_versions.html

@@ -9,15 +9,27 @@
         <script type="text/javascript" src="../../script/ao_module.js"></script>
         <script type="text/javascript" src="../../script/applocale.js"></script>
         <style>
-
+            .backgroundIcon{
+                position: fixed;
+                bottom: 0px;
+                right: 0px;
+                opacity: 0.3;
+                margin-right: -8em;
+                margin-bottom: -5em;
+            }
         </style>
     </head>
     <body id="filePropertiesWindow">
         <br>
+        <div class="backgroundIcon">
+            <img class="ui medium image" src="../../img/system/file-restore.svg">
+        </div>
         <div class="ui container">
             <h3 class="ui header">
-                <span locale="title/title">File Version History</span>
-                <div class="sub header" locale="title/desc">Any file versions that is more than 30 days old will be automatically removed from the system.</div>
+                <div class="content">
+                    <span locale="title/title">File Version History</span>
+                    <div class="sub header" locale="title/desc">Any file versions that is more than 30 days old will be automatically removed from the system.</div>
+                </div>
             </h3>
             <button onclick="createSnapshot();" class="ui basic green button"><i class="ui add icon"></i> <span locale="button/newver">Create New Version</span></button>
             
@@ -131,6 +143,7 @@
                                     </td>
                                 </tr>`);
                             }
+                            applocale.translate();
                         }
                     }
                 });

二进制
web/SystemAO/file_system/img/properties.png


二进制
web/SystemAO/file_system/img/properties.psd


二进制
web/SystemAO/file_system/img/selector.png


二进制
web/SystemAO/file_system/img/selector.psd


+ 11 - 1
web/SystemAO/file_system/sharelist.html

@@ -10,10 +10,20 @@
         <script type="text/javascript" src="../../script/applocale.js"></script>
         <script type="text/javascript" src="../../script/clipboard.min.js"></script>
         <style>
-
+            .backgroundIcon{
+                position: fixed;
+                bottom: 0px;
+                right: 0px;
+                opacity: 0.4;
+                margin-right: -5em;
+                margin-bottom: -5em;
+            }
         </style>
     </head>
     <body id="filePropertiesWindow">
+        <div class="backgroundIcon">
+            <img class="ui medium image" src="../../img/system/share.svg">
+        </div>
         <br>
         <div class="ui container">
             <h3 class="ui header">