source: admin/WebConsole/comandos/jscripts/InventarioHardware.js @ 1a22cd2

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-instalacionwebconsole3
Last change on this file since 1a22cd2 was b0dc2e4, checked in by alonso <alonso@…>, 16 years ago

git-svn-id: https://opengnsys.es/svn/trunk@489 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.6 KB
Line 
1// *************************************************************************************************************************************************
2//      Libreria de scripts de Javascript
3// Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla
4// Fecha Creació�:2003-2004
5// Fecha Última modificación: Marzo-2005
6// Nombre del fichero: InventarioHardware.js
7// Descripción :
8//              Este fichero implementa las funciones javascript del fichero InventarioHardware.php (Comandos)
9// *************************************************************************************************************************************************
10 function confirmar(){
11        if (comprobar_datos()){
12                var wurl="./gestores/gestor_InventarioHardware.php?" +compone_urlejecucion();
13                ifr=document.getElementById("iframes_comodin"); // Toma objeto Iframe
14                ifr.src=wurl; // LLama a la p�ina gestora
15        }
16 }
17//________________________________________________________________________________________________________
18  function cancelar(){
19        alert(CTbMsg[0]);
20        location.href="../nada.php"
21  }
22//________________________________________________________________________________________________________
23  function comprobar_datos(){
24                return(comprobar_datosejecucion())
25}
26//________________________________________________________________________________________________________
27//     
28//      Comprobar retorno
29//________________________________________________________________________________________________________
30function resultado_inventariohardware(resul){
31        if (!resul){
32                alert(CTbMsg[1]);       
33                return
34        }
35        alert(CTbMsg[2]);       
36}
Note: See TracBrowser for help on using the repository browser.