-
Notifications
You must be signed in to change notification settings - Fork 0
/
team1.html
114 lines (104 loc) · 4.11 KB
/
team1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>**Jugador numero 12**</title>
<!-- ENLAZAMOS HOJA DE ESTILO -->
<link rel="stylesheet" type="text/css" href="./css/gen.css" />
</head>
<body>
<div id="genLayer">
<!-- DIVISION DE CABECERA -->
<div id="headBox">
<a name="top">
<img src="./img/bannerPrototipo.gif" alt="banner" id="topBanner" /> </a>
</div>
<!-- DIVISION DEL MENU IZQUIERDO -->
<div id="leftMenuBar">
<div id='cssmenu'>
<ul>
<li><a href='profile.html'><span>Perfil</span></a></li>
<li><a href='skills.html'><span>Habilidades</span></a></li>
<li><a href='actions.html'><span>Acciones</span></a></li>
<li><a href='fans.html'><span>Afición</span></a></li>
<li><a href='stats.html'><span>Estadísticas</span></a></li>
<li><a href='classification.html'><span>Clasificación</span></a></li>
<li><a href='nextgame.html'><span>Partido</span></a></li>
</ul>
</div>
</div>
<!-- DIVISION CENTRAL/CONTENIDO/BANNER -->
<div id="contentSection">
<table width="100%" border="0" cellpadding="5px">
<tr style="background-color: #c4c6f5">
<td align="center"><h3>PAGINA DEL EQUIPO1</h3></td>
</tr>
<tr style="background-color: #d9daf9">
<td>
<img src="./img/shield.jpg" width="175px" height="175px" align="left" hspace="10px">
<p><u><b>Equipo1</b></u></p>
Descripcion.
</td>
</tr>
<tr style="background-color: #7ee0d1">
<td align="center">Estado del equipo</td>
</tr>
<tr style="background-color: #a4e1c8">
<td>El equipo está en el puesto 1 de Primera División con 33 puntos. El próximo encuentro es contra el Equipo2.</td>
</tr>
<tr style="background-color: #7ee0d1">
<td align="center">Acciones de la afición en curso</td>
</tr>
<tr style="background-color: #a4e1c8">
<td align="center"><img src="./img/actionsPrototipoGuild.gif" height="125px"></td>
</tr>
<tr style="background-color: #7ee0d1">
<td align="center">Miembros de la afición</td>
</tr>
<tr style="background-color: #a4e1c8">
<td>Usuario3</td>
</tr>
<tr style="background-color: #a4e1c8">
<td>Usuario4</td>
</tr>
<tr style="background-color: #a4e1c8">
<td>Usuario5</td>
</tr>
<tr style="background-color: #a4e1c8">
<td>Usuario6</td>
</tr>
<tr style="background-color: #a4e1c8">
<td>Usuario7</td>
</tr>
<tr style="background-color: #a4e1c8">
<td>Usuario8</td>
</tr>
<tr style="background-color: #a4e1c8">
<td>Usuario9</td>
</tr>
<tr style="background-color: #a4e1c8">
<td>Usuario234</td>
</tr>
<tr style="background-color: #a4e1c8">
<td><a href="#">Página siguiente</a></td>
</tr>
</table>
</div>
<!-- DIVISION DEL MENU DERECHO -->
<div id="rightMenuBar">
<img width="150px" src="./img/EstadoJugador.gif" style="padding-bottom: 10px">
<div id='cssmenu'>
<ul>
<li><a href='account.html'><span>Mi Cuenta</span></a></li>
<li><a href='messages.html'><span>Mensajes (0)</span></a></li>
<li><a href='index.html'><span>Logout</span></a></li>
</ul>
</div>
</div>
<!-- DIVISION DEL PIE DE PÁGINA -->
<div id="bottomBox">
<a href="#top">Ir arriba</a>
</div>
</div> <!-- End GenLayer -->
</body>
</html>