diff options
author | pablombg <noreply@opengnsys.es> | 2017-11-08 12:30:17 +0000 |
---|---|---|
committer | pablombg <noreply@opengnsys.es> | 2017-11-08 12:30:17 +0000 |
commit | 043e67df0eb136868ca7d5852e9753026cb23bb8 (patch) | |
tree | 98f1bd2e2b04f688bcfc49886ad6a8307f5f227a /admin/WebConsole/comandos/EjecutarScripts.php | |
parent | 41c430a39d97215f81cb82032b6402a6473e7d03 (diff) |
#814: Sustituir las etiquetas cortas de php por el formato largo
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5502 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/comandos/EjecutarScripts.php')
-rw-r--r-- | admin/WebConsole/comandos/EjecutarScripts.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/admin/WebConsole/comandos/EjecutarScripts.php b/admin/WebConsole/comandos/EjecutarScripts.php index 35873049..539e78c4 100644 --- a/admin/WebConsole/comandos/EjecutarScripts.php +++ b/admin/WebConsole/comandos/EjecutarScripts.php @@ -1,4 +1,4 @@ -<? +<?php // ************************************************************************************************************************************************* // Aplicación WEB: ogAdmWebCon // Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla @@ -33,11 +33,11 @@ if (!$cmd) <SCRIPT language="javascript" src="./jscripts/EjecutarScripts.js"></SCRIPT> <SCRIPT language="javascript" src="./jscripts/comunescomandos.js"></SCRIPT> <SCRIPT language="javascript" src="../clases/jscripts/HttpLib.js"></SCRIPT> - <? echo '<SCRIPT language="javascript" src="../idiomas/javascripts/'.$idioma.'/comandos/ejecutarscripts_'.$idioma.'.js"></SCRIPT>'?> - <? echo '<SCRIPT language="javascript" src="../idiomas/javascripts/'.$idioma.'/comandos/comunescomandos_'.$idioma.'.js"></SCRIPT>'?> + <?php echo '<SCRIPT language="javascript" src="../idiomas/javascripts/'.$idioma.'/comandos/ejecutarscripts_'.$idioma.'.js"></SCRIPT>'?> + <?php echo '<SCRIPT language="javascript" src="../idiomas/javascripts/'.$idioma.'/comandos/comunescomandos_'.$idioma.'.js"></SCRIPT>'?> </HEAD> <BODY> -<? +<?php echo '<p align=center><span class=cabeceras>'.$TbMsg[5].' </span><br>'; //________________________________________________________________________________________________________ // @@ -45,22 +45,22 @@ if (!$cmd) //________________________________________________________________________________________________________ ?> <P align=center> - <SPAN align=center class=subcabeceras><? echo $TbMsg[10] ?></SPAN> + <SPAN align=center class=subcabeceras><?php echo $TbMsg[10] ?></SPAN> <form align=center name="fdatos"> <table align=center class=tabla_datos border="0" cellpadding="0" cellspacing="1"> <tr> - <th><? echo $TbMsg[12] ?></th> - <td><input type="radio" name="modoejecucion" value="false"><? echo $TbMsg[13] ?> - <input type="radio" name="modoejecucion" value="true" checked><? echo $TbMsg[14] ?> + <th><?php echo $TbMsg[12] ?></th> + <td><input type="radio" name="modoejecucion" value="false"><?php echo $TbMsg[13] ?> + <input type="radio" name="modoejecucion" value="true" checked><?php echo $TbMsg[14] ?> </td> </tr> <tr> - <th> <? echo $TbMsg[9]?> </th> + <th> <?php echo $TbMsg[9]?> </th> <td><textarea class="cajatexto" name="codigo" cols="70" rows="18"></textarea></td></tr> - <tr> <th align=center colspan="3"><? echo $TbMsg[15] ?></th></tr> + <tr> <th align=center colspan="3"><?php echo $TbMsg[15] ?></th></tr> </table> </form> - <? + <?php //________________________________________________________________________________________________________ include_once("./includes/formularioacciones.php"); //________________________________________________________________________________________________________ |