Subversion Repositories SmartDukaan

Rev

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

Rev 12170 Rev 12171
Line 42... Line 42...
42
        complete: function(){
42
        complete: function(){
43
        $('#ajax-spinner').hide();
43
        $('#ajax-spinner').hide();
44
        },
44
        },
45
        success : function(response) {
45
        success : function(response) {
46
        $('#' + 'comp-table').html(response);
46
        $('#' + 'comp-table').html(response);
-
 
47
		var timestamp = $( ".timestamp" ).text();
-
 
48
		$('.last-timestamp').text('Last Processed Timestamp : '+timestamp);
47
        }
49
        }
48
    });  
50
    });  
49
});
51
});
50
</script>
52
</script>
51
<title>Private Deals Price Comparison</title>
53
<title>Private Deals Price Comparison</title>
52
</head>
54
</head>
53
<body>
55
<body>
54
<div>
56
<div>
55
		<h1 style="text-align: center; font-size: 20px; margin-bottom: 0px; margin-top: 15px; font-weight: bold; color: rgb(80, 94, 121);">Private Deals Price Comparison</h1>
57
		<h1 style="text-align: center; font-size: 20px; margin-bottom: 0px; margin-top: 15px; font-weight: bold; color: rgb(80, 94, 121);">Private Deals Price Comparison</h1>
-
 
58
		<h6 class="last-timestamp" style="margin-bottom: 0px; text-align: center; font-size: 12px; margin-top: 5px;">Last Processed Time : </h6>
56
		<div id="ajax-spinner" style="display:none;">
59
		<div id="ajax-spinner" style="display:none;">
57
		<img src="/Support/images/ajax_loader_blue.gif" class="loading-image">
60
		<img src="/Support/images/ajax_loader_blue.gif" class="loading-image">
58
		</div>
61
		</div>
59
	   <div id="comp-table">
62
	   <div id="comp-table">
60
	   </div>
63
	   </div>