Update index.html

master
钟进 6 years ago
parent e7e3d2f209
commit 5103218717

@ -1,61 +1,59 @@
<html> <html>
<!-- these 4 files always have to be included --> <!-- these 4 files always have to be included -->
<link rel="stylesheet" type="text/css" href="../../lib/css/themes/jquery-ui/redmond/jquery-ui.min.css"/> <link rel="stylesheet" type="text/css" href="../../lib/css/themes/jquery-ui/redmond/jquery-ui.min.css"/>
<link rel="stylesheet" type="text/css" href="../../lib/css/jquery.multiselect-1.13.css"/> <link rel="stylesheet" type="text/css" href="../../lib/css/jquery.multiselect-1.13.css"/>
<script type="text/javascript" src="../../lib/js/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="../../lib/js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="../../socket.io/socket.io.js"></script> <script type="text/javascript" src="../../socket.io/socket.io.js"></script>
<script type="text/javascript" src="../../lib/js/jquery-ui-1.10.3.full.min.js"></script> <script type="text/javascript" src="../../lib/js/jquery-ui-1.10.3.full.min.js"></script>
<!-- these two file always have to be included --> <!-- these two file always have to be included -->
<link rel="stylesheet" type="text/css" href="../../css/adapter.css"/> <link rel="stylesheet" type="text/css" href="../../css/adapter.css"/>
<script type="text/javascript" src="../../js/translate.js"></script> <script type="text/javascript" src="../../js/translate.js"></script>
<script type="text/javascript" src="../../js/adapter-settings.js"></script> <script type="text/javascript" src="../../js/adapter-settings.js"></script>
<style> <style>
.table_header { .table_header {
background-color: blue; background-color: blue;
color: white; color: white;
} }
.ip { .ip {
width: 150px; width: 150px;
text-align: right; text-align: right;
} }
</style> </style>
<!-- you have to define 2 functions in the global scope: --> <!-- you have to define 2 functions in the global scope: -->
<script type="text/javascript"> <script type="text/javascript">
systemDictionary = { systemDictionary = {
"Metro Widgets settings": { "Metro Widgets settings": {
"en": "Metro Widgets settings", "en": "Metro Widgets settings",
"de": "Metro Widgets Einstellungen", "cn": "Metro Widgets 设置"
"ru": "Настройки Metro Widgets" },
}, "There is nothing to setup": {
"There is nothing to setup": { "en": "There is nothing to setup",
"en": "There is nothing to setup", "cn": "部件不需要配置"
"de": "Es gibt nichts einzustellen", },
"ru": "Нечего настраивать" };
},
}; function load(settings, onChange) {
if (!settings) return;
function load(settings, onChange) {
if (!settings) return; onChange(false);
}
onChange(false);
} function save(callback) {
callback(null);
function save(callback) { }
callback(null); </script>
}
</script> <div id="adapter-container">
<div id="adapter-container"> <table><tr>
<td><img src="metro.png"></td>
<table><tr> <td style="padding-top: 20px;padding-left: 10px"><h3 class="translate">Metro Widgets settings</h3></td>
<td><img src="metro.png"></td> </tr></table>
<td style="padding-top: 20px;padding-left: 10px"><h3 class="translate">Metro Widgets settings</h3></td>
</tr></table> <div class="translate">There is nothing to setup</h4>
</div>
<div class="translate">There is nothing to setup</h4> </html>
</div>
</html>

Loading…
Cancel
Save