source: admin/WebConsole/asistentes/includes/opcionesacciones.php @ b9a6500

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 b9a6500 was eb3e2b8, checked in by adv <adv@…>, 14 years ago

branch 1.0 menu asistentes

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

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