feat(ch 6 & 7): added

This commit is contained in:
Rafa Muñoz
2025-04-07 12:01:02 +02:00
parent 2a060caea7
commit 38284b033d
169 changed files with 2651 additions and 1 deletions

View File

@@ -0,0 +1,140 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Partido Ap B</title>
</head>
<body>
<table width="90%" border="1" align="center" style="background-image: url('recursos/pista.jpg')">
<tr>
<td></td>
<td><img src="recursos/cbcLucena.png" width="30px">Juan
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td><img src="recursos/Unicaja_CB.png" width="30px">Silvia
</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td><img src="recursos/cbcLucena.png" width="30px">Tania
</td>
<td></td>
<td></td>
<td><img src="recursos/cbcLucena.png" width="30px">Antonio
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td><img src="recursos/Unicaja_CB.png" width="30px">Mar
</td>
<td></td>
<td></td>
<td></td>
<td><img src="recursos/Unicaja_CB.png" width="30px">Ainhoa
</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td><img src="recursos/cbcLucena.png" width="30px">Jaime
</td>
<td></td>
<td></td>
<td><img src="recursos/Unicaja_CB.png" width="30px">Luis
</td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td><img src="recursos/cbcLucena.png" width="30px">Esther
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td><img src="recursos/Unicaja_CB.png" width="30px">Chicho
</td>
<td></td>
</tr>
</table>
<p></p>
<table width="90%" border="1" align="center">
<tr>
<th>Tiempo</th>
<th>Jugador</th>
<th>Apodo</th>
<th>Imagen</th>
<th>Descripci&oacute;n</th>
</tr>
<tr>
<td>0:12</td>
<td>Jaime</td>
<td>Arquero</td>
<td><img width="30px" src="recursos/canasta.jpg"></td>
<td>Entrada a canasta y falta personal</td>
</tr>
<tr>
<td>0:33</td>
<td>Ainhoa</td>
<td>Cara de ni&ntilde;a</td>
<td><img width="30px" src="recursos/canasta.jpg"></td>
<td>Triple</td>
</tr>
<tr>
<td>0:58</td>
<td>Antonio</td>
<td>Ara&ntilde;a</td>
<td><img width="30px" src="recursos/falta.jpg"></td>
<td>Falta personal</td>
</tr>
<tr>
<td>1:00</td>
<td>Chicho</td>
<td>Capi</td>
<td><img width="30px" src="recursos/canasta.jpg"></td>
<td>Dos tiros libres anotados</td>
</tr>
<tr>
<td>1:18</td>
<td>Mar</td>
<td>Muralla</td>
<td><img width="30px" src="recursos/falta.jpg"></td>
<td>Falta personal</td>
</tr>
<tr>
<td>2:20</td>
<td>Esther</td>
<td>M&aacute;quina</td>
<td><img width="30px" src="recursos/canasta.jpg"></td>
<td>Triple</td>
</tr>
<tr>
<td>2:33</td>
<td>Juan</td>
<td>SuperJuan</td>
<td><img width="30px" src="recursos/canasta.jpg"></td>
<td>2 puntos</td>
</tr>
</table>
</body>
</html>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="partidoBaloncesto-Ap-b.xsl"?>
<partidoBaloncesto>
<equipo tipo="Local" nombre="Baloncesto Lucena 2" imagen="recursos/cbcLucena.png">
<jugador nombre="Juan" dorsal="8" apodo="SuperJuan" puntos="14" rebotes="3" asistencias="8" posicionX="2" posicionY="1"/>
<jugador nombre="Tania" dorsal="87" apodo="WonderWoman" puntos="18" rebotes="5" asistencias="2" posicionX="1" posicionY="2"/>
<jugador nombre="Antonio" dorsal="23" apodo="Araña" puntos="7" rebotes="4" asistencias="2" posicionX="4" posicionY="2"/>
<jugador nombre="Jaime" dorsal="32" apodo="Arquero" puntos="13" rebotes="1" asistencias="7" posicionX="5" posicionY="4"/>
<jugador nombre="Esther" dorsal="51" apodo="Máquina" puntos="9" rebotes="6" asistencias="6" posicionX="3" posicionY="5"/>
</equipo>
<equipo tipo="Visitante" nombre="Unicaja Baloncesto" imagen="recursos/Unicaja_CB.png">
<jugador nombre="Silvia" dorsal="17" apodo="8 brazos" puntos="8" rebotes="2" asistencias="7" posicionX="7" posicionY="1"/>
<jugador nombre="Mar" dorsal="85" apodo="Muralla" puntos="8" rebotes="9" asistencias="3" posicionX="6" posicionY="3"/>
<jugador nombre="Ainhoa" dorsal="61" apodo="Cara de niña" puntos="15" rebotes="4" asistencias="3" posicionX="10" posicionY="3"/>
<jugador nombre="Luis" dorsal="74" apodo="Cañonero" puntos="12" rebotes="4" asistencias="5" posicionX="8" posicionY="4"/>
<jugador nombre="Chicho" dorsal="4" apodo="Capi" puntos="14" rebotes="6" asistencias="4" posicionX="9" posicionY="5"/>
</equipo>
<historico>
<entrada tiempo="0:12" jugador="Jaime" tipo="canasta">Entrada a canasta y falta personal</entrada>
<entrada tiempo="0:33" jugador="Ainhoa" tipo="canasta">Triple</entrada>
<entrada tiempo="0:58" jugador="Antonio" tipo="falta">Falta personal</entrada>
<entrada tiempo="1:00" jugador="Chicho" tipo="canasta">Dos tiros libres anotados</entrada>
<entrada tiempo="1:18" jugador="Mar" tipo="falta">Falta personal</entrada>
<entrada tiempo="2:20" jugador="Esther" tipo="canasta">Triple</entrada>
<entrada tiempo="2:33" jugador="Juan" tipo="canasta">2 puntos</entrada>
<imagen tipo="canasta">recursos/canasta.jpg</imagen>
<imagen tipo="falta">recursos/falta.jpg</imagen>
</historico>
<pista>recursos/pista.jpg</pista>
</partidoBaloncesto>

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB