lgromero-new-oglive
Last change
on this file was
b6ec162,
checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago
|
#834: Remove all redundant PHP closing tags.
|
-
Property mode set to
100644
|
File size:
327 bytes
|
Line | |
---|
1 | <?php |
---|
2 | echo '<TABLE align=center>'; |
---|
3 | echo '<TR>'; |
---|
4 | echo '<TD><A href=#><IMG border=0 src="../images/boton_cancelar.gif" onclick="cancelar()"></A></TD>'; |
---|
5 | echo '<TD width=20></TD>'; |
---|
6 | echo '<TD><A href=#><IMG border=0 src="../images/boton_confirmar.gif" onclick="confirmar('.$opcion.')" ></A></TD>'; |
---|
7 | echo '</TR>'; |
---|
8 | echo '</TABLE>'; |
---|
9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.