java/src/messenger/webim/styles/simplicity/templates/error.tpl
Evgeny Gryaznov c67b25d43e cr/lf
2011-02-16 18:06:45 +01:00

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.error_page.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>
<h1>${msg:chat.error_page.head}</h1>
</td>
</tr>
<tr>
<td>
<table id="form" cellspacing="3" cellpadding="0" border="0">
<tr>
<td>
${harderrors}
</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.error_page.close}"><img src="${tplroot}/images/buttons/closewin.gif" border="0" alt="${msg:chat.error_page.close}"/></a></td>
<td class="button"><a href="javascript:window.close();" title="${msg:chat.error_page.close}">${msg:chat.error_page.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>