1 | |
---|
2 | <!--link rel="stylesheet" href="lib/bootstrap/css/bootstrap.css"> |
---|
3 | <link rel="stylesheet" href="lib/jquery-ui-1.11.2.custom/jquery-ui.css"> |
---|
4 | |
---|
5 | <link rel="stylesheet" href="css/main.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 | <script type="text/javascript" src="lib/jquery-ui-1.11.2.custom/jquery-ui.js"></script> |
---|
10 | |
---|
11 | <script type="text/javascript" src="lib/i18n.js"></script> |
---|
12 | <script type="text/javascript" src="i18n/loadlang.js"></script> |
---|
13 | |
---|
14 | <!--script type="text/javascript" src="lib/bootstrap/js/bootstrap.min.js"></script--> |
---|
15 | |
---|
16 | |
---|
17 | <!--script type="text/javascript" src="js/main.js"></script--> |
---|
18 | |
---|
19 | <!--div id="msg_err"></div--> |
---|
20 | |
---|
21 | |
---|
22 | <div id="llx_bootmanager_MainFrame"> |
---|
23 | <div class="llx_bootmanager_list_explanation" i18n>main.instructions</div> |
---|
24 | |
---|
25 | <div id="llx_bootmanager_SortLists"> |
---|
26 | <div id="llx_bootmanager_BootListDiv"> |
---|
27 | <div class="llx_bootmanager_list_title" i18n>main.bootorder</div> |
---|
28 | <ul class="llx_bootmanager_ul" id="llx_bootmanager_BootList" class="connectedSortable"> |
---|
29 | </ul> |
---|
30 | </div> |
---|
31 | |
---|
32 | <div id="llx_bootmanager_AvailableOptionsDiv"> |
---|
33 | <div class="llx_bootmanager_list_title" i18n>main.available.bootorder</div> |
---|
34 | <ul id="llx_bootmanager_AvailableOptions" class="connectedSortable llx_bootmanager_ul"> |
---|
35 | </ul> |
---|
36 | |
---|
37 | </div> |
---|
38 | </div> |
---|
39 | |
---|
40 | |
---|
41 | <div id="llx_bootmanager_timer"> |
---|
42 | <p> |
---|
43 | <label for="time" i18n>main.timeout</label> |
---|
44 | <input type="text" id="time" readonly style="border:0; color:#2573eb; font-weight:bold;"> |
---|
45 | </p> |
---|
46 | <div id="slider-range-min"></div> |
---|
47 | |
---|
48 | </div> |
---|
49 | <button class="btn btn-success" id="llx_bootmanager_btSave" i18n>main.save</button> |
---|
50 | |
---|
51 | </div> |
---|
52 | |
---|
53 | |
---|
54 | |
---|
55 | |
---|
56 | </body> |
---|
57 | </html> |
---|