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@446 c66351dc-e62f-0410-b875-e3a5c0b9693f
103 lines
3.6 KiB
Smarty
103 lines
3.6 KiB
Smarty
<!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="${tplroot}/chat.css" />
|
|
</head>
|
|
<style>
|
|
.tplimage {
|
|
background: transparent url(${tplroot}/images/wmfrm.png) no-repeat scroll 0px 0px;
|
|
-moz-background-clip: -moz-initial;
|
|
-moz-background-origin: -moz-initial;
|
|
-moz-background-inline-policy: -moz-initial;
|
|
}
|
|
.icrnlb { background-position:-40px -15px; width: 15px; height: 15px; }
|
|
.icrnlt { background-position:-40px 0px; width: 15px; height: 15px; }
|
|
.icrnrb { background-position:-55px -15px; width: 15px; height: 15px; }
|
|
.icrnrt { background-position:-55px 0px; width: 15px; height: 15px; }
|
|
.iback { background-position:-41px -30px; width: 25px; height: 26px; }
|
|
</style>
|
|
<body bgcolor="#FFFFFF" background="${tplroot}/images/bg.gif" text="#000000" link="#C28400" vlink="#C28400" alink="#C28400" marginwidth="0" marginheight="0" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">
|
|
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td valign="top">
|
|
|
|
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td height="75"></td>
|
|
<td class="window">
|
|
<h1>${msg:chat.mailthread.sent.title}</h1>
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td height="100%"></td>
|
|
<td>
|
|
|
|
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td width="15"><img class="tplimage icrnlt" src="${webimroot}/images/free.gif" border="0" alt=""/></td>
|
|
<td width="100%" background="${tplroot}/images/winbg.gif" class="bgcy"><img src='${webimroot}/images/free.gif' width="1" height="1" border="0" alt="" /></td>
|
|
<td width="15"><img class="tplimage icrnrt" src="${webimroot}/images/free.gif" border="0" alt=""/></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td height="100%" bgcolor="#FED840"><img src='${webimroot}/images/free.gif' width="1" height="1" border="0" alt="" /></td>
|
|
<td background="${tplroot}/images/winbg.gif" class="bgcy">
|
|
|
|
${msg:chat.mailthread.sent.content,email}<br/>
|
|
<a href="javascript:window.close();">${msg:chat.mailthread.sent.closewindow}</a>
|
|
|
|
</td>
|
|
<td bgcolor="#E8A400"><img src='${webimroot}/images/free.gif' width="1" height="1" border="0" alt="" /></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><img class="tplimage icrnlb" src="${webimroot}/images/free.gif" border="0" alt=""/></td>
|
|
<td background="${tplroot}/images/winbg.gif" class="bgcy"><img src='${webimroot}/images/free.gif' width="1" height="1" border="0" alt="" /></td>
|
|
<td><img class="tplimage icrnrb" src="${webimroot}/images/free.gif" border="0" alt=""/></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td height="70"></td>
|
|
<td>
|
|
|
|
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td width="100%" align="right">
|
|
<table cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td><a href="javascript:window.close();" title="${msg:chat.mailthread.sent.close}"><img class="tplimage iback" src="${webimroot}/images/free.gif" 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>
|
|
</tr>
|
|
</table>
|
|
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="30"><img src='${webimroot}/images/free.gif' width="30" height="1" border="0" alt="" /></td>
|
|
<td width="100%"><img src='${webimroot}/images/free.gif' width="540" height="1" border="0" alt="" /></td>
|
|
<td width="30"><img src='${webimroot}/images/free.gif' width="30" height="1" border="0" alt="" /></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
|