Mini Shell

Direktori : /proc/self/root/proc/self/root/home/rizant5/public_html_old/
Upload File :
Current File : //proc/self/root/proc/self/root/home/rizant5/public_html_old/offline.php

<?php require_once('function-file.php');
require_once('function-menu.php');
require_once('function-testo-footer.php');
require_once('config.php');
$stu_id=$_GET['usf'];
$data=$conn->prepare("select * from student_reg a left join courses b on a.course_id=b.course_id where stu_id='$stu_id'");
$data->execute();$row=$data->fetch();
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">
    <title>Home | Lanka Virtual Academy</title>
	<?php commoncss();?>
    <style>.table>tbody>tr>td{border:none;}table{border: 1px solid #e7e7e7;}
        .divider{
            width:80%;
            border-top: 1px solid #e7e7e7;
            height:1px;
            margin-top:25px;
            margin-bottom:25px;
            margin-left:auto;
            margin-right:auto;
        }
    </style>
</head><!--/head-->
<body class="homepage">
    <?php headermenu();?>
     <section >
   		<div class="container">
            <div class="row" align="center">
                <div class="col-sm-12">
                <h2 style="margin-bottom:10px;"><span style="font-size:16px;">Lanka Virtual Academy</span> ආයතනයට ඔබව සාදරයෙන් පිළිගනිමු !</h2>
                <h4 style="font-size:18px;">ඔබේ පාඨමාලාව සක්‍රිය කරගන්නේ කෙසේද?</h4><br>
                <p style="color: #000;line-height:25px;margin-top:-10px;">
                    කරුණාකර අපගේ ලැයිස්තුගත බැංකු ගිණුම්වලින් එකක් තෝරා ගන්න.<br/>
                    පාඨමාලාව සඳහා ගාස්තුව සෘජුවම හෝ online ක්‍රමයට ගෙවන්න.<br/>
                    ඔබ ගෙවූ මුදල තහවුරු කිරීම සඳහා 011 599 89 89  හෝ  077 442 95 17 <br/>
                    යන දුරකථන අංකවලට අමතන්න.
                </p>
                <p>ඔබ තෝරාගත් පාඨමාලාව සඳහා ගාස්තුව පහත පරිදි වේ.</p>

                <div class="divider"></div>

                <h2 style="font-size:16px;margin-bottom:15px;">Lanka Virtual Academy உங்களை அன்புடன் வரவேற்கிறது !</h2>
                <h4 style="font-size:13px;">உங்கள் பாடநெறியை செயல்படுத்த பின்பற்ற வேண்டியவை:</h4><br>
                <p style="color: #000;line-height:25px; font-size:12px;">
                கீழ் தரப்பட்டுள்ள வங்கிக் கணக்குகளில் ஒன்றைத் தெரிவுசெய்யவும்.<br/>
                பாடநெறிக்கான கட்டணத்தை நேரடியான வங்கி வைப்பு மூலமாக அல்லது ஆன்லைன் பரிமாற்றம் (online bank transfer) மூலமாக செலுத்தவும்.<br/>
                செலுத்திய கட்டணத்தை உறுதி செய்துகொள்வதற்காக 011 599 8989 அல்லது 077 442 9517 ஆகிய தொலைபேசி எண்களை தொடர்புகொள்ளவும்.<br/>

                </p>
                <p>நீங்கள் தெரிவு செய்த பாடநெறி மற்றும் வருடத்திற்கான பாடநெறிக் கட்டணம் என்பன கீழே தரப்படுகின்றன.</p>

                <div class="divider"></div>

                <h2>Welcome To Lanka Virtual Academy!</h2>
                <h4>How To Proceed With Activating Your Course?</h4><br>
                <p style="color: #000;line-height:25px">Please select one of our below listed Bank Accounts
                <br>
                Make a direct deposit or online transfer of the course fees to the selected Bank Account
                <br>
                Call 011 599 8989 | 077 442 9517 to confirm the payment or,
                <br>
                Email a scanned copy of the payment confirmation to : subscription@lankavirtualacademy.com
                </p>
                <p>Your chosen Course and the Subscription Fees for the complete School Year is as follows:</p>



        <h4><?php echo "<span>Course Selected:</span> ".$row['course_name']; ?></h4>
        <div class="price-deduction-comp">
            <ul>

            <?php
                $pcnt = $row['discount'];
                $prc = $row['course_fees'];
                $deduct = ($prc / 100) * $pcnt;
                $finalAmount = $prc - $deduct;
            ?>

                <li><?php echo "<span>Course Subscription Fees:</span> LKR ".$row['course_fees'].".00"; ?></li>
                <li><?php echo "<span>".$row['discount']." % Discount:</span> LKR ".$deduct.".00"; ?></li>
                <li><?php echo "<span>Amount Payable:</span> LKR ".$finalAmount.".00"; ?></li>
            </ul>
        </div>


                
                </div>
                <div class="col-sm-12">
                <hr />
                	<table class="table table-stripped" style="max-width:500px;" align="center">
                    <tr>
                    	<td><img src="images/bank/combank.gif"/></td>
                        <td><h4>Commercial Bank</h4>(Direct Deposit or Online Money Transfer)</td>
                    </tr>
                     <tr>
                    	<td>Account Number</td><td>100 - 005 - 0330</td>
                    </tr>
                     <tr>
                    	<td>Beneficiary Name</td><td>Lanka Virtual Academy (Pvt) Ltd</td>
                    </tr>
                    <tr>
                    	<td>Bank Branch</td><td>Nawalapitiya</td>
                    </tr>
                    </table>
                    <br />
                    	<table class="table table-stripped" style="max-width:500px;" align="center">
                    <tr>
                    	<td><img src="images/bank/sampath.gif"/></td>
                        <td><h4>Sampath Bank</h4>(Direct Deposit or Online Money Transfer)</td>
                    </tr>
                     <tr>
                    	<td>Account Number</td><td>0195 - 1000 - 0814</td>
                    </tr>
                     <tr>
                    	<td>Beneficiary Name</td><td>Lanka Virtual Academy (Pvt) Ltd</td>
                    </tr>
                    <tr>
                    	<td>Bank Branch</td><td>Nawalapitiya</td>
                    </tr>
                    </table>
                    <!--<br />
                    <table class="table table-stripped" style="max-width:500px;" align="center">
                    <tr>
                    	<td><img src="images/bank/peoples.jpg"/></td>
                        <td><h4>People's Bank</h4>(Direct Deposit /  Money Transfer)</td>
                    </tr>
                     <tr>
                    	<td>Account Number</td><td>237-100-1100-16855</td>
                    </tr>
                     <tr>
                    	<td>Payee Name</td><td>Lanka Virtual Academy</td>
                    </tr>
                    </table>
                    <br />
                    <table class="table table-stripped" style="max-width:500px;" align="center">
                    <tr>
                    	<td><img src="images/bank/hnb.png"/></td>
                        <td><h4>Hatton National Bank (HNB)</h4>(Direct Deposit /  Money Transfer)</td>
                    </tr>
                     <tr>
                    	<td>Account Number</td><td>056 - 0100 - 19334</td>
                    </tr>
                     <tr>
                    	<td>Payee Name</td><td>Lanka Virtual Academy</td>
                    </tr>
                     <tr>
                    	<td>Bank Branch</td><td>Kiribathgoda</td>
                    </tr>
                    </table>
                     <br />
                    <table class="table table-stripped" style="max-width:500px;" align="center">
                    <tr>
                    	<td><img src="images/bank/ntb.png"/></td>
                        <td><h4>Nations Trust Bank (NTB)</h4>(Direct Deposit /  Money Transfer)</td>
                    </tr>
                     <tr>
                    	<td>Account Number</td><td>100 - 1600 - 00282</td>
                    </tr>
                     <tr>
                    	<td>Payee Name</td><td>Lanka Virtual Academy</td>
                    </tr>
                     <tr>
                    	<td>Bank Branch</td><td>Kiribathgoda</td>
                    </tr>
                    </table>-->
                    <hr >
                    <p><b>Should you have difficulty in completing any of the above steps<br>
please feel free to contact us at 011 599 8989 | 077 442 9517 any time, we are ready to help 24/7.</b></p>

                </div>
              </div>
           </div>
   </section>
     <?php testofooter();  newssletter();  ?>

<?php footer(); commonjs();?> 
</body>
</html>

Zerion Mini Shell 1.0