Subversion Repositories SmartDukaan

Rev

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

Rev 5542 Rev 5547
Line 33... Line 33...
33
<div id="main">
33
<div id="main">
34
	<div class="main-content">
34
	<div class="main-content">
35
		<div class="main-top">
35
		<div class="main-top">
36
			<div class="bread-crumbs">
36
			<div class="bread-crumbs">
37
				<a href="/">Home</a>&nbsp;&gt;&nbsp;
37
				<a href="/">Home</a>&nbsp;&gt;&nbsp;
-
 
38
			#if($totalCount==2 && $action.getActionName()=="compare-mobile-phones")
-
 
39
				<a href="$action.getUrlForGeneratedCompareWith($productids.get(0))">Compare $productNames.get(0)</a>&nbsp;&gt;&nbsp;
-
 
40
				<a href="$action.getUrlForProductPage($productids.get(1))">$productNames.get(1)</a>
-
 
41
			#else 
38
				<a href="#">Comparison</a>
42
				<a href="#">Comparison</a>
-
 
43
			#end
39
			</div>
44
			</div>
40
		</div>
45
		</div>
41
		#if($totalCount==2)
46
		#if($totalCount==2)
42
		<div class="left" style="padding:5px">
47
		<div class="left" style="padding:5px">
43
			  <h1 style="font-size:20px">Compare $productNames.get(0) vs $productNames.get(1)</h1>
48
			  <h1 style="font-size:20px">Compare $productNames.get(0) vs $productNames.get(1)</h1>