-
Notifications
You must be signed in to change notification settings - Fork 0
/
Estadisticas.aspx
118 lines (114 loc) · 4 KB
/
Estadisticas.aspx
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
115
116
117
118
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Estadisticas.aspx.cs" Inherits="Estadisticas" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<style type="text/css">
.auto-style1 {
width: 100%;
height: 408px;
}
.auto-style2 {
height: 51px;
}
.auto-style3 {
width: 388px;
}
.auto-style4 {
height: 51px;
width: 388px;
}
.auto-style5 {
width: 152px;
}
.auto-style6 {
height: 51px;
width: 152px;
}
.auto-style7 {
width: 120px;
}
.auto-style8 {
height: 51px;
width: 120px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="Label1" runat="server" Text="Estadisticas"></asp:Label>
</div>
<table class="auto-style1">
<tr>
<td class="auto-style3">
<asp:Xml ID="Xml1" runat="server"></asp:Xml>
</td>
<td> </td>
<td class="auto-style5"> </td>
<td> </td>
<td class="auto-style7"> </td>
<td> </td>
</tr>
<tr>
<td class="auto-style3"> </td>
<td> </td>
<td class="auto-style5"> </td>
<td> </td>
<td class="auto-style7"> </td>
<td> </td>
</tr>
<tr>
<td class="auto-style3"> </td>
<td> </td>
<td class="auto-style5"> </td>
<td> </td>
<td class="auto-style7"> </td>
<td> </td>
</tr>
<tr>
<td class="auto-style3"> </td>
<td> </td>
<td class="auto-style5"> </td>
<td> </td>
<td class="auto-style7"> </td>
<td> </td>
</tr>
<tr>
<td class="auto-style3"> </td>
<td> </td>
<td class="auto-style5"> </td>
<td> </td>
<td class="auto-style7"> </td>
<td> </td>
</tr>
<tr>
<td class="auto-style3"> </td>
<td> </td>
<td class="auto-style5"> </td>
<td> </td>
<td class="auto-style7"> </td>
<td> </td>
</tr>
<tr>
<td class="auto-style4"></td>
<td class="auto-style2"></td>
<td class="auto-style6"> </td>
<td class="auto-style2"></td>
<td class="auto-style8"> </td>
<td class="auto-style2"></td>
</tr>
<tr>
<td class="auto-style3"> </td>
<td> </td>
<td class="auto-style5"> </td>
<td> </td>
<td class="auto-style7"> </td>
<td> </td>
</tr>
</table>
</form>
</body>
</html>