|
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/gc/ |
Upload File : |
#<!-- ------------------------------------------------ -->#
#<!-- Main Template File -->#
#<!-- filename: elite_001_gc_template.sst -->#
#<!-- TEMPLATE: Gift Certificate -->#
#<!-- THEME: Elite 001 -->#
#<!-- CORE: Core 001 -->#
#<!-- copyright ShopSite Inc. Design by Mark -->#
#<!-- ------------------------------------------------ -->#
#<!-- ------------------------------------------------ -->#
#<!-- --------------- Gift Certificate --------------- -->#
#<!-- ------------------------------------------------ -->#
[-- DEFINE Gift_Certificate --]
[-- VAR.define "cert" --]
[-- INCLUDE elite_001_gc_vars.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>
<meta http-equiv="content-type" content="text/html; charset=[--STORE.Charset--]">
<META NAME="robots" CONTENT="noindex,nofollow">
<title>[-- STORE.SC_GiftCertificate --]</title>
<style type="text/css">[-- INCLUDE elite_001_gc_styles.css PROCESS --]</style>
[-- INCLUDE Head-Browser-Required.sst PROCESS --]
<script type="text/javascript">[-- SC_JAVASCRIPT extras --]</script>
</head>
<body>
[-- SC_FORM --]
[-- INCLUDE core_001_gc_cert.sst PROCESS --]
</form>
</body>
</html>
[-- END_DEFINE Gift_Certificate --]
#<!-- ------------------------------------------------ -->#
#<!-- ---------------- Gift Cert Email --------------- -->#
#<!-- ------------------------------------------------ -->#
[-- DEFINE Gift_Certificate_Email --]
[-- VAR.define "email" --]
[-- INCLUDE elite_001_gc_vars.sst PROCESS --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">[-- INCLUDE elite_001_gc_styles.css PROCESS --]</style>
</head>
<body>
[-- INCLUDE core_001_gc_email.sst PROCESS --]
</body>
</html>
[-- END_DEFINE Gift_Certificate_Email --]
#<!-- ------------------------------------------------ -->#
#<!-- ------------- Gift Cert Snail Mail ------------- -->#
#<!-- ------------------------------------------------ -->#
[-- DEFINE Gift_Certificate_Mail --]
[-- VAR.define "mail" --]
[-- IF FIRST_MAIL_GIFTCERT --]
[-- INCLUDE elite_001_gc_vars.sst PROCESS --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=[--STORE.Charset--]">
<META NAME="robots" CONTENT="noindex,nofollow">
<title>Gift Certificate</title>
<style type="text/css">[-- INCLUDE elite_001_gc_styles.css PROCESS --]</style>
<style type="text/css" media="print"> <!--
.noprint {
display: none;
}
-->
</style>
</head>
<body>
[-- END_IF --]
[-- INCLUDE core_001_gc_mail.sst PROCESS --]
[-- IF LAST_MAIL_GIFTCERT --]
<br>
<p class="noprint" style="text-align: center; background-color: #FFFFE0;"><a href="javascript:window.print()"><img src="[-- ShopSite_Images --]/buttons/print.gif" border="0"></a> <a href="javascript:self.close()"><img src="[-- ShopSite_Images --]/buttons/done.gif" border="0"></a></p>
</body>
</html>
[-- ELSE --]
<br>
<hr class="noprint">
<br>
[-- END_IF --]
[-- END_DEFINE Gift_Certificate_Mail --]