<% include("/var/www/webhosts-script/www.tartanowners.org/private/menu/menu.html"); %>
<% if(isset($id)): %>
<%=TONETextDisplay($the_ownerimage->title, true, true);%>
<%=TONEImageGetTagIMG($the_ownerimage->image_id);%>
<%=TONETextDisplay($the_ownerimage->description, true, true);%>
<% else: %>
Feature photos
<%=$intro;%> Click on any thumbnail to view a larger sized pop-up.
|
|
- Find photos by owner or boat name:
|
| Description/Owner |
Picture |
<%
while($num-- && $the_ownerimage = mysql_fetch_object($result_ownerimage)):
$description = $the_ownerimage->description;
if ($action == 'search_gen'){
list($hits, $description) = highlight($val, $description);
} else{
$description = TONETextDisplay($description, true, true);
$hits = 1;
}
if ($hits):
$found += $hits;
$shown++;
%>
| <%=$description;%> |
<%=TONEImageGetTagIMG($the_ownerimage->imagepre_id);%> |
<%
endif;
endwhile;
%>
<% endif; %>