mirror of
https://github.com/Mibew/tray.git
synced 2025-01-23 18:40:33 +03:00
c51bcad83b
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@183 c66351dc-e62f-0410-b875-e3a5c0b9693f
21 lines
713 B
Plaintext
21 lines
713 B
Plaintext
|
|
How to create a skin for chat window.
|
|
-------------------------------------
|
|
|
|
1. Folder/files structure.
|
|
|
|
myskin/
|
|
chat.tpl modern browser Ajax window
|
|
chatsimple.tpl compatibility mode, reload to refresh thread
|
|
nochat.tpl chat page for VERY old browsers (shows the list of supported software)
|
|
leavemessage.tpl leave message form for offline times
|
|
leavemessagesent.tpl leave message sent page
|
|
mail.tpl mail thread form
|
|
mailsent.tpl mail was sent page
|
|
|
|
(next templates are visible only to agent)
|
|
error.tpl page to report serious problems
|
|
redirect.tpl list of available agents to redirect thread to
|
|
redirected.tpl successfully redirected
|
|
|
|
|