mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
fix html code in templates: Safari 4 support, wider group chooser, proper copyrights
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@616 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
3dac6e0620
commit
c7f185bfad
@ -9,6 +9,7 @@
|
|||||||
[!] compatibility with the latest mod_security rules
|
[!] compatibility with the latest mod_security rules
|
||||||
[+] performance options in settings: update intervals, operator online time threshold
|
[+] performance options in settings: update intervals, operator online time threshold
|
||||||
[+] information messages: visitor navigated to ...
|
[+] information messages: visitor navigated to ...
|
||||||
|
[!] html code in templates, better appearance in Safari
|
||||||
|
|
||||||
1.6.1
|
1.6.1
|
||||||
-----
|
-----
|
||||||
|
@ -286,7 +286,7 @@ ${endif:canpost}${endif:agent}
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
<td id="poweredByTD" align="center" class="copyr">${msg:chat.window.poweredby} <a id="poweredByLink" href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a></td>
|
<td id="poweredByTD" align="center" class="copyr">${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a></td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
|
|
||||||
${if:canpost}
|
${if:canpost}
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a></td>
|
<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a></td>
|
||||||
<td width="33%" align="right">
|
<td width="33%" align="right">
|
||||||
<table cellspacing="0" cellpadding="0" border="0" id="postmessage">
|
<table cellspacing="0" cellpadding="0" border="0" id="postmessage">
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="padding:0px 0px 0px 24px;">
|
<td valign="top" align="center" style="padding:0px 24px;">
|
||||||
${if:errors}
|
${if:errors}
|
||||||
<table cellspacing="0" cellpadding="0" border="0">
|
<table cellspacing="0" cellpadding="0" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
@ -133,6 +133,14 @@ ${endif:showcaptcha}
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<table cellpadding="7" cellspacing="5" border="0" width="100%">
|
||||||
|
<tr>
|
||||||
|
<td id="poweredByTD" align="center" class="copyr">
|
||||||
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -142,7 +150,6 @@ ${endif:showcaptcha}
|
|||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -96,7 +96,7 @@ ${ifnot:showmessage}<input type="hidden" name="message" value="${form:message}"/
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" style="padding:0px 0px 0px 24px;">
|
<td valign="top" align="center" style="padding:0px 24px;">
|
||||||
${if:errors}
|
${if:errors}
|
||||||
<table cellspacing="0" cellpadding="0" border="0">
|
<table cellspacing="0" cellpadding="0" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
@ -114,7 +114,7 @@ ${if:groups}
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="text">${msg:presurvey.department}</td>
|
<td class="text">${msg:presurvey.department}</td>
|
||||||
<td>
|
<td>
|
||||||
<select name="group">${page:groups}</select>
|
<select name="group" style="min-width:200px;">${page:groups}</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
${endif:groups}
|
${endif:groups}
|
||||||
@ -149,6 +149,14 @@ ${endif:showmessage}
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<table cellpadding="7" cellspacing="5" border="0" width="100%">
|
||||||
|
<tr>
|
||||||
|
<td id="poweredByTD" align="center" class="copyr">
|
||||||
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -153,17 +153,24 @@ textarea.message {
|
|||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.username {
|
.field {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #383838;
|
color: #383838;
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.username {
|
input.field {
|
||||||
border: 1px solid #878787;
|
border: 1px solid #878787;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea.field {
|
||||||
|
border: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px 3px;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.answer {
|
.answer {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
@ -135,7 +135,7 @@ ${if:user}
|
|||||||
<table cellspacing="0" cellpadding="0" border="0"><tr>
|
<table cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
<td class="text" nowrap>${msg:chat.client.name}</td>
|
<td class="text" nowrap>${msg:chat.client.name}</td>
|
||||||
<td width="10" valign="top"><img src='${webimroot}/images/free.gif' width="10" height="1" border="0" alt="" /></td>
|
<td width="10" valign="top"><img src='${webimroot}/images/free.gif' width="10" height="1" border="0" alt="" /></td>
|
||||||
<td><input id="uname" type="text" size="12" value="${page:ct.user.name}" class="username"></td>
|
<td><input id="uname" type="text" size="12" value="${page:ct.user.name}" class="field"></td>
|
||||||
<td width="5" valign="top"><img src='${webimroot}/images/free.gif' width="5" height="1" border="0" alt="" /></td>
|
<td width="5" valign="top"><img src='${webimroot}/images/free.gif' width="5" height="1" border="0" alt="" /></td>
|
||||||
<td><a href="javascript:void(0)" onclick="return false;" title="${msg:chat.client.changename}"><img class="tplimage iexec" src="${webimroot}/images/free.gif" border="0" alt=">>" /></a></td>
|
<td><a href="javascript:void(0)" onclick="return false;" title="${msg:chat.client.changename}"><img class="tplimage iexec" src="${webimroot}/images/free.gif" border="0" alt=">>" /></a></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -279,7 +279,7 @@ ${endif:canpost}${endif:agent}
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
<td align="center" class="copyr">${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a></td>
|
<td align="center" class="copyr">${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a></td>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
|
|
||||||
${if:canpost}
|
${if:canpost}
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
<td class="text" nowrap>${msg:chat.client.name}</td>
|
<td class="text" nowrap>${msg:chat.client.name}</td>
|
||||||
<td width="10" valign="top"><img src='${webimroot}/images/free.gif' width="10" height="1" border="0" alt="" /></td>
|
<td width="10" valign="top"><img src='${webimroot}/images/free.gif' width="10" height="1" border="0" alt="" /></td>
|
||||||
<td><input id="uname" type="text" size="12" value="${page:ct.user.name}" class="username"></td>
|
<td><input id="uname" type="text" size="12" value="${page:ct.user.name}" class="field"></td>
|
||||||
<td width="5" valign="top"><img src='${webimroot}/images/free.gif' width="5" height="1" border="0" alt="" /></td>
|
<td width="5" valign="top"><img src='${webimroot}/images/free.gif' width="5" height="1" border="0" alt="" /></td>
|
||||||
<td><a href="javascript:void(0)" onclick="return false;" title="${msg:chat.client.changename}"><img src='${tplroot}/images/buttons/exec.gif' width="25" height="25" border="0" alt=">>" /></a></td>
|
<td><a href="javascript:void(0)" onclick="return false;" title="${msg:chat.client.changename}"><img src='${tplroot}/images/buttons/exec.gif' width="25" height="25" border="0" alt=">>" /></a></td>
|
||||||
|
|
||||||
@ -169,7 +169,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a></td>
|
<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a></td>
|
||||||
<td width="33%" align="right">
|
<td width="33%" align="right">
|
||||||
<table cellspacing="0" cellpadding="0" border="0" id="postmessage">
|
<table cellspacing="0" cellpadding="0" border="0" id="postmessage">
|
||||||
|
|
||||||
|
@ -66,20 +66,20 @@ ${endif:errors}
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="text">${msg:form.field.email}:</td>
|
<td class="text">${msg:form.field.email}:</td>
|
||||||
<td width="20"></td>
|
<td width="20"></td>
|
||||||
<td><input type="text" name="email" size="50" value="${form:email}" class="username"/></td>
|
<td><input type="text" name="email" size="50" value="${form:email}" class="field"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td height="7" colspan="3"></td></tr>
|
<tr><td height="7" colspan="3"></td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="text">${msg:form.field.name}:</td>
|
<td class="text">${msg:form.field.name}:</td>
|
||||||
<td width="20"></td>
|
<td width="20"></td>
|
||||||
<td><input type="text" name="name" size="50" value="${form:name}" class="username"/></td>
|
<td><input type="text" name="name" size="50" value="${form:name}" class="field"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td height="7" colspan="3"></td></tr>
|
<tr><td height="7" colspan="3"></td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="text">${msg:form.field.message}:</td>
|
<td class="text">${msg:form.field.message}:</td>
|
||||||
<td width="20"></td>
|
<td width="20"></td>
|
||||||
<td height="120" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td colspan="3" bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td><td width="100%" height="100%" bgcolor="#FFFFFF" valign="top">
|
<td height="120" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td colspan="3" bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td><td width="100%" height="100%" bgcolor="#FFFFFF" valign="top">
|
||||||
<textarea rows="8" cols="45" name="message" class="message" tabindex="0" style="width:90%;">${form:message}</textarea>
|
<textarea rows="8" cols="45" name="message" class="field" tabindex="0">${form:message}</textarea>
|
||||||
</td><td bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td colspan="3" bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr></table></td>
|
</td><td bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td colspan="3" bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr></table></td>
|
||||||
</tr>
|
</tr>
|
||||||
${if:showcaptcha}
|
${if:showcaptcha}
|
||||||
@ -87,7 +87,7 @@ ${if:showcaptcha}
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="text"><img src="captcha.php"/></td>
|
<td class="text"><img src="captcha.php"/></td>
|
||||||
<td width="20"></td>
|
<td width="20"></td>
|
||||||
<td><input type="text" name="captcha" size="50" maxlength="15" value="" class="username"/></td>
|
<td><input type="text" name="captcha" size="50" maxlength="15" value="" class="field"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
${endif:showcaptcha}
|
${endif:showcaptcha}
|
||||||
</table></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 style="background-image: url(${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>
|
</table></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 style="background-image: url(${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>
|
||||||
@ -115,7 +115,7 @@ ${endif:showcaptcha}
|
|||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a></td>
|
<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a></td>
|
||||||
|
|
||||||
<td width="33%" align="right">
|
<td width="33%" align="right">
|
||||||
<table cellspacing="0" cellpadding="0" border="0">
|
<table cellspacing="0" cellpadding="0" border="0">
|
||||||
|
@ -61,7 +61,7 @@ ${endif:errors}
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="text">${msg:mailthread.enter_email}</td>
|
<td class="text">${msg:mailthread.enter_email}</td>
|
||||||
<td width="10"></td>
|
<td width="10"></td>
|
||||||
<td><input type="text" name="email" size="20" value="${form:email}" class="username"/></td>
|
<td><input type="text" name="email" size="20" value="${form:email}" class="field"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table></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 style="background-image: url(${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>
|
</table></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 style="background-image: url(${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>
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ ${if:groups}
|
|||||||
<td class="text">${msg:presurvey.department}</td>
|
<td class="text">${msg:presurvey.department}</td>
|
||||||
<td width="20"></td>
|
<td width="20"></td>
|
||||||
<td>
|
<td>
|
||||||
<select name="group">${page:groups}</select>
|
<select name="group" style="min-width:200px;">${page:groups}</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td height="7" colspan="3"></td></tr>
|
<tr><td height="7" colspan="3"></td></tr>
|
||||||
@ -84,7 +84,7 @@ ${endif:groups}
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="text">${msg:presurvey.name}</td>
|
<td class="text">${msg:presurvey.name}</td>
|
||||||
<td width="20"></td>
|
<td width="20"></td>
|
||||||
<td><input type="text" name="name" size="50" value="${form:name}" class="username" ${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>
|
||||||
<tr><td height="7" colspan="3"></td></tr>
|
<tr><td height="7" colspan="3"></td></tr>
|
||||||
|
|
||||||
@ -92,17 +92,17 @@ ${if:showemail}
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="text">${msg:presurvey.mail}</td>
|
<td class="text">${msg:presurvey.mail}</td>
|
||||||
<td width="20"></td>
|
<td width="20"></td>
|
||||||
<td><input type="text" name="email" size="50" value="${form:email}" class="username"/></td>
|
<td><input type="text" name="email" size="50" value="${form:email}" class="field"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td height="7" colspan="3"></td></tr>
|
<tr><td height="7" colspan="3"></td></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 width="20"></td>
|
<td width="20"></td>
|
||||||
<td height="60" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td colspan="3" bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td><td width="100%" height="100%" bgcolor="#FFFFFF" valign="top">
|
<td height="60" valign="top"><table cellspacing="0" cellpadding="0" border="0"><tr><td colspan="3" bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td><td width="100%" height="100%" bgcolor="#FFFFFF" valign="top">
|
||||||
<textarea name="message" class="message" tabindex="0" cols="45" rows="2" style="overflow:auto; width:90%;">${form:message}</textarea>
|
<textarea name="message" class="field" tabindex="0" cols="45" rows="3">${form:message}</textarea>
|
||||||
</td><td bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td colspan="3" bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr></table></td>
|
</td><td bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td colspan="3" bgcolor="#A1A1A1"><img src="${webimroot}/images/free.gif" width="1" height="1" border="0" alt="" /></td></tr></table></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td height="7" colspan="3"></td></tr>
|
<tr><td height="7" colspan="3"></td></tr>
|
||||||
@ -133,7 +133,7 @@ ${endif:showmessage}
|
|||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a></td>
|
<td width="33%" align="center" class="copyr">${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a></td>
|
||||||
|
|
||||||
<td width="33%" align="right">
|
<td width="33%" align="right">
|
||||||
<table cellspacing="0" cellpadding="0" border="0">
|
<table cellspacing="0" cellpadding="0" border="0">
|
||||||
|
@ -148,7 +148,7 @@ var threadParams = { servl:"${webimroot}/thread.php",wroot:"${webimroot}",freque
|
|||||||
<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 href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a>
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
<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 href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a>
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
<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 href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a>
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -80,7 +80,7 @@ ${endif:showcaptcha}
|
|||||||
<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 href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a>
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
<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 href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a>
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
<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 href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a>
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
<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 href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a>
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<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 href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a>
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
<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 href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a>
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
<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 href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a>
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
${if:groups}
|
${if:groups}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="text">${msg:presurvey.department}</td>
|
<td class="text">${msg:presurvey.department}</td>
|
||||||
<td><select name="group">${page:groups}</select></td>
|
<td><select name="group" style="min-width:200px;">${page:groups}</select></td>
|
||||||
</tr>
|
</tr>
|
||||||
${endif:groups}
|
${endif:groups}
|
||||||
<tr>
|
<tr>
|
||||||
@ -89,7 +89,7 @@
|
|||||||
<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 href="${msg:site.url}" title="${msg:company.title}" target="_blank">${msg:chat.window.poweredreftext}</a>
|
${msg:chat.window.poweredby} <a id="poweredByLink" href="http://openwebim.org" title="Mibew Community" target="_blank">openwebim.org</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user