close Warning: Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

source: admin/WebConsole/comandos/includes/formularioacciones.php

lgromero-new-oglive
Last change on this file was e32794a, checked in by Ramón M. Gómez <ramongomez@…>, 7 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.