diff --git a/src/messenger/webim/images/dash/readme.txt b/src/messenger/webim/images/dash/readme.txt index adadfe26..165a5a1f 100644 --- a/src/messenger/webim/images/dash/readme.txt +++ b/src/messenger/webim/images/dash/readme.txt @@ -1,19 +1,19 @@ -"34aL volume 3.1" icons set - -Ammount of icons: -60 - -Colors: -Colored, grey - -Icon Sizes: -24x24 - -File Types: -.ico (RGBA, 256 color, 16 color), -.tiff (RGBA) -.gif (indexed) -.bmp (RGB - 1 color background), -.png (RGBA) - +"34aL volume 3.1" icons set + +Ammount of icons: +60 + +Colors: +Colored, grey + +Icon Sizes: +24x24 + +File Types: +.ico (RGBA, 256 color, 16 color), +.tiff (RGBA) +.gif (indexed) +.bmp (RGB - 1 color background), +.png (RGBA) + Note: These icons are free for use. \ No newline at end of file diff --git a/src/messenger/webim/styles/simplicity/chat.css b/src/messenger/webim/styles/simplicity/chat.css index 8399cf40..b90caee5 100644 --- a/src/messenger/webim/styles/simplicity/chat.css +++ b/src/messenger/webim/styles/simplicity/chat.css @@ -1,203 +1,203 @@ -BODY { - margin: 0px; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; - background: #FFFFFF; - color: #666666; -} - -FORM { - margin-bottom: 0px; - margin-top: 0px; -} - -TABLE { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - color: #666666; -} - -A, A:active, A:link, A:visited { - text-decoration: none; - color: #BB0000; -} - -A:hover { - text-decoration: underline; - color: #BB0000; -} - -H1 { - margin-top: 0px; - margin-bottom: 5px; - font-family: Arial, Helvetica, sans-serif; - font-size: 16px; - color: #000000; - font-weight: bold; -} - -H2 { - margin-top: 0px; - margin-bottom: 0px; - font-family: Arial, Helvetica, sans-serif; - font-size: 14px; - color: #000000; - font-weight: bold; -} - -H3 { - margin-top: 0px; - margin-bottom: 0px; - font-family: Arial, Helvetica, sans-serif; - font-size: 12px; - color: #000000; - font-weight: bold; -} - -UL { - margin-top: 0px; - margin-bottom: 0px; -} - -#greybg { - background: #EFEFEF; -} - -#whitebg { - background: #FFFFFF; -} - -#toolbar { - background: #E3E3E3 url('images/toolbar_bg.jpg') repeat-x; - border-bottom: solid 1px #CCCCCC; -} - -#typingdiv, #engineinfo { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - color: #BB0000; - margin: 0px 3px; -} - -.chathistory { - width: 100%; - height: 300px; - border: solid 1px #CCCCCC; - overflow:auto; -} - -TEXTAREA.message { - margin: 0px; - border: solid 1px #CCCCCC; - padding: 0px 3px; - width: 100%; - height: 50px; - overflow: auto; -} - -.message { - font-family: Arial, Helvetica, sans-serif; - font-size: 11px; - color: #666666; - padding: 3px; - line-height: 15px; -} - -.message span.time { - color: #000000; -} - -.message span.nuser { - color: #B11E23; - font-weight: bold; -} - -.message span.nagent { - font-weight: bold; -} - -.message span.minf { - color: #1E48B1; - font-size: 11px; -} - -.message span.mevent { - color: #A1A1A1; - font-size: 11px; -} - -.message span.mhidden { - color: #A1A1A1; - font-size: 11px; -} - -.message span.mconn { - color: #A1A1A1; - font-size: 11px; -} - -.submit { - padding-top: 1px; -} - -.text { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - color: #4C4C4C; -} - -.text span.grey { - color: #666666; -} - -#form { - width: 100%; - background: #EFEFEF; - border: solid 1px #CCCCCC; -} - -#form TD.text { - width: 1%; - white-space: nowrap; -} - -#errorimage { - margin-right: 5px; -} - -.field { - border: 1px solid #CCCCCC; - font-family: Arial, Helvetica, sans-serif; - font-size: 11px; - color: #666666; - padding-left: 3px; -} - -textarea.field { - margin: 0px; - padding: 0px 3px; - overflow: auto; -} - -.dropdown { - font-family: Arial, Helvetica, sans-serif; - font-size: 11px; - color: #666666; -} - -.button A { - font-family: Arial, Helvetica, sans-serif; - font-size: 11px; - color: #666666; -} - -#footer { - text-align: center; - font-size: 10px; - color: #999999; -} - -#footer A { - color: #999999; - text-decoration: underline; +BODY { + margin: 0px; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + background: #FFFFFF; + color: #666666; +} + +FORM { + margin-bottom: 0px; + margin-top: 0px; +} + +TABLE { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #666666; +} + +A, A:active, A:link, A:visited { + text-decoration: none; + color: #BB0000; +} + +A:hover { + text-decoration: underline; + color: #BB0000; +} + +H1 { + margin-top: 0px; + margin-bottom: 5px; + font-family: Arial, Helvetica, sans-serif; + font-size: 16px; + color: #000000; + font-weight: bold; +} + +H2 { + margin-top: 0px; + margin-bottom: 0px; + font-family: Arial, Helvetica, sans-serif; + font-size: 14px; + color: #000000; + font-weight: bold; +} + +H3 { + margin-top: 0px; + margin-bottom: 0px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + color: #000000; + font-weight: bold; +} + +UL { + margin-top: 0px; + margin-bottom: 0px; +} + +#greybg { + background: #EFEFEF; +} + +#whitebg { + background: #FFFFFF; +} + +#toolbar { + background: #E3E3E3 url('images/toolbar_bg.jpg') repeat-x; + border-bottom: solid 1px #CCCCCC; +} + +#typingdiv, #engineinfo { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #BB0000; + margin: 0px 3px; +} + +.chathistory { + width: 100%; + height: 300px; + border: solid 1px #CCCCCC; + overflow:auto; +} + +TEXTAREA.message { + margin: 0px; + border: solid 1px #CCCCCC; + padding: 0px 3px; + width: 100%; + height: 50px; + overflow: auto; +} + +.message { + font-family: Arial, Helvetica, sans-serif; + font-size: 11px; + color: #666666; + padding: 3px; + line-height: 15px; +} + +.message span.time { + color: #000000; +} + +.message span.nuser { + color: #B11E23; + font-weight: bold; +} + +.message span.nagent { + font-weight: bold; +} + +.message span.minf { + color: #1E48B1; + font-size: 11px; +} + +.message span.mevent { + color: #A1A1A1; + font-size: 11px; +} + +.message span.mhidden { + color: #A1A1A1; + font-size: 11px; +} + +.message span.mconn { + color: #A1A1A1; + font-size: 11px; +} + +.submit { + padding-top: 1px; +} + +.text { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #4C4C4C; +} + +.text span.grey { + color: #666666; +} + +#form { + width: 100%; + background: #EFEFEF; + border: solid 1px #CCCCCC; +} + +#form TD.text { + width: 1%; + white-space: nowrap; +} + +#errorimage { + margin-right: 5px; +} + +.field { + border: 1px solid #CCCCCC; + font-family: Arial, Helvetica, sans-serif; + font-size: 11px; + color: #666666; + padding-left: 3px; +} + +textarea.field { + margin: 0px; + padding: 0px 3px; + overflow: auto; +} + +.dropdown { + font-family: Arial, Helvetica, sans-serif; + font-size: 11px; + color: #666666; +} + +.button A { + font-family: Arial, Helvetica, sans-serif; + font-size: 11px; + color: #666666; +} + +#footer { + text-align: center; + font-size: 10px; + color: #999999; +} + +#footer A { + color: #999999; + text-decoration: underline; } \ No newline at end of file diff --git a/src/messenger/webim/styles/simplicity/templates/chat.tpl b/src/messenger/webim/styles/simplicity/templates/chat.tpl index 8850ba30..0182351d 100644 --- a/src/messenger/webim/styles/simplicity/templates/chat.tpl +++ b/src/messenger/webim/styles/simplicity/templates/chat.tpl @@ -1,158 +1,158 @@ - - - -${msg:chat.window.title.agent} - - - - - - - - - -
- - - - - -
- ${if:agent} - - - -
- ${if:historyParams} - ${msg:chat.window.chatting_with} - ${page:ct.user.name} - ${else:historyParams} - ${msg:chat.window.chatting_with} ${page:ct.user.name} - ${endif:historyParams} - - ${msg:chat.window.close_title} -
- ${endif:agent} - ${if:user} - ${if:canChangeName} -
- - - - - - -
${msg:chat.client.name}${msg:chat.client.changename}
-
-
- - - - - -
${page:ct.user.name}${msg:chat.client.changename}
-
- ${else:canChangeName} -
- ${msg:chat.client.name} ${page:ct.user.name} -
- ${endif:canChangeName} - ${endif:user} -
- - ${if:user} - - ${endif:user} - ${if:agent} - ${if:canpost} - - ${endif:canpost} - ${if:historyParams} - - ${endif:historyParams} - ${endif:agent} - - - ${if:sslLink} - - ${endif:sslLink} - -
- ${msg:chat.window.toolbar.mail_history} - - ${msg:chat.window.toolbar.redirect_user} - - ${msg:page.analysis.userhistory.title} - - Sound On/Off - - ${msg:chat.window.toolbar.refresh} - - SSL - - ${msg:chat.window.close_title} -
-
- - - - - - - - - - ${if:canpost} - - - - - - - - - ${endif:canpost} -
- -   -
- - -
-
- - - - - - -
- ${msg:chat.window.send_message_short,send_shortcut} -
-
- ${if:agent} - - ${endif:agent} -
- - - - - -
- - - + + + +${msg:chat.window.title.agent} + + + + + + + + + +
+ + + + + +
+ ${if:agent} + + + +
+ ${if:historyParams} + ${msg:chat.window.chatting_with} + ${page:ct.user.name} + ${else:historyParams} + ${msg:chat.window.chatting_with} ${page:ct.user.name} + ${endif:historyParams} + + ${msg:chat.window.close_title} +
+ ${endif:agent} + ${if:user} + ${if:canChangeName} +
+ + + + + + +
${msg:chat.client.name}${msg:chat.client.changename}
+
+
+ + + + + +
${page:ct.user.name}${msg:chat.client.changename}
+
+ ${else:canChangeName} +
+ ${msg:chat.client.name} ${page:ct.user.name} +
+ ${endif:canChangeName} + ${endif:user} +
+ + ${if:user} + + ${endif:user} + ${if:agent} + ${if:canpost} + + ${endif:canpost} + ${if:historyParams} + + ${endif:historyParams} + ${endif:agent} + + + ${if:sslLink} + + ${endif:sslLink} + +
+ ${msg:chat.window.toolbar.mail_history} + + ${msg:chat.window.toolbar.redirect_user} + + ${msg:page.analysis.userhistory.title} + + Sound On/Off + + ${msg:chat.window.toolbar.refresh} + + SSL + + ${msg:chat.window.close_title} +
+
+ + + + + + + + + + ${if:canpost} + + + + + + + + + ${endif:canpost} +
+ +   +
+ + +
+
+ + + + + + +
+ ${msg:chat.window.send_message_short,send_shortcut} +
+
+ ${if:agent} + + ${endif:agent} +
+ + + + + +
+ + + diff --git a/src/messenger/webim/styles/simplicity/templates/chatsimple.tpl b/src/messenger/webim/styles/simplicity/templates/chatsimple.tpl index 847239af..5f22d2b1 100644 --- a/src/messenger/webim/styles/simplicity/templates/chatsimple.tpl +++ b/src/messenger/webim/styles/simplicity/templates/chatsimple.tpl @@ -1,99 +1,99 @@ - - - -${msg:chat.window.title.user} - - - - - -
- - - - - -
- ${if:user} - ${if:canChangeName} - - - - -
${msg:chat.client.name}${msg:chat.client.changename}
- ${else:canChangeName} -
- ${msg:chat.client.name} ${page:ct.user.name} -
- ${endif:canChangeName} - ${endif:user} -
- - - - -
- ${msg:chat.window.toolbar.mail_history} - - ${msg:chat.window.toolbar.refresh} - - ${msg:chat.window.close_title} -
-
- - - - - - - - - -
- -
-
- - - -
-
- - - - -
- ${msg:chat.window.send_message_short,send_shortcut} -
-
- - - - - -
- - - + + + +${msg:chat.window.title.user} + + + + + +
+ + + + + +
+ ${if:user} + ${if:canChangeName} + + + + +
${msg:chat.client.name}${msg:chat.client.changename}
+ ${else:canChangeName} +
+ ${msg:chat.client.name} ${page:ct.user.name} +
+ ${endif:canChangeName} + ${endif:user} +
+ + + + +
+ ${msg:chat.window.toolbar.mail_history} + + ${msg:chat.window.toolbar.refresh} + + ${msg:chat.window.close_title} +
+
+ + + + + + + + + +
+ +
+
+ + + +
+
+ + + + +
+ ${msg:chat.window.send_message_short,send_shortcut} +
+
+ + + + + +
+ + + diff --git a/src/messenger/webim/styles/simplicity/templates/error.tpl b/src/messenger/webim/styles/simplicity/templates/error.tpl index c6b49f8b..65256b3e 100644 --- a/src/messenger/webim/styles/simplicity/templates/error.tpl +++ b/src/messenger/webim/styles/simplicity/templates/error.tpl @@ -1,48 +1,48 @@ - - - -${msg:chat.error_page.title} - - - - -
- - - - - - - - - - -
-

${msg:chat.error_page.head}

-
- - - - -
- ${harderrors} -
-
- - - - - -
${msg:chat.error_page.close}${msg:chat.error_page.close}
-
- - - - - -
- - - + + + +${msg:chat.error_page.title} + + + + +
+ + + + + + + + + + +
+

${msg:chat.error_page.head}

+
+ + + + +
+ ${harderrors} +
+
+ + + + + +
${msg:chat.error_page.close}${msg:chat.error_page.close}
+
+ + + + + +
+ + + diff --git a/src/messenger/webim/styles/simplicity/templates/leavemessagesent.tpl b/src/messenger/webim/styles/simplicity/templates/leavemessagesent.tpl index 6def91f4..1f424ab9 100644 --- a/src/messenger/webim/styles/simplicity/templates/leavemessagesent.tpl +++ b/src/messenger/webim/styles/simplicity/templates/leavemessagesent.tpl @@ -1,47 +1,47 @@ - - - -${msg:leavemessage.sent.title} - - - - -
- - - - - - - - - - -
-

${msg:leavemessage.sent.title}

-
- - - - -
- ${msg:leavemessage.sent.message} -
-
- - - - - -
${msg:chat.mailthread.sent.close}${msg:chat.mailthread.sent.close}
-
- - - - - -
- + + + +${msg:leavemessage.sent.title} + + + + +
+ + + + + + + + + + +
+

${msg:leavemessage.sent.title}

+
+ + + + +
+ ${msg:leavemessage.sent.message} +
+
+ + + + + +
${msg:chat.mailthread.sent.close}${msg:chat.mailthread.sent.close}
+
+ + + + + +
+ \ No newline at end of file diff --git a/src/messenger/webim/styles/simplicity/templates/mail.tpl b/src/messenger/webim/styles/simplicity/templates/mail.tpl index a8ed8181..9b650e55 100644 --- a/src/messenger/webim/styles/simplicity/templates/mail.tpl +++ b/src/messenger/webim/styles/simplicity/templates/mail.tpl @@ -1,73 +1,73 @@ - - - -${msg:chat.window.title.user} - - - - -
-
- - - - - - - - - - - - - - - -
-

${msg:mailthread.title}

-
- - ${if:errors} - - - - ${endif:errors} - - - - -
- - - - - -
${errors}
-
${msg:mailthread.enter_email}
-
- - - - - -
${msg:mailthread.perform}${msg:mailthread.perform}
-
- - - - - -
${msg:mailthread.close}${msg:mailthread.close}
-
-
- - - - - -
- - - + + + +${msg:chat.window.title.user} + + + + +
+
+ + + + + + + + + + + + + + + +
+

${msg:mailthread.title}

+
+ + ${if:errors} + + + + ${endif:errors} + + + + +
+ + + + + +
${errors}
+
${msg:mailthread.enter_email}
+
+ + + + + +
${msg:mailthread.perform}${msg:mailthread.perform}
+
+ + + + + +
${msg:mailthread.close}${msg:mailthread.close}
+
+
+ + + + + +
+ + + diff --git a/src/messenger/webim/styles/simplicity/templates/mailsent.tpl b/src/messenger/webim/styles/simplicity/templates/mailsent.tpl index f6ba2b12..96f7056b 100644 --- a/src/messenger/webim/styles/simplicity/templates/mailsent.tpl +++ b/src/messenger/webim/styles/simplicity/templates/mailsent.tpl @@ -1,48 +1,48 @@ - - - -${msg:chat.window.title.user} - - - - -
- - - - - - - - - - -
-

${msg:chat.mailthread.sent.title}

-
- - - - -
- ${msg:chat.mailthread.sent.content,email} -
-
- - - - - -
${msg:chat.mailthread.sent.close}${msg:chat.mailthread.sent.close}
-
- - - - - -
- - - + + + +${msg:chat.window.title.user} + + + + +
+ + + + + + + + + + +
+

${msg:chat.mailthread.sent.title}

+
+ + + + +
+ ${msg:chat.mailthread.sent.content,email} +
+
+ + + + + +
${msg:chat.mailthread.sent.close}${msg:chat.mailthread.sent.close}
+
+ + + + + +
+ + + diff --git a/src/messenger/webim/styles/simplicity/templates/nochat.tpl b/src/messenger/webim/styles/simplicity/templates/nochat.tpl index a3745369..7be4ee81 100644 --- a/src/messenger/webim/styles/simplicity/templates/nochat.tpl +++ b/src/messenger/webim/styles/simplicity/templates/nochat.tpl @@ -1,44 +1,44 @@ - - - -${msg:page.chat.old_browser.title} - - - - -
- - - - - - - -
- - - - -
- ${msg:page.chat.old_browser.problem} - ${msg:page.chat.old_browser.list} -
-
- - - - - -
${msg:page.chat.old_browser.close}${msg:page.chat.old_browser.close}
-
- - - - - -
- - - + + + +${msg:page.chat.old_browser.title} + + + + +
+ + + + + + + +
+ + + + +
+ ${msg:page.chat.old_browser.problem} + ${msg:page.chat.old_browser.list} +
+
+ + + + + +
${msg:page.chat.old_browser.close}${msg:page.chat.old_browser.close}
+
+ + + + + +
+ + + diff --git a/src/messenger/webim/styles/simplicity/templates/redirect.tpl b/src/messenger/webim/styles/simplicity/templates/redirect.tpl index a85431e5..16303356 100644 --- a/src/messenger/webim/styles/simplicity/templates/redirect.tpl +++ b/src/messenger/webim/styles/simplicity/templates/redirect.tpl @@ -1,67 +1,67 @@ - - - -${msg:chat.window.title.agent} - - - - -
- - - - - - - - - - - - - - -
-

${msg:chat.redirect.title}

-
-

${msg:chat.redirect.choose}

-
- - - - -
- ${if:redirectToAgent} - ${msg:chat.redirect.operator} -
    - ${page:redirectToAgent} -
- ${endif:redirectToAgent} - ${if:redirectToGroup} - ${msg:chat.redirect.group}
-
    - ${page:redirectToGroup} -
- ${endif:redirectToGroup} -
-
- ${pagination} - - - - - - -
${msg:chat.redirect.back}${msg:chat.redirect.back}
-
- - - - - -
- - - + + + +${msg:chat.window.title.agent} + + + + +
+ + + + + + + + + + + + + + +
+

${msg:chat.redirect.title}

+
+

${msg:chat.redirect.choose}

+
+ + + + +
+ ${if:redirectToAgent} + ${msg:chat.redirect.operator} +
    + ${page:redirectToAgent} +
+ ${endif:redirectToAgent} + ${if:redirectToGroup} + ${msg:chat.redirect.group}
+
    + ${page:redirectToGroup} +
+ ${endif:redirectToGroup} +
+
+ ${pagination} + + + + + + +
${msg:chat.redirect.back}${msg:chat.redirect.back}
+
+ + + + + +
+ + + diff --git a/src/messenger/webim/styles/simplicity/templates/redirected.tpl b/src/messenger/webim/styles/simplicity/templates/redirected.tpl index bd29ba79..5ad74ffc 100644 --- a/src/messenger/webim/styles/simplicity/templates/redirected.tpl +++ b/src/messenger/webim/styles/simplicity/templates/redirected.tpl @@ -1,48 +1,48 @@ - - - -${msg:chat.window.title.agent} - - - - -
- - - - - - - - - - -
-

${msg:chat.redirected.title}

-
- - - - -
- ${page:message} -
-
- - - - - -
${msg:chat.redirected.close}${msg:chat.redirected.close}
-
- - - - - -
- - - + + + +${msg:chat.window.title.agent} + + + + +
+ + + + + + + + + + +
+

${msg:chat.redirected.title}

+
+ + + + +
+ ${page:message} +
+
+ + + + + +
${msg:chat.redirected.close}${msg:chat.redirected.close}
+
+ + + + + +
+ + + diff --git a/src/messenger/webim/styles/simplicity/templates/survey.tpl b/src/messenger/webim/styles/simplicity/templates/survey.tpl index 809148f8..244d23a4 100644 --- a/src/messenger/webim/styles/simplicity/templates/survey.tpl +++ b/src/messenger/webim/styles/simplicity/templates/survey.tpl @@ -1,98 +1,98 @@ - - - -${msg:presurvey.title} - - - - -
-
- - - - - ${ifnot:showemail}${endif:showemail} - ${ifnot:groups}${if:formgroupid}${endif:formgroupid}${endif:groups} - ${ifnot:showmessage}${endif:showmessage} - - - - - - - - - - - -
-

${msg:presurvey.title}

-
- - - - - ${if:errors} - - - - ${endif:errors} - ${if:groups} - - - - - ${endif:groups} - - - - - ${if:showemail} - - - - - ${endif:showemail} - ${if:showmessage} - - - - - ${endif:showmessage} -
- ${msg:presurvey.intro} -
- - - - - -
${errors}
-
${msg:presurvey.department}
${msg:presurvey.name}
${msg:presurvey.mail}
${msg:presurvey.question}
-
- - - - - -
${msg:presurvey.submit}${msg:presurvey.submit}
-
- - - - - -
${msg:page.chat.old_browser.close}${msg:page.chat.old_browser.close}
-
-
- - - - - -
- - + + + +${msg:presurvey.title} + + + + +
+
+ + + + + ${ifnot:showemail}${endif:showemail} + ${ifnot:groups}${if:formgroupid}${endif:formgroupid}${endif:groups} + ${ifnot:showmessage}${endif:showmessage} + + + + + + + + + + + +
+

${msg:presurvey.title}

+
+ + + + + ${if:errors} + + + + ${endif:errors} + ${if:groups} + + + + + ${endif:groups} + + + + + ${if:showemail} + + + + + ${endif:showemail} + ${if:showmessage} + + + + + ${endif:showmessage} +
+ ${msg:presurvey.intro} +
+ + + + + +
${errors}
+
${msg:presurvey.department}
${msg:presurvey.name}
${msg:presurvey.mail}
${msg:presurvey.question}
+
+ + + + + +
${msg:presurvey.submit}${msg:presurvey.submit}
+
+ + + + + +
${msg:page.chat.old_browser.close}${msg:page.chat.old_browser.close}
+
+
+ + + + + +
+ +