|
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/www/cgi-bin/sc/templates/pages/ |
Upload File : |
###############################################
# Default Single Column Mobile Page Template
# Copyright ShopSite Inc. Design By Lauren
###############################################
[--DEFINE LINK_TO_PAGE--]
<a href="[-- PAGE.PAGEURL --]" class="mb_looplink">[-- IF PAGE.LinkName --][-- PAGE.LinkName --][-- ELSE --][-- PAGE.Name --][-- END_IF --]</a>
[--END_DEFINE LINK_TO_PAGE--]
[-- DEFINE PAGE --]
[-- VAR.SearchProductField PAGE.SearchProductField --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="[-- LOCALE_NAME --]">
<head>
<meta http-equiv="content-type" content="text/html; charset=[--STORE.Charset--]">
[-- 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>
[-- IF PAGE.SearchProductField --]
<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="[-- STORE.Search --]" onFocus="value=''">
<input type="submit" class="search_go" value="[-- STORE.Go --]">
</div>
</form>
[-- END_IF --]
[-- IF PAGE.FileName "index.html" --]
<div id="mb_nav" class="full">[-- MB_PageMenu --]</div>
[-- END_IF --]
<div id="mb_content" class="full">
[-- IF PayPal_Credit_Message --]<div style="padding-bottom:30px">[-- PayPal_Credit_Message Flex Wide --]</div>[-- END_IF --]
[-- IF PAGE.DisplayName --]<h1>[-- PAGE.Name --]</h1>[-- END_IF --]
[-- IF PAGE.Text1 --]<div class="padded">[-- PAGE.Text1 --]</div>[-- END_IF --]
[-- IF PAGE.NumLinks "0" --]
[-- ELSE --]
[-- LOOP LINKS --][-- LINK mb_MobileDefault.sst --][-- END_LOOP LINKS --]
[-- END_IF --]
[-- IF PAGE.Text2 --]<div class="padded">[-- PAGE.Text2 --]</div>[-- END_IF --]
[-- IF PAGE.NumProducts "0" --]
[-- ELSE --]
[-- PrevNext --]
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="loopprods">
[-- LOOP PRODUCTS --][-- PRODUCT mb_MobileDefaultProduct.sst --][-- END_LOOP PRODUCTS --]
</table>
[-- PrevNext --]
[-- END_IF --]
[-- IF PAGE.Text3 --]<div class="padded">[-- PAGE.Text3 --]</div>[-- END_IF --]
[-- IF PAGE.FileName "index.html" --]
[-- IF Page.GlobalCrossSell --]
<h1>[-- STORE.GlobalCrossSellHeader --]</h1>
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="loopprods">
[-- LOOP GLOBAL_Cross_Sell --]
[-- GLOBAL_CROSS_SELL --]
[-- END_LOOP Global_Cross_Sell --]
</table>
[-- END_IF --]
[-- END_IF --]
</div>
<div id="mb_footer" class="full">[-- STORE.MB_FOOTER --]</div>
[-- IF SS_MOBILE_PC --]<div id="mb_pc">[-- SS_MOBILE_PC --]</div>[-- END_IF --]
[-- IF GiftCert --][-- GiftCertlink --][-- END_IF --]
[-- IF PayPal_Credit_Message --][-- PAYPAL_CREDIT_MESSAGE_SCRIPT --][-- END_IF --]
</body>
</html>
[-- END_DEFINE PAGE --]