|
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/sc/ |
Upload File : |
##################################################################
[-- DEFINE Subscription --]<!DOCTYPE html>
<html lang="en">
<head><meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta http-equiv="content-language" content="[-- LOCALE_NAME --]">
<meta name="HandheldFriendly" content="True">
<title>[-- SUBSCRIPTION_TEXT.PageTitle --]</title>
<script type="text/javascript">[-- SC_JavaScript --]</script>
<style type="text/css">
body#subscription {padding: [-- IF STORE.BackgroundColor NE "FFFFFF" --]5% [-- END_IF --]0px; background: #[-- STORE.BackgroundColor --]; color: #[-- STORE.TextColor --]}
body, td {font-family: [-- STORE.Font --]; font-size: [-- STORE.FontSize --]}
.text-center {text-align: center}
div#logo {margin: 0px auto 30px auto; max-width: 450px}
div#logo img {max-width: 100%}
h1 {margin: 0ps auto}
div.d-inline-block {display: inline-block; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; background: #FFFFFF; padding: 20px; margin: 0px auto 5% auto}
table {background-color: transparent; border-collapse: collapse}
input, button, select, textarea {line-height: inherit}
a, area, button, [role="button"], input, label, select, summary, textarea {touch-action: manipulation}
button, select {text-transform: none}
button, input, optgroup, select, textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0}
button, input {overflow: visible}
.btndiv > input[type="submit"] {-moz-user-select: none;border: 1px solid transparent;display: inline-block;font-size: 1rem;font-weight: normal;line-height: 1.25;padding: 0.5rem 1rem;text-align: center;transition: all 0.2s ease-in-out 0s;vertical-align: middle;white-space: nowrap}
.btndiv-primary > input[type="submit"] {background-color: #[-- STORE.LinkColor --];border-color: #[-- STORE.LinkColor --];color: #fff}
.btndiv-primary > input[type="submit"]:hover {background-color: #[-- STORE.VisitedLinkColor --];border-color: #[-- STORE.VisitedLinkColor --];color: #fff}
table.payment td.payment {text-align: right}
table.payment td.payment_value {text-align: left; font-size: 80%}
table.payment td.payment_value select, table.payment td.payment_value option, table.payment td.payment_value input {text-align: left; font-size: [-- STORE.FontSize --]}
input[name="cvv2"] {margin-right: 6px}
table.sec_image {margin: 30px auto}
td.sec_image {padding: 15px; background: #[-- STORE.TableShadeColor --]}
div.sec_image a {font-size: 80%}
body > div.d-inline-block, td.sec_image {border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
</style>
</head>
<body id="subscription" class="text-center">
<div class="d-inline-block text-center">
[-- IF STORE.UseCompanyLogo --][-- IF STORE.CompanyLogo --]<div id="logo">[-- IF STORE.CompanyURL --]<a href="[-- STORE.CompanyURL --]">[-- END_IF --][-- STORE.CompanyLogo ONLY_ALT_TAG --][-- IF STORE.CompanyURL --]</a>[-- END_IF --]</div>[-- END_IF --][-- END_IF --]
<h1>[-- SUBSCRIPTION_TEXT.PageTitle --]</h1>
<div class="d-flex justify-content-center">
[-- SUBSCRIPTION_UPDATE_FORM --]
[-- SC_Payment --]
[-- IF SECURITYIMAGE --][-- SHIPSECURITYIMAGE --][-- END_IF --]
<div class="btndiv btndiv-primary">[-- SUBSCRIPTION_UPDATE_BUTTON --]</div>
[-- IF ShopSiteSecurityImage --][-- ShopSiteSecurityImage --][-- END_IF --]
</form>
</div>
</div>
</body>
</html>[-- END_DEFINE Subscription --]
##################################################################
[-- DEFINE SUBSCRIPTION_EMAIL --]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head><meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta http-equiv="content-language" content="[-- LOCALE_NAME --]">
<title>[-- SUBSCRIPTION_TEXT.PageTitle --]</title>
</head>
<body bgcolor="#[-- STORE.BackgroundColor --]" style="height: 100%; padding: 0px; margin: 0px" link="#[-- STORE.LinkColor --]" vlink="#[-- STORE.VisitedLinkColor --]">
<div style="padding: 20px 0px; background: #[-- STORE.BackgroundColor --]; color: #[-- STORE.TextColor --]; height: 100%; text-align: center; margin: 0px auto">
<div align="left" style="display: inline-block; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; background: #FFFFFF; padding: 20px; margin: 0px auto 5% auto">
[-- IF STORE.UseCompanyLogo --][-- IF STORE.CompanyLogo --]<div style="margin: 0px auto 30px auto; max-width: 450px">[-- IF STORE.CompanyURL --]<a href="[-- STORE.CompanyURL --]">[-- END_IF --]<img src="[-- STORE.CompanyLogo URL_ONLY --]" alt="[-- STORE.Name REMOVE_HTML --]" style="max-width: 100%">[-- IF STORE.CompanyURL --]</a>[-- END_IF --]</div>[-- END_IF --][-- END_IF --]
<font face="[-- STORE.Font --]" style="font-size: [-- STORE.FontSize --]">
<p>[-- SUBSCRIPTION_FIELD.CustomerName --],</p>
[-- IF SUBSCRIPTION_FIELD.GatewayStatus "active" --]
<p>[-- SUBSCRIPTION_TEXT.EmailExpiring --]</p>
[-- ELSE --]
<p>[-- SUBSCRIPTION_TEXT.EmailSuspended --]</p>
[-- END_IF --]
<p>[-- SUBSCRIPTION_TEXT.ListOfProductsPreface --] [-- SUBSCRIPTION_UPDATE_LIST --]</p>
<p>[-- SUBSCRIPTION_LINK --]</p>
</font>
</div>
</div>
</body>
</html>[-- END_DEFINE SUBSCRIPTION_EMAIL --]