source: admin/WebConsole/comandos/includes/formularioacciones.php @ 7a8ab05

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 7a8ab05 was 69650cb, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.4, #505: Integrar código del ticket para filtro de ejecución comandos.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@3176 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<?
2// *************************************************************************************************************************************************
3// Aplicación WEB: ogAdmWebCon
4// Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla
5// Fecha Creación: Año 2009-2010
6// Fecha Última modificación: Abril-2010
7// Nombre del fichero: opcionesacciones.php
8// Descripción :
9//              Formulario para paso de parametros comunes para la ejecución de comandos
10// *************************************************************************************************************************************************
11?>
12<FORM align=center name="fdatosejecucion" action="<? echo $gestor?>" method="post"> 
13        <INPUT type="hidden" name="idcomando" value="<? echo $idcomando?>">
14        <INPUT type="hidden" name="descricomando" value="<? echo $descricomando?>">
15        <INPUT type="hidden" name="ambito" value="<? echo $ambito?>">
16        <INPUT type="hidden" name="idambito" value="<? echo $idambito?>">
17        <INPUT type="hidden" name="funcion" value="<? echo $funcion?>">
18        <INPUT type="hidden" name="atributos" value="<? echo $atributos?>">
19        <INPUT type="hidden" name="gestor" value="<? echo $gestor?>">
20        <INPUT type="hidden" name="filtro" value="">
21
Note: See TracBrowser for help on using the repository browser.