-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathPayRegistrationFee.php
116 lines (112 loc) · 7.74 KB
/
PayRegistrationFee.php
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
<?php
$title = "Pay Registration Fee | ICHSA 2018";
$id_name = 'id="pay-registration-fee-page"';
include 'include/php/head.php';
?>
<main>
<div class="container">
<div id="card-panel-type" class="section">
<h4 class="heading" style="text-align:center;font-size:35px;">Pay Registration Fee</h4>
<div class="divider"></div>
<div class="section">
<div class="row">
<div class="col s12">
<div class="card-panel">
<span class="black-text">The participants are requested to read the following instructions carefully before making
the payment.</span>
<ul class="collection">
<li class="collection-item">1. The authors are advised to carefully choose their category of payment from Registration
Fee details link.</li>
<li class="collection-item">2. An optional limited shared accommodation shall be provided to the Indian participants
on payment basis, the participants are required to pay a fixed amount of Rs. 1000/-
(for all days) in addition to registration fee.</li>
<li class="collection-item">3. The accompany person will also be required to pay the accommodation fee in addition
to the registration fee.</li>
<li class="collection-item">4. In case accommodation is not required please pay only registration fee.</li>
</ul>
<br>
<span class="black-text">Example: If an author chooses for conference accommodation.</span>
<ul class="collapsible">
<li class="active">
<div class="collapsible-header active">
<i class="material-icons">person</i>Without accompany person</div>
<div class="collapsible-body">
<span>Registration Fee + Accommodation Fee (Rs. 1000/-)</span>
</div>
</li>
</ul>
<ul class="collapsible">
<li class="active">
<div class="collapsible-header active">
<i class="material-icons">group</i>With accompany person</div>
<div class="collapsible-body">
<span>Registration Fee + Accompany Person Fee + Accommodation Fee (Rs. 2000*/-)</span>
</div>
</li>
</ul>
<p class="note-text">
<strong>Note:</strong>
*includes the accommodation of both, participant as well as accompany person.
</p>
<span class="black-text">The authors have the following two options to pay the total amount. Please pay the total
sum all fees together.</span>
<div class="row" style="padding:10px">
<div class="col s12">
<div class="card blue-grey">
<div class="card-content white-text">
<h3 class="card-title">Bank Transfer</h3>
<code>
<label class="white-text" style="font-size:16px;font-weight:bold;">Beneficiary Name: </label> BML Munjal University
<br>
<label class="white-text" style="font-size:16px;font-weight:bold;">Bank Name : </label> YES Bank Ltd.
<br>
<label class="white-text" style="font-size:16px;font-weight:bold;">Type of Account : </label> Saving
<br>
<label class="white-text" style="font-size:16px;font-weight:bold;">Account Number : </label> 001694600000631
<br>
<label class="white-text" style="font-size:16px;font-weight:bold;">IFSC Code : </label> YESB0000016
<br>
<label class="white-text" style="font-size:16px;font-weight:bold;">SWIFT CODE : </label> YESBINBB
<br>
<label class="white-text" style="font-size:16px;font-weight:bold;">MICR : </label> 110532006
<br>
<label class="white-text" style="font-size:16px;font-weight:bold;">Address : </label> D-12, South Extension Part-II, New Delhi-110049
<br>
</code>
</div>
</div>
</div>
</div>
<br>
<h4 class="center-align">Or</h4>
<br>
<div class="row" id="payu" style="padding:10px">
<div class="col s12">
<div class="card blue-grey">
<div class="card-content white-text">
<h3 class="card-title">Online Transfer</h3>
<code>
<label class="white-text" style="font-size:16px;font-weight:bold;">PayU link: </label>
<a class="yellow-text" href="https://tinyurl.com/ICHSA2018registration" target="_blank">https://www.payumoney.com/ICHSA2018registration</a>
</code>
</div>
</div>
</div>
</div>
<p class="note-text red-text">
<strong>Note:</strong>
<br>
1. Please note the transaction details and register online after the payment.
<br> 2. The original receipt of the payment shall be given in the name of the registering
author at the conference venue.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<?php
include 'include/php/foot.php';
?>