Subversion Repositories SmartDukaan

Rev

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

Rev 31409 Rev 32464
Line 349... Line 349...
349
                    <div id="lead-edit-request">
349
                    <div id="lead-edit-request">
350
                    
350
                    
351
                    
351
                    
352
                         <div class="row" id = "lead-detail-view">
352
                         <div class="row" id = "lead-detail-view">
353
                            <div class="col-lg-3">
353
                            <div class="col-lg-3">
-
 
354
                             <label style="font-weight:bold">Outlet Name</label>
-
 
355
                           
354
                                <div class="input-group">
356
                                <div class="input-group">
355
									 <input placeholder="Outlet Name" id="outletName" name="outletName"
357
									 <input placeholder="Outlet Name" id="outletName" name="outletName"
356
									          type="text" value="" class="form-control input-sm">                             
358
									          type="text" value="" class="form-control input-sm">                             
357
                                       
359
                                       
358
                                </div>
360
                                </div>
Line 407... Line 409...
407
                                       class="form-control input-sm">
409
                                       class="form-control input-sm">
408
                            </div>
410
                            </div>
409
                            
411
                            
410
                           <div class="col-lg-5 form-group">
412
                           <div class="col-lg-5 form-group">
411
                       
413
                       
412
                            <table class="table table-border table-condensed table-bordered" id = "brandtable">
414
                            <table class="table table-border table-condensed table-bordered" id = "editbrandtable">
413
                            <tr>
415
                            <tr>
414
                              <th>Brand</th>
416
                              <th>Brand</th>
415
                            <th>Value</th>
417
                            <th>Value</th>
416
                            </tr>
418
                            </tr>
417
                            
419
                            
418
                              #foreach( $brand in $brands )
420
                              #foreach($brand in $brandsDisplays)
419
                              <tr>
421
                              <tr>
420
                              <td>$brand</td>
422
                              <td>$brand.getName()</td>
421
                              <td>     <input type="number" class="$brand" placeholder="Value"  name="$brand"
423
                              <td>     <input type="number" class="$brand.getName()" placeholder="Value"  name="$brand.getName()"
422
			                                   value="0"> </td>
424
			                                   value="0"> </td>
423
                              </tr>
425
                              </tr>
424
                            
426
                            
425
                            
427
                            
426
                               #end
428
                               #end
Line 520... Line 522...
520
            <div class="modal-content">
522
            <div class="modal-content">
521
                <div class="modal-header">
523
                <div class="modal-header">
522
                    <button type="button" class="close" data-dismiss="modal">&times;</button>
524
                    <button type="button" class="close" data-dismiss="modal">&times;</button>
523
                    <h4 class="modal-title">Create Lead</h4>
525
                    <h4 class="modal-title">Create Lead</h4>
524
                </div>
526
                </div>
525
                <div class="modal-body">
527
                <div class="modal-body" style="height:500px; overflow:auto">
526
                    <div id="lead-request">
528
                    <div id="lead-request">
527
                        <div class="row">
529
                        <div class="row">
528
                            <div class="col-lg-3">
530
                            <div class="col-lg-3">
529
                                <div class="input-group">
531
                                <div class="input-group">
530
                                    <input placeholder="First Name" name="firstName" id="firstName"
532
                                    <input placeholder="First Name" name="firstName" id="firstName"
Line 617... Line 619...
617
                                    <option value="INTERNET">INTERNET</option>
619
                                    <option value="INTERNET">INTERNET</option>
618
                                    <option value="PARTNER">PARTNER</option>
620
                                    <option value="PARTNER">PARTNER</option>
619
                                </select>
621
                                </select>
620
                            </div>
622
                            </div>
621
                        </div>
623
                        </div>
-
 
624
                        
-
 
625
                        
-
 
626
                        
-
 
627
                           <div class="row">
-
 
628
                            <div class="col-lg-3">
-
 
629
                             <label style="font-weight:bold">Outlet Name</label>
-
 
630
                           
-
 
631
                                <div class="input-group">
-
 
632
									 <input placeholder="Outlet Name" id="outletName" name="leadoutletName"
-
 
633
									          type="text" value="" class="form-control input-sm">                             
-
 
634
                                       
-
 
635
                                </div>
-
 
636
                            </div>
-
 
637
 
-
 
638
                            <div class="col-lg-4 form-group">
-
 
639
                            <label style="font-weight:bold">Front</label>
-
 
640
                                 <input type="hidden" class="frontph" value="">
-
 
641
			                            <input type="file" class="frontp" placeholder="Front" id = "frontp" name="frontp"
-
 
642
			                                   value="">
-
 
643
                            </div>
-
 
644
                            
-
 
645
                            <div class="col-lg-4 form-group">
-
 
646
                             <label style="font-weight:bold">Internal With Market</label>
-
 
647
                           
-
 
648
                                 <input type="hidden" class="internalMarketh" value="">
-
 
649
			                            <input type="file" class="internalMarket" placeholder="Internal With Market" id = "internalMarket"  name="internalMarket"
-
 
650
			                                   value="">
-
 
651
                            </div>
-
 
652
                            
-
 
653
                           <div class="col-lg-4 form-group">
-
 
654
                            <label style="font-weight:bold">Internal Long Shot</label>
-
 
655
                           
-
 
656
                                 <input type="hidden" class="leftShoth" value="">
-
 
657
			                            <input type="file" class="leftShot" placeholder="Internal Long Shot"   id = "leftShot"  name="leftShot"
-
 
658
			                                   value="">
-
 
659
                            </div>
-
 
660
                             
-
 
661
                             <div class="col-lg-4 form-group">
-
 
662
                               <label style="font-weight:bold">Internal Left Wall</label>
-
 
663
                                 <input type="hidden" class="leftWallh" value="">
-
 
664
			                            <input type="file" class="leftWall" placeholder="Internal Left Wall" id = "leftWall"   name="leftWall"
-
 
665
			                                   value="">
-
 
666
                            </div>
-
 
667
                            
-
 
668
                            
-
 
669
                           
-
 
670
                           <div class="col-lg-4 form-group">
-
 
671
                            <label style="font-weight:bold">Internal Right Wall</label>
-
 
672
                           
-
 
673
                                 <input type="hidden" class="rightWallh" value="">
-
 
674
			                            <input type="file" class="rightWall" placeholder="Internal Right Wall" id = "rightWall"   name="rightWall"
-
 
675
			                                   value="">
-
 
676
                            </div>
-
 
677
 
-
 
678
                 
-
 
679
                  
-
 
680
 
-
 
681
                            <div class="col-lg-3 form-group">
-
 
682
                                <input id="counterSize" placeholder="Counter Size"
-
 
683
                                       name="leadcounterSize" type="text" value=""
-
 
684
                                       class="form-control input-sm">
-
 
685
                            </div>
-
 
686
                            
-
 
687
                           <div class="col-lg-5 form-group">
-
 
688
                       
-
 
689
                            <table class="table table-border table-condensed table-bordered" id = "brandtable">
-
 
690
                            <tr>
-
 
691
                              <th>Brand</th>
-
 
692
                            <th>Value</th>
-
 
693
                            </tr>
-
 
694
                        
-
 
695
                            
-
 
696
                            
-
 
697
                               #foreach($brand in $brandsDisplays)
-
 
698
                              <tr>
-
 
699
                              <td>$brand.getName()</td>
-
 
700
                              <td>     <input type="number" class="$brand.getName()" placeholder="Value"  name="$brand.getName()"
-
 
701
			                                   value="0"> </td>
-
 
702
                              </tr>
-
 
703
                              #end
-
 
704
                               </table>
-
 
705
                              
-
 
706
                        </div>
-
 
707
     
622
 
708
 
623
                        <form>
709
                        <form>
624
                            <div class="row" style="margin-bottom: 12px;">
710
                            <div class="row" style="margin-bottom: 12px; padding:12px">
625
                                <form class="form-horizontal">
711
                                <form class="form-horizontal">
626
                                    <label class="col-sm-3" for="excelfile">Ivory Template:</label>
712
                                       <div class="col-lg-6">
627
                                    <div class="col-lg-3" form-group>
713
                                        <labelfor="excelfile">Ivory Template:</label>
628
                                        <a class="btn btn-primary" id="uploadIvoryLead"> Download Template </a>
714
                                        <a class="btn btn-primary" id="uploadIvoryLead"> Download Template </a>
629
                                    </div>
715
                                    </div>
630
                                </form>
716
                                </form>
631
                            </div>
717
                           
632
 
-
 
633
                            <div class="row">
-
 
634
                                <div class="col-lg-6 form-group">
718
                               <div class="col-lg-6 form-group">
635
                                    <div class="input-group">
719
                                    <div class="input-group">
636
                                        <input type="file" class="form-control input-sm fileLeadGenerate"
720
                                        <input type="file" class="form-control input-sm fileLeadGenerate"
637
                                               name="fileLeadGenerate" value="Upload CSv">
721
                                               name="fileLeadGenerate" value="Upload CSv">
638
                                        <span class="input-group-btn">
722
                                        <span class="input-group-btn">
639
				    		<button type="button" class="btn btn-primary submitLeadGenerate">
723
				    		<button type="button" class="btn btn-primary submitLeadGenerate">
640
							    Uplaod
724
							    Uplaod
641
							</button>
725
							</button>
642
						</span>
726
						  </span>
643
                                    </div>
727
                                    </div>
644
                                </div>
728
                                </div>
645
                            </div>
729
                            </div>
646
 
730
 
647
                        </form>
731
                        </form>
648
 
732
 
649
                    </div>
733
                    </div>
650
                </div>
734
                </div>
651
 
735
 
-
 
736
           
-
 
737
            </div>
-
 
738
            
652
                <div class="modal-footer">
739
                 <div class="modal-footer">
653
                    <button type="button" data-dismiss="modal"
740
                    <button type="button" data-dismiss="modal"
654
                            class="btn btn-default cancel-lead-request">Cancel
741
                            class="btn btn-default cancel-lead-request">Cancel
655
                    </button>
742
                    </button>
656
                    <button type="button" class="btn btn-default lead-request">Submit</button>
743
                    <button type="button" class="btn btn-default lead-request">Submit</button>
657
 
744
 
658
                </div>
745
                </div>
659
            </div>
-
 
660
        </div>
746
        </div>
661
    </div>
747
    </div>
662
</section>
748
</section>
663
 
749
 
664
 
750