PluginProbe
Fluent Support – Helpdesk & Customer Support Ticket System / 2.2.1
Fluent Support – Helpdesk & Customer Support Ticket System v2.2.1
2.4.0 2.3.2 2.3.1 2.3.0 2.2.1 2.2.0 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.4.0 1.4.1 1.4.2 1.4.5 1.4.6 1.4.7 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 All 68 releases
fluent-support / app / Views / emails / classic_template.php

classic_template.php in Fluent Support – Helpdesk & Customer Support Ticket System 2.2.1, at app/Views/emails/classic_template.php

85 lines 6.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php defined('ABSPATH') or die; ?>
2 <!doctype html>
3 <html <?php language_attributes(); ?>>
4 <head>
5 <!--[if gte mso 15]>
6 <xml>
7 <o:OfficeDocumentSettings>
8 <o:AllowPNG/>
9 <o:PixelsPerInch>96</o:PixelsPerInch>
10 </o:OfficeDocumentSettings>
11 </xml>
12 <![endif]-->
13 <meta charset="<?php bloginfo( 'charset' ); ?>">
14 <meta name="viewport" content="width=device-width, initial-scale=1.0" >
15 <link rel="profile" href="https://gmpg.org/xfn/11">
16 <meta http-equiv="X-UA-Compatible" content="IE=edge">
17 </head>
18 <body class="fs_classic_template" style="none no-repeat center/cover;height: 100%;margin: 0;padding: 0;width: 100%;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;">
19 <center>
20 <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable" style="background:##FAFAFA none no-repeat center/cover;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;height: 100%;margin: 0;padding: 0;width: 100%;background-color: ##FAFAFA;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;">
21 <tr>
22 <td align="left" valign="top" id="bodyCell" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;height: 100%;margin: 0;padding: 0;width: 100%;border-top: 0;">
23 <!-- BEGIN TEMPLATE // -->
24 <!--[if (gte mso 9)|(IE)]>
25 <table align="center" border="0" cellspacing="0" cellpadding="0" style="max-width:100%">
26 <tr>
27 <td align="center" valign="top" style="max-width:100%">
28 <![endif]-->
29 <table border="0" cellpadding="0" cellspacing="0" width="100%" class="fs_template_container" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border: 0;">
30 <tr>
31 <td valign="top" id="fs_template_body" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border-top: 0;border-bottom: 0;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="fs_text_block" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
32 <tbody class="fs_text_block_outer">
33 <tr>
34 <td valign="top" class="fs_text_block_inner" style="padding-top: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
35 <!--[if mso]>
36 <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
37 <tr>
38 <![endif]-->
39
40 <!--[if mso]>
41 <td valign="top" width="600" style="width:600px;">
42 <![endif]-->
43 <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="fs_text_content_container">
44 <tbody>
45 <tr>
46 <td valign="top" class="fs_text_content_body" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;<?php echo apply_filters('fluent_support_email_template_show_border', true) ? 'border-bottom: 2px solid #EAEAEA;' : ''; ?>padding-top: 0;padding-bottom: 9px;">
47 <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="fs_text_content_container">
48 <tbody class="fs_mcn_text_block_outer">
49 <tr>
50 <td class="fs_email_body" align="left" valign="top" style="padding-top: 20px;padding-right: 20px;padding-bottom: 10px;padding-left: 20px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-size: 16px;line-height: 180%;text-align: left;">
51 <?php echo wp_kses_post($email_body); // WPCS: XSS ok. ?>
52 </td>
53 </tr>
54 </tbody>
55 </table>
56 </td>
57 </tr>
58 </tbody></table>
59 <!--[if mso]>
60 </td>
61 <![endif]-->
62 <!--[if mso]>
63 </tr>
64 </table>
65 <![endif]-->
66 </td>
67 </tr>
68 </tbody>
69 </table></td>
70 </tr>
71 </table>
72 <!--[if (gte mso 9)|(IE)]>
73 </td>
74 </tr>
75 </table>
76 <![endif]-->
77 <!-- // END TEMPLATE -->
78 </td>
79 </tr>
80 </table>
81 </center>
82 </body>
83 </html>
84
85