[1c74bf5] | 1 | <td valign="top"> |
---|
[f9f08d2] | 2 | <TABLE width="150" align=left border=1 cellPadding=1 cellSpacing=1 class=tabla_datos > |
---|
| 3 | <TR> |
---|
| 4 | <TD width="150" height="45" valign="middle"> |
---|
| 5 | <form name="crearranque" method="post" action="./boot_grub4dos.php"> |
---|
[043e67d] | 6 | <input type="hidden" name="litambito" value="<?php echo $litambito?>"> |
---|
| 7 | <input type="hidden" name="idambito" value="<?php echo $idambito?>"> |
---|
| 8 | <input type="hidden" name="nombreambito" value="<?php echo $nombreambito?>"> |
---|
[f9f08d2] | 9 | <input type="hidden" name="opcioncrear" value=""> |
---|
| 10 | </form> |
---|
| 11 | </TD> |
---|
| 12 | </TR> |
---|
| 13 | <TR> |
---|
| 14 | <TD width="150" height="100" valign="middle"> <?php echo $TbMsg[3]?><br /> |
---|
| 15 | <form name="crearranque" method="post" action="./boot_grub4dos_crear.php"> |
---|
[043e67d] | 16 | <input type="hidden" name="litambito" value="<?php echo $litambito?>"> |
---|
| 17 | <input type="hidden" name="idambito" value="<?php echo $idambito?>"> |
---|
| 18 | <input type="hidden" name="nombreambito" value="<?php echo $nombreambito?>"> |
---|
[f9f08d2] | 19 | <input type="hidden" name="opcioncrear" value="1"> |
---|
| 20 | <input type="hidden" name="ultimonumero" value="<?php echo $ultimonumero?>"> |
---|
| 21 | <input type="submit" value=<?php echo $TbMsg[0]?> name="nuevoarran"> |
---|
| 22 | </form> |
---|
| 23 | </TD> |
---|
| 24 | </TR> |
---|
| 25 | <TR> |
---|
| 26 | <TD width="150" height="100" valign="middle"> <?php echo $TbMsg[4]?><br /> |
---|
| 27 | <form name="crearranque" method="post" action="./boot_grub4dos_crear.php"> |
---|
[043e67d] | 28 | <input type="hidden" name="litambito" value="<?php echo $litambito?>"> |
---|
| 29 | <input type="hidden" name="idambito" value="<?php echo $idambito?>"> |
---|
| 30 | <input type="hidden" name="nombreambito" value="<?php echo $nombreambito?>"> |
---|
[f9f08d2] | 31 | <input type="hidden" name="opcioncrear" value="2"> |
---|
| 32 | <input type="submit" value=<?php echo $TbMsg[1]?> name="nuevoarran"> |
---|
| 33 | </form> |
---|
| 34 | </TD> |
---|
| 35 | </TR> |
---|
| 36 | <TR> |
---|
| 37 | <TD width="150" height="100" valign="middle"> <?php echo $TbMsg[5]?><br /> |
---|
| 38 | <form name="crearranque" method="post" action="./boot_grub4dos_crear.php"> |
---|
[043e67d] | 39 | <input type="hidden" name="litambito" value="<?php echo $litambito?>"> |
---|
| 40 | <input type="hidden" name="idambito" value="<?php echo $idambito?>"> |
---|
| 41 | <input type="hidden" name="nombreambito" value="<?php echo $nombreambito?>"> |
---|
[f9f08d2] | 42 | <input type="hidden" name="opcioncrear" value="3"> |
---|
| 43 | <input type="submit" value=<?php echo $TbMsg[2]?> name="nuevoarran"> |
---|
| 44 | </form> |
---|
| 45 | </TD> |
---|
| 46 | </TR> |
---|
| 47 | <TR> |
---|
| 48 | <TD width="150" height="150" valign="middle"> |
---|
| 49 | <form name="crearranque" method="post" action="./boot_grub4dos.php"> |
---|
[043e67d] | 50 | <input type="hidden" name="litambito" value="<?php echo $litambito?>"> |
---|
| 51 | <input type="hidden" name="idambito" value="<?php echo $idambito?>"> |
---|
| 52 | <input type="hidden" name="nombreambito" value="<?php echo $nombreambito?>"> |
---|
[f9f08d2] | 53 | <input type="hidden" name="opcion"crear value=""> |
---|
| 54 | </form> |
---|
| 55 | </TD> |
---|
| 56 | </TR> |
---|
[1c74bf5] | 57 | </TABLE> |
---|
| 58 | </td> |
---|