-<div flexy:if="member_search_form">{member_search_form:h}</div>
+<div class="row">
+ <div class="small-12 columns" flexy:if="member_search_form">{member_search_form:h}</div>
<flexy:toJavascript
flexy:prefix="glm_"
base_url="base_url"
catid="catid"
searchMapIconActive="searchMapIconActive"
>
-</flexy:toJavascript>
-<div flexy:if="letters" class="business-first-letter opensearchserver.ignore">
- <div>Narrow result by letter:</div>
- <a flexy:foreach="letters,k,v" class="{v[class]:h}" href="{v[url]:h}">{k}</a>
-</div>
+ </flexy:toJavascript>
+ <div flexy:if="letters" class="small-12 columns business-first-letter opensearchserver.ignore">
+ <div>Narrow result by letter:</div>
+ <a flexy:foreach="letters,k,v" class="{v[class]:h}" href="{v[url]:h}">{k}</a>
+ </div>
{if:numberedSet}
-<div class="results">{getResults(#Found %s Businesses in %s page(s)#):h}</div>
-<div class="opensearchserver.ignore">{getPaging():h}</div>
-<p>Showing records {firstRecord} to {lastRecord}</p>
+ <div class="results small-12 columns">{getResults(#Found %s Businesses in %s page(s)#):h}</div>
+ <div class="opensearchserver.ignore">{getPaging():h}</div>
+ <p>Showing records {firstRecord} to {lastRecord}</p>
-<div flexy:foreach="recordSet,k,row" class="search-result-item vcard">
+ <div flexy:foreach="recordSet,k,row" class="search-result-item vcard small-12 columns">
- <div class="memberSR">
+ <div class="memberSR">
+ {if:row[addToLink]}
+ <a id="add-{row[member_id]}" class="list-add-link" rel="{row[member_id]}" flexy:if="row[plink]" title="Add to Your Travel List" href="{row[plink]:h}">
+ <img alt="Add to Your Travel List" src="baseurl/assets/addto.gif">
+ </a>
+ {else:}
+ <a class="list-view-link" flexy:if="row[plink]" title="View Your Travel List" href="{row[plink]:h}">
+ <img alt="View Your Travel List" src="baseurl/assets/viewTravelPlanner.gif">
+ </a>
+ {end:}
+ {if:row[logo]}
+ <img class="search-result-img" alt="{row[logo]}" src="{row[logo]}">
+ {end:}
+ </div><!-- /.memberSR -->
-{if:row[addToLink]}
- <a id="add-{row[member_id]}" class="list-add-link" rel="{row[member_id]}" flexy:if="row[plink]" title="Add to Your Travel List" href="{row[plink]:h}">
- <img alt="Add to Your Travel List" src="baseurl/assets/addto.gif">
- </a>
-{else:}
- <a class="list-view-link" flexy:if="row[plink]" title="View Your Travel List" href="{row[plink]:h}">
- <img alt="View Your Travel List" src="baseurl/assets/viewTravelPlanner.gif">
- </a>
-{end:}
-{if:row[logo]}
- <img class="search-result-img" alt="{row[logo]}" src="{row[logo]}">
-{end:}
- </div><!-- /.memberSR -->
- <h2 class="fn org"><a title="More Info" href="{row[url]:h}">{row[member_name]:h}</a></h2>
+ <h2 class="fn org text-left"><a title="More Info" href="{row[url]:h}">{row[member_name]:h}</a></h2>
<div class="search-result-item-info">
- {if:row[map_icon]}
- <div class="map-link" rel="{row[map_icon][id]}">
- <img class="search-result-map-img" src="{row[map_icon][icon]:h}">
- </div>
- {end:}
+ {if:row[map_icon]}
+ <div class="map-link right" rel="{row[map_icon][id]}">
+ <img class="search-result-map-img" src="{row[map_icon][icon]:h}">
+ </div>
+ {end:}
<div class="search-result-location adr">
<div class="street-address">{row[street]:h}</div>
<span class="locality">{row[city]:h}</span>,
</div>
</div>
</div>
-
-
-
-
<div flexy:if="row[has_hotel_info]" class="member-hotel-result">
<a flexy:if="row[reservation_id]"
href="{base_url:h}index.php?catid=50&set_property={row[reservation_id]:h}">
{else:}
<div class="NoMembers">No Members matched your search criteria!</div>
{end:}
+</div>
\ No newline at end of file