-
Notifications
You must be signed in to change notification settings - Fork 0
/
getMassTraitementDetails.aspx
116 lines (113 loc) · 7.1 KB
/
getMassTraitementDetails.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
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="getMassTraitementDetails.aspx.cs" Inherits="getMassTraitementDetails" %>
<!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 runat="server">
<title>Payline demo</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<div>
<div>
<div style="text-align: center">
<h2 style="text-align: left">
<span style="color: #ff6600">
<asp:HyperLink ID="HyperLink2" runat="server" Font-Size="Medium" NavigateUrl="~/Index.aspx">Back to Index</asp:HyperLink></span><span
style="color: #ff6600; font-family: Arial;"> </span></h2>
<h2>
<span style="color: #ff6600">
<asp:Image ID="Image1" runat="server" ImageUrl="~/logo.gif" /></span> </h2>
<h2>
<span style="color: #5f5f5f; font-family: Arial">Get mass treatment details</span></h2>
<span style="color: #ff6600"></span>
<hr style="font-family: Arial" />
<p>
<asp:Label ID="LabelError" runat="server" Font-Bold="True" ForeColor="Red" Text="Error"
Visible="False"></asp:Label><span style="font-family: Arial"> </span></p>
<p>
<table style="width: 698px; text-align: center; font-family: Arial;">
<tr>
<td style="width: 435px; height: 21px; text-align: left">
<strong><span style="color: #97cb00">Result</span></strong></td>
<td style="width: 638px; height: 21px">
</td>
</tr>
<tr>
<td style="width: 435px; height: 21px; text-align: left">
<span style="color: black">Code:</span></td>
<td style="width: 638px; height: 21px">
<asp:TextBox ID="TextBoxResultCode" runat="server" Width="373px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 435px; height: 21px; text-align: left">
<span style="color: #000000">Short message:</span></td>
<td style="width: 638px; height: 21px">
<asp:TextBox ID="TextBoxResultShortMessage" runat="server" Width="373px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 435px; height: 21px; text-align: left">
<span style="color: #000000">Long message:</span></td>
<td style="width: 638px; height: 21px">
<asp:TextBox ID="TextBoxResultLongMessage" runat="server" Width="373px"></asp:TextBox></td>
</tr>
</table>
</p>
<hr style="font-family: Arial" />
<p>
<span style="font-family: Arial"><strong><span style="color: #5f5f5f">Returned results</span></strong><span
style="color: #ff6600"> </span></span>
</p>
<p>
<span style="color: #ff6600"><span><span style="color: #000000"></span></span></span>
</p>
<p>
<span style="font-family: Arial">Returned mass treatment ID: </span>
<asp:TextBox ID="TextBoxReturnedID" runat="server" ReadOnly="True"></asp:TextBox><br />
<span style="font-family: Arial">
Return total lines number: </span>
<asp:TextBox ID="TextBoxTotalLines" runat="server" ReadOnly="True"></asp:TextBox><br />
<span style="font-family: Arial">
Return failed lines number: </span>
<asp:TextBox ID="TextBoxFailedLines" runat="server" ReadOnly="True"></asp:TextBox></p>
<hr style="font-family: Arial" />
<p>
<span style="color: #ff6600">
<table style="width: 844px; text-align: center; font-family: Arial;">
<tr>
<td style="width: 435px; height: 21px; text-align: left">
<span style="color: #ff6600"><strong style="color: #97cb00">Information about treatment </strong></span>
</td>
<td style="width: 638px; height: 21px">
</td>
<td style="width: 638px; height: 21px">
</td>
</tr>
<tr>
<td style="width: 435px; height: 26px; text-align: left">
<span style="color: #000000">
Mass treatment ID: </span>
</td>
<td style="width: 638px; height: 26px">
<asp:TextBox ID="TextBoxMassTraitementID" runat="server" Width="373px"></asp:TextBox></td>
<td style="width: 638px; height: 26px; text-align: left">
<span style="color: #000000">
(Required)</span></td>
</tr>
</table>
<span style="font-family: Arial"> </span></span><span style="font-family: Arial"> </span></p>
<p>
<asp:Button ID="ButtonGetTreatmentDetails" runat="server" OnClick="ButtonDoPayment_Click"
Text="Get treatment details" /> </p>
<p>
<span style="color: #ff6600"></span>
</p>
<p>
<span style="font-family: Arial">
<span style="color: #ff6600"> </span> </span></p>
</div>
</div>
</div>
</div>
</form>
</body>
</html>