0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.145.45.223


Current Path : /var/www/oasis/html_modules_old/
Upload File :
Current File : /var/www/oasis/html_modules_old/collfundtransfer.html

 <script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() {$('#sub_tabs').tabs();});</script> 
 <script src="https://checkout.razorpay.com/v1/checkout.js"></script>

<div id='tabs'>
	<style type="text/css">
		
		.textInputEnabled 
		{
			width: 100%;
		    height: 25px;
		    padding: 3px;
		    font-size: 14px;
		    line-height: 1.42857143;
		    color: #000;
		    background-color: #fff;
		    background-image: none;
		    border: 1px solid #ccc;
		    border-radius: 4px;
		}

		.inputTextarea 
		{
			width: 100%;
		    padding: 3px;
		    font-size: 14px;
		    line-height: 1.42857143;
		    color: #000;
		    background-color: #fff;
		    background-image: none;
		    border: 1px solid #ccc;
		    border-radius: 4px;
		}
		
		table.payment {
			border-collapse: collapse;
		}
		
		table.payment tr td {
			border: 1px solid black;
		}
		
		table.payment tr th {
			border: 1px solid black;
		}

		.button 
		{
	        background-color: #4CAF50;
	        border: none;
	        color: white;
	        padding: 8px 20px;
	        text-align: center;
	        text-decoration: none;
	        display: inline-block;
	        font-size: 13px;
	        margin: 4px 2px;
	        cursor: pointer;
   		 }
	</style>
   <ul>
      <li><a href='#cntr_declaration'>Fund Transfer</a></li>
   </ul>   
	<div id='collbankdet'  align='center' style='padding-top:8px;font-size:13px;padding-left: 2%;padding-right: 2%;'>
		<table class="TableBorder" cellpadding="8" cellspacing="2" width="100%">
			<tbody>

				<tr>
					<td class="topPadding3" align="left" width="13%">
						Amount<font color="red">*</font>
					</td>
					<td>
						<input placeholder="Amount" name="Amount" id="famount"
							maxlength="250" class="textInputEnabled" type="text" autocomplete="off">
					</td>
				</tr>
				<tr>
					<td class="topPadding3" align="left" width="13%">
						Remarks<font color="red">*</font>
					</td>
					<td style="clear: both;width:200px;">
						<textarea style="width : 100%" id = 'fremarks' name = 'Remarks' > </textarea>
					</td>
					<td>
						<span class="raval_submit_td" >
							<span style="cursor: pointer; color:#35721F;line-height: 19px;font-size:14px;font-weight:bold;" onclick="getcollbankdet()">Pay</span>
						</span>
					</td>
				</tr>
			</tbody>
		</table>
	</div>
	<div id='bankdet'  align='center' style='padding-top:8px;display:none;font-size:13px;padding-left: 2%;padding-right: 2%;'>
		
	</div>
</div>