Diferencia entre revisiones de «Clientes (HTML)/Ejemplo»

De ENLACE
Saltar a: navegación, buscar
Línea 1: Línea 1:
<nowiki>
+
<syntaxhighlight lang="html5">
 
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
 
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
 
<html>
 
<html>
Línea 43: Línea 43:
 
</html>
 
</html>
  
</nowiki>
+
</syntaxhighlight>
 
<noinclude>{{EJ}}</noinclude>
 
<noinclude>{{EJ}}</noinclude>

Revisión de 13:13 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>&nbsp;
<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>