mirror of
https://github.com/Mibew/i18n.git
synced 2025-04-11 13:50:11 +03:00
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@689 c66351dc-e62f-0410-b875-e3a5c0b9693f
49 lines
1.5 KiB
Smarty
49 lines
1.5 KiB
Smarty
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<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="${tplroot}/chat.css" />
|
|
</head>
|
|
<body>
|
|
<div id="whitebg">
|
|
<table cellpadding="0" cellspacing="5" border="0" width="100%">
|
|
<tr>
|
|
<td>
|
|
<h1>${msg:chat.mailthread.sent.title}</h1>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<table id="form" cellspacing="3" cellpadding="0" border="0">
|
|
<tr>
|
|
<td>
|
|
${msg:chat.mailthread.sent.content,email}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">
|
|
<table cellspacing="3" cellpadding="0" border="0">
|
|
<tr>
|
|
<td><a href="javascript:window.close();" title="${msg:chat.mailthread.sent.close}"><img src="${tplroot}/images/buttons/closewin.gif" border="0" alt="${msg:chat.mailthread.sent.close}"/></a></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>
|
|
</tr>
|
|
</table>
|
|
<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%">
|
|
<tr>
|
|
<td valign="top">
|
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|