Send-A-Card
CSS_STYLED XHTML EXAMPLE TEMPLATE
TEMPLATE_SELECTION_PAGE
This is the template where the selection of cards is presented.
###SELECT_IMAGE_PROMPT###
###IMAGE_SELECTOR###
TEMPLATE_ALTERNATE_SELECTION_PAGE
This is the template where multiple series of cards are presented.
###SELECT_IMAGE_PROMPT###
###IMAGE_SELECTOR###
TEMPLATE_CARD_FORM
This is the template for the form where the sender enters all the information about the postcard.
TEMPLATE_PREVIEW_CARD
This is the template for the form where the sender previews the postcard.
###NEED_FLASH_MESSAGE### http://www.macromedia.com/go/getflashplayer
###CARD_CAPTION_PRESENT###
TEMPLATE_CARD_SENT
This is the template for the 'is-sent' display.
TEMPLATE_VIEW_CARD
This is the template for the form where the recipient views the postcard.
###NEED_QUICKTIME_MESSAGE### http://www.apple.com/###LANGUAGE###/quicktime/download/
###NEED_FLASH_MESSAGE### http://www.macromedia.com/go/getflashplayer
###CARD_CAPTION_PRESENT###
TEMPLATE_PRINT_CARD
This is the template for the form where the recipient prints the postcard.
###CARD_CAPTION###
TEMPLATE_CARD_NOT_FOUND
This is the template for the 'card not found' display.
###CARDNOTFOUND_SORRY###
###CARDNOTFOUND_INSTRUCTIONS###
TEMPLATE_EMAIL_CARD_SENT
Template for the plain link notification email. First line is used as subject for the mail.
###EMAIL_CARDSENT_SUBJECT1######FROM_NAME######EMAIL_CARDSENT_SUBJECT2###
###EMAIL_CARDSENT_TITLE1######TO_NAME######EMAIL_CARDSENT_TITLE2###
###EMAIL_CARDSENT_TEXT1######FROM_NAME######EMAIL_CARDSENT_TEXT2###
###EMAIL_CARDSENT_TEXT3######CARD_URL######EMAIL_CARDSENT_TEXT4###
###EMAIL_SIGNATURE###
###SITE_NAME###
###SITE_URL###
###SITE_EMAIL###
TEMPLATE_EMAIL_CARD_SENT_HTML
Template for the HTML notification email sent to the card recipient.
###EMAIL_CARDSENT_SUBJECT1######FROM_NAME######EMAIL_CARDSENT_SUBJECT2###
###EMAIL_CARDSENT_TITLE1######TO_NAME######EMAIL_CARDSENT_TITLE2###
###EMAIL_CARDSENT_TEXT1######FROM_NAME######EMAIL_CARDSENT_TEXT2###
###EMAIL_CARDSENT_TEXT3######CARD_URL######EMAIL_CARDSENT_TEXT4###
###EMAIL_SIGNATURE###
###SITE_NAME###
###SITE_WWW###
###SITE_EMAIL###
TEMPLATE_EMAIL_CARD_VIEWED
Template for the plain link notification email. First line is used as subject for the mail.
###EMAIL_CARDVIEWED_SUBJECT1######EMAIL_CARDVIEWED_SUBJECT2###
###EMAIL_CARDVIEWED_TITLE1######TO_NAME######EMAIL_CARDVIEWED_TITLE2###
###EMAIL_CARDVIEWED_TEXT1###
###FROM_NAME######EMAIL_CARDVIEWED_TEXT2######DATE######EMAIL_CARDVIEWED_TEXT3###
###EMAIL_SIGNATURE###
###SITE_NAME###
###SITE_URL###
###SITE_EMAIL###
TEMPLATE_EMAIL_VIEWED_HTML
Template for the HTML notification email sent to the card recipient.
###EMAIL_CARDVIEWED_SUBJECT1######EMAIL_CARDVIEWED_SUBJECT2###
###EMAIL_CARDVIEWED_TITLE1######TO_NAME######EMAIL_CARDVIEWED_TITLE2###
###EMAIL_CARDVIEWED_TEXT1###
###FROM_NAME######EMAIL_CARDVIEWED_TEXT2######DATE######EMAIL_CARDVIEWED_TEXT3###
###EMAIL_SIGNATURE###
###SITE_NAME###
###SITE_WWW###
###SITE_EMAIL###
VIEW CARD CSS TEMPLATE
This template is used to dynamically generate some additional CSS for viewing the card.
.tx-srsendcard-pi1 .tx-srsendcard-pi1-card { background-color:###BGCOLOR###; }
.tx-srsendcard-pi1 .tx-srsendcard-pi1-card p { ###FONTFAMILY### color:###FONTCOLOR###; background-color:###BGCOLOR###; }
.tx-srsendcard-pi1 .tx-srsendcard-pi1-card a:link { color:###FONTCOLOR###; ###FONTFAMILY### }
.tx-srsendcard-pi1 .tx-srsendcard-pi1-card a:visited { color:###FONTCOLOR###; }
.tx-srsendcard-pi1 .tx-srsendcard-pi1-card a:hover { color:###FONTCOLOR###; }
.tx-srsendcard-pi1 .tx-srsendcard-pi1-card a:active { color:###FONTCOLOR###; }
.tx-srsendcard-pi1 .tx-srsendcard-pi1-image-wide-left-margin { margin-left: ###IMAGE_WIDTH###px; }
PRINT CARD CSS TEMPLATE
This template is used to dynamically generate some additional CSS for printing the card.
.tx-srsendcard-pi1 .tx-srsendcard-pi1-card, .tx-srsendcard-pi1 .tx-srsendcard-pi1-card div { background-color:###BGCOLOR###; }
.tx-srsendcard-pi1 .tx-srsendcard-pi1-card p { ###FONTFAMILY### color:###FONTCOLOR###; background-color:###BGCOLOR###; }
.tx-srsendcard-pi1 .tx-srsendcard-pi1-card a:link { color:###FONTCOLOR###; ###FONTFAMILY### }
.tx-srsendcard-pi1 .tx-srsendcard-pi1-card a:visited { color:###FONTCOLOR###; }
.tx-srsendcard-pi1 .tx-srsendcard-pi1-card a:hover { color:###FONTCOLOR###; }
.tx-srsendcard-pi1 .tx-srsendcard-pi1-card a:active { color:###FONTCOLOR###; }
.tx-srsendcard-pi1 .tx-srsendcard-pi1-image-wide-left-margin { margin-left: ###IMAGE_WIDTH###px; }