silver skin by Alekin Pavel (update)

This commit is contained in:
Evgeny Gryaznov 2011-03-31 09:59:11 +02:00
parent ff141e42f2
commit 7ff174aa86
21 changed files with 614 additions and 2 deletions

View File

@ -83,6 +83,7 @@ img {
color: #495151;
}
#logo a {
float: left;
text-decoration: none;
}
#page-title {
@ -357,4 +358,112 @@ a:hover .ichangeuser {
#predefined {
width: 200px;
}
/* ----- */
/* error.tpl */
#top2 {
position: relative;
padding: 5px 14px;
background: #FFF url("images/logobg.gif") scroll repeat-x 0 100%;
_zoom:1; /* IE6 fix */
}
.bgbody {
background: #FFF !important;
}
.wndb {
background: #FFF url("images/wndb.gif") scroll repeat-x 0 100%;
}
.wndl {
background: transparent url("images/chatbgl.gif") scroll repeat-y 0 0;
}
.wndr {
background: transparent url("images/chatbgr.gif") scroll repeat-y 100% 0;
}
.wndt {
background: transparent url("images/wndt.gif") scroll repeat-x 0 0;
}
.wndtl {
background: transparent url("images/wndtl.gif") scroll no-repeat 0 0;
}
.wndtr {
background: transparent url("images/wndtr.gif") scroll no-repeat 100% 0;
}
.wndbl {
background: transparent url("images/wndbl.gif") scroll no-repeat 0 100%;
}
.wndbr {
position: relative;
padding: 14px;
background: transparent url("images/wndbr.gif") scroll no-repeat 100% 100%;
}
.wndbr .buttons {
top: 14px;
}
#headers {
padding: 0 10px;
background: #F1F2F2;
}
#content-wrapper {
padding: 10px 14px 50px;
background: transparent url("images/content.gif") scroll repeat-x 0 -2px;
}
#content-wrapper {
font: normal 13px Arial;
}
.messagetxt {
padding: 0 60px 0 0;
font: normal 13px Arial;
}
/* --------- */
/* redirect.tpl */
.left {
float: left;
width: 49%;
}
.right {
float: right;
width: 49%;
}
.center {
padding-top: 30px;
text-align: center;
}
ul {
margin: 10px 0;
padding: 0 0 0 10px;
list-style: none outside none;
}
ul li {
margin: 0 0 4px;
padding: 0 0 0 10px;
list-style: none outside none;
background: transparent url("images/list.gif") scroll no-repeat 0 5px;
}
/* ------------ */
/* other */
.form {
margin: 0;
padding: 0;
border: 0;
border-collapse: collapse;
vertical-align: top;
}
.form td {
margin: 0;
padding: 5px;
border: 0;
border-collapse: collapse;
vertical-align: top;
}
#content-wrapper #sndmessagelnk {
float: left;
margin-top: 10px;
}
#content-wrapper input,
#content-wrapper textarea,
.wndbr input {
border: 1px solid #BBC4C4;
}
/* ----- */

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

View File

@ -69,14 +69,15 @@
${else:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img onload="setTrueHeight();" src="${webimroot}/images/webimlogo.gif" alt=""/>
<img onload="setTrueHeight();" src="${tplroot}/images/default-logo.gif" alt=""/>
</a>
${else:webimHost}
<img onload="setTrueHeight();" src="${webimroot}/images/webimlogo.gif" alt=""/>
<img onload="setTrueHeight();" src="${tplroot}/images/default-logo.gif" alt=""/>
${endif:webimHost}
${endif:ct.company.chatLogoURL}
&nbsp;
<div id="page-title">${page:chat.title}</div>
<div class="clear">&nbsp;</div>
</div>
</div>
<div id="chatheader">

View File

@ -0,0 +1,45 @@
<!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 class="bgbody">
<div id="top2">
<div id="logo">
${if:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${page:ct.company.chatLogoURL}" alt=""/>
</a>
${else:webimHost}
<img src="${page:ct.company.chatLogoURL}" alt=""/>
${endif:webimHost}
${else:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${tplroot}/images/default-logo.gif" alt=""/>
</a>
${else:webimHost}
<img src="${tplroot}/images/default-logo.gif" alt=""/>
${endif:webimHost}
${endif:ct.company.chatLogoURL}
&nbsp;
<div id="page-title">${msg:leavemessage.title}</div>
<div class="clear">&nbsp;</div>
</div>
</div>
<div id="headers">
<div class="wndb"><div class="wndl"><div class="wndr"><div class="wndt"><div class="wndtl"><div class="wndtr"><div class="wndbl"><div class="wndbr">
<div class="buttons">
<a href="javascript:window.close();" title="${msg:chat.error_page.close}"><img class="tplimage iclosewin" src="${webimroot}/images/free.gif" alt="${msg:chat.error_page.close}" /></a>
</div>
<div class="messagetxt">&nbsp;</div>
</div></div></div></div></div></div></div></div>
</div>
<div id="content-wrapper">
${harderrors}
</div>
</body>
</html>

View File

@ -0,0 +1,79 @@
<!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:leavemessage.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 class="bgbody">
<form name="leaveMessageForm" method="post" action="${webimroot}/leavemessage.php">
<input type="hidden" name="style" value="${styleid}"/>
<input type="hidden" name="info" value="${form:info}"/>
<input type="hidden" name="referrer" value="${page:referrer}"/>
${if:formgroupid}<input type="hidden" name="group" value="${form:groupid}"/>${endif:formgroupid}
<div id="top2">
<div id="logo">
${if:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${page:ct.company.chatLogoURL}" alt=""/>
</a>
${else:webimHost}
<img src="${page:ct.company.chatLogoURL}" alt=""/>
${endif:webimHost}
${else:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${tplroot}/images/default-logo.gif" alt=""/>
</a>
${else:webimHost}
<img src="${tplroot}/images/default-logo.gif" alt=""/>
${endif:webimHost}
${endif:ct.company.chatLogoURL}
&nbsp;
<div id="page-title">${if:formgroupname}${form:groupname}: ${endif:formgroupname}${msg:leavemessage.title}</div>
<div class="clear">&nbsp;</div>
</div>
</div>
<div id="headers">
<div class="wndb"><div class="wndl"><div class="wndr"><div class="wndt"><div class="wndtl"><div class="wndtr"><div class="wndbl"><div class="wndbr">
<div class="buttons">
<a href="javascript:window.close();" title="${msg:leavemessage.close}"><img class="tplimage iclosewin" src="${webimroot}/images/free.gif" alt="${msg:leavemessage.close}" /></a>
</div>
<div class="messagetxt">${msg:leavemessage.descr}</div>
</div></div></div></div></div></div></div></div>
</div>
<div id="content-wrapper">
${if:errors}
${errors}
${endif:errors}
<table cellspacing="1" cellpadding="5" border="0" class="form">
<tr>
<td><strong>${msg:form.field.email}:</strong></td>
<td><input type="text" name="email" size="50" value="${form:email}" class="username"/></td>
</tr>
<tr>
<td><strong>${msg:form.field.name}:</strong></td>
<td><input type="text" name="name" size="50" value="${form:name}" class="username"/></td>
</tr>
<tr>
<td><strong>${msg:form.field.message}:</strong></td>
<td valign="top">
<textarea name="message" tabindex="0" cols="40" rows="5">${form:message}</textarea>
</td>
</tr>
${if:showcaptcha}
<tr>
<td><img src="captcha.php"/></td>
<td><input type="text" name="captcha" size="50" maxlength="15" value="" class="username"/></td>
</tr>
${endif:showcaptcha}
</table>
<a href="javascript:document.leaveMessageForm.submit();" class="but" id="sndmessagelnk">${msg:mailthread.perform}</a>
<div class="clear">&nbsp;</div>
</div>
</form>
</body>
</html>

View File

@ -0,0 +1,45 @@
<!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:leavemessage.sent.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 class="bgbody">
<div id="top2">
<div id="logo">
${if:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${page:ct.company.chatLogoURL}" alt=""/>
</a>
${else:webimHost}
<img src="${page:ct.company.chatLogoURL}" alt=""/>
${endif:webimHost}
${else:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${tplroot}/images/default-logo.gif" alt=""/>
</a>
${else:webimHost}
<img src="${tplroot}/images/default-logo.gif" alt=""/>
${endif:webimHost}
${endif:ct.company.chatLogoURL}
&nbsp;
<div id="page-title">${msg:leavemessage.sent.title}</div>
<div class="clear">&nbsp;</div>
</div>
</div>
<div id="headers">
<div class="wndb"><div class="wndl"><div class="wndr"><div class="wndt"><div class="wndtl"><div class="wndtr"><div class="wndbl"><div class="wndbr">
<div class="buttons">
<a href="javascript:window.close();" title="${msg:chat.mailthread.sent.close}"><img class="tplimage iclosewin" src="${webimroot}/images/free.gif" alt="${msg:chat.mailthread.sent.close}" /></a>
</div>
<div class="messagetxt">${msg:leavemessage.sent.message}</div>
</div></div></div></div></div></div></div></div>
</div>
<div id="content-wrapper">
&nbsp;
</div>
</body>
</html>

View File

@ -0,0 +1,56 @@
<!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 class="bgbody">
<form name="mailThreadForm" method="post" action="${webimroot}/mail.php"><input type="hidden" name="style" value="${styleid}"/>
<input type="hidden" name="thread" value="${page:ct.chatThreadId}"/><input type="hidden" name="token" value="${page:ct.token}"/><input type="hidden" name="level" value="${page:level}"/>
<div id="top2">
<div id="logo">
${if:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${page:ct.company.chatLogoURL}" alt=""/>
</a>
${else:webimHost}
<img src="${page:ct.company.chatLogoURL}" alt=""/>
${endif:webimHost}
${else:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${tplroot}/images/default-logo.gif" alt=""/>
</a>
${else:webimHost}
<img src="${tplroot}/images/default-logo.gif" alt=""/>
${endif:webimHost}
${endif:ct.company.chatLogoURL}
&nbsp;<br />&nbsp;
<div id="page-title">${msg:mailthread.title}</div>
<div class="clear">&nbsp;</div>
</div>
</div>
<div id="headers">
<div class="wndb"><div class="wndl"><div class="wndr"><div class="wndt"><div class="wndtl"><div class="wndtr"><div class="wndbl"><div class="wndbr">
<div class="buttons">
<a href="javascript:window.close();" title="${msg:mailthread.close}"><img class="tplimage iclosewin" src="${webimroot}/images/free.gif" alt="${msg:mailthread.close}" /></a>
</div>
<div class="messagetxt">
<strong>${msg:mailthread.enter_email}</strong>
<input type="text" name="email" size="20" value="${form:email}" class="username" />&nbsp;
<a href="javascript:document.mailThreadForm.submit();">${msg:mailthread.perform}</a>
</div>
</div></div></div></div></div></div></div></div>
</div>
<div id="content-wrapper">
${if:errors}
${errors}
${endif:errors}
</div>
</form>
</body>
</html>

View File

@ -0,0 +1,45 @@
<!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 class="bgbody">
<div id="top2">
<div id="logo">
${if:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${page:ct.company.chatLogoURL}" alt=""/>
</a>
${else:webimHost}
<img src="${page:ct.company.chatLogoURL}" alt=""/>
${endif:webimHost}
${else:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${tplroot}/images/default-logo.gif" alt=""/>
</a>
${else:webimHost}
<img src="${tplroot}/images/default-logo.gif" alt=""/>
${endif:webimHost}
${endif:ct.company.chatLogoURL}
&nbsp;
<div id="page-title">${msg:chat.mailthread.sent.title}</div>
<div class="clear">&nbsp;</div>
</div>
</div>
<div id="headers">
<div class="wndb"><div class="wndl"><div class="wndr"><div class="wndt"><div class="wndtl"><div class="wndtr"><div class="wndbl"><div class="wndbr">
<div class="buttons">
<a href="javascript:window.close();" title="${msg:chat.mailthread.sent.close}"><img class="tplimage iclosewin" src="${webimroot}/images/free.gif" alt="${msg:chat.mailthread.sent.close}" /></a>
</div>
<div class="messagetxt">${msg:chat.mailthread.sent.content,email}</div>
</div></div></div></div></div></div></div></div>
</div>
<div id="content-wrapper">
&nbsp;
</div>
</body>
</html>

View File

@ -0,0 +1,45 @@
<!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 class="bgbody">
<div id="top2">
<div id="logo">
${if:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${page:ct.company.chatLogoURL}" alt=""/>
</a>
${else:webimHost}
<img src="${page:ct.company.chatLogoURL}" alt=""/>
${endif:webimHost}
${else:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${tplroot}/images/default-logo.gif" alt=""/>
</a>
${else:webimHost}
<img src="${tplroot}/images/default-logo.gif" alt=""/>
${endif:webimHost}
${endif:ct.company.chatLogoURL}
&nbsp;
<div id="page-title">${msg:page.chat.old_browser.title}</div>
<div class="clear">&nbsp;</div>
</div>
</div>
<div id="headers">
<div class="wndb"><div class="wndl"><div class="wndr"><div class="wndt"><div class="wndtl"><div class="wndtr"><div class="wndbl"><div class="wndbr">
<div class="buttons">
<a href="javascript:window.close();" title="${msg:page.chat.old_browser.close}"><img class="tplimage iclosewin" src="${webimroot}/images/free.gif" alt="${msg:page.chat.old_browser.close}" /></a>
</div>
<div class="messagetxt">${msg:page.chat.old_browser.problem}</div>
</div></div></div></div></div></div></div></div>
</div>
<div id="content-wrapper">
${msg:page.chat.old_browser.list}
</div>
</body>
</html>

View File

@ -0,0 +1,62 @@
<!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.agent}</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 class="bgbody">
<div id="top2">
<div id="logo">
${if:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${page:ct.company.chatLogoURL}" alt=""/>
</a>
${else:webimHost}
<img src="${page:ct.company.chatLogoURL}" alt=""/>
${endif:webimHost}
${else:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${tplroot}/images/default-logo.gif" alt=""/>
</a>
${else:webimHost}
<img src="${tplroot}/images/default-logo.gif" alt=""/>
${endif:webimHost}
${endif:ct.company.chatLogoURL}
&nbsp;<br />&nbsp;
<div id="page-title">${msg:chat.redirect.title}</div>
<div class="clear">&nbsp;</div>
</div>
</div>
<div id="headers">
<div class="wndb"><div class="wndl"><div class="wndr"><div class="wndt"><div class="wndtl"><div class="wndtr"><div class="wndbl"><div class="wndbr">
<div class="buttons">
<a href="javascript:window.close();" title="${msg:chat.redirect.back}"><img class="tplimage iclosewin" src="${webimroot}/images/free.gif" alt="${msg:chat.redirect.back}" /></a>
</div>
<div class="messagetxt">${msg:chat.redirect.choose}</div>
</div></div></div></div></div></div></div></div>
</div>
<div id="content-wrapper">
<div class="left">
${if:redirectToAgent}
<strong>${msg:chat.redirect.operator}</strong>
<ul class="agentlist">
${page:redirectToAgent}
</ul>
${endif:redirectToAgent}
</div>
<div class="right">
${if:redirectToGroup}
<strong>${msg:chat.redirect.group}</strong>
<ul class="agentlist">
${page:redirectToGroup}
</ul>
${endif:redirectToGroup}
</div>
<div class="clear">%nbsp;</div>
<div class="center">${pagination}</div>
</div>
</body>
</html>

View File

@ -0,0 +1,45 @@
<!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 class="bgbody">
<div id="top2">
<div id="logo">
${if:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${page:ct.company.chatLogoURL}" alt=""/>
</a>
${else:webimHost}
<img src="${page:ct.company.chatLogoURL}" alt=""/>
${endif:webimHost}
${else:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${tplroot}/images/default-logo.gif" alt=""/>
</a>
${else:webimHost}
<img src="${tplroot}/images/default-logo.gif" alt=""/>
${endif:webimHost}
${endif:ct.company.chatLogoURL}
&nbsp;
<div id="page-title">${msg:chat.redirected.title}</div>
<div class="clear">&nbsp;</div>
</div>
</div>
<div id="headers">
<div class="wndb"><div class="wndl"><div class="wndr"><div class="wndt"><div class="wndtl"><div class="wndtr"><div class="wndbl"><div class="wndbr">
<div class="buttons">
<a href="javascript:window.close();" title="${msg:chat.redirected.close}"><img class="tplimage iclosewin" src="${webimroot}/images/free.gif" alt="${msg:chat.redirected.close}" /></a>
</div>
<div class="messagetxt">${page:message}</div>
</div></div></div></div></div></div></div></div>
</div>
<div id="content-wrapper">
&nbsp;
</div>
</body>
</html>

View File

@ -0,0 +1,80 @@
<!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:presurvey.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 class="bgbody">
<div id="top2">
<div id="logo">
${if:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${page:ct.company.chatLogoURL}" alt=""/>
</a>
${else:webimHost}
<img src="${page:ct.company.chatLogoURL}" alt=""/>
${endif:webimHost}
${else:ct.company.chatLogoURL}
${if:webimHost}
<a onclick="window.open('${page:webimHost}');return false;" href="${page:webimHost}">
<img src="${tplroot}/images/default-logo.gif" alt=""/>
</a>
${else:webimHost}
<img src="${tplroot}/images/default-logo.gif" alt=""/>
${endif:webimHost}
${endif:ct.company.chatLogoURL}
&nbsp;
<div id="page-title">${msg:presurvey.title}</div>
<div class="clear">&nbsp;</div>
</div>
</div>
<div id="headers">
<div class="wndb"><div class="wndl"><div class="wndr"><div class="wndt"><div class="wndtl"><div class="wndtr"><div class="wndbl"><div class="wndbr">
<div class="buttons">
<a href="javascript:window.close();" title="${msg:leavemessage.close}"><img class="tplimage iclosewin" src="${webimroot}/images/free.gif" alt="${msg:leavemessage.close}" /></a>
</div>
<div class="messagetxt">${msg:presurvey.intro}</div>
</div></div></div></div></div></div></div></div>
</div>
<div id="content-wrapper">
<form name="surveyForm" method="post" action="${webimroot}/client.php" />
<input type="hidden" name="style" value="${styleid}"/>
<input type="hidden" name="info" value="${form:info}"/>
<input type="hidden" name="referrer" value="${page:referrer}"/>
<input type="hidden" name="survey" value="on"/>
${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:showmessage}<input type="hidden" name="message" value="${form:message}"/>${endif:showmessage}
<table class="form">
${if:groups}
<tr>
<td><strong>${msg:presurvey.department}</strong></td>
<td><select name="group">${page:groups}</select></td>
</tr>
${endif:groups}
<tr>
<td><strong>${msg:presurvey.name}</strong></td>
<td><input type="text" name="name" size="50" value="${form:name}" class="username" ${ifnot:showname}disabled="disabled"${endif:showname}/></td>
</tr>
${if:showemail}
<tr>
<td><strong>${msg:presurvey.mail}</strong></td>
<td><input type="text" name="email" size="50" value="${form:email}" class="username"/></td>
</tr>
${endif:showemail}
${if:showmessage}
<tr>
<td><strong>${msg:presurvey.question}:</strong></td>
<td valign="top"><textarea name="message" tabindex="0" cols="45" rows="2">${form:message}</textarea></td>
</tr>
${endif:showmessage}
</table>
<a href="javascript:document.surveyForm.submit();" class="but" id="sndmessagelnk">${msg:presurvey.submit}</a>
<div class="clear">&nbsp;</div>
</div>
</body>
</html>