[006da8f] | 1 | |
---|
| 2 | |
---|
| 3 | |
---|
| 4 | <tr> |
---|
| 5 | <td class="op_basic"> |
---|
[062b55a] | 6 | Elige equipo MASTER: |
---|
[006da8f] | 7 | <select name="ipMaster" id="ipMaster" style="WIDTH:220" onChange="xajax_ListarParticionesXip(this.value);"> |
---|
[062b55a] | 8 | <option value="">-- Elige equipo Master--</option> |
---|
| 9 | <?php echo ''.htmlOPTION_equipos($cmd,$ambito,$idambito).''; ?> |
---|
[006da8f] | 10 | </select> |
---|
| 11 | <br /> |
---|
| 12 | <!--DIV donde se mostrara la respuesta AJAX sobre las particiones clonables del equipo--> |
---|
[062b55a] | 13 | Elige particion del Master a enviar |
---|
[006da8f] | 14 | <div id="divListado"></div> |
---|
| 15 | <br /> |
---|
[062b55a] | 16 | Elige herramienta de clonacion: |
---|
[006da8f] | 17 | <select name="tool" id="tool" style="WIDTH:220";"> |
---|
| 18 | <option value="partclone"> partclone </option> |
---|
| 19 | <option value="partimage"> partimage </option> |
---|
| 20 | </select> |
---|
| 21 | <br /> |
---|
[062b55a] | 22 | Elige compresor para la herramienta de clonacion: |
---|
[006da8f] | 23 | <select name="compresor" id="compresor" style="WIDTH:220";"> |
---|
| 24 | <option value="lzop"> lzop </option> |
---|
| 25 | <option value="gzip"> gzip </option> |
---|
| 26 | </select> |
---|
| 27 | </td> |
---|
| 28 | |
---|
| 29 | <td class="op_net_1"> |
---|
| 30 | <?php echo ''. htmlForm_mcast($cmd,$ambito,$idambito).''; ?> |
---|
| 31 | </td> |
---|
| 32 | |
---|
| 33 | <td class="op_tools"> |
---|
| 34 | </td> |
---|
| 35 | |
---|
| 36 | <td class="op_target"></td> |
---|
| 37 | |
---|
| 38 | <td class="op_tools"></td> |
---|
| 39 | </tr> |
---|
| 40 | <tr> |
---|
| 41 | <td class="op_basic"> |
---|
| 42 | |
---|
| 43 | </td> |
---|
| 44 | <td class="op_net_1"></td> |
---|
| 45 | |
---|
| 46 | |
---|
| 47 | <td class="op_net_1"> |
---|
| 48 | |
---|
| 49 | |
---|
| 50 | </td> |
---|
| 51 | <td class="op_target"></td> |
---|
| 52 | <td class="op_tools"></td> |
---|
| 53 | </tr> |
---|
| 54 | <tr> |
---|
| 55 | <td class="op_basic"></td> |
---|
| 56 | <td class="op_net_1"></td> |
---|
| 57 | <td class="op_net_1"></td> |
---|
| 58 | <td class="op_target"></td> |
---|
| 59 | <td class="op_tools"></td> |
---|
| 60 | </tr> |
---|
| 61 | <tr> |
---|
| 62 | <td class="op_basic"></td> |
---|
| 63 | <td class="op_net_1"></td> |
---|
| 64 | <td class="op_net_1"></td> |
---|
| 65 | <td class="op_target"></td> |
---|
| 66 | <td class="op_tools"></td> |
---|
| 67 | </tr> |
---|
| 68 | |
---|
| 69 | |
---|
| 70 | |
---|
| 71 | |
---|
| 72 | |
---|