i18n/src/messenger/webim/styles/simplicity/templates/nochat.tpl
2009-06-05 17:33:14 +00:00

45 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:page.chat.old_browser.title}</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>
<table id="form" cellspacing="3" cellpadding="0" border="0">
<tr>
<td>
${msg:page.chat.old_browser.problem}
${msg:page.chat.old_browser.list}
</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:page.chat.old_browser.close}"><img src="${tplroot}/images/buttons/closewin.gif" border="0" alt="${msg:page.chat.old_browser.close}"/></a></td>
<td class="button"><a href="javascript:window.close();" title="${msg:page.chat.old_browser.close}">${msg:page.chat.old_browser.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 href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a>
</td>
</tr>
</table>
</div>
</body>
</html>