|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /home/jackjohn/public_html/cgi-bin/sc/templates/search/ |
Upload File : |
#Congruence Search Results Template
#Copyright ShopSite inc. Design by Lauren
#
# Congruence Search Results define
#
[-- DEFINE SEARCH_RESULTS --]
[-- VAR.PageTemplate yes --]
[-- VAR.SecurePage no --]
[-- VAR.TextColor PAGE.TextColor --]
[-- VAR.BackgroundColor PAGE.BackgroundColor --]
[-- VAR.LinkColor PAGE.LinkColor --]
[-- VAR.ActiveLinkColor PAGE.ActiveLinkColor --]
[-- VAR.VisitedLinkColor PAGE.VisitedLinkColor --]
[-- IF PAGE.BackgroundImage "none" --][-- VAR.BackgroundImage "" --][-- ELSE --][-- VAR.BackgroundImage PAGE.BackgroundImage --][-- END_IF --]
[-- VAR.PageWidth 879px --]
[-- INCLUDE Congruence-Colors.sst PROCESS --]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="[-- LOCALE_NAME --]">
<head>
<title>[--Store.SearchResults --]: [-- SearchString --]</title>
<meta http-equiv="content-type" content="text/html; charset=[--STORE.Charset--]">
<meta name="robots" content="noindex,nofollow">
<style type="text/css">
<!--
[-- INCLUDE Congruence.css PROCESS --]
table.search_table td.search_field input {
background-color: #FFFFFF;
}
td.search_field {
width: 100%;
text-align: right;
}
td.adv_search_text {
white-space: nowrap;
}
table.search_sort {
margin: 10px 0 15px 0;
padding: 4px;
border: 1px solid [-- VAR.VisitedLinkColor --];
background-color: #[-- STORE.SC_ShadeColor --];
}
table.search_table input {
margin: 0 0 0 3px;
}
input.search_button, input.search_button_selected {
background-color: #[-- STORE.SC_ShadeColor --];
text-decoration: underline;
color: [-- VAR.TextColor --];
padding: 0px 2px;
margin: 0px;
border: 0px;
}
input.search_button_selected {
text-decoration: none;
font-weight: bold;
}
input.search_button:hover, input.search_button_selected:hover {
background-color: [-- VAR.VisitedLinkColor --];
}
-->
</style>
[-- INCLUDE Head-Browser-Required.sst PROCESS --]
</head>
<div id="header">[-- SOCIAL_FOLLOW reverse --]
[-- IF STORE.UseCompanyLogo --][-- STORE.CompanyLink --][-- END_IF --]
[-- IF STORE.HeaderImage --][-- IF STORE.HeaderURL --]<a href="[-- STORE.HeaderURL --]" id="header_image">[-- STORE.HeaderImage --]</a>[-- ELSE --]<span id="header_image">[-- STORE.HeaderImage --]</span>[-- END_IF --][-- END_IF --]
[-- IF PAGE.DisplayPageHeader --][-- HEADER --][-- END_IF --]
[-- IF MiniCart --] <div id="minicart">[-- INCLUDE Congruence-MiniCart.js PROCESS --]</div>[-- END_IF --]
</div>
<div id="toptabs">
[-- IF PageMenu --]
[-- PageMenu --]
[-- ELSE --]
<ul id="tabs">
<li class="tab_home"><a href="[-- MyStoreURL --]" title="[-- STORE.Name --]"><span>[-- STORE.Home --]</span></a></li>
[-- IF GiftCert --] <li class="tab"><a href="[-- SHOPPING_CART_URL Base --]/order.cgi?storeid=[-- STORE.ID --]&cert=gift"><span>[-- STORE.SC_GiftCertificate --]</span></a></li>[-- END_IF --]
[-- IF SC_Registration --]
[-- INCLUDE Congruence-Registration.js PROCESS --]
[-- END_IF --]
<li class="tab"><a href="[-- SHOPPING_CART_URL --]" title="[-- STORE.SC_YourShoppingCart --]"><span>[-- STORE.SC_YourShoppingCart --]</span></a></li>
</ul>
[-- END_IF --]
</div>
<div id="bgtop"></div>
<div id="bgmiddle">
<div id="mainarea">
<div id="content-noleft">
[-- IF SearchResultCount --]<div id="pagination">[-- SearchResultCount --]</div>[-- END_IF --]
[-- IF PAGE.DisplayName --][-- IF PAGE.Name --]<h1>[-- PAGE.Name --]</h1>[-- END_IF --][-- END_IF --]
<table cellpadding="0" cellspacing="0" border="0" width="879">
<tr>
<td align="left" class="nobr"><b>[--Store.SearchResults --]: [-- SearchString --]</b></td>
[-- IF SEARCHTOP --] <td align="right" width="100%">[-- SEARCHRESULT_FORM FORM_ONLY --]</td>[-- END_IF --]
</tr>
</table>
[-- IF SEARCHTOP --]
<table class="search_sort" width="100%">
<tr>
[-- IF SearchResultCount --]
<td align="left" width="50%" class="nobr">[-- SearchResultsPerPage --]</td>
[-- END_IF --]
[-- IF SearchResultPrevNext --]
<td align="center" class="nobr">[-- SearchPrevNext --]</td>
[-- END_IF --]
[-- IF SearchSortBy --]
<td width="50%" style="font-weight: bold; text-align: right;" class="nobr">[-- SearchSortBy --]</td>
[-- END_IF --]
</tr>
</table>
</form>
[-- ELSE --]
<hr>
[-- END_IF --]
[-- VAR.LAYOUT PAGE.LAYOUT --]
<table width="100%">
[-- IF PAGE.Text1 --]
<tr>
<td>[-- PAGE.Text1 --]</td>
</tr>
[-- END_IF --]
[-- IF PAGE.DisplayGraphic --]
[-- IF PAGE.Graphic --]
<tr>
<td>[-- PAGE.Graphic --]</td>
</tr>
[-- END_IF --]
[-- END_IF --]
<tr>
<td>
<table border="0" cellpadding="5" width="100%">
[-- VAR.pa_search_result "false" --]
[-- LOOP SEARCH --]
[-- IF SEARCHLINK --]
<tr>
<td></td>
<td align="left" valign="top">
<b>
[-- END_IF --]
[-- SEARCHRESULT --]
[-- IF SEARCHLINK --]
</b>
</td>
<td></td>
<td></td>
</tr>
[-- END_IF --]
[-- VAR.pa_search_result "true" --]
[-- END_LOOP SEARCH--]
[-- IF VAR.pa_search_result "false" --]
<tr>
<td align="left" valign="top">[-- STORE.SearchNoResults --] [-- SEARCHSTRING --]</td>
</tr>
[-- END_IF --]
[-- IF VAR.Quantityproduct "yes" --]
<tr>
<td>
[-- Store.QuantityPricingFlag --] [-- Store.QuantityPricingMsg --]
</td>
</tr>
[-- END_IF --]
[-- IF VAR.Variableproduct "yes" --]
<tr>
<td>
[-- Store.VariablePricingFlag --] [-- Store.VariablePricingMsg --]
</td>
</tr>
[-- END_IF --]
</table>
#Search form at bottom of page
[-- IF SEARCHBOTTOM --]
<hr>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="left"><b>[--Store.SearchResults --]: [-- SearchString --]</b></td>
<td align="right" >[-- SEARCHRESULT_FORM FORM_ONLY --]</td>
</tr>
</table>
<table class="search_sort" width="100%">
<tr>
[-- IF SearchResultCount --]
<td align="left" width="50%" class="nobr">[-- SearchResultsPerPage --]</td>
[-- END_IF --]
[-- IF SearchResultPrevNext --]
<td align="center" class="nobr">[-- SearchPrevNext --]</td>
[-- END_IF --]
[-- IF SearchSortBy --]
<td width="50%" style="font-weight: bold; text-align: right;" class="nobr">[-- SearchSortBy --]</td>
[-- END_IF --]
</tr>
</table>
</form>
[-- END_IF --]
</td>
</tr>
[-- IF PAGE.Text2 --]
<tr>
<td>[--PAGE.Text2 --]</td>
</tr>
[-- END_IF --]
[-- IF PAGE.Text3 --]
<tr>
<td>[-- PAGE.Text3 --]</td>
</tr>
[-- END_IF --]
</table>
</div>
<div class="clear"></div>
</div>
</div><!-- end bgmiddle -->
<div id="bgbottom"></div>
<div id="footer_contain">
[-- IF PageLinks.Footer --]<div id="footer_pagelinks">[-- PageLinks.Footer --]</div>[-- END_IF --]
[-- IF PAGE.DisplayPageFooter --] <div id="footer">[-- FOOTER --]</div>[-- END_IF --]
</div>
[-- INCLUDE QuickAjaxAddToCart.sst PROCESS --]
</body>
</html>
[-- END_DEFINE SEARCH_RESULTS --]