Subversion Repositories SmartDukaan

Rev

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

Rev 18489 Rev 18492
Line 1... Line 1...
1
<style type="text/css">
1
<style type="text/css">
2
h5{font-weight: bold;text-decoration: underline;}
2
h5{font-weight: bold;text-decoration: underline;}
3
h4{font-weight: bold;}
3
h4{font-weight: bold;}
4
#eng{background:#58d936;}
4
#eng{background:#36BBD9;}
5
#hin{background:white; }
5
#hin{background:white; }
6
.btn{border: #555 1px solid;}
6
.btn{border: #555 1px solid;}
7
#eng { color:white;}
7
#eng { color:white;}
8
#hin { color:#58d936;}
8
#hin { color:#36BBD9;}
9
body{background:white;background-color:white;}
9
body{background:white;background-color:white;}
10
</style>
10
</style>
11
<script>
11
<script>
12
$(document).ready(function(){
12
$(document).ready(function(){
13
	$('#hin').click(function(){
13
	$('#hin').click(function(){
14
		$('#hin').css({'background':'#58d936', 'color':'white'});
14
		$('#hin').css({'background':'#36BBD9', 'color':'white'});
15
		$('#eng').css({'background':'white', 'color':'#58d936'});
15
		$('#eng').css({'background':'white', 'color':'#36BBD9'});
16
		$('#foreng').addClass('hidden');
16
		$('#foreng').addClass('hidden');
17
		$('#forhin').removeClass('hidden');
17
		$('#forhin').removeClass('hidden');
18
		//var scroll = $('#foreng').height()+$('h4').height()+30;	
18
		//var scroll = $('#foreng').height()+$('h4').height()+30;	
19
		//window.scrollTo(0,scroll );
19
		//window.scrollTo(0,scroll );
20
		
20
		
21
	});
21
	});
22
	$('#eng').click(function(){
22
	$('#eng').click(function(){
23
		$('#eng').css({'background':'#58d936', 'color':'white'});
23
		$('#eng').css({'background':'#36BBD9', 'color':'white'});
24
		$('#hin').css({'background':'white', 'color':'#58d936'});
24
		$('#hin').css({'background':'white', 'color':'#36BBD9'});
25
		$('#foreng').removeClass('hidden');
25
		$('#foreng').removeClass('hidden');
26
		$('#forhin').addClass('hidden');
26
		$('#forhin').addClass('hidden');
27
		//var scroll = $('h4').height()+30;	
27
		//var scroll = $('h4').height()+30;	
28
		//window.scrollTo(0,scroll );		
28
		//window.scrollTo(0,scroll );		
29
	});
29
	});
Line 76... Line 76...
76
						<li>Company will bear the cost of your Hotel stay. (Mini Bar & Room service bills not included).</li>
76
						<li>Company will bear the cost of your Hotel stay. (Mini Bar & Room service bills not included).</li>
77
						<li>Company will arrange sightseeing as per itinerary.</li>
77
						<li>Company will arrange sightseeing as per itinerary.</li>
78
						<li>Any other personal expenses done by the traveler, has to be taken care by the traveler.</li>
78
						<li>Any other personal expenses done by the traveler, has to be taken care by the traveler.</li>
79
					</ul>
79
					</ul>
80
				</div>
80
				</div>
-
 
81
				
-
 
82
				<p>
-
 
83
					<div class="bgreen">
-
 
84
					<strong>Note :-</strong> You can add multiple products in bulk and place them together in a single order.
-
 
85
					</div>
-
 
86
				</p>
81
			    
87
			    
82
			</div>
88
			</div>
83
			<div id="forhin" style='word-wrap: break-word;' class= "hidden">
89
			<div id="forhin" style='word-wrap: break-word;' class= "hidden">
84
				<h4>थाईलैंड के लिए दो लोगो की मुफ्त यात्रा </h4>
90
				<h4>थाईलैंड के लिए दो लोगो की मुफ्त यात्रा </h4>
85
			    <div>ProfitMandi से केवल 1000/- रुपये का सामान खरीदे और थाईलैंड के लिए मुफ्त यात्रा का अवसर पाये. बिना किसी और शर्त के।</div>
91
			    <div>ProfitMandi से केवल 1000/- रुपये का सामान खरीदे और थाईलैंड के लिए मुफ्त यात्रा का अवसर पाये. बिना किसी और शर्त के।</div>
Line 121... Line 127...
121
							<li>यात्रा कार्यक्रम की व्यवस्था कंपनी द्वारा की जाएगी ।</li>	
127
							<li>यात्रा कार्यक्रम की व्यवस्था कंपनी द्वारा की जाएगी ।</li>	
122
							<li>किसी अन्य व्यक्तिगत खर्च को यात्री द्वारा स्वयं भुगतान किया जाएगा।</li>
128
							<li>किसी अन्य व्यक्तिगत खर्च को यात्री द्वारा स्वयं भुगतान किया जाएगा।</li>
123
			    	<ul>
129
			    	<ul>
124
				</div>
130
				</div>
125
			    
131
			    
-
 
132
			    <p>
-
 
133
					<div class="bgreen">
-
 
134
					<strong>नोट : </strong> आप यहाँ पर अलग़-अलग आईटम्स  एक साथ आर्डर कर सकते  है ।
-
 
135
					</div>
-
 
136
				</p>
126
			</div>	
137
			</div>	
127
		</div>
138
		</div>
128
		<img src="<?php echo $base_url;?>app/webroot/img/tripfooter.jpg" width="100%">
139
		<img src="<?php echo $base_url;?>app/webroot/img/tripfooter.jpg" width="100%">
129
	</div>
140
	</div>
130
</div>
141
</div>