source: admin/WebConsole/comandos/includes/opcionesacciones.php @ 5cc52295

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 5cc52295 was 41e7ec9, checked in by irina <irinagomez@…>, 12 years ago

#599 cambio de la opcion de ejecución por defecto de los comandos a sin seguimiento

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

  • Property mode set to 100644
File size: 4.5 KB
RevLine 
[3ec149c]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//              Opciones comunes para la ejecución de comandos
10// *************************************************************************************************************************************************
11?>
[d47323ec]12<P align=center><span align=center class=subcabeceras><? echo $TbMsgAux[0] ?></span></P>
13
[3ec149c]14
15<?if($idcomando!=10){?>
16        <TABLE align=center>
17                <TR>
[2307886]18                        <TD><IMG border=0 style="cursor:pointer" src="../images/boton_aceptar_<? echo $idioma ?>.gif" onclick="confirmar()" ></TD>
[3ec149c]19                </TR>
20        </TABLE>
21        <BR>
22<?}?>   
23<TABLE align=center  class=opciones_ejecucion BORDER=0>
24        <TR>
25                <TD><INPUT name=sw_ejya type=checkbox checked></TD>
[d47323ec]26                <TD colspan=3> <? echo $TbMsgAux[1] ?> &nbsp; </TD>
[3ec149c]27        </TR>
28        <TR>
29          <TD>&nbsp; </TD>
[41e7ec9]30          <TD><INPUT name=sw_seguimiento type=radio value=1></TD><TD><? echo $TbMsgAux[2] ?>&nbsp;</TD>
[3ec149c]31        </TR>
32        <TR>
33                <TD>&nbsp; </TD>
[41e7ec9]34                <TD><INPUT checked name=sw_seguimiento type=radio value=0></TD><TD><? echo $TbMsgAux[3] ?>&nbsp;</TD>
[3ec149c]35        </TR>
36        <!-------------------------------------------------------------------------------------------------------------------------------->
37                 <TR HEIGHT=5><TD colspan=4><HR></TD></TR>
38        <!-------------------------------------------------------------------------------------------------------------------------------->
39        <TR>
40                <TD><INPUT name=sw_ejprg type=checkbox></TD>
[d47323ec]41                <TD colspan=3><? echo $TbMsgAux[4] ?>&nbsp;</TD>
[3ec149c]42        </TR>   
43        <!-------------------------------------------------------------------------------------------------------------------------------->
44                 <TR HEIGHT=5><TD colspan=4><HR></TD></TR>
45        <!-------------------------------------------------------------------------------------------------------------------------------->
46         <TR>
47          <TD><INPUT  onclick="clic_mkprocedimiento(this)"  name=sw_mkprocedimiento type=checkbox></TD>
[d47323ec]48          <TD colspan=3><? echo $TbMsgAux[5] ?>&nbsp;</TD></TR>
[3ec149c]49
50         <TR>
51          <TD>&nbsp; </TD>
52          <TD><INPUT onclick="clic_nwprocedimiento(this)"  name=sw_procedimiento type=radio value=0></TD>
[d47323ec]53          <TD><? echo $TbMsgAux[6] ?>&nbsp; </TD>
[3ec149c]54         <TD><INPUT onclick="clic_nomprocedimiento(this)" style="FONT-FAMILY:Arial, Helvetica, sans-serif;FONT-SIZE: 11px" name=nombreprocedimiento style="HEIGHT: 22px; WIDTH: 275px"></TD></TR>
55         
56         <TR>
57          <TD>&nbsp; </TD>
58          <TD><INPUT onclick="clic_exprocedimiento(this)" name=sw_procedimiento type=radio value=1></TD>
[d47323ec]59          <TD><? echo $TbMsgAux[7] ?>&nbsp;</TD>
[3ec149c]60          <TD><?echo HTMLSELECT($cmd,$idcentro,'procedimientos',0,'idprocedimiento','descripcion',275,"procedimientoexistente");?></TD></TR>
61         
62         <TR>
63          <TD>&nbsp; </TD>
64          <TD>&nbsp; </TD>
[d47323ec]65          <TD><? echo $TbMsgAux[8] ?>&nbsp;</TD>
[3ec149c]66          <TD><INPUT maxlength=3  style="FONT-FAMILY:Arial, Helvetica, sans-serif;FONT-SIZE: 11px;WIDTH:30" name=ordprocedimiento type=text value=""></TD></TR>
67        <!-------------------------------------------------------------------------------------------------------------------------------->
68                 <TR HEIGHT=10><TD colspan=4>&nbsp; <HR></TD></TR>
69        <!-------------------------------------------------------------------------------------------------------------------------------->
70         <TR>
71          <TD><INPUT  onclick="clic_mktarea(this)"  name=sw_mktarea type=checkbox></TD>
[d47323ec]72          <TD colspan=3><? echo $TbMsgAux[9] ?>&nbsp;</TD></TR>
[3ec149c]73
74         <TR>
75          <TD>&nbsp; </TD>
76          <TD><INPUT onclick="clic_nwtarea(this)"  name=sw_tarea type=radio value=0></TD>
[d47323ec]77          <TD><? echo $TbMsgAux[10] ?>&nbsp;</TD>
[3ec149c]78         <TD><INPUT onclick="clic_nomtarea(this)" style="FONT-FAMILY:Arial, Helvetica, sans-serif;FONT-SIZE: 11px" name=nombretarea style="HEIGHT: 22px; WIDTH: 275px"></TD></TR>
79         
80         <TR>
81          <TD>&nbsp; </TD>
82          <TD><INPUT onclick="clic_extarea(this)" name=sw_tarea type=radio value=1></TD>
[d47323ec]83          <TD><? echo $TbMsgAux[11] ?>&nbsp;</TD>
[3ec149c]84          <TD><?echo HTMLSELECT($cmd,$idcentro,'tareas',0,'idtarea','descripcion',275,"tareaexistente");?></TD></TR>
85
86         <TR>
87          <TD>&nbsp; </TD>
88          <TD>&nbsp; </TD>
[d47323ec]89          <TD><? echo $TbMsgAux[12] ?>&nbsp;</TD>
[3ec149c]90          <TD><INPUT maxlength=3  style="FONT-FAMILY:Arial, Helvetica, sans-serif;FONT-SIZE: 11px;WIDTH:30" name=ordtarea type=text value=""></TD></TR>
91        <!-------------------------------------------------------------------------------------------------------------------------------->
92        </TABLE>
93</FORM>
94
Note: See TracBrowser for help on using the repository browser.