Subversion Repositories SmartDukaan

Rev

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

Rev 11607 Rev 11609
Line 32... Line 32...
32
				color: #666;
32
				color: #666;
33
				display: none;
33
				display: none;
34
				line-height:25px;
34
				line-height:25px;
35
				margin-left:3px;
35
				margin-left:3px;
36
				padding:10px;
36
				padding:10px;
-
 
37
				width:674px;
-
 
38
				z-index:99;
37
		}
39
		}
38
    </style>
40
    </style>
39
	
41
	
40
</head>
42
</head>
41
 
43
 
Line 95... Line 97...
95
	</div>
97
	</div>
96
	#include("templates/footer.vm")
98
	#include("templates/footer.vm")
97
	#include ( "templates/commonjsfiles.vm" )
99
	#include ( "templates/commonjsfiles.vm" )
98
	<script type="text/javascript" charset="utf-8">
100
	<script type="text/javascript" charset="utf-8">
99
		$(function(){
101
		$(function(){
100
			$("#expiryMsg").html("This offer has expired.Please visit our <a href='http://www.facebook.com/mysaholic' target='_blank'>Facebook Page</a> for more offers and discounts.");
102
			$("#expiryMsg").html("This offer has expired. Please visit our <a href='http://www.facebook.com/mysaholic' target='_blank'>Facebook Page</a> for more offers and discounts.");
101
			$("#expiryMsg").attr('style', 'color:red;border:1px solid red;box-shadow: red 0 0 30px 1px;');
103
			$("#expiryMsg").attr('style', 'color:red;border:1px solid red;box-shadow: red 0 0 30px 1px;');
102
			$("#expiryMsg").fadeIn(600, function() {
104
			$("#expiryMsg").fadeIn(600, function() {
103
						window.setTimeout(function() {
105
						window.setTimeout(function() {
104
							$("#expiryMsg").fadeOut(800, function() {
106
							$("#expiryMsg").fadeOut(800, function() {
105
								$("#expiryMsg").removeAttr('style');
107
								$("#expiryMsg").removeAttr('style');