/* Member Search and display */
#category-search {
/* clear: both;*/
- padding: 0px, 10px, 0px, 10px;
+ padding: 0px 10px 0px 10px;
margin-top: 22px;
}
text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
font-size: 14px;
line-height: 130%;
- padding: 15px 20px;
+ padding: 15px;
background-color: #eee;
- height: 1%;
+ height: 185px;
margin-bottom: 5px;
overflow: hidden;
position: relative;
}
.memberSR {
float: right;
+ padding: 0px !important;
}
+.memberSR img {
+ width:100%;
+ height: 120px;
+}
.list-add-link img, .list-view-link img {
margin-bottom: 10px;
}
.search-result-item h2 a:hover {color: #3D8D3A;}
.search-result-item h2 a:active {color: #00456C;}
-.search-result-location {
- float: left;
+.search-result-item img {
+/* padding: 15px;*/
+ padding: 0px;
+ margin-top: 8px;
+ margin-bottom: 0px;
+}
+.search-result-item-container {
+ padding: 8px;
}
.search-result-distance {
clear: left;
padding: 3px 6px;
}
/* Accommodations Result List */
+.search-result-item-info {
+ min-height: 124px;
+ padding-top: 15px;
+}
.search-result-item-info .member-hotel-result {
height: 1%;
overflow: hidden;
float: left;
width: 64%;
}
+.search-result-item-container .search-result-location {
+ padding: 5px 0px 5px 0px !important;
+
+ font-size: 16px !important;
+ line-height: 130%;
+ margin-top: 9px;
+}
+.search-result-item-container .search-result-contact-info {
+ padding: 0px !important;
+ margin-top: 15px !important;
+}
+.search-result-item .membersSR {
+ padding: 0px !important;
+}
#members_wrapper .member_list_res {
color: #FFFFFF;
display: block;
<div class="results small-12 medium-6 columns">{getResults(#Found %s Businesses in %s page(s)#):h}</div>
<div class="opensearchserver.ignore">{getPaging():h}</div>
<div class="small-12 columns">Showing records {firstRecord} to {lastRecord}</div>
+
+
+ <div flexy:foreach="recordSet,k,row" class="search-result-item-container small-12 medium-6 columns"><div class="search-result-item">
+ <div class="row">
+ <h3 class="fn org text-left small-12 columns">
+ <a title="More Info" href="{row[url]:h}">{row[member_name]:h}</a>
+ </h3>
+ </div>
+ <div class="row">
+ <div class="memberSR right small-4 columns">
+ {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 -->
+ <div class="search-result-item-info small-8 columns">
+ {if:row[map_icon]}
+ <div class="map-link left" 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 small-12 columns">
+ <div class="street-address">{row[street]:h}</div>
+ <span class="locality">{row[city]:h}</span>,
+ <span class="region" title="{row[state]:h}">{row[state_abbr]:h}</span>
+ <span class="postal-code">{row[zip]:h}</span>
+ <div flexy:if="row[phone]" class="search-result-phones">
+ <div class="tel">Phone: {row[phone]:h}</div>
+ </div>
- <div flexy:foreach="recordSet,k,row" class="search-result-item small-12 medium-6 columns">
- <h3 class="fn org text-left">
- <a title="More Info" href="{row[url]:h}">{row[member_name]:h}</a>
- </h3>
- <div class="memberSR right">
- {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 -->
- <div class="search-result-item-info">
- {if:row[map_icon]}
- <div class="map-link left" 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>,
- <span class="region" title="{row[state]:h}">{row[state_abbr]:h}</span>
- <span class="postal-code">{row[zip]:h}</span>
- <div flexy:if="row[phone]" class="search-result-phones">
- <div class="tel">Phone: {row[phone]:h}</div>
- </div>
- <div style="height: 1%; overflow: hidden; margin-top: 0.5em;">
- <div flexy:if="row[member_contact_email]" class="search-result-email" style="float: left; margin-right: 15px;">
- <a title="Email" href="mailto:{row[member_contact_email]:h}">Email</a>
- </div>
- <div flexy:if="row[website]" class="search-result-website" style="float: left; margin-right: 15px;">
- <a target="_blank" title="Website" href="{row[website]:h}" rel="{row[member_id]}" class="member-website">Website</a>
</div>
- <div flexy:if="row[address]" class="search-result-directions" style="float: left; margin-right: 15px;">
- <a target="_blank" title="Driving Directions" href="{row[address]:h}">Driving Directions</a>
+ <div flexy:if="row[has_hotel_info]" class=" small-12 columns member-hotel-result">
+ <a flexy:if="row[reservation_id]"
+ href="{base_url:h}index.php?catid=50&set_property={row[reservation_id]:h}">
+ <img alt="Online Reservations"
+ src="baseurl/assets/buttons/reservations.gif">
+ </a>
+ {if:row[num_rooms]}
+ Number of Rooms: {row[num_rooms]:h}
+ {end:}
+ <br>
+ Open Year Round: {row[year_round]:h}
</div>
- <div flexy:if="row[has_member_packages]" class="search-result-packages" style="float: left; margin-right: 15px;">
- <a title="Member Packages" href="{row[url]:h}#packageSection">Special Offers</a>
+ <a
+ flexy:if="row[res_url]"
+ id="ext_detail_teetime_btn"
+ href="{row[res_url]:h}">Make a Tee Time</a>
+ <div class="search-result-contact-info small-12 columns" style="height: 1%; overflow: hidden; margin-top: 0.5em;">
+ <div flexy:if="row[member_contact_email]" class="search-result-email" style="float: left; margin-right: 15px;">
+ <a title="Email" href="mailto:{row[member_contact_email]:h}">Email</a>
+ </div>
+ <div flexy:if="row[website]" class="search-result-website" style="float: left; margin-right: 15px;">
+ <a target="_blank" title="Website" href="{row[website]:h}" rel="{row[member_id]}" class="member-website">Website</a>
+ </div>
+ <div flexy:if="row[address]" class="search-result-directions" style="float: left; margin-right: 15px;">
+ <a target="_blank" title="Directions" href="{row[address]:h}">Directions</a>
+ </div>
+ <div flexy:if="row[has_member_packages]" class="search-result-packages" style="float: left; margin-right: 15px;">
+ <a title="Member Packages" href="{row[url]:h}#packageSection">Special Offers</a>
+ </div>
</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}">
- <img alt="Online Reservations"
- src="baseurl/assets/buttons/reservations.gif">
- </a>
- {if:row[num_rooms]}
- Number of Rooms: {row[num_rooms]:h}
- {end:}
- <br>
- Open Year Round: {row[year_round]:h}
- </div>
- <a
- flexy:if="row[res_url]"
- id="ext_detail_teetime_btn"
- href="{row[res_url]:h}">Make a Tee Time</a>
</div>
</div>
+ </div>
</div>
{getPaging():h}
<div flexy:if="letters" class="business-first-letter small-12 columns">