|
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 : |
###############################################
# Default Single Column Mobile Search Template
# Copyright ShopSite Inc. Design By Lauren
###############################################
[-- DEFINE SEARCH_RESULTS --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="[-- LOCALE_NAME --]">
<head>
[-- IF PAGE.Title --]
<title>[-- PAGE.Title --]</title>
[-- ELSE --]
<title>[-- PAGE.Name REMOVE_HTML --]</title>
[-- END_IF --]
[-- IF SS_MOBILE --][-- MOBILE_JAVASCRIPT --][-- END_IF --]
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
[-- INCLUDE mb_styles.css PROCESS --]
</style>
</head>
<body onload="setTimeout(function() { window.scrollTo(0, 1) }, 100);">
<div id="mb_header" class="full">
[-- IF STORE.MB_UseCompanyLogo --]
[-- STORE.MB_CompanyLink --]
[-- END_IF --]
[-- IF STORE.MB_HEADER --]
[-- STORE.MB_HEADER --]
[-- END_IF --]
[-- IF STORE.MB_UseCompanyLogo --]
[-- IF STORE.MB_CompanyLogo --]
[-- ELSE_IF STORE.MB_HEADER --]
[-- ELSE --]
<h1><a href="[-- MyStoreURL --]" title="[-- STORE.Name REMOVE_HTML --]">[-- STORE.Name --]</a></h1>
[-- END_IF --]
[-- ELSE_IF STORE.MB_HEADER --]
[-- ELSE --]
<h1><a href="[-- MyStoreURL --]" title="[-- STORE.Name REMOVE_HTML --]">[-- STORE.Name --]</a></h1>
[-- END_IF --]
</div>
<div id="mb_links" class="full">
[-- IF STORE.MB_LINK1 --][-- STORE.MB_LINK1 --][-- END_IF --]
[-- IF STORE.MB_LINK2 --][-- STORE.MB_LINK2 --][-- END_IF --]
[-- IF STORE.MB_LINK3 --][-- STORE.MB_LINK3 --][-- END_IF --]
[-- IF STORE.MB_LINK4 --][-- STORE.MB_LINK4 --][-- END_IF --]
[-- IF STORE.MB_LINK1 --]
[-- ELSE_IF STORE.MB_LINK2 --]
[-- ELSE_IF STORE.MB_LINK3 --]
[-- ELSE_IF STORE.MB_LINK4 --]
[-- ELSE --]<a class="right" href="[-- SHOPPING_CART_URL --]">[-- STORE.ViewCartText --]</a>
[-- END_IF --]
</div>
<form action="[-- SHOPPING_CART_URL BASE --]/productsearch.cgi?storeid=[-- STORE.ID --]" method="get">
<input type="hidden" name="storeid" value="[-- STORE.ID --]">
<div id="mb_search" class="full">
<input type="text" name="search_field" class="search" size="24" value="[-- SEARCHSTRING --]" onFocus="value=''">
<input type="submit" class="search_go" value="[-- STORE.Go --]">
</div>
</form>
<div id="mb_content" class="full">
[-- IF PAGE.DisplayName --]<h1>[-- PAGE.Name --]</h1>[-- END_IF --]
[-- IF PAGE.Text1 --][-- PAGE.Text1 --][-- END_IF --]
[-- IF PAGE.Text2 --][-- PAGE.Text2 --][-- END_IF --]
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="loopprods">
[-- VAR.Results "no" --][-- LOOP SEARCH --][-- IF SEARCHLINK --]<!--[-- END_IF --][-- SEARCHRESULT --][-- IF SEARCHLINK --]-->[-- END_IF --][-- VAR.Results "yes" --][-- END_LOOP SEARCH --]
[-- IF VAR.Results "no" --]<tr><td>[-- STORE.SearchNoResults --] [-- SEARCHSTRING --]</td></tr>[-- END_IF --]
</table>
[-- IF PAGE.Text3 --][-- PAGE.Text3 --][-- END_IF --]
</div>
<div id="mb_footer" class="full">[-- STORE.MB_FOOTER --]</div>
<div id="mb_pc">[-- SS_MOBILE_PC --]</div>
[-- IF GiftCert --][-- GiftCertlink --][-- END_IF --]
</body>
</html>
[-- END_DEFINE SEARCH_RESULTS --]