Subversion Repositories SmartDukaan

Rev

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

Rev 5862 Rev 5889
Line 202... Line 202...
202
#set ( $expbullets = $expfeature.getExpandedBullets() )
202
#set ( $expbullets = $expfeature.getExpandedBullets() )
203
#foreach ( $expbullet in $expbullets)
203
#foreach ( $expbullet in $expbullets)
204
#if($expbullet.isEnumerated())
204
#if($expbullet.isEnumerated())
205
	#set($helpdocid = $expbullet.getExpandedEnumDataObject().getEnumValue().getHelpDocDefinitionID())
205
	#set($helpdocid = $expbullet.getExpandedEnumDataObject().getEnumValue().getHelpDocDefinitionID())
206
	#if( $helpdocid && $helpdocid!=0) #set($helpdocname = $helpdocs.get($helpdocid).getName()) #set($filename = $helpdocname.toLowerCase().replace(' ', '-').replaceAll("/", ""))
206
	#if( $helpdocid && $helpdocid!=0) #set($helpdocname = $helpdocs.get($helpdocid).getName()) #set($filename = $helpdocname.toLowerCase().replace(' ', '-').replaceAll("/", ""))
207
	<li class="mainFeatureValue helpdoc"><span class="tooltip" name="$filename">$expbullet.displayText()</span></li>
207
	<li class="mainFeatureValue helpdoc"><span style="position: absolute; left: 8px;" class="feature-bullet-icon left"></span><span class="tooltip" name="$filename">$expbullet.displayText()</span></li>
208
	#else
208
	#else
209
	<li class="mainFeatureValue">$expbullet.displayText()</li>
209
	<li class="mainFeatureValue"><span style="position: absolute; left: 8px;" class="feature-bullet-icon left"></span>$expbullet.displayText()</li>
210
	#end
210
	#end
211
#else
211
#else
212
<li class="mainFeatureValue">$expbullet.displayText()</li>
212
	#if($expbullet.displayText() && !$expbullet.displayText().equals(""))
-
 
213
		<li class="mainFeatureValue"><span style="position: absolute; left: 8px;" class="feature-bullet-icon left"></span>$expbullet.displayText()</li>
-
 
214
	#end
213
#end
215
#end
214
 
216
 
215
#if ( $expbullet.getFreeformContent() )
217
#if ( $expbullet.getFreeformContent() )
216
#if($expbullet.getFreeformContent().getFreeformText() && !$expbullet.getFreeformContent().getFreeformText().trim().isEmpty())
218
#if($expbullet.getFreeformContent().getFreeformText() && !$expbullet.getFreeformContent().getFreeformText().trim().isEmpty())
217
<li class="mainFeaturePunchline">$expbullet.getFreeformContent().getFreeformText()</li>
219
<li class="mainFeaturePunchline">$expbullet.getFreeformContent().getFreeformText()</li>