-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCertificateFileUpload.aspx
161 lines (153 loc) · 9.07 KB
/
CertificateFileUpload.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CertificateFileUpload.aspx.cs" Inherits="CertificateFileUpload" %>
<!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 id="Head1" runat="server">
<title>File Upload</title>
<script>
function validatePage() {
flagProcessing = true;
}
function disableBotonPagar() {
var boton = document.getElementById('btnPagar2');
if (boton != null) {
boton.style.visibility = 'hidden';
//document.TransactionPrepaid.TxtNumRef.value = "";
}
}
</script>
<style type="text/css">
.style14
{
height: 22px;
}
</style>
</head>
<body background="Images2/SQUARE.GIF" bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0">
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<table align="center" bgcolor="#ffffff" bordercolor="white" cellpadding="0"
cellspacing="0" style="width: 344px; position: static; height: 220px">
<tr>
<td style="height: 1px">
<asp:PlaceHolder ID="phTopBanner" runat="server"></asp:PlaceHolder>
</td>
</tr>
<tr>
<td>
<table align="center" border="0" cellpadding="0" cellspacing="0" style="width: 739px;
height: 425px" bgcolor="White">
<tr>
<td align="left" background="Images/bk.bmp" class="style14" bgcolor="#F4F4F4">
<asp:Label ID="Label3" runat="server" Font-Bold="True"
Font-Names="tahoma" Font-Size="11pt" ForeColor="#004C97"
Text="Sale Files Upload"></asp:Label>
</td>
<td class="style14" align="right" bgcolor="#F4F4F4">
<asp:Button ID="BtnExit" runat="server" BackColor="#004C97"
BorderColor="White"
BorderWidth="1px" Font-Names="tahoma" ForeColor="White"
Height="23px" OnClick="BtnExit_Click"
TabIndex="43" Text="Exit" Width="95px" Font-Size="9pt"
BorderStyle="Solid" />
</td>
</tr>
<td style="height: 1px;" colspan="2" bgColor="#FFE189"></td>
<tr style="font-size: 12pt; color: #000000; font-family: Times New Roman">
<td align="center" colspan="2">
<asp:Label ID="Label2" runat="server" Font-Bold="False" Font-Italic="False" Font-Names="tahoma"
Font-Size="10pt" Text="File:"></asp:Label> <asp:FileUpload
ID="FileUpload1" runat="server"
Font-Names="tahoma" Font-Size="9pt" />
</td>
</tr>
<tr style="font-size: 12pt; color: #000000; font-family: Times New Roman">
<td align="center" colspan="2">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Upload"
Font-Names="tahoma" Font-Size="9pt" Width="243px" />
</td>
</tr>
<tr style="font-size: 12pt; color: #000000; font-family: Times New Roman">
<td align="center" colspan="2">
</td>
</tr>
<tr style="font-size: 12pt; color: #000000; font-family: Times New Roman">
<td valign="top" align="center" colspan="2">
<%--<asp:UpdatePanel ID="UpdatePanel1" runat="server">--%>
<asp:UpdateProgress ID="UpdateProgress3" runat="server"
DisplayAfter="8">
<ProgressTemplate>
<img alt="" src="Images2/loader.gif" style="width: 35px; height: 35px" />
<span><span class="style5"> </span><span
class="style6">Please wait...</span></span>
</ProgressTemplate>
</asp:UpdateProgress>
<%--</asp:UpdatePanel>--%>
</td>
</tr>
<tr style="font-size: 12pt; color: #000000; font-family: Times New Roman">
<td valign="top" align="center" colspan="2">
</td>
</tr>
<tr style="font-size: 12pt; color: #000000; font-family: Times New Roman">
<td valign="top" align="center" colspan="2">
</td>
</tr>
<tr style="font-size: 12pt; color: #000000; font-family: Times New Roman">
<td valign="top" align="center" colspan="2">
<asp:Label ID="Label4" runat="server" Font-Bold="False" Font-Italic="False" Font-Names="tahoma"
Font-Size="10pt" Text="Existing SRO Files"></asp:Label></td>
</tr>
<tr style="font-size: 12pt; color: #000000; font-family: Times New Roman">
<td valign="top" align="center" colspan="2">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:DropDownList ID="ddlMonth" runat="server" AutoPostBack="True"
onselectedindexchanged="ddlMonth_SelectedIndexChanged" Width="100px">
</asp:DropDownList>
<asp:DropDownList ID="ddlYear" runat="server" AutoPostBack="True"
onselectedindexchanged="ddlMonth_SelectedIndexChanged" Width="100px">
</asp:DropDownList>
<br />
<br />
<asp:Button ID="btnIsClosed" runat="server" Font-Names="tahoma" Font-Size="9pt"
OnClick="btnIsClosed_Click" Text="Close" Visible="False" Width="243px" />
<br />
<br />
</ContentTemplate>
</asp:UpdatePanel>
</td>
</tr>
<tr style="font-size: 12pt; color: #000000; font-family: Times New Roman">
<td valign="top" align="center" colspan="2">
</td>
</tr>
<tr style="font-size: 12pt; color: #000000; font-family: Times New Roman">
<td valign="top" align="center" colspan="2">
</td>
</tr>
<tr style="font-size: 12pt; color: #000000; font-family: Times New Roman">
<td valign="top" align="center" colspan="2">
</td>
</tr>
<tr style="font-size: 12pt; color: #000000; font-family: Times New Roman">
<td valign="top" align="center" colspan="2">
</td>
</tr>
<tr style="font-size: 12pt; color: #000000; font-family: Times New Roman">
<td valign="top" align="center" colspan="2">
</td>
</tr>
<tr style="font-size: 12pt; color: #000000; font-family: Times New Roman">
<td valign="top" align="center" colspan="2">
</td>
</tr>
</table>
</td>
</tr>
</table>
<asp:Literal ID="litPopUp" runat="server" Visible="False"></asp:Literal>
</form>
</body>
</html>