Subversion Repositories SmartDukaan

Rev

Rev 11607 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11607 Rev 11609
Line 42... Line 42...
42
			color: #666;
42
			color: #666;
43
			display: none;
43
			display: none;
44
			line-height:25px;
44
			line-height:25px;
45
			margin-left:3px;
45
			margin-left:3px;
46
			padding:10px;
46
			padding:10px;
-
 
47
			width:674px;
-
 
48
			z-index:99;
47
		}
49
		}
48
    </style>
50
    </style>
49
</head>
51
</head>
50
 
52
 
51
<body>
53
<body>
Line 206... Line 208...
206
	</div>
208
	</div>
207
	#include("templates/footer.vm")
209
	#include("templates/footer.vm")
208
	#include ( "templates/commonjsfiles.vm" )
210
	#include ( "templates/commonjsfiles.vm" )
209
	<script type="text/javascript" charset="utf-8">
211
	<script type="text/javascript" charset="utf-8">
210
		$(function(){
212
		$(function(){
211
			$("#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.");
213
			$("#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.");
212
			$("#expiryMsg").attr('style', 'color:red;border:1px solid red;box-shadow: red 0 0 30px 1px;');
214
			$("#expiryMsg").attr('style', 'color:red;border:1px solid red;box-shadow: red 0 0 30px 1px;');
213
			$("#expiryMsg").fadeIn(600, function() {
215
			$("#expiryMsg").fadeIn(600, function() {
214
						window.setTimeout(function() {
216
						window.setTimeout(function() {
215
							$("#expiryMsg").fadeOut(800, function() {
217
							$("#expiryMsg").fadeOut(800, function() {
216
								$("#expiryMsg").removeAttr('style');
218
								$("#expiryMsg").removeAttr('style');