918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Line | |
---|
1 | <script> |
---|
2 | function accion (opcion) { |
---|
3 | document.forms[0].opcioncrear.value = opcion.name; |
---|
4 | document.forms[0].action = "./boot_grub4dos_crear.php"; |
---|
5 | } |
---|
6 | |
---|
7 | </script> |
---|
8 | |
---|
9 | <td valign="top"> |
---|
10 | <TABLE width="150" align=left border=1 cellPadding=1 cellSpacing=1 class=tabla_datos > |
---|
11 | <TR> |
---|
12 | <TD width="150" height="45" valign="middle"> |
---|
13 | <input type="radio" name="boottype" value="bios" checked>bios |
---|
14 | <input type="radio" name="boottype" value="uefi">uefi |
---|
15 | |
---|
16 | </TD> |
---|
17 | </TR> |
---|
18 | <TR> |
---|
19 | <TD id="crear" width="150" height="100" valign="middle"> <?php echo $TbMsg[3]?><br /> |
---|
20 | <input type="submit" value=<?php echo $TbMsg[0]?> name="crear" onclick="accion(this)"> |
---|
21 | </TD> |
---|
22 | </TR> |
---|
23 | <TR> |
---|
24 | <TD id="modificar" width="150" height="100" valign="middle"> <?php echo $TbMsg[4]?><br /> |
---|
25 | <input type="submit" value=<?php echo $TbMsg[1]?> name="modificar" onclick="accion(this)"> |
---|
26 | </TD> |
---|
27 | </TR> |
---|
28 | <TR> |
---|
29 | <TD id="eliminar" width="150" height="100" valign="middle"> <?php echo $TbMsg[5]?><br /> |
---|
30 | <input type="submit" value=<?php echo $TbMsg[2]?> name="eliminar" onclick="accion(this)"> |
---|
31 | </TD> |
---|
32 | </TR> |
---|
33 | <TR> |
---|
34 | <TD width="150" height="150" valign="middle"> </TD> |
---|
35 | </TR> |
---|
36 | </TABLE> |
---|
37 | </td> |
---|
Note: See
TracBrowser
for help on using the repository browser.