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
 
51
 
50
</head>
52
</head>
51
 
53
 
Line 147... Line 149...
147
	</div>
149
	</div>
148
	#include("templates/footer.vm")
150
	#include("templates/footer.vm")
149
	#include ( "templates/commonjsfiles.vm" )
151
	#include ( "templates/commonjsfiles.vm" )
150
	<script type="text/javascript" charset="utf-8">
152
	<script type="text/javascript" charset="utf-8">
151
		$(function(){
153
		$(function(){
152
			$("#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.");
154
			$("#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.");
153
			$("#expiryMsg").attr('style', 'color:red;border:1px solid red;box-shadow: red 0 0 30px 1px;');
155
			$("#expiryMsg").attr('style', 'color:red;border:1px solid red;box-shadow: red 0 0 30px 1px;');
154
			$("#expiryMsg").fadeIn(600, function() {
156
			$("#expiryMsg").fadeIn(600, function() {
155
						window.setTimeout(function() {
157
						window.setTimeout(function() {
156
							$("#expiryMsg").fadeOut(800, function() {
158
							$("#expiryMsg").fadeOut(800, function() {
157
								$("#expiryMsg").removeAttr('style');
159
								$("#expiryMsg").removeAttr('style');