forked from ECLK/pdf-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
payment-receipt.html
82 lines (78 loc) · 5.55 KB
/
payment-receipt.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
<html>
<head>
<style>
.header-left { grid-area: leftheader; background-color: azure;}
.header { background-color: white; vertical-align: bottom;text-align: center;}
.banner { grid-area: banner; text-align: center; background-color: #4c4f9e; color: azure; font-size: 2em;}
.form { grid-area: form; background-color: white; font-size: 10px;align-content: center;margin-left: auto;
margin-right: auto;
width: 21cm}
.container {
display: grid;
grid-template-areas:
'header'
'banner'
'form';
grid-gap: 20px;
background-color: white;
padding: 10px;
}
input{
border: 0;
border-bottom: 1px solid black;
border-style: dotted;
background: none;
margin-top: 25px;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<label>1981 අoක 15 දරන ජනාධිපතිවරයා තෝරා පත්කර ගැනීම පිළිබද පනත </label> <br>
<label>Presidential Elections Act,No. 15 of 1981</label> <br>
<label>ඇප මුදල් කුවිතාන්සිය / Deposit Receipt</label>
</div>
<!-- <div class="banner">
RENT PAYMENT RECEIPT
</div> -->
<div class="form">
<div style="width: 100%;margin-bottom: 20px">
<label style="margin-left: 252px;">1981 අoක 15 දරන ජනාධිපතිවරයා තෝරා පත්කර ගැනීම පිළිබද පනතේ 8 වන වගන්තිය යටතේ ඇප මුදල් වශයෙන් වලංගු මුදලෙන් රුපියල් </label>
<input type="text" style="width:88%"> <label>මුදලක්</label><br>
<input type="text" style="width:93%"> <label>පදිංචි</label> <br>
<input type="text" style="width:80%"> <label>මහතා / මහත්මිය / මෙනවිය ගෙන් </label>
<input type="text" style="width:82%"> <label>විසින් නාම යෝජනා කරන ලද </label> <br>
<label style="margin-left: 30%">(පිළිගත් දේශපාලන පක්ෂය / පක්ෂය / චන්ද හිමියා)</label><br>
<input type="text" style="width:84%"> <label>වෙනුවෙන් භාර ගන්නා ලදී </label> <br>
<label style="margin-left: 36%">(අපේක්ෂකයාගේ නම)</label><br>
<label >ඇප මුදල් තැන්පත් කල දිනය :</label><input type="text" style="width:47%"><br>
<label >ඇප මුදල් තැන්පත් කල වෙලාව :</label><input type="text" style="width:47%"><br>
<label >ඇප මුදල් ප්රමාණය රු. :</label><input type="text" style="width:47%"><br>
<input type="text" style="width:30%;margin-left: 67%"><br>
<label style="margin-left: 76%">බලය පවරන ලද නිලධාරී</label>
<label style="margin-left: 73%">(මැතිවරණ කොමිෂන් සභාව වෙනුවට)</label>
<input type="text" style="width:20%"><label>වැනි දින,</label><br>
<label>කොළඹ දීය</label>
</div>
<div style="width: 100%;font-size: 12px;">
<label style="margin-left: 12%;">Recevied from Mr./Mrs./Miss</label>
<input type="text" style="width:66%"> <br>
<label>of (address)</label> <input type="text" style="width:84%"> <label>on behalf</label> <br>
<label>of candidate (name)</label> <input type="text" style="width:77%"> <label>nominated by</label> <br>
<label>(name of Recognised Political Party/Party/Elector)</label> <input type="text" style="width:61%"> <label>a sum of</label> <br>
<label>Rupees</label> <input type="text" style="width:54%"> <label>in legal tender being deposit under Section 8 of the Presidential</label> <br>
<label >Elections Act, No. 15 of 1981.</label><br>
<label >Date of Deposit :</label><input type="text" style="width:47%"><br>
<label >Time of Deposit :</label><input type="text" style="width:47%"><br>
<label >Amount of Deposit Rs. :</label><input type="text" style="width:47%"><br>
<label>Colombo,</label><br>
<input type="text" style="width:30%;margin-left: 67%"><br>
<label style="margin-left: 76%">Authorized Officer</label>
<label style="margin-left: 73%">(For Eleection Commission)</label>
<input type="text" style="width:20%"><br>
</div>
</div>
</div>
</body>
</html>