Subversion Repositories SmartDukaan

Rev

Rev 33845 | Rev 33909 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33845 Rev 33885
Line 36... Line 36...
36
        </div>
36
        </div>
37
    </div>
37
    </div>
38
 
38
 
39
    <div class="col-md-12">
39
    <div class="col-md-12">
40
        <div class="container well">
40
        <div class="container well">
41
            <form name="Loi_Form" id="Loi_Form" method="post" style="margin-top:40px;">
41
            <form name="loi-form" id="loi-form" method="post" style="margin-top:40px;">
42
                <div class="row">
42
                <div class="row">
43
                    <div class="col-lg-3 form-group">
43
                    <div class="col-lg-3 form-group">
44
                        <label>Refer By(BGC Team)</label>
44
                        <label>Refer By(BGC Team)</label>
45
 
45
 
46
                        <select class="form-control type" name="referId" required>
46
                        <select class="form-control type" name="referId" required>
Line 427... Line 427...
427
                        </div>
427
                        </div>
428
                    </div>
428
                    </div>
429
                </div>
429
                </div>
430
                ##                Agreed Brand fees (INR)
430
                ##                Agreed Brand fees (INR)
431
                <div class="row">
431
                <div class="row">
432
                    <div class="col-lg-3">
432
                    <div class="col-lg-4">
433
                        <div class="form-group">
433
                        <div class="form-group">
434
                            <label>Agreed Brand fees</label><span
434
                            <label>Agreed Brand fees</label><span
435
                                style="color:red ;font-size: 140%">*</span>
435
                                style="color:red ;font-size: 140%">*</span>
436
                            <select name="agreedBrandFees" class="form-control">
436
                            <select name="agreedBrandFees" class="form-control">
437
                                #foreach($storeTypeFeePair in $storeTypeFeePairs)
437
                                #foreach($storeTypeFeePair in $storeTypeFeePairs)
Line 446... Line 446...
446
                            </select>
446
                            </select>
447
                        </div>
447
                        </div>
448
                    </div>
448
                    </div>
449
 
449
 
450
                    <!-- Brand fees collected (INR) -->
450
                    <!-- Brand fees collected (INR) -->
451
                    <div class="col-lg-2">
451
                    <div class="col-lg-4">
452
                        <div class="form-group">
452
                        <div class="form-group">
453
                            <label>Brand fees collected</label><span
453
                            <label>Brand fees collected</label><span
454
                                style="color:red ;font-size: 140%">*</span>
454
                                style="color:red ;font-size: 140%">*</span>
455
                            <input type="number" class="form-control " id="brandFeesCollected" required
455
                            <input type="number" class="form-control " id="brandFeesCollected" required
456
                                   name="brandFeesCollected" placeholder="500000">
456
                                   name="brandFeesCollected" placeholder="500000">
457
                        </div>
457
                        </div>
458
                    </div>
458
                    </div>
459
                    <!-- Mode of Payment Online/Cheque/IMPS/NEFT/RTGS/Wallet -->
459
                    <!-- Mode of Payment Online/Cheque/IMPS/NEFT/RTGS/Wallet -->
460
                    <div class="col-lg-2">
460
                    <div class="col-lg-4">
461
                        <div class="form-group">
461
                        <div class="form-group">
462
                            <label>Mode of Payment</label><span
462
                            <label>Mode of Payment</label><span
463
                                style="color:red ;font-size: 140%">*</span>
463
                                style="color:red ;font-size: 140%">*</span>
464
                            <select class="form-control" name="paymentMode" required>
464
                            <select class="form-control" name="paymentMode" required>
465
                                <option value="">Select mode</option>
465
                                <option value="">Select mode</option>
Line 469... Line 469...
469
                                <option value="NEFT">NEFT</option>
469
                                <option value="NEFT">NEFT</option>
470
                                <option value="RTGS">RTGS</option>
470
                                <option value="RTGS">RTGS</option>
471
                            </select>
471
                            </select>
472
                        </div>
472
                        </div>
473
                    </div>
473
                    </div>
-
 
474
                </div>
474
                    <!-- Payment reference no -->
475
                    <!-- Payment reference no -->
-
 
476
                <div class="row">
475
                    <div class="col-lg-2">
477
                    <div class="col-lg-4">
476
                        <div class="form-group">
478
                        <div class="form-group">
477
                            <label>Payment Reference No</label><span
479
                            <label>Payment Reference No</label><span
478
                                style="color:red ;font-size: 140%">*</span>
480
                                style="color:red ;font-size: 140%">*</span>
479
                            <input type="text" class="form-control" id="paymentReferenceNo" required
481
                            <input type="text" class="form-control" id="paymentReferenceNo" required
480
                                   name="paymentReferenceNo" placeholder="">
482
                                   name="paymentReferenceNo" placeholder="">
481
                        </div>
483
                        </div>
482
                    </div>
484
                    </div>
483
                    <!-- fee collection date -->
485
                    <!-- fee collection date -->
484
                    <div class="col-lg-3">
486
                    <div class="col-lg-4">
485
                        <div class="form-group">
487
                        <div class="form-group">
486
                            <label>Fee collecting Date</label><span
488
                            <label>Fee collecting Date</label><span
487
                                style="color:red ;font-size: 140%">*</span>
489
                                style="color:red ;font-size: 140%">*</span>
488
                            <input type="datetime-local" class="form-control " id="feeCollectingDate" required
490
                            <input type="datetime-local" class="form-control " id="feeCollectingDate" required
489
                                   name="feeCollectingDate">
491
                                   name="feeCollectingDate">
490
                        </div>
492
                        </div>
491
                    </div>
493
                    </div>
-
 
494
                    <div class="col-lg-4">
-
 
495
                        <div class="form-group">
-
 
496
                            <label>Attach Screenshot</label><span
-
 
497
                                style="color:red ;font-size: 140%">*</span>
-
 
498
                            <input type="hidden" id="payment-sc-docId" name="paymentAttachment">
-
 
499
                            <input type="file" class="form-control" id="payment-sc-doc" required>
-
 
500
                        </div>
-
 
501
                    </div>
492
                </div>
502
                </div>
493
                <!-- Submit button-->
503
                <!-- Submit button-->
494
                <div class="form-group" style="text-align: center; margin-bottom:2px;">
504
                <div class="form-group" style="text-align: center; margin-bottom:2px;">
495
                    <button type="button"
505
                    <button type="button"
496
                            class="btn btn-primary text-white font-semibold py-1 px-4 rounded background-red submitLoiForm"
506
                            class="btn btn-primary text-white font-semibold py-1 px-4 rounded background-red mk_submit_loi_form"
497
                            style="box-shadow:none;margin-bottom:2px;">
507
                            style="box-shadow:none;margin-bottom:2px;">
498
                        <span>Submit</span>
508
                        <span>Submit</span>
499
                    </button>
509
                    </button>
500
                </div>
510
                </div>
501
            </form>
511
            </form>