Subversion Repositories SmartDukaan

Rev

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

Rev 29427 Rev 29445
Line 90... Line 90...
90
 
90
 
91
					<div class="col-lg-2">
91
					<div class="col-lg-2">
92
						<button class="btn btn-primary show-lead" type="button"
92
						<button class="btn btn-primary show-lead" type="button"
93
							>Submit</button>
93
							>Submit</button>
94
					</div>
94
					</div>
-
 
95
				
-
 
96
					<div class="col-lg-2">
95
					
97
					
96
				 <div class="row" style="margin-top:15px">	
98
					#if($leadDate)
97
					<div class="col-lg-4">
99
					<input type="date"id="dateWiseLead" placeholder=""
-
 
100
                                  value="$leadDate"  name="">
98
			    	<div class="input-group">
101
                     #else
99
			    		<input type="file" class="form-control fileLeadGenerate" name="fileLeadGenerate" value="Upload CSv">
102
                   <input type="date"id="dateWiseLead" placeholder="" name="">  
-
 
103
                     #end
100
			    		<span class="input-group-btn">
104
                                   
101
				    		<button  type = "button" class="btn btn-default submitLeadGenerate">
105
                         <button  type = "button" class="btn btn-default submitDateWiseLead">
102
							    Uplaod
106
							    submit
103
							</button>
107
							</button>
104
						</span>
-
 
105
					</div>
-
 
106
			       </div> 
-
 
107
			       
-
 
108
			       <div class= "row"> 	
-
 
109
 
-
 
110
		       <form class="form-horizontal">			
108
                         </div>           
111
			     <div class="col-lg-4" form-group>
-
 
112
				<a class="btn btn-default" id="uploadIvoryLead">
-
 
113
				    Download Tempate
-
 
114
				</a>
-
 
115
		       </div>
-
 
116
		     </form> 
-
 
117
              </div>
109
                         
118
			    </div>
-
 
119
					
110
					
120
				</div>
111
				</div>
121
			</td>
112
			</td>
122
		</tr>
113
		</tr>
123
 
114
 
Line 126... Line 117...
126
				<div class="row">
117
				<div class="row">
127
					<div class="col-lg-2 form-group" style="width: 12%;">
118
					<div class="col-lg-2 form-group" style="width: 12%;">
128
						<select id="colorFilter" name="colorFilter" placeholder="Status"
119
						<select id="colorFilter" name="colorFilter" placeholder="Status"
129
							class="form-control input-sm">
120
							class="form-control input-sm">
130
								<option value="" disabled selected>Status</option>
121
								<option value="" disabled selected>Status</option>
-
 
122
							#if($colors.contains("All"))
-
 
123
			           
-
 
124
			         		<option value="All" selected>All</option>
-
 
125
			         	
-
 
126
			         		#else 
131
			         		<option value="All">All</option>
127
			         		<option value="All">All</option>
-
 
128
			         		#end
-
 
129
			         		
-
 
130
			         		#if($colors.contains("yellow"))
-
 
131
			         		
-
 
132
							<option value="yellow" selected>yellow</option>
-
 
133
							
-
 
134
							#else
132
							<option value="yellow">yellow</option>
135
							<option value="yellow">yellow</option>
-
 
136
							
-
 
137
							#end
-
 
138
							
-
 
139
							#if($colors.contains("green"))
-
 
140
							<option value="green" selected>green</option>
-
 
141
							#else
133
							<option value="green">green</option>
142
							<option value="green">green</option>
-
 
143
							#end
-
 
144
							
-
 
145
					
134
						</select>
146
						</select>
135
					</div>
147
					</div>
136
 
148
 
137
					<div class="col-lg-1">
149
					<div class="col-lg-1">
138
						<button class="btn btn-primary show-colowise-lead" type="button"
150
						<button class="btn btn-primary show-colowise-lead" type="button"
Line 514... Line 526...
514
									<option value="INTERNET">INTERNET</option>
526
									<option value="INTERNET">INTERNET</option>
515
									<option value="PARTNER">PARTNER</option>
527
									<option value="PARTNER">PARTNER</option>
516
								</select>
528
								</select>
517
							</div>
529
							</div>
518
						</div>
530
						</div>
519
 
531
				
520
 
532
				<form>		
-
 
533
				<div class= "row" style="margin-bottom: 12px;"> 	
-
 
534
		            <form class="form-horizontal">		
-
 
535
			         <label class="col-sm-3" for="excelfile">Ivory Template:</label>
-
 
536
			         <div class="col-lg-3" form-group>
-
 
537
				       <a class="btn btn-primary" id="uploadIvoryLead"> Download Template	</a>
-
 
538
		             </div> 				    
-
 
539
	                </form> 
-
 
540
	             </div>
521
 
541
 
-
 
542
               <div class="row">
-
 
543
                 <div class="col-lg-4 form-group">
522
 
544
			    	
-
 
545
			    		<input type="file" class="form-control input-sm fileLeadGenerate" name="fileLeadGenerate" value="Upload CSv">
-
 
546
			    		<span class="input-group-btn">
-
 
547
				    		<button  type = "button" class="btn btn-primary submitLeadGenerate">
-
 
548
							    Uplaod
-
 
549
							</button>
-
 
550
						</span>
-
 
551
                	</div> 
-
 
552
			    </div>
523
 
553
			    
-
 
554
			    </form>
524
 
555
	
525
					</div>
556
					</div>
526
				</div>
557
				</div>
527
 
558
 
528
				<div class="modal-footer">
559
				<div class="modal-footer">
529
					<button type="button" data-dismiss="modal"
560
					<button type="button" data-dismiss="modal"