Subversion Repositories SmartDukaan

Rev

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

Rev 33885 Rev 33909
Line 40... Line 40...
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
                        <span style="color:red ;font-size: 140%"></span>
46
                        <select class="form-control type" name="referId" required>
46
                        <select class="form-control type" name="referId" required>
47
 
47
 
48
                            <option value="" selected>
48
                            <option value="" selected>
49
                                Select BGC
49
                                Select BGC
50
                            </option>
50
                            </option>
Line 330... Line 330...
330
                    </div>
330
                    </div>
331
                </div>
331
                </div>
332
                <!-- Agreed Minimum Wallet value (INR) -->
332
                <!-- Agreed Minimum Wallet value (INR) -->
333
                <div><h4>Store Details </h4></div>
333
                <div><h4>Store Details </h4></div>
334
                <div class="row">
334
                <div class="row">
335
                    <div class="col-lg-4">
335
                    <div class="col-lg-3">
336
                        <div class="form-group" style="text-align: left;">
336
                        <div class="form-group" style="text-align: left;">
337
                            <label>Minimum Wallet value :</label><span
337
                            <label>Minimum Wallet value :</label><span
338
                                style="color:red ;font-size: 140%">*</span>
338
                                style="color:red ;font-size: 140%">*</span>
339
 
339
 
340
                            <select class="form-control" name="agreeWalletValue" required>
340
                            <select class="form-control" name="agreeWalletValue" required>
Line 352... Line 352...
352
                            </select>
352
                            </select>
353
                        </div>
353
                        </div>
354
 
354
 
355
                    </div>
355
                    </div>
356
                    <!-- Store area (sq ft) -->
356
                    <!-- Store area (sq ft) -->
357
                    <div class="col-lg-4">
357
                    <div class="col-lg-3">
358
                        <div class="form-group">
358
                        <div class="form-group">
359
                            <label>Store area </label><span
359
                            <label>Store area </label><span
360
                                style="color:red ;font-size: 140%">*</span>
360
                                style="color:red ;font-size: 140%">*</span>
361
                            <input type="number" class="form-control" id="storeArea" required
361
                            <input type="number" class="form-control" id="storeArea" required
362
                                   name="storeArea" placeholder="in square feet" value="">
362
                                   name="storeArea" placeholder="in square feet" value="">
363
 
363
 
364
                        </div>
364
                        </div>
365
                    </div>
365
                    </div>
366
                    <div class="col-lg-4">
366
                    <div class="col-lg-3">
367
                        <!-- Store Potential -->
367
                        <!-- Store Potential -->
368
                        <div class="form-group">
368
                        <div class="form-group">
369
                            <label>Store Potential</label><span
369
                            <label>Store Potential</label><span
370
                                style="color:red ;font-size: 140%">*</span>
370
                                style="color:red ;font-size: 140%">*</span>
371
                            <input type="number" class="form-control" required name="storePotential"
371
                            <input type="number" class="form-control" required name="storePotential"
372
                                   min="400000" id="storePotential"
372
                                   min="400000" id="storePotential"
373
                                   placeholder="Store Potential" value="">
373
                                   placeholder="Store Potential" value="">
374
                        </div>
374
                        </div>
375
                    </div>
375
                    </div>
-
 
376
                    <div class="col-lg-3">
-
 
377
                        <!-- Finance Code -->
-
 
378
                        <div class="form-group">
-
 
379
                            <label>Finance Code</label>
-
 
380
                            <span style="color:red ;font-size: 140%"></span>
-
 
381
                            <input type="text" class="form-control" required name="finCode"
-
 
382
                                   id="mk_finance_Code"
-
 
383
                                   placeholder="Finance code" value="">
-
 
384
                        </div>
-
 
385
                    </div>
376
                </div>
386
                </div>
377
                <h4>Brand Commitment</h4>
387
                <h4>Brand Commitment</h4>
378
                <div id="loiBrandCommitment form-contro">
388
                <div id="loiBrandCommitment form-contro">
379
                    #foreach($brandCommit in $brandCommits)
389
                    #foreach($brandCommit in $brandCommits)
380
                        <div class="row">
390
                        <div class="row">