Subversion Repositories SmartDukaan

Rev

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

Rev 10095 Rev 11607
Line 30... Line 30...
30
                        min-height: 430px;
30
                        min-height: 430px;
31
                }
31
                }
32
                .activation-process li {
32
                .activation-process li {
33
                        margin-top: 20px;
33
                        margin-top: 20px;
34
                }
34
                }
-
 
35
				#expiryMsg{
-
 
36
					position: fixed;
-
 
37
					top: 40%;
-
 
38
					border: 1px solid #2978C1;
-
 
39
					font-size: 18px;
-
 
40
					box-shadow: #2978C1 0 0 30px 1px;
-
 
41
					background-color: white;
-
 
42
					color: #666;
-
 
43
					display: none;
-
 
44
					line-height:25px;
-
 
45
					margin-left:3px;
-
 
46
					padding:10px;
-
 
47
				}
35
    </style>
48
    </style>
36
 
49
 
37
</head>
50
</head>
38
 
51
 
39
<body>
52
<body>
Line 91... Line 104...
91
	                        #end
104
	                        #end
92
						#end
105
						#end
93
                       </div>
106
                       </div>
94
					#end
107
					#end
95
               </div>
108
               </div>
-
 
109
			   <div id="expiryMsg" style="">
-
 
110
				</div>
96
			   <div class="aircel-offer-container" style="font-size:13px">
111
			   <div class="aircel-offer-container" style="font-size:13px">
97
                                        <div class="activation-process">
112
                                        <div class="activation-process">
98
<h3 style="color: black; font-weight: bold; padding-left: 10px; padding-top: 10px; font-size: 25px;">Saholic Accessories Festival</h3>
113
<h3 style="color: black; font-weight: bold; padding-left: 10px; padding-top: 10px; font-size: 25px;">Saholic Accessories Festival</h3>
99
<h3 style="padding: 10px; font-size: 13px; font-weight: normal;">December 20, 2013 - January 31, 2014</h3>
114
<h3 style="padding: 10px; font-size: 13px; font-weight: normal;">December 20, 2013 - January 31, 2014</h3>
100
<h3 style="padding: 10px; font-size: 18px;">Pick any accessory, get Extra 10% off</h3>
115
<h3 style="padding: 10px; font-size: 18px;">Pick any accessory, get Extra 10% off</h3>
Line 131... Line 146...
131
		</div>
146
		</div>
132
	</div>
147
	</div>
133
	#include("templates/footer.vm")
148
	#include("templates/footer.vm")
134
	#include ( "templates/commonjsfiles.vm" )
149
	#include ( "templates/commonjsfiles.vm" )
135
	<script type="text/javascript" charset="utf-8">
150
	<script type="text/javascript" charset="utf-8">
-
 
151
		$(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.");
-
 
153
			$("#expiryMsg").attr('style', 'color:red;border:1px solid red;box-shadow: red 0 0 30px 1px;');
-
 
154
			$("#expiryMsg").fadeIn(600, function() {
-
 
155
						window.setTimeout(function() {
-
 
156
							$("#expiryMsg").fadeOut(800, function() {
-
 
157
								$("#expiryMsg").removeAttr('style');
-
 
158
							});
-
 
159
						}, 100000000);
-
 
160
			});
-
 
161
		});
-
 
162
	</script>
-
 
163
	<script type="text/javascript" charset="utf-8">
136
	#if ($bannerCount == 1 )
164
	#if ($bannerCount == 1 )
137
	jQuery('#banner-menu').slidy({
165
	jQuery('#banner-menu').slidy({
138
        animation:  'none',
166
        animation:  'none',
139
        children:   'a',
167
        children:   'a',
140
        menu:       false,
168
        menu:       false,