prettier format

This commit is contained in:
2023-09-05 07:46:53 +05:30
parent 7c40c583b7
commit 711e5a40b4

View File

@@ -1,11 +1,8 @@
<p>
Fill in your payment details
</p>
<p>Fill in your payment details</p>
<form class="grid grid-cols-[2fr_3fr] w-4/5 md:w-2/3 gap-2 md:gap-4 mx-auto">
<label for="name">Name of the student</label>
<input type = "text" id = "name" name = "name">
<input type="text" id="name" name="name" />
<label for="programme">Pick your programme</label>
<select id="programme">
@@ -29,7 +26,7 @@
</select>
<label for="roll">Roll No</label>
<input type = "text" id = "roll" name = "roll">
<input type="text" id="roll" name="roll" />
<label for="category">Category</label>
<select id="category">
@@ -44,32 +41,31 @@
</select>
<label for="phone">Phone No</label>
<input type = "tel" id = "phone" name = "phone">
<input type="tel" id="phone" name="phone" />
<strong>Details of the fees payment</strong>
<br>
<br />
<label for="acc-holder">Name of the account holder</label>
<input type="text" id="acc-holder" name="acc-holder">
<input type="text" id="acc-holder" name="acc-holder" />
<label for="acc-no">Account No</label>
<input type="text" inputmode = "numeric" id="acc-no" name="acc-no">
<input type="text" inputmode="numeric" id="acc-no" name="acc-no" />
<label for="bank">Name of the bank</label>
<input type="text" id="bank" name="bank">
<input type="text" id="bank" name="bank" />
<label for="branch">Branch</label>
<input type="text" id="branch" name="branch">
<input type="text" id="branch" name="branch" />
<label for="ifsc">IFSC code</label>
<input type="text" id="ifsc" name="ifsc">
<input type="text" id="ifsc" name="ifsc" />
<label for="paid-amt">Amount paid</label>
<input type="text" inputmode = "numeric" id="paid-amt" name="paid-amt">
<input type="text" inputmode="numeric" id="paid-amt" name="paid-amt" />
<label for="pay-date">Date of Payment</label>
<input type="date" id="pay-date" name="bank">
<input type="date" id="pay-date" name="bank" />
<label for="mode">Payment Mode</label>
<select id="mode">
@@ -80,19 +76,19 @@
</select>
<label for="transaction-no">Transaction Number</label>
<input type="text" id="transaction-no" name="transaction-no">
<input type="text" id="transaction-no" name="transaction-no" />
<label for="reference-no">Reference Number</label>
<input type="text" id="reference-no" name="reference-no">
<input type="text" id="reference-no" name="reference-no" />
<label for="utr">UTR Number</label>
<input type="text" id="utr" name="utr">
<input type="text" id="utr" name="utr" />
<label for="inb">INB Reference Number (for transfer from SBI to SBI)</label>
<input type="text" id="inb" name="inb">
<input type="text" id="inb" name="inb" />
<strong>Details of the fees payment</strong>
<br>
<br />
<ol>
<li>A scanned copy of the receipt/counterfoil</li>