source: admin/WebConsole/comandos/includes/formularioacciones.php @ 240a4dc

918-git-images-111dconfigure-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
Last change on this file since 240a4dc was e32794a, checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago

#834: Fixing more code cleanup: file encoding, CSS units, HTML tags, and trailing spaces.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<?php
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 name="fdatosejecucion" action="<?php echo $gestor?>" method="post">
13        <INPUT type="hidden" name="idcomando" value="<?php echo $idcomando?>">
14        <INPUT type="hidden" name="descricomando" value="<?php echo $descricomando?>">
15        <INPUT type="hidden" name="ambito" value="<?php echo $ambito?>">
16        <INPUT type="hidden" name="idambito" value="<?php echo $idambito?>">
17        <INPUT type="hidden" name="funcion" value="<?php echo $funcion?>">
18        <INPUT type="hidden" name="atributos" value="<?php echo $atributos?>">
19        <INPUT type="hidden" name="gestor" value="<?php echo $gestor?>">
20        <INPUT type="hidden" name="filtro" value="">
21
Note: See TracBrowser for help on using the repository browser.