| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223 |
- <?php
- switch ($extra) {
- case 'invite':
- $button = '
- <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonBlock" style="min-width:100%;">
- <tbody class="mcnButtonBlockOuter">
- <tr>
- <td style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;" valign="top" align="center" class="mcnButtonBlockInner">
- <table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 10px;background-color: #AD80FD;">
- <tbody>
- <tr>
- <td align="center" valign="middle" class="mcnButtonContent" style="font-family: Helvetica; font-size: 18px; padding: 18px;">
- <a class="mcnButton " title="Button Text" href="'.getServerPath().'?inviteCode='.$email['inviteCode'].'" target="_self" style="font-weight: bold;letter-spacing: -0.5px;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;">Use Invite Code</a>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- ';
- break;
- case 'reset':
- $button = '
- <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonBlock" style="min-width:100%;">
- <tbody class="mcnButtonBlockOuter">
- <tr>
- <td style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;" valign="top" align="center" class="mcnButtonBlockInner">
- <table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 10px;background-color: #AD80FD;">
- <tbody>
- <tr>
- <td align="center" valign="middle" class="mcnButtonContent" style="font-family: Helvetica; font-size: 18px; padding: 18px;">
- <a class="mcnButton " title="Reset Password" href="'.getServerPath().'" target="_self" style="font-weight: bold;letter-spacing: -0.5px;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;">Goto My Site</a>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- ';
- break;
- default:
- $button = null;
- break;
- }
- $info = '
- <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnBoxedTextBlock" style="min-width:100%;">
- <!--[if gte mso 9]>
- <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
- <![endif]-->
- <tbody class="mcnBoxedTextBlockOuter">
- <tr>
- <td valign="top" class="mcnBoxedTextBlockInner">
- <!--[if gte mso 9]>
- <td align="center" valign="top" ">
- <![endif]-->
- <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width:100%;" class="mcnBoxedTextContentContainer">
- <tbody>
- <tr>
- <td style="padding-top:9px; padding-left:18px; padding-bottom:9px; padding-right:18px;">
- <table border="0" cellspacing="0" class="mcnTextContentContainer" width="100%" style="min-width: 100% !important;background-color: #F7F7F7;border: 1px none;">
- <tbody>
- <tr>
- <td valign="top" class="mcnTextContent" style="padding: 18px;">
- <h3 style="text-align:center;">'.getServerPath().'</h3>
- <p><b>Email Sent at:</b> '.date("Y-m-d h:i").'</p>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- <!--[if gte mso 9]>
- </td>
- <![endif]-->
- <!--[if gte mso 9]>
- </tr>
- </table>
- <![endif]-->
- </td>
- </tr>
- </tbody>
- </table>
- ';
- $email = '
- <!doctype html>
- <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
- <head>
- <!-- NAME: EDUCATE -->
- <!--[if gte mso 15]>
- <xml>
- <o:OfficeDocumentSettings>
- <o:AllowPNG/>
- <o:PixelsPerInch>96</o:PixelsPerInch>
- </o:OfficeDocumentSettings>
- </xml>
- <![endif]-->
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>*EMAIL*</title>
- <style type="text/css">
- p {
- margin: 10px 0;
- padding: 0;
- }
- table {
- border-collapse: collapse;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- display: block;
- margin: 0;
- padding: 0;
- }
- img,
- a img {
- border: 0;
- height: auto;
- outline: none;
- text-decoration: none;
- }
- body,
- #bodyTable,
- #bodyCell {
- height: 100%;
- margin: 0;
- padding: 0;
- width: 100%;
- }
- .mcnPreviewText {
- display: none !important;
- }
- #outlook a {
- padding: 0;
- }
- img {
- -ms-interpolation-mode: bicubic;
- }
- table {
- mso-table-lspace: 0pt;
- mso-table-rspace: 0pt;
- }
- .ReadMsgBody {
- width: 100%;
- }
- .ExternalClass {
- width: 100%;
- }
- p,
- a,
- li,
- td,
- blockquote {
- mso-line-height-rule: exactly;
- }
- a[href^=tel],
- a[href^=sms] {
- color: inherit;
- cursor: default;
- text-decoration: none;
- }
- p,
- a,
- li,
- td,
- body,
- table,
- blockquote {
- -ms-text-size-adjust: 100%;
- -webkit-text-size-adjust: 100%;
- }
- .ExternalClass,
- .ExternalClass p,
- .ExternalClass td,
- .ExternalClass div,
- .ExternalClass span,
- .ExternalClass font {
- line-height: 100%;
- }
- a[x-apple-data-detectors] {
- color: inherit !important;
- text-decoration: none !important;
- font-size: inherit !important;
- font-family: inherit !important;
- font-weight: inherit !important;
- line-height: inherit !important;
- }
- .templateContainer {
- max-width: 600px !important;
- }
- a.mcnButton {
- display: block;
- }
- .mcnImage {
- vertical-align: bottom;
- }
- .mcnTextContent {
- word-break: break-word;
- }
- .mcnTextContent img {
- height: auto !important;
- }
- .mcnDividerBlock {
- table-layout: fixed !important;
- }
- /*
- @tab Page
- @section Heading 1
- @style heading 1
- */
- h1 {
- /*@editable*/
- color: #222222;
- /*@editable*/
- font-family: Helvetica;
- /*@editable*/
- font-size: 40px;
- /*@editable*/
- font-style: normal;
- /*@editable*/
- font-weight: bold;
- /*@editable*/
- line-height: 150%;
- /*@editable*/
- letter-spacing: normal;
- /*@editable*/
- text-align: left;
- }
- /*
- @tab Page
- @section Heading 2
- @style heading 2
- */
- h2 {
- /*@editable*/
- color: #222222;
- /*@editable*/
- font-family: Helvetica;
- /*@editable*/
- font-size: 28px;
- /*@editable*/
- font-style: normal;
- /*@editable*/
- font-weight: bold;
- /*@editable*/
- line-height: 150%;
- /*@editable*/
- letter-spacing: normal;
- /*@editable*/
- text-align: left;
- }
- /*
- @tab Page
- @section Heading 3
- @style heading 3
- */
- h3 {
- /*@editable*/
- color: #444444;
- /*@editable*/
- font-family: Helvetica;
- /*@editable*/
- font-size: 22px;
- /*@editable*/
- font-style: normal;
- /*@editable*/
- font-weight: bold;
- /*@editable*/
- line-height: 150%;
- /*@editable*/
- letter-spacing: normal;
- /*@editable*/
- text-align: left;
- }
- /*
- @tab Page
- @section Heading 4
- @style heading 4
- */
- h4 {
- /*@editable*/
- color: #999999;
- /*@editable*/
- font-family: Georgia;
- /*@editable*/
- font-size: 20px;
- /*@editable*/
- font-style: italic;
- /*@editable*/
- font-weight: normal;
- /*@editable*/
- line-height: 125%;
- /*@editable*/
- letter-spacing: normal;
- /*@editable*/
- text-align: left;
- }
- /*
- @tab Header
- @section Header Container Style
- */
- #templateHeader {
- /*@editable*/
- background-color: #333333;
- /*@editable*/
- background-image: none;
- /*@editable*/
- background-repeat: no-repeat;
- /*@editable*/
- background-position: center;
- /*@editable*/
- background-size: cover;
- /*@editable*/
- border-top: 0;
- /*@editable*/
- border-bottom: 0;
- /*@editable*/
- padding-top: 10px;
- /*@editable*/
- padding-bottom: 10px;
- }
- /*
- @tab Header
- @section Header Interior Style
- */
- .headerContainer {
- /*@editable*/
- background-color: #transparent;
- /*@editable*/
- background-image: none;
- /*@editable*/
- background-repeat: no-repeat;
- /*@editable*/
- background-position: center;
- /*@editable*/
- background-size: cover;
- /*@editable*/
- border-top: 0;
- /*@editable*/
- border-bottom: 0;
- /*@editable*/
- padding-top: 0;
- /*@editable*/
- padding-bottom: 0;
- }
- /*
- @tab Header
- @section Header Text
- */
- .headerContainer .mcnTextContent,
- .headerContainer .mcnTextContent p {
- /*@editable*/
- color: #808080;
- /*@editable*/
- font-family: Helvetica;
- /*@editable*/
- font-size: 16px;
- /*@editable*/
- line-height: 150%;
- /*@editable*/
- text-align: left;
- }
- /*
- @tab Header
- @section Header Link
- */
- .headerContainer .mcnTextContent a,
- .headerContainer .mcnTextContent p a {
- /*@editable*/
- color: #00ADD8;
- /*@editable*/
- font-weight: normal;
- /*@editable*/
- text-decoration: underline;
- }
- /*
- @tab Body
- @section Body Container Style
- */
- #templateBody {
- /*@editable*/
- background-color: #ffffff;
- /*@editable*/
- background-image: none;
- /*@editable*/
- background-repeat: no-repeat;
- /*@editable*/
- background-position: center;
- /*@editable*/
- background-size: cover;
- /*@editable*/
- border-top: 0;
- /*@editable*/
- border-bottom: 0;
- /*@editable*/
- padding-top: 27px;
- /*@editable*/
- padding-bottom: 63px;
- }
- /*
- @tab Body
- @section Body Interior Style
- */
- .bodyContainer {
- /*@editable*/
- background-color: #transparent;
- /*@editable*/
- background-image: none;
- /*@editable*/
- background-repeat: no-repeat;
- /*@editable*/
- background-position: center;
- /*@editable*/
- background-size: cover;
- /*@editable*/
- border-top: 0;
- /*@editable*/
- border-bottom: 0;
- /*@editable*/
- padding-top: 0;
- /*@editable*/
- padding-bottom: 0;
- }
- /*
- @tab Body
- @section Body Text
- */
- .bodyContainer .mcnTextContent,
- .bodyContainer .mcnTextContent p {
- /*@editable*/
- color: #808080;
- /*@editable*/
- font-family: Helvetica;
- /*@editable*/
- font-size: 16px;
- /*@editable*/
- line-height: 150%;
- /*@editable*/
- text-align: left;
- }
- /*
- @tab Body
- @section Body Link
- */
- .bodyContainer .mcnTextContent a,
- .bodyContainer .mcnTextContent p a {
- /*@editable*/
- color: #00ADD8;
- /*@editable*/
- font-weight: normal;
- /*@editable*/
- text-decoration: underline;
- }
- /*
- @tab Footer
- @section Footer Style
- */
- #templateFooter {
- /*@editable*/
- background-color: #333333;
- /*@editable*/
- background-image: none;
- /*@editable*/
- background-repeat: no-repeat;
- /*@editable*/
- background-position: center;
- /*@editable*/
- background-size: cover;
- /*@editable*/
- border-top: 0;
- /*@editable*/
- border-bottom: 0;
- /*@editable*/
- padding-top: 0px;
- /*@editable*/
- padding-bottom: 0px;
- }
- /*
- @tab Footer
- @section Footer Interior Style
- */
- .footerContainer {
- /*@editable*/
- background-color: #transparent;
- /*@editable*/
- background-image: none;
- /*@editable*/
- background-repeat: no-repeat;
- /*@editable*/
- background-position: center;
- /*@editable*/
- background-size: cover;
- /*@editable*/
- border-top: 0;
- /*@editable*/
- border-bottom: 0;
- /*@editable*/
- padding-top: 0;
- /*@editable*/
- padding-bottom: 0;
- }
- /*
- @tab Footer
- @section Footer Text
- */
- .footerContainer .mcnTextContent,
- .footerContainer .mcnTextContent p {
- /*@editable*/
- color: #FFFFFF;
- /*@editable*/
- font-family: Helvetica;
- /*@editable*/
- font-size: 12px;
- /*@editable*/
- line-height: 150%;
- /*@editable*/
- text-align: center;
- }
- /*
- @tab Footer
- @section Footer Link
- */
- .footerContainer .mcnTextContent a,
- .footerContainer .mcnTextContent p a {
- /*@editable*/
- color: #FFFFFF;
- /*@editable*/
- font-weight: normal;
- /*@editable*/
- text-decoration: underline;
- }
- @media only screen and (min-width:768px) {
- .templateContainer {
- width: 600px !important;
- }
- }
- @media only screen and (max-width: 480px) {
- body,
- table,
- td,
- p,
- a,
- li,
- blockquote {
- -webkit-text-size-adjust: none !important;
- }
- }
- @media only screen and (max-width: 480px) {
- body {
- width: 100% !important;
- min-width: 100% !important;
- }
- }
- @media only screen and (max-width: 480px) {
- .mcnImage {
- width: 100% !important;
- }
- }
- @media only screen and (max-width: 480px) {
- .mcnCartContainer,
- .mcnCaptionTopContent,
- .mcnRecContentContainer,
- .mcnCaptionBottomContent,
- .mcnTextContentContainer,
- .mcnBoxedTextContentContainer,
- .mcnImageGroupContentContainer,
- .mcnCaptionLeftTextContentContainer,
- .mcnCaptionRightTextContentContainer,
- .mcnCaptionLeftImageContentContainer,
- .mcnCaptionRightImageContentContainer,
- .mcnImageCardLeftTextContentContainer,
- .mcnImageCardRightTextContentContainer {
- max-width: 100% !important;
- width: 100% !important;
- }
- }
- @media only screen and (max-width: 480px) {
- .mcnBoxedTextContentContainer {
- min-width: 100% !important;
- }
- }
- @media only screen and (max-width: 480px) {
- .mcnImageGroupContent {
- padding: 9px !important;
- }
- }
- @media only screen and (max-width: 480px) {
- .mcnCaptionLeftContentOuter .mcnTextContent,
- .mcnCaptionRightContentOuter .mcnTextContent {
- padding-top: 9px !important;
- }
- }
- @media only screen and (max-width: 480px) {
- .mcnImageCardTopImageContent,
- .mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent {
- padding-top: 18px !important;
- }
- }
- @media only screen and (max-width: 480px) {
- .mcnImageCardBottomImageContent {
- padding-bottom: 9px !important;
- }
- }
- @media only screen and (max-width: 480px) {
- .mcnImageGroupBlockInner {
- padding-top: 0 !important;
- padding-bottom: 0 !important;
- }
- }
- @media only screen and (max-width: 480px) {
- .mcnImageGroupBlockOuter {
- padding-top: 9px !important;
- padding-bottom: 9px !important;
- }
- }
- @media only screen and (max-width: 480px) {
- .mcnTextContent,
- .mcnBoxedTextContentColumn {
- padding-right: 18px !important;
- padding-left: 18px !important;
- }
- }
- @media only screen and (max-width: 480px) {
- .mcnImageCardLeftImageContent,
- .mcnImageCardRightImageContent {
- padding-right: 18px !important;
- padding-bottom: 0 !important;
- padding-left: 18px !important;
- }
- }
- @media only screen and (max-width: 480px) {
- .mcpreview-image-uploader {
- display: none !important;
- width: 100% !important;
- }
- }
- @media only screen and (max-width: 480px) {
- /*
- @tab Mobile Styles
- @section Heading 1
- @tip Make the first-level headings larger in size for better readability on small screens.
- */
- h1 {
- /*@editable*/
- font-size: 30px !important;
- /*@editable*/
- line-height: 125% !important;
- }
- }
- @media only screen and (max-width: 480px) {
- /*
- @tab Mobile Styles
- @section Heading 2
- @tip Make the second-level headings larger in size for better readability on small screens.
- */
- h2 {
- /*@editable*/
- font-size: 26px !important;
- /*@editable*/
- line-height: 125% !important;
- }
- }
- @media only screen and (max-width: 480px) {
- /*
- @tab Mobile Styles
- @section Heading 3
- @tip Make the third-level headings larger in size for better readability on small screens.
- */
- h3 {
- /*@editable*/
- font-size: 20px !important;
- /*@editable*/
- line-height: 150% !important;
- }
- }
- @media only screen and (max-width: 480px) {
- /*
- @tab Mobile Styles
- @section Heading 4
- @tip Make the fourth-level headings larger in size for better readability on small screens.
- */
- h4 {
- /*@editable*/
- font-size: 18px !important;
- /*@editable*/
- line-height: 150% !important;
- }
- }
- @media only screen and (max-width: 480px) {
- /*
- @tab Mobile Styles
- @section Boxed Text
- @tip Make the boxed text larger in size for better readability on small screens. We recommend a font size of at least 16px.
- */
- .mcnBoxedTextContentContainer .mcnTextContent,
- .mcnBoxedTextContentContainer .mcnTextContent p {
- /*@editable*/
- font-size: 14px !important;
- /*@editable*/
- line-height: 150% !important;
- }
- }
- @media only screen and (max-width: 480px) {
- /*
- @tab Mobile Styles
- @section Header Text
- @tip Make the header text larger in size for better readability on small screens.
- */
- .headerContainer .mcnTextContent,
- .headerContainer .mcnTextContent p {
- /*@editable*/
- font-size: 16px !important;
- /*@editable*/
- line-height: 150% !important;
- }
- }
- @media only screen and (max-width: 480px) {
- /*
- @tab Mobile Styles
- @section Body Text
- @tip Make the body text larger in size for better readability on small screens. We recommend a font size of at least 16px.
- */
- .bodyContainer .mcnTextContent,
- .bodyContainer .mcnTextContent p {
- /*@editable*/
- font-size: 16px !important;
- /*@editable*/
- line-height: 150% !important;
- }
- }
- @media only screen and (max-width: 480px) {
- /*
- @tab Mobile Styles
- @section Footer Text
- @tip Make the footer content text larger in size for better readability on small screens.
- */
- .footerContainer .mcnTextContent,
- .footerContainer .mcnTextContent p {
- /*@editable*/
- font-size: 14px !important;
- /*@editable*/
- line-height: 150% !important;
- }
- }
- </style>
- </head>
- <body>
- <!--*|IF:MC_PREVIEW_TEXT|*-->
- <!--[if !gte mso 9]><!----><span class="mcnPreviewText" style="display:none; font-size:0px; line-height:0px; max-height:0px; max-width:0px; opacity:0; overflow:hidden; visibility:hidden; mso-hide:all;">*|MC_PREVIEW_TEXT|*</span>
- <!--<![endif]-->
- <!--*|END:IF|*-->
- <center>
- <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
- <tr>
- <td align="center" valign="top" id="bodyCell">
- <!-- BEGIN TEMPLATE // -->
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td align="center" valign="top" id="templateHeader" data-template-container>
- <!--[if (gte mso 9)|(IE)]>
- <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
- <tr>
- <td align="center" valign="top" width="600" style="width:600px;">
- <![endif]-->
- <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
- <tr>
- <td valign="top" class="headerContainer">
- <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageBlock" style="min-width:100%;">
- <tbody class="mcnImageBlockOuter">
- <tr>
- <td valign="top" style="padding:9px" class="mcnImageBlockInner">
- <table align="left" width="100%" border="0" cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width:100%;">
- <tbody>
- <tr>
- <td class="mcnImageContent" valign="top" style="padding-right: 9px; padding-left: 9px; padding-top: 0; padding-bottom: 0; text-align:center;">
- <img align="center" alt="" src="'.emailTempateLogo.'" width="564" style="max-width:700px; padding-bottom: 0; display: inline !important; vertical-align: bottom;" class="mcnImage">
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </table>
- <!--[if (gte mso 9)|(IE)]>
- </td>
- </tr>
- </table>
- <![endif]-->
- </td>
- </tr>
- <tr>
- <td align="center" valign="top" id="templateBody" data-template-container>
- <!--[if (gte mso 9)|(IE)]>
- <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
- <tr>
- <td align="center" valign="top" width="600" style="width:600px;">
- <![endif]-->
- <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
- <tr>
- <td valign="top" class="bodyContainer">
- <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
- <tbody class="mcnTextBlockOuter">
- <tr>
- <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
- <!--[if mso]>
- <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
- <tr>
- <![endif]-->
- <!--[if mso]>
- <td valign="top" width="600" style="width:600px;">
- <![endif]-->
- <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
- <tbody>
- <tr>
- <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
- '.$body.'
- </td>
- </tr>
- </tbody>
- </table>
- <!--[if mso]>
- </td>
- <![endif]-->
- <!--[if mso]>
- </tr>
- </table>
- <![endif]-->
- </td>
- </tr>
- </tbody>
- </table>
- '.$button.$info.'
- </td>
- </tr>
- </table>
- <!--[if (gte mso 9)|(IE)]>
- </td>
- </tr>
- </table>
- <![endif]-->
- </td>
- </tr>
- <tr>
- <td align="center" valign="top" id="templateFooter" data-template-container>
- <!--[if (gte mso 9)|(IE)]>
- <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
- <tr>
- <td align="center" valign="top" width="600" style="width:600px;">
- <![endif]-->
- <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
- <tr>
- <td valign="top" class="footerContainer">
- <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowBlock" style="min-width:100%;">
- <tbody class="mcnFollowBlockOuter">
- <tr>
- <td align="center" valign="top" style="padding:9px" class="mcnFollowBlockInner">
- <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowContentContainer" style="min-width:100%;">
- <tbody>
- <tr>
- <td align="center" style="padding-left:9px;padding-right:9px;">
- <table border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%; border: 1px none;" class="mcnFollowContent">
- <tbody>
- <tr>
- <td align="center" valign="top" style="padding-top:9px; padding-right:9px; padding-left:9px;">
- <table align="center" border="0" cellpadding="0" cellspacing="0">
- <tbody>
- <tr>
- <td align="center" valign="top">
- <!--[if mso]>
- <table align="center" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <![endif]-->
- <!--[if mso]>
- <td align="center" valign="top">
- <![endif]-->
- <table align="left" border="0" cellpadding="0" cellspacing="0" style="display:inline;">
- <tbody>
- <tr>
- <td valign="top" style="padding-right:10px; padding-bottom:9px;" class="mcnFollowContentItemContainer">
- <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowContentItem">
- <tbody>
- <tr>
- <td align="left" valign="middle" style="padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;">
- <table align="left" border="0" cellpadding="0" cellspacing="0" width="">
- <tbody>
- <tr>
- <td align="center" valign="middle" width="24" class="mcnFollowIconContent">
- <a href="https://github.com/causefx/organizr" target="_blank"><img src="https://cdn-images.mailchimp.com/icons/social-block-v2/color-github-48.png" style="display:block;" height="24" width="24" class=""></a>
- </td>
- <td align="left" valign="middle" class="mcnFollowTextContent" style="padding-left:5px;">
- <a href="https://github.com/causefx/organizr" target="" style="font-family: Helvetica;font-size: 12px;text-decoration: none;color: #FFFFFF;font-weight: bold;">GitHub</a>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- <!--[if mso]>
- </td>
- <![endif]-->
- <!--[if mso]>
- <td align="center" valign="top">
- <![endif]-->
- <table align="left" border="0" cellpadding="0" cellspacing="0" style="display:inline;">
- <tbody>
- <tr>
- <td valign="top" style="padding-right:10px; padding-bottom:9px;" class="mcnFollowContentItemContainer">
- <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowContentItem">
- <tbody>
- <tr>
- <td align="left" valign="middle" style="padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;">
- <table align="left" border="0" cellpadding="0" cellspacing="0" width="">
- <tbody>
- <tr>
- <td align="center" valign="middle" width="24" class="mcnFollowIconContent">
- <a href="https://www.reddit.com/r/organizr" target="_blank"><img src="https://cdn-images.mailchimp.com/icons/social-block-v2/color-reddit-48.png" style="display:block;" height="24" width="24" class=""></a>
- </td>
- <td align="left" valign="middle" class="mcnFollowTextContent" style="padding-left:5px;">
- <a href="https://www.reddit.com/r/organizr" target="" style="font-family: Helvetica;font-size: 12px;text-decoration: none;color: #FFFFFF;font-weight: bold;">Reddit</a>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- <!--[if mso]>
- </td>
- <![endif]-->
- <!--[if mso]>
- <td align="center" valign="top">
- <![endif]-->
- <table align="left" border="0" cellpadding="0" cellspacing="0" style="display:inline;">
- <tbody>
- <tr>
- <td valign="top" style="padding-right:10px; padding-bottom:9px;" class="mcnFollowContentItemContainer">
- <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowContentItem">
- <tbody>
- <tr>
- <td align="left" valign="middle" style="padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;">
- <table align="left" border="0" cellpadding="0" cellspacing="0" width="">
- <tbody>
- <tr>
- <td align="center" valign="middle" width="24" class="mcnFollowIconContent">
- <a href="https://organizr.us" target="_blank"><img src="https://cdn-images.mailchimp.com/icons/social-block-v2/color-link-48.png" style="display:block;" height="24" width="24" class=""></a>
- </td>
- <td align="left" valign="middle" class="mcnFollowTextContent" style="padding-left:5px;">
- <a href="https://organizr.us" target="" style="font-family: Helvetica;font-size: 12px;text-decoration: none;color: #FFFFFF;font-weight: bold;">Website</a>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- <!--[if mso]>
- </td>
- <![endif]-->
- <!--[if mso]>
- <td align="center" valign="top">
- <![endif]-->
- <table align="left" border="0" cellpadding="0" cellspacing="0" style="display:inline;">
- <tbody>
- <tr>
- <td valign="top" style="padding-right:0; padding-bottom:9px;" class="mcnFollowContentItemContainer">
- <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowContentItem">
- <tbody>
- <tr>
- <td align="left" valign="middle" style="padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:9px;">
- <table align="left" border="0" cellpadding="0" cellspacing="0" width="">
- <tbody>
- <tr>
- <td align="center" valign="middle" width="24" class="mcnFollowIconContent">
- <a href="https://discord.gg/TrNtY7N" target="_blank"><img src="https://cdn-images.mailchimp.com/icons/social-block-v2/color-link-48.png" style="display:block;" height="24" width="24" class=""></a>
- </td>
- <td align="left" valign="middle" class="mcnFollowTextContent" style="padding-left:5px;">
- <a href="https://discord.gg/TrNtY7N" target="" style="font-family: Helvetica;font-size: 12px;text-decoration: none;color: #FFFFFF;font-weight: bold;">Discord</a>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- <!--[if mso]>
- </td>
- <![endif]-->
- <!--[if mso]>
- </tr>
- </table>
- <![endif]-->
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width:100%;">
- <tbody class="mcnDividerBlockOuter">
- <tr>
- <td class="mcnDividerBlockInner" style="min-width: 100%; padding: 0px 18px;">
- <table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 2px solid #505050;">
- <tbody>
- <tr>
- <td>
- <span></span>
- </td>
- </tr>
- </tbody>
- </table>
- <!--
- <td class="mcnDividerBlockInner" style="padding: 18px;">
- <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
- -->
- </td>
- </tr>
- </tbody>
- </table>
- <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
- <tbody class="mcnTextBlockOuter">
- <tr>
- <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
- <!--[if mso]>
- <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
- <tr>
- <![endif]-->
- <!--[if mso]>
- <td valign="top" width="600" style="width:600px;">
- <![endif]-->
- <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
- <tbody>
- <tr>
- <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
- <em>Powered By: Organizr</em>
- </td>
- </tr>
- </tbody>
- </table>
- <!--[if mso]>
- </td>
- <![endif]-->
- <!--[if mso]>
- </tr>
- </table>
- <![endif]-->
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </table>
- <!--[if (gte mso 9)|(IE)]>
- </td>
- </tr>
- </table>
- <![endif]-->
- </td>
- </tr>
- </table>
- <!-- // END TEMPLATE -->
- </td>
- </tr>
- </table>
- </center>
- </body>
- </html>
- ';
|