summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/asistentes
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2015-05-26 07:57:34 +0000
committerramon <ramongomez@us.es>2015-05-26 07:57:34 +0000
commit12603f81e2d7da233fb60fdc641283dbbae27ef9 (patch)
tree73f509a2748085ab3b46c370a7ee5743fa3e8b86 /admin/WebConsole/asistentes
parent822d4f52a07f69fa3ee3db50aae0b89ba1d59cf0 (diff)
Version 1.1: Integrar las últimas modificaciones incluidas en la versión 1.0.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4631 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/asistentes')
-rw-r--r--admin/WebConsole/asistentes/AsistenteCloneRemotePartition.php2
-rw-r--r--admin/WebConsole/asistentes/AsistenteDeployImage.php2
-rw-r--r--admin/WebConsole/asistentes/AsistenteParticionado.php2
-rw-r--r--admin/WebConsole/asistentes/AsistenteUpdateCache.php2
-rw-r--r--admin/WebConsole/asistentes/gestores/gestor_Comandos.php4
-rw-r--r--admin/WebConsole/asistentes/jscripts/EjecutarScripts.js20
-rw-r--r--admin/WebConsole/asistentes/jscripts/asistentes.js2
-rw-r--r--admin/WebConsole/asistentes/jscripts/comunescomandos.js190
8 files changed, 20 insertions, 204 deletions
diff --git a/admin/WebConsole/asistentes/AsistenteCloneRemotePartition.php b/admin/WebConsole/asistentes/AsistenteCloneRemotePartition.php
index 15362ff8..22ed2973 100644
--- a/admin/WebConsole/asistentes/AsistenteCloneRemotePartition.php
+++ b/admin/WebConsole/asistentes/AsistenteCloneRemotePartition.php
@@ -38,7 +38,7 @@ if (!$cmd)
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<LINK rel="stylesheet" type="text/css" href="../estilos.css">
<SCRIPT language="javascript" src="./jscripts/EjecutarScripts.js"></SCRIPT>
- <SCRIPT language="javascript" src="./jscripts/comunescomandos.js"></SCRIPT>
+ <SCRIPT language="javascript" src="../comandos/jscripts/comunescomandos.js"></SCRIPT>
<SCRIPT language="javascript" src="./jscripts/asistentes.js"></SCRIPT>
<? echo '<SCRIPT language="javascript" src="../idiomas/javascripts/'.$idioma.'/comandos/ejecutarscripts_'.$idioma.'.js"></SCRIPT>'?>
<? echo '<SCRIPT language="javascript" src="../idiomas/javascripts/'.$idioma.'/comandos/comunescomandos_'.$idioma.'.js"></SCRIPT>'?>
diff --git a/admin/WebConsole/asistentes/AsistenteDeployImage.php b/admin/WebConsole/asistentes/AsistenteDeployImage.php
index bf074f76..36fec6bc 100644
--- a/admin/WebConsole/asistentes/AsistenteDeployImage.php
+++ b/admin/WebConsole/asistentes/AsistenteDeployImage.php
@@ -44,7 +44,7 @@ if (!$cmd)
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<LINK rel="stylesheet" type="text/css" href="../estilos.css">
<SCRIPT language="javascript" src="./jscripts/EjecutarScripts.js"></SCRIPT>
- <SCRIPT language="javascript" src="./jscripts/comunescomandos.js"></SCRIPT>
+ <SCRIPT language="javascript" src="../comandos/jscripts/comunescomandos.js"></SCRIPT>
<SCRIPT language="javascript" src="./jscripts/asistentes.js"></SCRIPT>
<?php echo '<SCRIPT language="javascript" src="../idiomas/javascripts/'.$idioma.'/comandos/ejecutarscripts_'.$idioma.'.js"></SCRIPT>'?>
<?php echo '<SCRIPT language="javascript" src="../idiomas/javascripts/'.$idioma.'/comandos/comunescomandos_'.$idioma.'.js"></SCRIPT>'?>
diff --git a/admin/WebConsole/asistentes/AsistenteParticionado.php b/admin/WebConsole/asistentes/AsistenteParticionado.php
index 160bb62e..88767d95 100644
--- a/admin/WebConsole/asistentes/AsistenteParticionado.php
+++ b/admin/WebConsole/asistentes/AsistenteParticionado.php
@@ -48,7 +48,7 @@ if (!$cmd)
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<LINK rel="stylesheet" type="text/css" href="../estilos.css">
<SCRIPT language="javascript" src="./jscripts/EjecutarScripts.js"></SCRIPT>
- <SCRIPT language="javascript" src="./jscripts/comunescomandos.js"></SCRIPT>
+ <SCRIPT language="javascript" src="../comandos/jscripts/comunescomandos.js"></SCRIPT>
<SCRIPT language="javascript" src="./jscripts/asistentes.js"></SCRIPT>
<?php echo '<SCRIPT language="javascript" src="../idiomas/javascripts/'.$idioma.'/comandos/ejecutarscripts_'.$idioma.'.js"></SCRIPT>'?>
<?php echo '<SCRIPT language="javascript" src="../idiomas/javascripts/'.$idioma.'/comandos/comunescomandos_'.$idioma.'.js"></SCRIPT>'?>
diff --git a/admin/WebConsole/asistentes/AsistenteUpdateCache.php b/admin/WebConsole/asistentes/AsistenteUpdateCache.php
index 7e06210f..e120f7f7 100644
--- a/admin/WebConsole/asistentes/AsistenteUpdateCache.php
+++ b/admin/WebConsole/asistentes/AsistenteUpdateCache.php
@@ -48,7 +48,7 @@ if (!$cmd)
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<LINK rel="stylesheet" type="text/css" href="../estilos.css">
<SCRIPT language="javascript" src="./jscripts/EjecutarScripts.js"></SCRIPT>
- <SCRIPT language="javascript" src="./jscripts/comunescomandos.js"></SCRIPT>
+ <SCRIPT language="javascript" src="../comandos/jscripts/comunescomandos.js"></SCRIPT>
<SCRIPT language="javascript" src="./jscripts/asistentes.js"></SCRIPT>
<? echo '<SCRIPT language="javascript" src="../idiomas/javascripts/'.$idioma.'/comandos/ejecutarscripts_'.$idioma.'.js"></SCRIPT>'?>
<? echo '<SCRIPT language="javascript" src="../idiomas/javascripts/'.$idioma.'/comandos/comunescomandos_'.$idioma.'.js"></SCRIPT>'?>
diff --git a/admin/WebConsole/asistentes/gestores/gestor_Comandos.php b/admin/WebConsole/asistentes/gestores/gestor_Comandos.php
index d007e551..58e2f3b0 100644
--- a/admin/WebConsole/asistentes/gestores/gestor_Comandos.php
+++ b/admin/WebConsole/asistentes/gestores/gestor_Comandos.php
@@ -70,8 +70,8 @@ $atributos=str_replace('$',chr(9),$atributos);
<HEAD>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<BODY>
- <SCRIPT language="javascript" src="../jscripts/comunescomandos.js"></SCRIPT>
- <? echo '<SCRIPT language="javascript" src="../../idiomas/javascripts/'.$idioma.'/comandos/comunescomandos_'.$idioma.'.js"></SCRIPT>'?>
+ <SCRIPT language="javascript" src="../../comandos/jscripts/comunescomandos.js"></SCRIPT>
+ <?php echo '<SCRIPT language="javascript" src="../../idiomas/javascripts/'.$idioma.'/comandos/comunescomandos_'.$idioma.'.js"></SCRIPT>'?>
<?
/* Recopila identificadore ,ipes y macs para envío de comandos */
diff --git a/admin/WebConsole/asistentes/jscripts/EjecutarScripts.js b/admin/WebConsole/asistentes/jscripts/EjecutarScripts.js
index 81a916ba..bfc2d162 100644
--- a/admin/WebConsole/asistentes/jscripts/EjecutarScripts.js
+++ b/admin/WebConsole/asistentes/jscripts/EjecutarScripts.js
@@ -11,14 +11,20 @@
if (comprobar_datos()){
var RC='@';
document.fdatosejecucion.atributos.value="scp="+escape(document.fdatos.codigo.value)+RC;
- if( document.fdatosejecucion.ambito.value!=16 && document.fdatos.idmetodo.value=="UNICAST" || document.fdatos.idmetodo.value=="UNICAST-DIRECT"){
- if (confirm(TbMsg[4]) == true) {
- document.fdatosejecucion.submit();
- } else {
- cancelar();
- }
- }else{
+ // Enviar datos si el formulario no tiene método de clonación.
+ if (document.fdatos.idmetodo == undefined) {
document.fdatosejecucion.submit();
+ }else{
+ // Pedir confirmación si clonación masiva por Unicast.
+ if( document.fdatosejecucion.ambito.value!=16 && document.fdatos.idmetodo.value=="UNICAST" || document.fdatos.idmetodo.value=="UNICAST-DIRECT"){
+ if (confirm(TbMsg[4]) == true) {
+ document.fdatosejecucion.submit();
+ } else {
+ cancelar();
+ }
+ }else{
+ document.fdatosejecucion.submit();
+ }
}
}
}
diff --git a/admin/WebConsole/asistentes/jscripts/asistentes.js b/admin/WebConsole/asistentes/jscripts/asistentes.js
index 97ae9173..a9749c78 100644
--- a/admin/WebConsole/asistentes/jscripts/asistentes.js
+++ b/admin/WebConsole/asistentes/jscripts/asistentes.js
@@ -413,7 +413,7 @@ function calculateFreeDisk(form) {
var freeDisk=document.getElementById("freedisk");
freeDisk.value=diskSize;
- for (npart=1; npart<=4; npart++) {
+ for (var npart=1; npart<=4; npart++) {
var partCheck=eval("form.check"+npart);
var partSize=eval("form.size"+npart);
var partSizeCustom=eval("form.size"+npart+"custom");
diff --git a/admin/WebConsole/asistentes/jscripts/comunescomandos.js b/admin/WebConsole/asistentes/jscripts/comunescomandos.js
deleted file mode 100644
index b82bfa29..00000000
--- a/admin/WebConsole/asistentes/jscripts/comunescomandos.js
+++ /dev/null
@@ -1,190 +0,0 @@
-// *************************************************************************************************************************************************
-// Libreria de scripts de Javascript
-// Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla
-// Fecha Creación: 2009-2010
-// Fecha Última modificación: Agosto-2010
-// Nombre del fichero: comunescomandos.js
-// Descripción :
-// Este fichero implementa las funciones javascript comunes a todos los comandos
-// *************************************************************************************************************************************************
- function comprobar_datosejecucion(){
- /* Comprobación de las opciones de ejecución */
- var sw_ejya=document.fdatosejecucion.sw_ejya.checked;
- var sw_ejprg=document.fdatosejecucion.sw_ejprg.checked;
-
- var sw_seguimientocon=document.fdatosejecucion.sw_seguimiento[0].checked;
- var sw_seguimientosin=document.fdatosejecucion.sw_seguimiento[1].checked;
-
- var sw_mkprocedimiento=document.fdatosejecucion.sw_mkprocedimiento.checked;
- var sw_nuevaprocedimiento=document.fdatosejecucion.sw_procedimiento[0].checked;
- var descripcion_nuevaprocedimiento=document.fdatosejecucion.nombreprocedimiento.value;
- var sw_procedimientoexistente=document.fdatosejecucion.sw_procedimiento[1].checked;
-
- var sw_mktarea=document.fdatosejecucion.sw_mktarea.checked;
- var sw_nuevatarea=document.fdatosejecucion.sw_tarea[0].checked;
- var descripcion_nuevatarea=document.fdatosejecucion.nombretarea.value;
- var sw_tareaexistente=document.fdatosejecucion.sw_tarea[1].checked;
-
- var pprocedimiento=document.fdatosejecucion.idprocedimiento.selectedIndex
- var ptarea=document.fdatosejecucion.idtarea.selectedIndex
-
- if(!sw_ejya && !sw_ejprg && !sw_mkprocedimiento && !sw_mktarea ){
- alert("ATENCIÓN.- Debe elegir al menos un modo de ejecución");
- return(false);
- }
-
- // Cuestión procedimiento ---------------------------------------------------------------------
-
- if(sw_ejya){
- if(!sw_seguimientocon && !sw_seguimientosin){
- alert("ATENCIÓN.- Debe elegir un modo de ejecución inmediata");
- return(false);
- }
- }
- // Cuestión procedimiento -----------------------------------------------------------------------
- if(sw_mkprocedimiento){
- if(!sw_nuevaprocedimiento && !sw_procedimientoexistente){
- alert("ATENCIÓN.- Debe elegir un modo de inclusión en procedimiento de este comando");
- return(false);
- }
- if(sw_nuevaprocedimiento && descripcion_nuevaprocedimiento==""){
- alert("ATENCIÓN.- Debe especificar el nombre del nuevo procedimiento que se creará y al que se añadirá este comando");
- document.fdatosejecucion.nombreprocedimiento.focus();
- return(false);
- }
- if(sw_procedimientoexistente && pprocedimiento==0){
- alert("ATENCIÓN.- Debe elegir el procedimiento al que se añadirá este comando");
- document.fdatosejecucion.idprocedimiento.focus();
- return(false);
- }
- }
-
- // Cuestión tarea ------------------------------------------------------------------------------------------------------------------------------
- if(sw_mktarea){
- if(!sw_nuevatarea && !sw_tareaexistente){
- alert("ATENCIÓN.- Debe elegir un modo de inclusión en tarea ejecutable, de este comando");
- return(false);
- }
- if(sw_nuevatarea && descripcion_nuevatarea==""){
- alert("ATENCIÓN.- Debe especificar el nombre de la nueva tarea ejecutable que se creará y a la que se añadirá este comando");
- document.fdatosejecucion.nombretarea.focus();
- return(false);
- }
- if(sw_tareaexistente && ptarea==0){
- alert("ATENCIÓN.- Debe elegir la tarea a la que se añadirá este comando");
- document.fdatosejecucion.idtarea.focus();
- return(false);
- }
- }
- //-----------------------------------------------------------------------------------------------------------------------------------------------------
- return(true)
-}
-//____________________________________________________________________________
-function clic_mktarea(o){
- if(!o.checked){
- document.fdatosejecucion.sw_tarea[0].checked=false;
- document.fdatosejecucion.nombretarea.value="";
- document.fdatosejecucion.sw_tarea[1].checked=false;
- document.fdatosejecucion.idtarea.selectedIndex=0;
- }
-}
-function clic_nwtarea(o){
- if(o.checked){
- document.fdatosejecucion.sw_mktarea.checked=true;
- document.fdatosejecucion.sw_tarea[1].checked=false;
- document.fdatosejecucion.idtarea.selectedIndex=0;
- }
-}
-function clic_extarea(o){
- if(o.checked){
- document.fdatosejecucion.sw_mktarea.checked=true;
- document.fdatosejecucion.sw_tarea[0].checked=false;
- document.fdatosejecucion.nombretarea.value="";
- }
-}
-function clic_nomtarea(o){
- document.fdatosejecucion.sw_mktarea.checked=true;
- document.fdatosejecucion.sw_tarea[0].checked=true;
- document.fdatosejecucion.idtarea.selectedIndex=0;
-}
-function clic_mkprocedimiento(o){
- if(!o.checked){
- document.fdatosejecucion.sw_procedimiento[0].checked=false;
- document.fdatosejecucion.nombreprocedimiento.value="";
- document.fdatosejecucion.sw_procedimiento[1].checked=false;
- document.fdatosejecucion.idprocedimiento.selectedIndex=0;
- }
-}
-function clic_nwprocedimiento(o){
- if(o.checked){
- document.fdatosejecucion.sw_mkprocedimiento.checked=true;
- document.fdatosejecucion.sw_procedimiento[1].checked=false;
- document.fdatosejecucion.idprocedimiento.selectedIndex=0;
- }
-}
-function clic_exprocedimiento(o){
- if(o.checked){
- document.fdatosejecucion.sw_mkprocedimiento.checked=true;
- document.fdatosejecucion.sw_procedimiento[0].checked=false;
- document.fdatosejecucion.nombreprocedimiento.value="";
- }
-}
-function clic_nomprocedimiento(o){
- document.fdatosejecucion.sw_mkprocedimiento.checked=true;
- document.fdatosejecucion.sw_procedimiento[0].checked=true;
- document.fdatosejecucion.idprocedimiento.selectedIndex=0;
-}
-
-function procedimientoexistente(o){
- document.fdatosejecucion.sw_mkprocedimiento.checked=true;
- document.fdatosejecucion.sw_procedimiento[1].checked=true;
- document.fdatosejecucion.nombreprocedimiento.value="";
-}
-
-function tareaexistente(o){
- document.fdatosejecucion.sw_mktarea.checked=true;
- document.fdatosejecucion.sw_tarea[1].checked=true;
- document.fdatosejecucion.nombretarea.value="";
-}
-//____________________________________________________________________________
-function compone_urlejecucion(){
-
- var wurl=""
-
- var sw_ejya=document.fdatosejecucion.sw_ejya.checked;
- var sw_seguimiento=document.fdatosejecucion.sw_seguimiento[0].checked;
-
- var sw_ejprg=document.fdatosejecucion.sw_ejprg.checked;
-
- var sw_mkprocedimiento=document.fdatosejecucion.sw_mkprocedimiento.checked;
- if (document.fdatosejecucion.sw_procedimiento[0].checked){
- var nwidprocedimiento=0
- var nwdescriprocedimiento=document.fdatosejecucion.nombreprocedimiento.value;
- }
- else{
- var p=document.fdatosejecucion.idprocedimiento.selectedIndex
- var nwidprocedimiento=document.fdatosejecucion.idprocedimiento.options[p].value
- var nwdescriprocedimiento=document.fdatosejecucion.idprocedimiento.options[p].text
- }
-
- var sw_mktarea=document.fdatosejecucion.sw_mktarea.checked;
- if (document.fdatosejecucion.sw_tarea[0].checked){
- var nwidtarea=0
- var nwdescritarea=document.fdatosejecucion.nombretarea.value;
- }
- else{
- var p=document.fdatosejecucion.idtarea.selectedIndex
- var nwidtarea=document.fdatosejecucion.idtarea.options[p].value
- var nwdescritarea=document.fdatosejecucion.idtarea.options[p].text
- }
- wurl+="sw_ejya="+sw_ejya +"&sw_seguimiento="+sw_seguimiento+"sw_ejprg="+sw_ejprg+"&sw_mktarea="+sw_mktarea+"&nwidtarea="+nwidtarea+"&nwdescritarea="+nwdescritarea
- wurl+="&sw_mkprocedimiento="+sw_mkprocedimiento+"&nwidprocedimiento="+nwidprocedimiento+"&nwdescriprocedimiento="+nwdescriprocedimiento
- return(wurl)
-}
-//________________________________________________________________________________________________________
-//
-// Resultado ejecución de un comando
-//________________________________________________________________________________________________________
-function resultado_comando(resul){
- alert(CTbMsg[resul]);
-}