Subversion Repositories SmartDukaan

Rev

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

Rev 20553 Rev 20578
Line 30... Line 30...
30
<ul class="productPage_listDesciption">
30
<ul class="productPage_listDesciption">
31
	#foreach($spec in $cp.getKeySpecs())
31
	#foreach($spec in $cp.getKeySpecs())
32
		<li>$spec</li>
32
		<li>$spec</li>
33
	#end
33
	#end
34
</ul>
34
</ul>
35
<h4>Basic Description</h4>
-
 
36
#if($cp.getIntroduction())
35
#if($cp.getIntroduction())
-
 
36
	<h4>Basic Description</h4>
37
	<p>$cp.getIntroduction()</p>
37
	<p>$cp.getIntroduction()</p>
38
#end
38
#end
39
<a href="/contact-us/?eid=$action.getId()">
39
<a href="/contact-us/?eid=$action.getId()">
40
	<input type="button" class="productPage_enquireButton" value="ENQUIRE NOW" />
40
	<input type="button" class="productPage_enquireButton" value="ENQUIRE NOW" />
41
</a>
41
</a>