918-git-images-111dconfigure-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
Rev | Line | |
---|
[8c88e08] | 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 | |
---|
[1c74bf5] | 9 | <td valign="top"> |
---|
[f9f08d2] | 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"> |
---|
[8c88e08] | 13 | <input type="radio" name="boottype" value="bios" checked>bios |
---|
| 14 | <input type="radio" name="boottype" value="uefi">uefi |
---|
| 15 | |
---|
[f9f08d2] | 16 | </TD> |
---|
| 17 | </TR> |
---|
| 18 | <TR> |
---|
[8c88e08] | 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)"> |
---|
[f9f08d2] | 21 | </TD> |
---|
| 22 | </TR> |
---|
| 23 | <TR> |
---|
[8c88e08] | 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)"> |
---|
[f9f08d2] | 26 | </TD> |
---|
| 27 | </TR> |
---|
| 28 | <TR> |
---|
[8c88e08] | 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)"> |
---|
[f9f08d2] | 31 | </TD> |
---|
| 32 | </TR> |
---|
| 33 | <TR> |
---|
[8c88e08] | 34 | <TD width="150" height="150" valign="middle"> </TD> |
---|
[f9f08d2] | 35 | </TR> |
---|
[1c74bf5] | 36 | </TABLE> |
---|
| 37 | </td> |
---|
Note: See
TracBrowser
for help on using the repository browser.