[647] | 1 | <html> |
---|
| 2 | <!-- http://www.webresourcesdepot.com/free-jquery-ui-themes-collection/ --> |
---|
| 3 | <head> |
---|
| 4 | <link rel="stylesheet" href="css/login.css"> |
---|
| 5 | <link rel="stylesheet" href="css/section.css"> |
---|
| 6 | |
---|
| 7 | <script type="text/javascript" src="lib/jquery-2.1.0.min.js"></script> |
---|
| 8 | <script type="text/javascript" src="lib/jquery.xmlrpc.js"></script> |
---|
| 9 | |
---|
| 10 | |
---|
| 11 | <!--OWNER--> |
---|
| 12 | <script type="text/javascript" src="lib/i18n.js"></script> |
---|
| 13 | <script type="text/javascript" src="i18n/loadlang.js"></script> |
---|
| 14 | <script type="text/javascript" src="js/restore_image.js"></script> |
---|
| 15 | |
---|
| 16 | </head> |
---|
| 17 | <body> |
---|
| 18 | <div id="content"> |
---|
| 19 | <h1><script type="text/javascript">document.write(i18n.gettext("restore_image.restore_image"));</script></h1> |
---|
| 20 | <h5><script type="text/javascript">document.write(i18n.gettext("restore_image.description"));</script></h5> |
---|
| 21 | |
---|
| 22 | <div class="myform"> |
---|
| 23 | <label><script type="text/javascript">document.write(i18n.gettext("image_name"));</script><img src="img/question.png" height="25px" width="25" title="You can choose the Images created by Open-SysClone in server and saved it in /net/OpenSysClone/imagenes"/></label> |
---|
| 24 | <select name="imagename" id="imagename"></select> |
---|
| 25 | <br> |
---|
| 26 | <label><script type="text/javascript">document.write(i18n.gettext("restore_image.hard_disk"));</script><img src="img/question.png" height="25px" width="25" title="Usually the hard disk to restore image is sda but you can change it if you are sure that the system to restore is in other device"/></label> |
---|
| 27 | <input id="imagehdd" type="text" value="sda"/> |
---|
| 28 | <br> |
---|
| 29 | <label><script type="text/javascript">document.write(i18n.gettext("restore_image.hostname"));</script><img src="img/question.png" height="25px" width="25" title="You can mantain the original name of the computer before restore the system or change it with a new name, if you wouldn't change it you could have some computers with same name"/></label> |
---|
| 30 | <select name="hostoperation" id="hostoperation"> |
---|
| 31 | <option value="hostnamesaver.sh"><script type="text/javascript">document.write(i18n.gettext("restore_image.maintain"));</script></option> |
---|
| 32 | <option value="hostnamesaverip.sh"><script type="text/javascript">document.write(i18n.gettext("restore_image.new_name"));</script></option> |
---|
| 33 | </select> |
---|
| 34 | <br> |
---|
| 35 | <label><script type="text/javascript">document.write(i18n.gettext("final_operation"));</script><img src="img/question.png" height="25px" width="25" title="When Open-SysClone ends the operations it can shutdown the computer or reboot it."/></label> |
---|
| 36 | <select name="finaloperation" id="finaloperation"> |
---|
| 37 | <option value="poweroff"><script type="text/javascript">document.write(i18n.gettext("shutdown"));</script></option> |
---|
| 38 | <option value="reboot"><script type="text/javascript">document.write(i18n.gettext("reboot"));</script></option> |
---|
| 39 | </select> |
---|
| 40 | <br> |
---|
| 41 | <div class="right"> |
---|
| 42 | <button id="restoreimage"><script type="text/javascript">document.write(i18n.gettext("done"));</script></button> |
---|
| 43 | </div> |
---|
| 44 | <div id='result' style='margin-top:10px'></div> |
---|
| 45 | </div> |
---|
| 46 | <br> |
---|
| 47 | <h4 class="advanced_ops" id="advanced_ops"><script type="text/javascript">document.write(i18n.gettext("advanced_ops.advanced_ops"));</script></h4> |
---|
| 48 | <h4 class="goback" id="goback"><script type="text/javascript">document.write(i18n.gettext("go_back"));</script></h4> |
---|
| 49 | </div> |
---|
| 50 | </body> |
---|
| 51 | </html> |
---|