Sha256: 71e01713d3f2bb71e2a5122e8fc70d668fdd79e80799e65c598398570463845c

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents



		<div id="page" class="innerpage clearfix">
		<h1>Search Results</h1>
		{% if search.performed %}
		
		 {% paginate search.results by 10 %}
		
		 {% if search.results == empty %}  
			<div class="latest-news">Your search for "{{search.terms | escape}}" did not yield any results</div>
   		 {% else %}  


		<ul class="search-list clearfix">
		 {% for item in search.results %} 
			<li>					
					<h3 class="stitle">{{ item.title | link_to: item.url }}</h3>
					<p class="sinfo">{{ item.content | strip_html | truncatewords: 65 | highlight: search.terms }} ... <a href="{{item.url}}" title="">view this item</a></p>		
			</li>
		{% end %}
		</ul>
		 {% end %}
		
		<div class="paginate clearfix">
			{{ paginate | default_pagination }}
		</div>

		
		<div id="three-reasons" class="clearfix">
			<h3>Why Shop With Us?</h3>
			<ul>
				<li class="two-a">
					<h4>24 Hours</h4>
					<p>We're always here to help.</p>
				</li>
				<li class="two-c">
					<h4>No Spam</h4>
					<p>We'll never share your info.</p>
				</li>
				<li class="two-d">
					<h4>Secure Servers</h4>
					<p>Checkout is 256bit encrypted.</p>
				</li>
			</ul>
		</div>
	</div>

{% end %}
{% end %}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
drnic-liquid-2.1.0 performance/tests/tribble/search.liquid