Пример #1
0
		/* End reset */
	</style>
<?php 
/*
This is commented to avoid Project Quality Control warning
$APPLICATION->ShowHead();
$APPLICATION->ShowTitle();
$APPLICATION->ShowPanel();
*/
?>
</head>
<body>
<?php 
if (\Bitrix\Main\Loader::includeModule('mail')) {
    echo \Bitrix\Mail\Message::getQuoteStartMarker(true);
}
$protocol = \Bitrix\Main\Config\Option::get("main", "mail_link_protocol", 'https', $arParams["SITE_ID"]);
$serverName = $protocol . "://" . $arParams["SERVER_NAME"];
?>
<table cellpadding="0" cellspacing="0" border="0" align="center" bgcolor="#337e96" style="border-collapse: collapse;mso-table-lspace: 0pt;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;background-color: #337e96;border: none;height: 100%;width: 100%;">
	<tr>
		<td style="min-width: 15px;border-collapse: collapse;border-spacing: 0;padding: 0;"></td>
		<td align="left" valign="middle" style="border-collapse: collapse;border-spacing: 0;padding:0;background: url('<?php 
echo $serverName;
?>
/bitrix/templates/mail_user/images/top-cloud.png') no-repeat center 36px;">
			<div style="padding: 41px 0 24px;max-width: 732px;margin: 0 auto;"><?php 
$str24 = '<span style="color: #c2d1d6;">24</span>';
$companyName = IsModuleInstalled('bitrix24') ? COption::getOptionString('bitrix24', 'site_title', '') : COption::getOptionString('main', 'site_name', '');
if (empty($companyName)) {
Пример #2
0
    ?>
" target="_blank" style="color: #71a5b6;text-decoration: none;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 12px;display: inline-block;vertical-align: middle;"><?php 
    ?>
<span><?php 
    echo GetMessage('MAIL_USER_CHARGED');
    ?>
</span>
			&nbsp;
			<img height="19" width="101" src="/bitrix/templates/mail_user/images/<?php 
    echo GetMessage('MAIL_USER_BITRIX24_IMAGEFILE');
    ?>
" alt="<?php 
    echo GetMessage('MAIL_USER_BITRIX24_IMAGEFILE_ALT');
    ?>
" style="outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;border: none;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;color: #71a5b6;font-weight: bold;vertical-align: middle;"><?php 
    ?>
</a><?php 
}
?>
	</td>
	<td style="min-width: 15px;border-collapse: collapse;border-spacing: 0;padding: 0;"></td>
</tr>
</table>
<?php 
if (\Bitrix\Main\Loader::includeModule('mail')) {
    echo \Bitrix\Mail\Message::getQuoteEndMarker(true);
}
?>
</body>
</html>
<!-- ***************** END FOOTER  ********************-->