1 | <td valign="top"> |
---|
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"> |
---|
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?>"> |
---|
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"> |
---|
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?>"> |
---|
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"> |
---|
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?>"> |
---|
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"> |
---|
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?>"> |
---|
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"> |
---|
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?>"> |
---|
53 | <input type="hidden" name="opcion"crear value=""> |
---|
54 | </form> |
---|
55 | </TD> |
---|
56 | </TR> |
---|
57 | </TABLE> |
---|
58 | </td> |
---|