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 | // ************************************************************************************************************************************************* |
---|
2 | // Libreria de scripts de Javascript |
---|
3 | // Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla |
---|
4 | // Fecha Creación: 2009-2010 |
---|
5 | // Fecha Última modificación: Agosto-2010 |
---|
6 | // Nombre del fichero: Arrancar.js |
---|
7 | // Descripción : |
---|
8 | // Este fichero implementa las funciones javascript del fichero Arrancar.php (Comandos) |
---|
9 | // ************************************************************************************************************************************************* |
---|
10 | function confirmar() |
---|
11 | { |
---|
12 | var RC='@'; |
---|
13 | if (comprobar_datos()){ |
---|
14 | filtrado(); |
---|
15 | var obRadB=document.getElementById('broadcast'); |
---|
16 | if(obRadB.checked) |
---|
17 | document.fdatosejecucion.atributos.value="mar=1"+RC; // Arranque Broadcast |
---|
18 | else |
---|
19 | document.fdatosejecucion.atributos.value="mar=2"+RC; // Arranque unicast |
---|
20 | |
---|
21 | document.fdatosejecucion.submit(); |
---|
22 | } |
---|
23 | } |
---|
24 | //________________________________________________________________________________________________________ |
---|
25 | function cancelar(){ |
---|
26 | alert(CTbMsg[0]); |
---|
27 | location.href="../nada.php" |
---|
28 | } |
---|
29 | //________________________________________________________________________________________________________ |
---|
30 | function comprobar_datos(){ |
---|
31 | return(comprobar_datosejecucion()) |
---|
32 | } |
---|
33 | |
---|
Note: See
TracBrowser
for help on using the repository browser.