-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclient-engagement.html
30 lines (30 loc) · 1.07 KB
/
client-engagement.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<div id="ce_widget" class="ce-border ce-font-family ce-ltr c1">
<div id="ce_header" class="ce-border ce-has-photo ce-widget">
<table>
<tbody>
<tr>
<td class="ce-main-header">
<div class="ce-header ce-font-family">
{title}
</div>
</td>
</tr>
</tbody>
</table><a onclick="jQuery('#ce_widget').fadeOut()" id="ce_close" href="#" name="ce_close">x</a>
</div>
<div id="ce_content" class="ce-engage-content">
<div class="ce-p ce-font-family">
{content}
</div>
<!--<textarea rows="1" class="ce-discuss ce-font-family ce-watermark"></textarea>
<ul class="ce-buttons">
<li class="ce-no-padding">
<a target="_blank" href=
"#"
class="ce-action-link ce-send-message ce-font-family">Send In Your Details</a>
</li>
</ul>
-->
</div>
<div id="ce_bottom" class="ce-widget ce-border"></div>
</div>