This commit is contained in:
Evgeny Gryaznov 2011-02-16 18:06:45 +01:00
parent 26754f36ca
commit c67b25d43e
12 changed files with 949 additions and 949 deletions

View File

@ -1,19 +1,19 @@
"34aL volume 3.1" icons set "34aL volume 3.1" icons set
Ammount of icons: Ammount of icons:
60 60
Colors: Colors:
Colored, grey Colored, grey
Icon Sizes: Icon Sizes:
24x24 24x24
File Types: File Types:
.ico (RGBA, 256 color, 16 color), .ico (RGBA, 256 color, 16 color),
.tiff (RGBA) .tiff (RGBA)
.gif (indexed) .gif (indexed)
.bmp (RGB - 1 color background), .bmp (RGB - 1 color background),
.png (RGBA) .png (RGBA)
Note: These icons are free for use. Note: These icons are free for use.

View File

@ -1,203 +1,203 @@
BODY { BODY {
margin: 0px; margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; font-size: 10px;
background: #FFFFFF; background: #FFFFFF;
color: #666666; color: #666666;
} }
FORM { FORM {
margin-bottom: 0px; margin-bottom: 0px;
margin-top: 0px; margin-top: 0px;
} }
TABLE { TABLE {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; font-size: 11px;
color: #666666; color: #666666;
} }
A, A:active, A:link, A:visited { A, A:active, A:link, A:visited {
text-decoration: none; text-decoration: none;
color: #BB0000; color: #BB0000;
} }
A:hover { A:hover {
text-decoration: underline; text-decoration: underline;
color: #BB0000; color: #BB0000;
} }
H1 { H1 {
margin-top: 0px; margin-top: 0px;
margin-bottom: 5px; margin-bottom: 5px;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 16px; font-size: 16px;
color: #000000; color: #000000;
font-weight: bold; font-weight: bold;
} }
H2 { H2 {
margin-top: 0px; margin-top: 0px;
margin-bottom: 0px; margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 14px; font-size: 14px;
color: #000000; color: #000000;
font-weight: bold; font-weight: bold;
} }
H3 { H3 {
margin-top: 0px; margin-top: 0px;
margin-bottom: 0px; margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 12px; font-size: 12px;
color: #000000; color: #000000;
font-weight: bold; font-weight: bold;
} }
UL { UL {
margin-top: 0px; margin-top: 0px;
margin-bottom: 0px; margin-bottom: 0px;
} }
#greybg { #greybg {
background: #EFEFEF; background: #EFEFEF;
} }
#whitebg { #whitebg {
background: #FFFFFF; background: #FFFFFF;
} }
#toolbar { #toolbar {
background: #E3E3E3 url('images/toolbar_bg.jpg') repeat-x; background: #E3E3E3 url('images/toolbar_bg.jpg') repeat-x;
border-bottom: solid 1px #CCCCCC; border-bottom: solid 1px #CCCCCC;
} }
#typingdiv, #engineinfo { #typingdiv, #engineinfo {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; font-size: 11px;
color: #BB0000; color: #BB0000;
margin: 0px 3px; margin: 0px 3px;
} }
.chathistory { .chathistory {
width: 100%; width: 100%;
height: 300px; height: 300px;
border: solid 1px #CCCCCC; border: solid 1px #CCCCCC;
overflow:auto; overflow:auto;
} }
TEXTAREA.message { TEXTAREA.message {
margin: 0px; margin: 0px;
border: solid 1px #CCCCCC; border: solid 1px #CCCCCC;
padding: 0px 3px; padding: 0px 3px;
width: 100%; width: 100%;
height: 50px; height: 50px;
overflow: auto; overflow: auto;
} }
.message { .message {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 11px; font-size: 11px;
color: #666666; color: #666666;
padding: 3px; padding: 3px;
line-height: 15px; line-height: 15px;
} }
.message span.time { .message span.time {
color: #000000; color: #000000;
} }
.message span.nuser { .message span.nuser {
color: #B11E23; color: #B11E23;
font-weight: bold; font-weight: bold;
} }
.message span.nagent { .message span.nagent {
font-weight: bold; font-weight: bold;
} }
.message span.minf { .message span.minf {
color: #1E48B1; color: #1E48B1;
font-size: 11px; font-size: 11px;
} }
.message span.mevent { .message span.mevent {
color: #A1A1A1; color: #A1A1A1;
font-size: 11px; font-size: 11px;
} }
.message span.mhidden { .message span.mhidden {
color: #A1A1A1; color: #A1A1A1;
font-size: 11px; font-size: 11px;
} }
.message span.mconn { .message span.mconn {
color: #A1A1A1; color: #A1A1A1;
font-size: 11px; font-size: 11px;
} }
.submit { .submit {
padding-top: 1px; padding-top: 1px;
} }
.text { .text {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; font-size: 11px;
color: #4C4C4C; color: #4C4C4C;
} }
.text span.grey { .text span.grey {
color: #666666; color: #666666;
} }
#form { #form {
width: 100%; width: 100%;
background: #EFEFEF; background: #EFEFEF;
border: solid 1px #CCCCCC; border: solid 1px #CCCCCC;
} }
#form TD.text { #form TD.text {
width: 1%; width: 1%;
white-space: nowrap; white-space: nowrap;
} }
#errorimage { #errorimage {
margin-right: 5px; margin-right: 5px;
} }
.field { .field {
border: 1px solid #CCCCCC; border: 1px solid #CCCCCC;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 11px; font-size: 11px;
color: #666666; color: #666666;
padding-left: 3px; padding-left: 3px;
} }
textarea.field { textarea.field {
margin: 0px; margin: 0px;
padding: 0px 3px; padding: 0px 3px;
overflow: auto; overflow: auto;
} }
.dropdown { .dropdown {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 11px; font-size: 11px;
color: #666666; color: #666666;
} }
.button A { .button A {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 11px; font-size: 11px;
color: #666666; color: #666666;
} }
#footer { #footer {
text-align: center; text-align: center;
font-size: 10px; font-size: 10px;
color: #999999; color: #999999;
} }
#footer A { #footer A {
color: #999999; color: #999999;
text-decoration: underline; text-decoration: underline;
} }

View File

@ -1,158 +1,158 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <html>
<head> <head>
<title>${msg:chat.window.title.agent}</title> <title>${msg:chat.window.title.agent}</title>
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css"> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css">
<script type="text/javascript" language="javascript" src="${webimroot}/js/${jsver}/common.js"></script> <script type="text/javascript" language="javascript" src="${webimroot}/js/${jsver}/common.js"></script>
<script type="text/javascript" language="javascript" src="${webimroot}/js/${jsver}/brws.js"></script> <script type="text/javascript" language="javascript" src="${webimroot}/js/${jsver}/brws.js"></script>
<script type="text/javascript" language="javascript"><!-- <script type="text/javascript" language="javascript"><!--
var threadParams = { servl:"${webimroot}/thread.php",wroot:"${webimroot}",frequency:${page:frequency},${if:user}user:"true",${endif:user}threadid:${page:ct.chatThreadId},token:${page:ct.token},cssfile:"${tplroot}/chat.css",ignorectrl:${page:ignorectrl} }; var threadParams = { servl:"${webimroot}/thread.php",wroot:"${webimroot}",frequency:${page:frequency},${if:user}user:"true",${endif:user}threadid:${page:ct.chatThreadId},token:${page:ct.token},cssfile:"${tplroot}/chat.css",ignorectrl:${page:ignorectrl} };
//--> //-->
</script> </script>
<script type="text/javascript" language="javascript" src="${webimroot}/js/${jsver}/chat.js"></script> <script type="text/javascript" language="javascript" src="${webimroot}/js/${jsver}/chat.js"></script>
<style type="text/css"> <style type="text/css">
.isound { background: url(${tplroot}/images/buttons/sound.gif) no-repeat; width: 19px; height: 19px; } .isound { background: url(${tplroot}/images/buttons/sound.gif) no-repeat; width: 19px; height: 19px; }
.inosound { background: url(${tplroot}/images/buttons/nosound.gif) no-repeat; width: 19px; height: 19px; } .inosound { background: url(${tplroot}/images/buttons/nosound.gif) no-repeat; width: 19px; height: 19px; }
</style> </style>
</head> </head>
<body style="background:#EFEFEF;"> <body style="background:#EFEFEF;">
<div id="greybg"> <div id="greybg">
<table id="toolbar" cellpadding="0" cellspacing="0" border="0" width="100%"> <table id="toolbar" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr> <tr>
<td> <td>
${if:agent} ${if:agent}
<table cellpadding="0" cellspacing="5" border="0"><tr> <table cellpadding="0" cellspacing="5" border="0"><tr>
<td> <td>
${if:historyParams} ${if:historyParams}
${msg:chat.window.chatting_with} ${msg:chat.window.chatting_with}
<a href="${page:historyParamsLink}" target="_blank" title="${msg:page.analysis.userhistory.title}" onClick="this.newWindow = window.open('${page:historyParamsLink}', 'UserHistory', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,width=703,height=380,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;">${page:ct.user.name}</a> <a href="${page:historyParamsLink}" target="_blank" title="${msg:page.analysis.userhistory.title}" onClick="this.newWindow = window.open('${page:historyParamsLink}', 'UserHistory', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,width=703,height=380,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;">${page:ct.user.name}</a>
${else:historyParams} ${else:historyParams}
${msg:chat.window.chatting_with} <b>${page:ct.user.name}</b> ${msg:chat.window.chatting_with} <b>${page:ct.user.name}</b>
${endif:historyParams} ${endif:historyParams}
</td> </td>
<td> <td>
<a class="closethread" href="javascript:void(0)" onClick="return false;" title="${msg:chat.window.close_title}"><img src="${tplroot}/images/buttons/close.gif" border="0" alt="${msg:chat.window.close_title}"/></a> <a class="closethread" href="javascript:void(0)" onClick="return false;" title="${msg:chat.window.close_title}"><img src="${tplroot}/images/buttons/close.gif" border="0" alt="${msg:chat.window.close_title}"/></a>
</td> </td>
</tr></table> </tr></table>
${endif:agent} ${endif:agent}
${if:user} ${if:user}
${if:canChangeName} ${if:canChangeName}
<div id="changename1" style="display:${page:displ1};"> <div id="changename1" style="display:${page:displ1};">
<table cellpadding="0" cellspacing="5" border="0"> <table cellpadding="0" cellspacing="5" border="0">
<tr> <tr>
<td class="text" nowrap="nowrap">${msg:chat.client.name}</td> <td class="text" nowrap="nowrap">${msg:chat.client.name}</td>
<td><input id="uname" type="text" size="12" value="${page:ct.user.name}" class="field"></td> <td><input id="uname" type="text" size="12" value="${page:ct.user.name}" class="field"></td>
<td><a href="javascript:void(0)" onClick="return false;" title="${msg:chat.client.changename}"><img src="${tplroot}/images/buttons/exec.gif" border="0" alt="${msg:chat.client.changename}" /></a></td> <td><a href="javascript:void(0)" onClick="return false;" title="${msg:chat.client.changename}"><img src="${tplroot}/images/buttons/exec.gif" border="0" alt="${msg:chat.client.changename}" /></a></td>
</tr> </tr>
</table> </table>
</div> </div>
<div id="changename2" style="display:${page:displ2};"> <div id="changename2" style="display:${page:displ2};">
<table cellpadding="0" cellspacing="5" border="0"> <table cellpadding="0" cellspacing="5" border="0">
<tr> <tr>
<td class="text" nowrap="nowrap"><a id="unamelink" href="javascript:void(0)" onClick="return false;" title="${msg:chat.client.changename}">${page:ct.user.name}</a></td> <td class="text" nowrap="nowrap"><a id="unamelink" href="javascript:void(0)" onClick="return false;" title="${msg:chat.client.changename}">${page:ct.user.name}</a></td>
<td><a href="javascript:void(0)" onClick="return false;" title="${msg:chat.client.changename}"><img src="${tplroot}/images/buttons/change.gif" border="0" alt="${msg:chat.client.changename}" /></a></td> <td><a href="javascript:void(0)" onClick="return false;" title="${msg:chat.client.changename}"><img src="${tplroot}/images/buttons/change.gif" border="0" alt="${msg:chat.client.changename}" /></a></td>
</tr> </tr>
</table> </table>
</div> </div>
${else:canChangeName} ${else:canChangeName}
<table cellpadding="0" cellspacing="5" border="0"><tr><td> <table cellpadding="0" cellspacing="5" border="0"><tr><td>
${msg:chat.client.name}&nbsp;${page:ct.user.name} ${msg:chat.client.name}&nbsp;${page:ct.user.name}
</td></tr></table> </td></tr></table>
${endif:canChangeName} ${endif:canChangeName}
${endif:user} ${endif:user}
</td> </td>
<td align="right"> <td align="right">
<table cellpadding="0" cellspacing="5" border="0"><tr> <table cellpadding="0" cellspacing="5" border="0"><tr>
${if:user} ${if:user}
<td> <td>
<a href="${page:mailLink}&amp;style=${styleid}" target="_blank" title="${msg:chat.window.toolbar.mail_history}" onClick="this.newWindow = window.open('${page:mailLink}&amp;style=${styleid}', 'ForwardMail', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,width=603,height=254,resizable=0'); if (this.newWindow != null) {this.newWindow.focus();this.newWindow.opener=window;}return false;"><img src="${tplroot}/images/buttons/email.gif" border="0" alt="${msg:chat.window.toolbar.mail_history}"/></a> <a href="${page:mailLink}&amp;style=${styleid}" target="_blank" title="${msg:chat.window.toolbar.mail_history}" onClick="this.newWindow = window.open('${page:mailLink}&amp;style=${styleid}', 'ForwardMail', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,width=603,height=254,resizable=0'); if (this.newWindow != null) {this.newWindow.focus();this.newWindow.opener=window;}return false;"><img src="${tplroot}/images/buttons/email.gif" border="0" alt="${msg:chat.window.toolbar.mail_history}"/></a>
</td> </td>
${endif:user} ${endif:user}
${if:agent} ${if:agent}
${if:canpost} ${if:canpost}
<td> <td>
<a href="${page:redirectLink}&amp;style=${styleid}" title="${msg:chat.window.toolbar.redirect_user}"><img src="${tplroot}/images/buttons/redirect.gif" border="0" alt="${msg:chat.window.toolbar.redirect_user}" /></a> <a href="${page:redirectLink}&amp;style=${styleid}" title="${msg:chat.window.toolbar.redirect_user}"><img src="${tplroot}/images/buttons/redirect.gif" border="0" alt="${msg:chat.window.toolbar.redirect_user}" /></a>
</td> </td>
${endif:canpost} ${endif:canpost}
${if:historyParams} ${if:historyParams}
<td> <td>
<a href="${page:historyParamsLink}" target="_blank" title="${msg:page.analysis.userhistory.title}" onClick="this.newWindow = window.open('${page:historyParamsLink}', 'UserHistory', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,width=720,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="${tplroot}/images/buttons/history.gif" border="0" alt="${msg:page.analysis.userhistory.title}"/></a> <a href="${page:historyParamsLink}" target="_blank" title="${msg:page.analysis.userhistory.title}" onClick="this.newWindow = window.open('${page:historyParamsLink}', 'UserHistory', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,width=720,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="${tplroot}/images/buttons/history.gif" border="0" alt="${msg:page.analysis.userhistory.title}"/></a>
</td> </td>
${endif:historyParams} ${endif:historyParams}
${endif:agent} ${endif:agent}
<td> <td>
<a id="togglesound" href="javascript:void(0)" onClick="return false;" title="Sound On/Off"><img id="soundimg" class="isound" src="${webimroot}/images/free.gif" border="0" alt="Sound On/Off" /></a> <a id="togglesound" href="javascript:void(0)" onClick="return false;" title="Sound On/Off"><img id="soundimg" class="isound" src="${webimroot}/images/free.gif" border="0" alt="Sound On/Off" /></a>
</td> </td>
<td> <td>
<a id="refresh" href="javascript:void(0)" onClick="return false;" title="${msg:chat.window.toolbar.refresh}"><img src="${tplroot}/images/buttons/refresh.gif" border="0" alt="${msg:chat.window.toolbar.refresh}" /></a> <a id="refresh" href="javascript:void(0)" onClick="return false;" title="${msg:chat.window.toolbar.refresh}"><img src="${tplroot}/images/buttons/refresh.gif" border="0" alt="${msg:chat.window.toolbar.refresh}" /></a>
</td> </td>
${if:sslLink} ${if:sslLink}
<td> <td>
<a href="${page:sslLink}&amp;style=${styleid}" title="SSL" ><img src="${tplroot}/images/buttons/ssl.gif" border="0" alt="SSL"/></a> <a href="${page:sslLink}&amp;style=${styleid}" title="SSL" ><img src="${tplroot}/images/buttons/ssl.gif" border="0" alt="SSL"/></a>
</td> </td>
${endif:sslLink} ${endif:sslLink}
<td> <td>
<a class="closethread" href="javascript:void(0)" onClick="return false;" title="${msg:chat.window.close_title}"><img src="${tplroot}/images/buttons/close.gif" border="0" alt="${msg:chat.window.close_title}"/></a> <a class="closethread" href="javascript:void(0)" onClick="return false;" title="${msg:chat.window.close_title}"><img src="${tplroot}/images/buttons/close.gif" border="0" alt="${msg:chat.window.close_title}"/></a>
</td> </td>
</tr></table> </tr></table>
</td> </td>
</tr> </tr>
</table> </table>
<table id="chat" cellpadding="0" cellspacing="5" border="0" width="100%"> <table id="chat" cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td> <td>
<div id="engineinfo" style="display:none;"></div> <div id="engineinfo" style="display:none;"></div>
<div id="typingdiv" style="display:none;">${msg:typing.remote}</div>&nbsp; <div id="typingdiv" style="display:none;">${msg:typing.remote}</div>&nbsp;
</td> </td>
<td width="100"></td> <td width="100"></td>
</tr> </tr>
<tr> <tr>
<td valign="top"> <td valign="top">
<iframe id="chatwnd" class="chathistory" src="${if:neediframesrc}${webimroot}/images/blank.html${endif:neediframesrc}" frameborder="0"> <iframe id="chatwnd" class="chathistory" src="${if:neediframesrc}${webimroot}/images/blank.html${endif:neediframesrc}" frameborder="0">
Sorry, your browser does not support iframes; try a browser that supports W3C standards. Sorry, your browser does not support iframes; try a browser that supports W3C standards.
</iframe> </iframe>
</td> </td>
<td width="100" valign="top"> <td width="100" valign="top">
<div id="avatarwnd"></div> <div id="avatarwnd"></div>
</td> </td>
</tr> </tr>
${if:canpost} ${if:canpost}
<tr> <tr>
<td valign="top"> <td valign="top">
<textarea id="msgwnd" class="message" tabindex="0"></textarea> <textarea id="msgwnd" class="message" tabindex="0"></textarea>
</td> </td>
<td width="100" valign="top"> <td width="100" valign="top">
<table cellspacing="0" cellpadding="0" border="0" id="postmessage"> <table cellspacing="0" cellpadding="0" border="0" id="postmessage">
<tr> <tr>
<td class="submit"> <td class="submit">
<a id="sndmessagelnk" href="javascript:void(0)" onClick="return false;" title="${msg:chat.window.send_message}"><img src="${tplroot}/images/buttons/send.jpg" border="0" alt="${msg:chat.window.send_message_short,send_shortcut}" /></a> <a id="sndmessagelnk" href="javascript:void(0)" onClick="return false;" title="${msg:chat.window.send_message}"><img src="${tplroot}/images/buttons/send.jpg" border="0" alt="${msg:chat.window.send_message_short,send_shortcut}" /></a>
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
${if:agent} ${if:agent}
<select id="predefined" size="1" class="dropdown"> <select id="predefined" size="1" class="dropdown">
<option>${msg:chat.window.predefined.select_answer}</option> <option>${msg:chat.window.predefined.select_answer}</option>
${page:predefinedAnswers} ${page:predefinedAnswers}
</select> </select>
${endif:agent} ${endif:agent}
</td> </td>
<td></td> <td></td>
</tr> </tr>
${endif:canpost} ${endif:canpost}
</table> </table>
<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> <table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td valign="top"> <td valign="top">
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a> ${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,99 +1,99 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <html>
<head> <head>
<title>${msg:chat.window.title.user}</title> <title>${msg:chat.window.title.user}</title>
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css"> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css">
<script type="text/javascript" language="javascript" src="${webimroot}/js/${jsver}/brws.js"></script> <script type="text/javascript" language="javascript" src="${webimroot}/js/${jsver}/brws.js"></script>
</head> </head>
<body style="background:#EFEFEF;"> <body style="background:#EFEFEF;">
<div id="greybg"> <div id="greybg">
<table id="toolbar" cellpadding="0" cellspacing="0" border="0" width="100%"> <table id="toolbar" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr> <tr>
<td> <td>
${if:user} ${if:user}
${if:canChangeName} ${if:canChangeName}
<table cellpadding="0" cellspacing="5" border="0"><tr> <table cellpadding="0" cellspacing="5" border="0"><tr>
<td class="text" nowrap>${msg:chat.client.name}</td> <td class="text" nowrap>${msg:chat.client.name}</td>
<td><input id="uname" type="text" size="12" value="${page:ct.user.name}" class="field"></td> <td><input id="uname" type="text" size="12" value="${page:ct.user.name}" class="field"></td>
<td><a href="javascript:void(0)" onClick="return false;" title="${msg:chat.client.changename}"><img src='${tplroot}/images/buttons/exec.gif' border="0" alt="${msg:chat.client.changename}" /></a></td> <td><a href="javascript:void(0)" onClick="return false;" title="${msg:chat.client.changename}"><img src='${tplroot}/images/buttons/exec.gif' border="0" alt="${msg:chat.client.changename}" /></a></td>
</tr></table> </tr></table>
${else:canChangeName} ${else:canChangeName}
<table cellpadding="0" cellspacing="5" border="0"><tr><td> <table cellpadding="0" cellspacing="5" border="0"><tr><td>
${msg:chat.client.name}&nbsp;${page:ct.user.name} ${msg:chat.client.name}&nbsp;${page:ct.user.name}
</td></tr></table> </td></tr></table>
${endif:canChangeName} ${endif:canChangeName}
${endif:user} ${endif:user}
</td> </td>
<td align="right"> <td align="right">
<table cellpadding="0" cellspacing="5" border="0"><tr> <table cellpadding="0" cellspacing="5" border="0"><tr>
<td> <td>
<a href="${page:mailLink}" target="_blank" title="${msg:chat.window.toolbar.mail_history}" onClick="this.newWindow = window.open('${page:mailLink}', 'ForwardMail', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,width=603,height=254,resizable=0');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src='${tplroot}/images/buttons/email.gif' border="0" alt="${msg:chat.window.toolbar.mail_history}" /></a> <a href="${page:mailLink}" target="_blank" title="${msg:chat.window.toolbar.mail_history}" onClick="this.newWindow = window.open('${page:mailLink}', 'ForwardMail', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,width=603,height=254,resizable=0');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src='${tplroot}/images/buttons/email.gif' border="0" alt="${msg:chat.window.toolbar.mail_history}" /></a>
</td> </td>
<td> <td>
<a id="refresh" href="javascript:void(0)" onClick="return false;" title="${msg:chat.window.toolbar.refresh}"><img src='${tplroot}/images/buttons/refresh.gif' border="0" alt="${msg:chat.window.toolbar.refresh}" /></a> <a id="refresh" href="javascript:void(0)" onClick="return false;" title="${msg:chat.window.toolbar.refresh}"><img src='${tplroot}/images/buttons/refresh.gif' border="0" alt="${msg:chat.window.toolbar.refresh}" /></a>
</td> </td>
<td> <td>
<a class="closethread" href="javascript:void(0)" onClick="return false;" title="${msg:chat.window.close_title}"><img src="${tplroot}/images/buttons/closewin.gif" border="0" alt="${msg:chat.window.close_title}"/></a> <a class="closethread" href="javascript:void(0)" onClick="return false;" title="${msg:chat.window.close_title}"><img src="${tplroot}/images/buttons/closewin.gif" border="0" alt="${msg:chat.window.close_title}"/></a>
</td> </td>
</tr></table> </tr></table>
</td> </td>
</tr> </tr>
</table> </table>
<table id="chat" cellpadding="0" cellspacing="5" border="0" width="100%"> <table id="chat" cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td> <td>
<iframe id="chatwnd" class="chathistory" name="chatwndiframe" src="${webimroot}/thread.php?act=refresh&amp;thread=${page:ct.chatThreadId}&amp;token=${page:ct.token}&amp;html=on&amp;user=true" frameborder="0"> <iframe id="chatwnd" class="chathistory" name="chatwndiframe" src="${webimroot}/thread.php?act=refresh&amp;thread=${page:ct.chatThreadId}&amp;token=${page:ct.token}&amp;html=on&amp;user=true" frameborder="0">
Sorry, your browser does not support iframes; try a browser that supports W3C standards. Sorry, your browser does not support iframes; try a browser that supports W3C standards.
</iframe> </iframe>
</td> </td>
<td width="100" valign="top"></td> <td width="100" valign="top"></td>
</tr> </tr>
<tr> <tr>
<td> <td>
<form id="messageform" method="post" action="${webimroot}/thread.php" target="chatwndiframe"> <form id="messageform" method="post" action="${webimroot}/thread.php" target="chatwndiframe">
<input type="hidden" name="act" value="post"/><input type="hidden" name="html" value="on"/><input type="hidden" name="thread" value="${page:ct.chatThreadId}"/><input type="hidden" name="token" value="${page:ct.token}"/><input type="hidden" name="user" value="true"/> <input type="hidden" name="act" value="post"/><input type="hidden" name="html" value="on"/><input type="hidden" name="thread" value="${page:ct.chatThreadId}"/><input type="hidden" name="token" value="${page:ct.token}"/><input type="hidden" name="user" value="true"/>
<input type="hidden" id="message" name="message" value=""/> <input type="hidden" id="message" name="message" value=""/>
<textarea id="messagetext" cols="50" rows="4" class="message" style="width:520px;" tabindex="0"></textarea> <textarea id="messagetext" cols="50" rows="4" class="message" style="width:520px;" tabindex="0"></textarea>
</form> </form>
</td> </td>
<td width="100" valign="top"> <td width="100" valign="top">
<table cellspacing="0" cellpadding="0" border="0" id="postmessage"> <table cellspacing="0" cellpadding="0" border="0" id="postmessage">
<tr> <tr>
<td class="submit"> <td class="submit">
<a id="msgsend1" href="javascript:void(0)" onClick="return false;" title="${msg:chat.window.send_message}"><img src="${tplroot}/images/buttons/send.jpg" border="0" alt="${msg:chat.window.send_message_short,send_shortcut}" /></a> <a id="msgsend1" href="javascript:void(0)" onClick="return false;" title="${msg:chat.window.send_message}"><img src="${tplroot}/images/buttons/send.jpg" border="0" alt="${msg:chat.window.send_message_short,send_shortcut}" /></a>
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> <table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td valign="top"> <td valign="top">
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a> ${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
<script type="text/javascript"><!-- <script type="text/javascript"><!--
function sendmessage(){ function sendmessage(){
getEl('message').value = getEl('messagetext').value; getEl('message').value = getEl('messagetext').value;
getEl('messagetext').value = ''; getEl('messagetext').value = '';
getEl('messageform').submit(); getEl('messageform').submit();
} }
getEl('messagetext').onkeydown = function(k) { getEl('messagetext').onkeydown = function(k) {
if( k ){k=k.which; } else { k=event.keyCode; } if( k ){k=k.which; } else { k=event.keyCode; }
if( (k==13) || (k==10) ) { if( (k==13) || (k==10) ) {
sendmessage(); sendmessage();
return false; return false;
} }
return true; return true;
} }
getEl('msgsend1').onclick = function() { getEl('msgsend1').onclick = function() {
sendmessage(); sendmessage();
return false; return false;
} }
//--></script> //--></script>
</body> </body>
</html> </html>

View File

@ -1,48 +1,48 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>${msg:chat.error_page.title}</title> <title>${msg:chat.error_page.title}</title>
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" /> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
</head> </head>
<body> <body>
<div id="whitebg"> <div id="whitebg">
<table cellpadding="0" cellspacing="5" border="0" width="100%"> <table cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td> <td>
<h1>${msg:chat.error_page.head}</h1> <h1>${msg:chat.error_page.head}</h1>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<table id="form" cellspacing="3" cellpadding="0" border="0"> <table id="form" cellspacing="3" cellpadding="0" border="0">
<tr> <tr>
<td> <td>
${harderrors} ${harderrors}
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="right"> <td align="right">
<table cellspacing="3" cellpadding="0" border="0"> <table cellspacing="3" cellpadding="0" border="0">
<tr> <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><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> <td class="button"><a href="javascript:window.close();" title="${msg:chat.error_page.close}">${msg:chat.error_page.close}</a></td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> <table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td valign="top"> <td valign="top">
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a> ${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,47 +1,47 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>${msg:leavemessage.sent.title}</title> <title>${msg:leavemessage.sent.title}</title>
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" /> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
</head> </head>
<body> <body>
<div id="whitebg"> <div id="whitebg">
<table cellpadding="0" cellspacing="5" border="0" width="100%"> <table cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td> <td>
<h1>${msg:leavemessage.sent.title}</h1> <h1>${msg:leavemessage.sent.title}</h1>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<table id="form" cellspacing="3" cellpadding="0" border="0"> <table id="form" cellspacing="3" cellpadding="0" border="0">
<tr> <tr>
<td> <td>
${msg:leavemessage.sent.message} ${msg:leavemessage.sent.message}
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="right"> <td align="right">
<table cellspacing="3" cellpadding="0" border="0"> <table cellspacing="3" cellpadding="0" border="0">
<tr> <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><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> <td class="button"><a href="javascript:window.close();" title="${msg:chat.mailthread.sent.close}">${msg:chat.mailthread.sent.close}</a></td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> <table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td valign="top"> <td valign="top">
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a> ${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,73 +1,73 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>${msg:chat.window.title.user}</title> <title>${msg:chat.window.title.user}</title>
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" /> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
</head> </head>
<body> <body>
<div id="whitebg"> <div id="whitebg">
<form name="mailThreadForm" method="post" action="${webimroot}/mail.php"> <form name="mailThreadForm" method="post" action="${webimroot}/mail.php">
<input type="hidden" name="style" value="${styleid}"/> <input type="hidden" name="style" value="${styleid}"/>
<input type="hidden" name="thread" value="${page:ct.chatThreadId}"/> <input type="hidden" name="thread" value="${page:ct.chatThreadId}"/>
<input type="hidden" name="token" value="${page:ct.token}"/> <input type="hidden" name="token" value="${page:ct.token}"/>
<input type="hidden" name="level" value="${page:level}"/> <input type="hidden" name="level" value="${page:level}"/>
<table cellpadding="0" cellspacing="5" border="0" width="100%"> <table cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td colspan="2"> <td colspan="2">
<h1>${msg:mailthread.title}</h1> <h1>${msg:mailthread.title}</h1>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<table id="form" cellpadding="0" cellspacing="5" border="0"> <table id="form" cellpadding="0" cellspacing="5" border="0">
${if:errors} ${if:errors}
<tr> <tr>
<td colspan="2"> <td colspan="2">
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td valign="top"><img id="errorimage" src="${tplroot}/images/error.gif" border="0" alt=""/></td> <td valign="top"><img id="errorimage" src="${tplroot}/images/error.gif" border="0" alt=""/></td>
<td>${errors}</td> <td>${errors}</td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
${endif:errors} ${endif:errors}
<tr> <tr>
<td class="text">${msg:mailthread.enter_email}</td> <td class="text">${msg:mailthread.enter_email}</td>
<td><input type="text" name="email" size="20" value="${form:email}" class="field"/></td> <td><input type="text" name="email" size="20" value="${form:email}" class="field"/></td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<table cellspacing="3" cellpadding="0" border="0"> <table cellspacing="3" cellpadding="0" border="0">
<tr> <tr>
<td><a href="javascript:document.mailThreadForm.submit();" title="${msg:mailthread.perform}"><img src="${tplroot}/images/buttons/exec.gif" border="0" alt="${msg:mailthread.perform}"/></a></td> <td><a href="javascript:document.mailThreadForm.submit();" title="${msg:mailthread.perform}"><img src="${tplroot}/images/buttons/exec.gif" border="0" alt="${msg:mailthread.perform}"/></a></td>
<td class="button"><a href="javascript:document.mailThreadForm.submit();" title="${msg:leavemessage.perform}">${msg:mailthread.perform}</a></td> <td class="button"><a href="javascript:document.mailThreadForm.submit();" title="${msg:leavemessage.perform}">${msg:mailthread.perform}</a></td>
</tr> </tr>
</table> </table>
</td> </td>
<td align="right"> <td align="right">
<table cellspacing="3" cellpadding="0" border="0"> <table cellspacing="3" cellpadding="0" border="0">
<tr> <tr>
<td><a href="javascript:window.close();" title="${msg:mailthread.close}"><img src="${tplroot}/images/buttons/closewin.gif" border="0" alt="${msg:mailthread.close}"/></a></td> <td><a href="javascript:window.close();" title="${msg:mailthread.close}"><img src="${tplroot}/images/buttons/closewin.gif" border="0" alt="${msg:mailthread.close}"/></a></td>
<td class="button"><a href="javascript:window.close();" title="${msg:mailthread.close}">${msg:mailthread.close}</a></td> <td class="button"><a href="javascript:window.close();" title="${msg:mailthread.close}">${msg:mailthread.close}</a></td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
</form> </form>
<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> <table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td valign="top"> <td valign="top">
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a> ${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,48 +1,48 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>${msg:chat.window.title.user}</title> <title>${msg:chat.window.title.user}</title>
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" /> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
</head> </head>
<body> <body>
<div id="whitebg"> <div id="whitebg">
<table cellpadding="0" cellspacing="5" border="0" width="100%"> <table cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td> <td>
<h1>${msg:chat.mailthread.sent.title}</h1> <h1>${msg:chat.mailthread.sent.title}</h1>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<table id="form" cellspacing="3" cellpadding="0" border="0"> <table id="form" cellspacing="3" cellpadding="0" border="0">
<tr> <tr>
<td> <td>
${msg:chat.mailthread.sent.content,email} ${msg:chat.mailthread.sent.content,email}
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="right"> <td align="right">
<table cellspacing="3" cellpadding="0" border="0"> <table cellspacing="3" cellpadding="0" border="0">
<tr> <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><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> <td class="button"><a href="javascript:window.close();" title="${msg:chat.mailthread.sent.close}">${msg:chat.mailthread.sent.close}</a></td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> <table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td valign="top"> <td valign="top">
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a> ${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,44 +1,44 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>${msg:page.chat.old_browser.title}</title> <title>${msg:page.chat.old_browser.title}</title>
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" /> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
</head> </head>
<body> <body>
<div id="whitebg"> <div id="whitebg">
<table cellpadding="0" cellspacing="5" border="0" width="100%"> <table cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td> <td>
<table id="form" cellspacing="3" cellpadding="0" border="0"> <table id="form" cellspacing="3" cellpadding="0" border="0">
<tr> <tr>
<td> <td>
${msg:page.chat.old_browser.problem} ${msg:page.chat.old_browser.problem}
${msg:page.chat.old_browser.list} ${msg:page.chat.old_browser.list}
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="right"> <td align="right">
<table cellspacing="3" cellpadding="0" border="0"> <table cellspacing="3" cellpadding="0" border="0">
<tr> <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><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> <td class="button"><a href="javascript:window.close();" title="${msg:page.chat.old_browser.close}">${msg:page.chat.old_browser.close}</a></td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> <table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td valign="top"> <td valign="top">
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a> ${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,67 +1,67 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>${msg:chat.window.title.agent}</title> <title>${msg:chat.window.title.agent}</title>
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" /> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
</head> </head>
<body> <body>
<div id="whitebg"> <div id="whitebg">
<table cellpadding="0" cellspacing="5" border="0" width="100%"> <table cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td colspan="2"> <td colspan="2">
<h1>${msg:chat.redirect.title}</h1> <h1>${msg:chat.redirect.title}</h1>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<h2>${msg:chat.redirect.choose}</h2> <h2>${msg:chat.redirect.choose}</h2>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<table id="form" cellspacing="3" cellpadding="0" border="0"> <table id="form" cellspacing="3" cellpadding="0" border="0">
<tr> <tr>
<td> <td>
${if:redirectToAgent} ${if:redirectToAgent}
${msg:chat.redirect.operator} ${msg:chat.redirect.operator}
<ul class="agentlist"> <ul class="agentlist">
${page:redirectToAgent} ${page:redirectToAgent}
</ul> </ul>
${endif:redirectToAgent} ${endif:redirectToAgent}
${if:redirectToGroup} ${if:redirectToGroup}
${msg:chat.redirect.group}<br/> ${msg:chat.redirect.group}<br/>
<ul class="agentlist"> <ul class="agentlist">
${page:redirectToGroup} ${page:redirectToGroup}
</ul> </ul>
${endif:redirectToGroup} ${endif:redirectToGroup}
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
${pagination} ${pagination}
</td> </td>
<td align="right"> <td align="right">
<table cellspacing="3" cellpadding="0" border="0"> <table cellspacing="3" cellpadding="0" border="0">
<tr> <tr>
<td><a href="javascript:history.back();" title="${msg:chat.redirect.back}"><img src="${tplroot}/images/buttons/back.gif" border="0" alt="${msg:chat.redirect.back}"/></a></td> <td><a href="javascript:history.back();" title="${msg:chat.redirect.back}"><img src="${tplroot}/images/buttons/back.gif" border="0" alt="${msg:chat.redirect.back}"/></a></td>
<td class="button"><a href="javascript:history.back();" title="${msg:chat.redirect.back}">${msg:chat.redirect.back}</a></td> <td class="button"><a href="javascript:history.back();" title="${msg:chat.redirect.back}">${msg:chat.redirect.back}</a></td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> <table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td valign="top"> <td valign="top">
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a> ${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,48 +1,48 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>${msg:chat.window.title.agent}</title> <title>${msg:chat.window.title.agent}</title>
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" /> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
</head> </head>
<body> <body>
<div id="whitebg"> <div id="whitebg">
<table cellpadding="0" cellspacing="5" border="0" width="100%"> <table cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td> <td>
<h1>${msg:chat.redirected.title}</h1> <h1>${msg:chat.redirected.title}</h1>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<table id="form" cellspacing="3" cellpadding="0" border="0"> <table id="form" cellspacing="3" cellpadding="0" border="0">
<tr> <tr>
<td> <td>
${page:message} ${page:message}
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="right"> <td align="right">
<table cellspacing="3" cellpadding="0" border="0"> <table cellspacing="3" cellpadding="0" border="0">
<tr> <tr>
<td><a href="javascript:window.close();" title="${msg:chat.redirected.close}"><img src="${tplroot}/images/buttons/closewin.gif" border="0" alt="${msg:chat.redirected.close}"/></a></td> <td><a href="javascript:window.close();" title="${msg:chat.redirected.close}"><img src="${tplroot}/images/buttons/closewin.gif" border="0" alt="${msg:chat.redirected.close}"/></a></td>
<td class="button"><a href="javascript:window.close();" title="${msg:chat.redirected.close}">${msg:chat.redirected.close}</a></td> <td class="button"><a href="javascript:window.close();" title="${msg:chat.redirected.close}">${msg:chat.redirected.close}</a></td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> <table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td valign="top"> <td valign="top">
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a> ${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,98 +1,98 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>${msg:presurvey.title}</title> <title>${msg:presurvey.title}</title>
<link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="${webimroot}/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" /> <link rel="stylesheet" type="text/css" href="${tplroot}/chat.css" />
</head> </head>
<body> <body>
<div id="whitebg"> <div id="whitebg">
<form name="surveyForm" method="post" action="${webimroot}/client.php"> <form name="surveyForm" method="post" action="${webimroot}/client.php">
<input type="hidden" name="style" value="${styleid}"/> <input type="hidden" name="style" value="${styleid}"/>
<input type="hidden" name="info" value="${form:info}"/> <input type="hidden" name="info" value="${form:info}"/>
<input type="hidden" name="referrer" value="${page:referrer}"/> <input type="hidden" name="referrer" value="${page:referrer}"/>
<input type="hidden" name="survey" value="on"/> <input type="hidden" name="survey" value="on"/>
${ifnot:showemail}<input type="hidden" name="email" value="${form:email}"/>${endif:showemail} ${ifnot:showemail}<input type="hidden" name="email" value="${form:email}"/>${endif:showemail}
${ifnot:groups}${if:formgroupid}<input type="hidden" name="group" value="${form:groupid}"/>${endif:formgroupid}${endif:groups} ${ifnot:groups}${if:formgroupid}<input type="hidden" name="group" value="${form:groupid}"/>${endif:formgroupid}${endif:groups}
${ifnot:showmessage}<input type="hidden" name="message" value="${form:message}"/>${endif:showmessage} ${ifnot:showmessage}<input type="hidden" name="message" value="${form:message}"/>${endif:showmessage}
<table cellpadding="0" cellspacing="5" border="0" width="100%"> <table cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td colspan="2"> <td colspan="2">
<h1>${msg:presurvey.title}</h1> <h1>${msg:presurvey.title}</h1>
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<table id="form" cellpadding="0" cellspacing="5" border="0"> <table id="form" cellpadding="0" cellspacing="5" border="0">
<tr> <tr>
<td colspan="2"> <td colspan="2">
${msg:presurvey.intro} ${msg:presurvey.intro}
</td> </td>
</tr> </tr>
${if:errors} ${if:errors}
<tr> <tr>
<td colspan="2"> <td colspan="2">
<table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td valign="top"><img id="errorimage" src="${tplroot}/images/error.gif" border="0" alt=""/></td> <td valign="top"><img id="errorimage" src="${tplroot}/images/error.gif" border="0" alt=""/></td>
<td>${errors}</td> <td>${errors}</td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
${endif:errors} ${endif:errors}
${if:groups} ${if:groups}
<tr> <tr>
<td class="text">${msg:presurvey.department}</td> <td class="text">${msg:presurvey.department}</td>
<td><select name="group" style="min-width:200px;">${page:groups}</select></td> <td><select name="group" style="min-width:200px;">${page:groups}</select></td>
</tr> </tr>
${endif:groups} ${endif:groups}
<tr> <tr>
<td class="text">${msg:presurvey.name}</td> <td class="text">${msg:presurvey.name}</td>
<td><input type="text" name="name" size="50" value="${form:name}" class="field" ${ifnot:showname}disabled="disabled"${endif:showname}/></td> <td><input type="text" name="name" size="50" value="${form:name}" class="field" ${ifnot:showname}disabled="disabled"${endif:showname}/></td>
</tr> </tr>
${if:showemail} ${if:showemail}
<tr> <tr>
<td class="text">${msg:presurvey.mail}</td> <td class="text">${msg:presurvey.mail}</td>
<td><input type="text" name="email" size="50" value="${form:email}" class="field"/></td> <td><input type="text" name="email" size="50" value="${form:email}" class="field"/></td>
</tr> </tr>
${endif:showemail} ${endif:showemail}
${if:showmessage} ${if:showmessage}
<tr> <tr>
<td class="text">${msg:presurvey.question}</td> <td class="text">${msg:presurvey.question}</td>
<td><textarea name="message" class="field" tabindex="0" cols="45" rows="2" style="overflow:auto">${form:message}</textarea></td> <td><textarea name="message" class="field" tabindex="0" cols="45" rows="2" style="overflow:auto">${form:message}</textarea></td>
</tr> </tr>
${endif:showmessage} ${endif:showmessage}
</table> </table>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<table cellspacing="3" cellpadding="0" border="0"> <table cellspacing="3" cellpadding="0" border="0">
<tr> <tr>
<td><a href="javascript:document.surveyForm.submit();" title="${msg:presurvey.submit}"><img src="${tplroot}/images/buttons/exec.gif" border="0" alt="${msg:presurvey.submit}"/></a></td> <td><a href="javascript:document.surveyForm.submit();" title="${msg:presurvey.submit}"><img src="${tplroot}/images/buttons/exec.gif" border="0" alt="${msg:presurvey.submit}"/></a></td>
<td class="button"><a href="javascript:document.surveyForm.submit();" title="${msg:presurvey.submit}">${msg:presurvey.submit}</a></td> <td class="button"><a href="javascript:document.surveyForm.submit();" title="${msg:presurvey.submit}">${msg:presurvey.submit}</a></td>
</tr> </tr>
</table> </table>
</td> </td>
<td align="right"> <td align="right">
<table cellspacing="3" cellpadding="0" border="0"> <table cellspacing="3" cellpadding="0" border="0">
<tr> <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><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> <td class="button"><a href="javascript:window.close();" title="${msg:page.chat.old_browser.close}">${msg:page.chat.old_browser.close}</a></td>
</tr> </tr>
</table> </table>
</td> </td>
</tr> </tr>
</table> </table>
</form> </form>
<table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%"> <table id="footer" cellpadding="0" cellspacing="5" border="0" width="100%">
<tr> <tr>
<td valign="top"> <td valign="top">
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a> ${msg:chat.window.poweredby} <a id="poweredByLink" href="http://mibew.org" title="Mibew Community" target="_blank">mibew.org</a>
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
</body> </body>
</html> </html>