-
Notifications
You must be signed in to change notification settings - Fork 0
/
Default.aspx
136 lines (132 loc) · 5.34 KB
/
Default.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!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: 409px;
}
.auto-style2 {
width: 184px;
}
.auto-style3 {
width: 692px;
}
.auto-style4 {
width: 56px;
}
.auto-style5 {
width: 184px;
height: 170px;
}
.auto-style6 {
width: 692px;
height: 170px;
}
.auto-style7 {
width: 56px;
height: 170px;
}
.auto-style8 {
height: 170px;
}
.auto-style9 {
width: 184px;
height: 43px;
}
.auto-style10 {
width: 692px;
height: 43px;
}
.auto-style11 {
width: 56px;
height: 43px;
}
.auto-style12 {
height: 43px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="Label1" runat="server" Text="Default"></asp:Label>
</div>
<table class="auto-style1">
<tr>
<td class="auto-style2"> </td>
<td class="auto-style3"> </td>
<td class="auto-style4"> </td>
<td class="auto-style4"> </td>
<td> </td>
</tr>
<tr>
<td class="auto-style5"></td>
<td class="auto-style6">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Height="143px" Width="686px">
<Columns>
<asp:CommandField ShowSelectButton="True" />
<asp:BoundField DataField="IdAviso" HeaderText="IdAviso" />
<asp:BoundField DataField="FechaInicial" HeaderText="FechaInicial" />
<asp:BoundField DataField="FechaFinal" HeaderText="FechaFinal" />
<asp:BoundField DataField="Categoria" HeaderText="Categoria" />
<asp:BoundField DataField="TipoAviso" HeaderText="TipoAviso" />
</Columns>
</asp:GridView>
</td>
<td class="auto-style7"></td>
<td class="auto-style7"></td>
<td class="auto-style8"></td>
</tr>
<tr>
<td class="auto-style2"> </td>
<td class="auto-style3"> </td>
<td class="auto-style4"> </td>
<td class="auto-style4"> </td>
<td> </td>
</tr>
<tr>
<td class="auto-style2"> </td>
<td class="auto-style3"> </td>
<td class="auto-style4"> </td>
<td class="auto-style4"> </td>
<td> </td>
</tr>
<tr>
<td class="auto-style2"> </td>
<td class="auto-style3"> </td>
<td class="auto-style4"> </td>
<td class="auto-style4"> </td>
<td> </td>
</tr>
<tr>
<td class="auto-style2"> </td>
<td class="auto-style3"> </td>
<td class="auto-style4"> </td>
<td class="auto-style4"> </td>
<td> </td>
</tr>
<tr>
<td class="auto-style9"></td>
<td class="auto-style10">
<asp:Button ID="btnLimpiar" runat="server" Text="Limpiar" />
</td>
<td class="auto-style11"></td>
<td class="auto-style11"></td>
<td class="auto-style12"></td>
</tr>
<tr>
<td class="auto-style2"> </td>
<td class="auto-style3"> </td>
<td class="auto-style4"> </td>
<td class="auto-style4"> </td>
<td> </td>
</tr>
</table>
</form>
</body>
</html>