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 18... Line 18...
18
					color: #666;
18
					color: #666;
19
					display: none;
19
					display: none;
20
					line-height:25px;
20
					line-height:25px;
21
					margin-left:20px;
21
					margin-left:20px;
22
					padding:10px;
22
					padding:10px;
23
					widht:980px;
23
					width:980px;
-
 
24
					z-index:99px;
24
					
25
					
25
	}
26
	}
26
	</style>
27
	</style>
27
</head>
28
</head>
28
 
29
 
Line 66... Line 67...
66
#include("templates/footer.vm")
67
#include("templates/footer.vm")
67
 
68
 
68
#include ( "templates/commonjsfiles.vm" )
69
#include ( "templates/commonjsfiles.vm" )
69
<script type="text/javascript" charset="utf-8">
70
<script type="text/javascript" charset="utf-8">
70
		$(function(){
71
		$(function(){
71
			$("#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.");
72
			$("#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.");
72
			$("#expiryMsg").attr('style', 'color:red;border:1px solid red;box-shadow: red 0 0 30px 1px;');
73
			$("#expiryMsg").attr('style', 'color:red;border:1px solid red;box-shadow: red 0 0 30px 1px;');
73
			$("#expiryMsg").fadeIn(600, function() {
74
			$("#expiryMsg").fadeIn(600, function() {
74
						window.setTimeout(function() {
75
						window.setTimeout(function() {
75
							$("#expiryMsg").fadeOut(800, function() {
76
							$("#expiryMsg").fadeOut(800, function() {
76
								$("#expiryMsg").removeAttr('style');
77
								$("#expiryMsg").removeAttr('style');