Subversion Repositories SmartDukaan

Rev

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

Rev 29143 Rev 29162
Line 40... Line 40...
40
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
40
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
41
				<li><i class="icon_document_alt"></i>Partner Franchise Detail</li>					  	
41
				<li><i class="icon_document_alt"></i>Partner Franchise Detail</li>					  	
42
			</ol>
42
			</ol>
43
		</div>
43
		</div>
44
	</div>
44
	</div>
-
 
45
	
-
 
46
	
-
 
47
<div class="row col-lg-12" style="width:518px;height:272px;">
-
 
48
	       	<canvas id="chart-partnerType" style="width:auto"></canvas>
-
 
49
</div>
45
 
50
 
46
 
51
 
47
<div class="row">
52
<div class="row">
48
					
53
					
49
				<div class="col-lg-12">
54
				<div class="col-lg-12">
Line 224... Line 229...
224
	     
229
	     
225
    </div>
230
    </div>
226
   </div>
231
   </div>
227
 </div>	
232
 </div>	
228
</section>
233
</section>
-
 
234
 
-
 
235
 <style>
-
 
236
                    canvas {
-
 
237
        -moz-user-select: none;
-
 
238
        -webkit-user-select: none;
-
 
239
        -ms-user-select: none;
-
 
240
    }
-
 
241
</style>
-
 
242
 
229
<script type="text/javascript">
243
<script type="text/javascript">
230
 
244
 
231
 
245
 
232
$(document).ready(function() {
246
$(document).ready(function() {
233
 
247
 
Line 380... Line 394...
380
						+ fofoId, function(response) {
394
						+ fofoId, function(response) {
381
					$('#openTicketModel .modal-content').html(response);
395
					$('#openTicketModel .modal-content').html(response);
382
 
396
 
383
				});
397
				});
384
});
398
});
385
</script>
-
 
386
399
 
-
 
400
</script>
-
 
401
 
-
 
402
<script type="text/javascript">
-
 
403
    
-
 
404
        var config = $chartPieMap;
-
 
405
      
-
 
406
        var ctx = document.getElementById('chart-partnerType').getContext('2d');
-
 
407
        var bar = new Chart(ctx, config);
-
 
408
</script>
-
 
409
 
-
 
410
 
-
 
411
 
-
 
412
 
-
 
413
 
-
 
414