Diferencia entre revisiones de «Clientes (HTML)/Ejemplo»
De ENLACE
(Página creada con « <nowiki> <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta...») |
(Sin diferencias)
|
Revisión de 12:27 30 jul 2014
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="Author" content="Gustavo C SANTIAGO"> <meta name="GENERATOR" content="Mozilla/4.7 [en] (Win95; I) [Netscape]"> <title>LISTADO de CLIENTES</title> </head> <body> <div align=right><!$MG_FECHA></div> <h2> LISTADO DE CLIENTES</h2> <hr SIZE=1 NOSHADE WIDTH="100%"> <br> <center> <table BORDER COLS=3 WIDTH="100%" > <tr> <td>CODIGO</td> <td>NOMBRE</td> <td>CUIT</td> </tr> <!$MGREPEAT> <tr> <td><!$MG_CLIENTE></td> <td><!$MG_RAZON></td> <td><!$MG_CUIT></td> </tr> <!$MGENDREPEAT> </table> </center> </body> </html>
Clientes (HTML)/Ejemplo