2008-10-11 03:10:35 +04:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>${msg:chat.window.title.user}</title>
|
|
|
|
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
|
|
|
|
<link rel="stylesheet" type="text/css" href="${webimroot}/chat.css" />
|
|
|
|
</head>
|
2008-11-08 02:24:45 +03:00
|
|
|
<style>
|
|
|
|
#header{
|
|
|
|
height:50px;
|
|
|
|
background:url(${tplroot}/bg_domain.gif) repeat-x top;
|
|
|
|
background-color:#5AD66B;
|
|
|
|
width:99.6%;
|
|
|
|
margin:0px 0px 20px 0px;
|
|
|
|
}
|
|
|
|
#header .mmimg{
|
|
|
|
background:url(${tplroot}/quadrat.gif) bottom left no-repeat;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000" link="#C28400" vlink="#C28400" alink="#C28400" style="margin:0px">
|
2008-10-11 03:10:35 +04:00
|
|
|
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
|
|
|
|
<tr>
|
2008-11-08 02:24:45 +03:00
|
|
|
<td valign="top" style="padding:5px">
|
|
|
|
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
2008-10-11 03:10:35 +04:00
|
|
|
<tr>
|
2008-11-08 02:24:45 +03:00
|
|
|
<td width="100%" height="100" style="padding-left:20px;">
|
|
|
|
${if:ct.company.chatLogoURL}
|
|
|
|
${if:webimHost}
|
|
|
|
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
|
|
|
|
<img src="${page:ct.company.chatLogoURL}" border="0" alt="">
|
|
|
|
</a>
|
|
|
|
${else:webimHost}
|
|
|
|
<img src="${page:ct.company.chatLogoURL}" border="0" alt="">
|
|
|
|
${endif:webimHost}
|
|
|
|
${else:ct.company.chatLogoURL}
|
|
|
|
${if:webimHost}
|
|
|
|
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">${page:ct.company.name}</a>
|
|
|
|
${else:webimHost}
|
|
|
|
${page:ct.company.name}
|
|
|
|
${endif:webimHost}
|
|
|
|
${endif:ct.company.chatLogoURL}
|
|
|
|
</td>
|
|
|
|
<td nowrap style="padding-right:10px"><span style="font-size:16px;font-weight:bold;color:#525252">${msg:chat.mailthread.sent.title}</span></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<table cellspacing="0" cellpadding="0" border="0" id="header" class="bg_domain">
|
|
|
|
<tr>
|
|
|
|
<td style="padding-left:20px;color:white;" class="mmimg" width="770">
|
|
|
|
${msg:chat.mailthread.sent.content,email}
|
|
|
|
</td>
|
|
|
|
<td align="right" style="padding-right:17px;">
|
|
|
|
<table cellspacing="0" cellpadding="0" border="0">
|
|
|
|
<tr>
|
|
|
|
<td><a href="javascript:window.close();" title="${msg:chat.mailthread.sent.close}"><img src='${webimroot}/images/buttons/back.gif' width="25" height="25" border="0" alt="" /></a></td>
|
|
|
|
<td width="5"></td>
|
|
|
|
<td class="button"><a href="javascript:window.close();" title="${msg:chat.mailthread.sent.close}">${msg:chat.mailthread.sent.close}</a></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
2008-10-11 03:10:35 +04:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</body>
|
2008-11-08 02:24:45 +03:00
|
|
|
</html>
|