UNPKG

iobroker.backitup

Version:

Backitup enables the cyclic creation of backups of an IoBroker / Homematic installation

47 lines (38 loc) 1.71 kB
<html> <head> <!-- This file is deprecated!!!!! Please use index_m.html --> <!-- This file is required only for backward compatibility and will be deleted soon --> <!-- 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"/> <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="../../lib/js/jquery-ui-1.10.3.full.min.js"></script> <!-- these two file always have to be included --> <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/adapter-settings.js"></script> <script type="text/javascript" src="words.js"></script> <!-- you have to define 2 functions in the global scope: --> <script type="text/javascript"> // the function loadSettings has to exist ... function load(settings, onChange) { onChange(false); } // ... and the function save has to exist. // you have to make sure the callback is called with the settings object as first param! function save(callback) { callback(); } </script> </head> <body> <!-- you have to put your config page in a div with id adapter-container --> <div id="adapter-container"> <table><tr> <td><img src="backitup.png"/></td> <td><h3 class="translate">backitup adapter settings</h3></td> </tr></table> <p class="translate">Admin 2 is not supported</p> </div> </body> </html>