diff --git a/src/webim/chat.css b/src/webim/chat.css new file mode 100644 index 00000000..ec68bf25 --- /dev/null +++ b/src/webim/chat.css @@ -0,0 +1,164 @@ +a{ + text-decoration : underline; +} +a:hover{ + text-decoration : none; +} + +a img { + font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 11px; +} + +form{ + margin-bottom : 0px; + margin-top : 0px; +} + +.bgcn{ + background-position : center; + background-repeat : no-repeat; +} +.bgrn{ + background-position : right; + background-repeat : no-repeat; +} +.bgcy{ + background-position : center; + background-repeat : repeat-y; +} +.bgry{ + background-position : right; + background-repeat : repeat-y; +} +.bgly{ + background-position : left; + background-repeat : repeat-y; +} +.bgbx{ + background-position : bottom; + background-repeat : repeat-x; +} + +.window{ + font-family : Arial, Helvetica, sans-serif; + font-size : 12px; + color : #000000; +} +.window a{ + color : #880000; +} +.window h1{ + margin-top : 0px; + margin-bottom : 0px; + font-size : 18px; + color : #000000; + font-weight : normal; +} +.window h2{ + margin-top : 0px; + margin-bottom : 0px; + font-size : 12px; + color : #000000; +} + +.text{ + font-family : Arial, Helvetica, sans-serif; + font-size : 12px; + color : #000000; +} +.text span.grey{ + color : #787878; +} + +.www a{ + font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 10px; + color : #FFFFFF; + text-decoration : none; +} + +.message{ + font-family : Arial, Helvetica, sans-serif; + font-size : 12px; + color : #4F4F4F; + padding-left : 3px; + padding-top : 3px; + padding-bottom :3px; + padding-right : 3px; + line-height : 17px; +} +.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; +} +textarea.message{ + width : 100%; + height : 100%; + border : 0px solid Blue; + overflow : hidden; + margin-left : 3px; + margin-top : 3px; + margin-bottom : 3px; + margin-right : 5px; +} + +.username{ + font-family : Arial, Helvetica, sans-serif; + font-size : 11px; + color : #383838; + padding-left : 3px; +} +input.username{ + border : 1px solid #878787; +} + +.answer{ + font-family : Arial, Helvetica, sans-serif; + font-size : 11px; + color : #575757; + width : 170px; +} + +.submit a{ + font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 11px; + color : #000000; + text-decoration : none; +} + +.button a{ + font-family : Arial, Helvetica, sans-serif; + font-size : 11px; + color : #666666; +} +.copyr{ + font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 10px; + color : #929292; +} +.copyr a{ + color : #929292; +} \ No newline at end of file diff --git a/src/webim/images/banner.gif b/src/webim/images/banner.gif new file mode 100644 index 00000000..bdd47b7c Binary files /dev/null and b/src/webim/images/banner.gif differ diff --git a/src/webim/images/bg.gif b/src/webim/images/bg.gif new file mode 100644 index 00000000..999524df Binary files /dev/null and b/src/webim/images/bg.gif differ diff --git a/src/webim/images/buttondiv.gif b/src/webim/images/buttondiv.gif new file mode 100644 index 00000000..733b66f3 Binary files /dev/null and b/src/webim/images/buttondiv.gif differ diff --git a/src/webim/images/buttons/back.gif b/src/webim/images/buttons/back.gif new file mode 100644 index 00000000..80049070 Binary files /dev/null and b/src/webim/images/buttons/back.gif differ diff --git a/src/webim/images/buttons/changeuser.gif b/src/webim/images/buttons/changeuser.gif new file mode 100644 index 00000000..6eafd671 Binary files /dev/null and b/src/webim/images/buttons/changeuser.gif differ diff --git a/src/webim/images/buttons/close.gif b/src/webim/images/buttons/close.gif new file mode 100644 index 00000000..af27951e Binary files /dev/null and b/src/webim/images/buttons/close.gif differ diff --git a/src/webim/images/buttons/closewin.gif b/src/webim/images/buttons/closewin.gif new file mode 100644 index 00000000..4cf148e0 Binary files /dev/null and b/src/webim/images/buttons/closewin.gif differ diff --git a/src/webim/images/buttons/createagent.gif b/src/webim/images/buttons/createagent.gif new file mode 100644 index 00000000..9d9bd88e Binary files /dev/null and b/src/webim/images/buttons/createagent.gif differ diff --git a/src/webim/images/buttons/email.gif b/src/webim/images/buttons/email.gif new file mode 100644 index 00000000..77fa334f Binary files /dev/null and b/src/webim/images/buttons/email.gif differ diff --git a/src/webim/images/buttons/exec.gif b/src/webim/images/buttons/exec.gif new file mode 100644 index 00000000..654704cf Binary files /dev/null and b/src/webim/images/buttons/exec.gif differ diff --git a/src/webim/images/buttons/refresh.gif b/src/webim/images/buttons/refresh.gif new file mode 100644 index 00000000..aa2c536a Binary files /dev/null and b/src/webim/images/buttons/refresh.gif differ diff --git a/src/webim/images/en/history.gif b/src/webim/images/en/history.gif new file mode 100644 index 00000000..5acac61b Binary files /dev/null and b/src/webim/images/en/history.gif differ diff --git a/src/webim/images/en/login.gif b/src/webim/images/en/login.gif new file mode 100644 index 00000000..2c7a7da6 Binary files /dev/null and b/src/webim/images/en/login.gif differ diff --git a/src/webim/images/en/message.gif b/src/webim/images/en/message.gif new file mode 100644 index 00000000..83b7c9b0 Binary files /dev/null and b/src/webim/images/en/message.gif differ diff --git a/src/webim/images/en/save.gif b/src/webim/images/en/save.gif new file mode 100644 index 00000000..d27f651e Binary files /dev/null and b/src/webim/images/en/save.gif differ diff --git a/src/webim/images/favicon.ico b/src/webim/images/favicon.ico new file mode 100644 index 00000000..094f781c Binary files /dev/null and b/src/webim/images/favicon.ico differ diff --git a/src/webim/images/formline.gif b/src/webim/images/formline.gif new file mode 100644 index 00000000..4c0d1554 Binary files /dev/null and b/src/webim/images/formline.gif differ diff --git a/src/webim/images/free.gif b/src/webim/images/free.gif new file mode 100644 index 00000000..1fb63de6 Binary files /dev/null and b/src/webim/images/free.gif differ diff --git a/src/webim/images/icon_err.gif b/src/webim/images/icon_err.gif new file mode 100644 index 00000000..6d7791de Binary files /dev/null and b/src/webim/images/icon_err.gif differ diff --git a/src/webim/images/lidiv.gif b/src/webim/images/lidiv.gif new file mode 100644 index 00000000..83cabba5 Binary files /dev/null and b/src/webim/images/lidiv.gif differ diff --git a/src/webim/images/loginbg.gif b/src/webim/images/loginbg.gif new file mode 100644 index 00000000..fbf2f932 Binary files /dev/null and b/src/webim/images/loginbg.gif differ diff --git a/src/webim/images/logincrnlb.gif b/src/webim/images/logincrnlb.gif new file mode 100644 index 00000000..584fa6fe Binary files /dev/null and b/src/webim/images/logincrnlb.gif differ diff --git a/src/webim/images/logincrnlt.gif b/src/webim/images/logincrnlt.gif new file mode 100644 index 00000000..afe30460 Binary files /dev/null and b/src/webim/images/logincrnlt.gif differ diff --git a/src/webim/images/logincrnrb.gif b/src/webim/images/logincrnrb.gif new file mode 100644 index 00000000..39f82e8b Binary files /dev/null and b/src/webim/images/logincrnrb.gif differ diff --git a/src/webim/images/logincrnrt.gif b/src/webim/images/logincrnrt.gif new file mode 100644 index 00000000..2406eb6d Binary files /dev/null and b/src/webim/images/logincrnrt.gif differ diff --git a/src/webim/images/ru/history.gif b/src/webim/images/ru/history.gif new file mode 100644 index 00000000..6db9eb1c Binary files /dev/null and b/src/webim/images/ru/history.gif differ diff --git a/src/webim/images/ru/login.gif b/src/webim/images/ru/login.gif new file mode 100644 index 00000000..b0ab4a94 Binary files /dev/null and b/src/webim/images/ru/login.gif differ diff --git a/src/webim/images/ru/message.gif b/src/webim/images/ru/message.gif new file mode 100644 index 00000000..1b5bd79a Binary files /dev/null and b/src/webim/images/ru/message.gif differ diff --git a/src/webim/images/ru/save.gif b/src/webim/images/ru/save.gif new file mode 100644 index 00000000..fdab4ee9 Binary files /dev/null and b/src/webim/images/ru/save.gif differ diff --git a/src/webim/images/submit.gif b/src/webim/images/submit.gif new file mode 100644 index 00000000..07b59ae0 Binary files /dev/null and b/src/webim/images/submit.gif differ diff --git a/src/webim/images/submitbg.gif b/src/webim/images/submitbg.gif new file mode 100644 index 00000000..2fa3527a Binary files /dev/null and b/src/webim/images/submitbg.gif differ diff --git a/src/webim/images/submitrest.gif b/src/webim/images/submitrest.gif new file mode 100644 index 00000000..aa56788a Binary files /dev/null and b/src/webim/images/submitrest.gif differ diff --git a/src/webim/images/tablediv3.gif b/src/webim/images/tablediv3.gif new file mode 100644 index 00000000..246607e3 Binary files /dev/null and b/src/webim/images/tablediv3.gif differ diff --git a/src/webim/images/tbliclogin.gif b/src/webim/images/tbliclogin.gif new file mode 100644 index 00000000..bfd9f7ea Binary files /dev/null and b/src/webim/images/tbliclogin.gif differ diff --git a/src/webim/images/tbliclspeak.gif b/src/webim/images/tbliclspeak.gif new file mode 100644 index 00000000..1c5636aa Binary files /dev/null and b/src/webim/images/tbliclspeak.gif differ diff --git a/src/webim/images/tblicusers.gif b/src/webim/images/tblicusers.gif new file mode 100644 index 00000000..e6123274 Binary files /dev/null and b/src/webim/images/tblicusers.gif differ diff --git a/src/webim/images/tblicusers2.gif b/src/webim/images/tblicusers2.gif new file mode 100644 index 00000000..66649574 Binary files /dev/null and b/src/webim/images/tblicusers2.gif differ diff --git a/src/webim/images/tblicusers3.gif b/src/webim/images/tblicusers3.gif new file mode 100644 index 00000000..f8eceb1b Binary files /dev/null and b/src/webim/images/tblicusers3.gif differ diff --git a/src/webim/images/tbllabyel.gif b/src/webim/images/tbllabyel.gif new file mode 100644 index 00000000..7fa88aab Binary files /dev/null and b/src/webim/images/tbllabyel.gif differ diff --git a/src/webim/images/topdiv.gif b/src/webim/images/topdiv.gif new file mode 100644 index 00000000..167fbda5 Binary files /dev/null and b/src/webim/images/topdiv.gif differ diff --git a/src/webim/images/webim/simple_en_off.gif b/src/webim/images/webim/simple_en_off.gif new file mode 100644 index 00000000..59d4c72e Binary files /dev/null and b/src/webim/images/webim/simple_en_off.gif differ diff --git a/src/webim/images/webim/simple_en_on.gif b/src/webim/images/webim/simple_en_on.gif new file mode 100644 index 00000000..6784ace9 Binary files /dev/null and b/src/webim/images/webim/simple_en_on.gif differ diff --git a/src/webim/images/webim/simple_ru_off.gif b/src/webim/images/webim/simple_ru_off.gif new file mode 100644 index 00000000..4c2a6f4f Binary files /dev/null and b/src/webim/images/webim/simple_ru_off.gif differ diff --git a/src/webim/images/webim/simple_ru_on.gif b/src/webim/images/webim/simple_ru_on.gif new file mode 100644 index 00000000..dbc2d4c1 Binary files /dev/null and b/src/webim/images/webim/simple_ru_on.gif differ diff --git a/src/webim/images/webim/webim_en_off.gif b/src/webim/images/webim/webim_en_off.gif new file mode 100644 index 00000000..9c54f3d6 Binary files /dev/null and b/src/webim/images/webim/webim_en_off.gif differ diff --git a/src/webim/images/webim/webim_en_on.gif b/src/webim/images/webim/webim_en_on.gif new file mode 100644 index 00000000..665f8eaa Binary files /dev/null and b/src/webim/images/webim/webim_en_on.gif differ diff --git a/src/webim/images/webim/webim_ru_off.gif b/src/webim/images/webim/webim_ru_off.gif new file mode 100644 index 00000000..f2b2a951 Binary files /dev/null and b/src/webim/images/webim/webim_ru_off.gif differ diff --git a/src/webim/images/webim/webim_ru_on.gif b/src/webim/images/webim/webim_ru_on.gif new file mode 100644 index 00000000..1fbf7296 Binary files /dev/null and b/src/webim/images/webim/webim_ru_on.gif differ diff --git a/src/webim/images/winbg.gif b/src/webim/images/winbg.gif new file mode 100644 index 00000000..bed9c31a Binary files /dev/null and b/src/webim/images/winbg.gif differ diff --git a/src/webim/images/wincrnlb.gif b/src/webim/images/wincrnlb.gif new file mode 100644 index 00000000..91cd3482 Binary files /dev/null and b/src/webim/images/wincrnlb.gif differ diff --git a/src/webim/images/wincrnlt.gif b/src/webim/images/wincrnlt.gif new file mode 100644 index 00000000..5604fbb5 Binary files /dev/null and b/src/webim/images/wincrnlt.gif differ diff --git a/src/webim/images/wincrnrb.gif b/src/webim/images/wincrnrb.gif new file mode 100644 index 00000000..36b10367 Binary files /dev/null and b/src/webim/images/wincrnrb.gif differ diff --git a/src/webim/images/wincrnrt.gif b/src/webim/images/wincrnrt.gif new file mode 100644 index 00000000..0bcfdbea Binary files /dev/null and b/src/webim/images/wincrnrt.gif differ diff --git a/src/webim/styles.css b/src/webim/styles.css new file mode 100644 index 00000000..39549113 --- /dev/null +++ b/src/webim/styles.css @@ -0,0 +1,292 @@ +a{ + text-decoration : underline; +} +a:hover{ + text-decoration : none; +} + +ul{ + margin-bottom : 10px; + margin-top : 10px; + margin-left : 0px; +} +li{ + margin-left : 18px; + list-style-image : url(images/li.gif); +} +li.error{ + margin-left : 15px; + list-style-image : url(images/li_error.gif); +} +li.grey{ + margin-left : 15px; + list-style-image : url(images/li_grey.gif); +} + +form{ + margin-bottom : 0px; + margin-top : 0px; +} + +.bgcn{ + background-position : center; + background-repeat : no-repeat; +} +.bgrn{ + background-position : right; + background-repeat : no-repeat; +} +.bgcy{ + background-position : center; + background-repeat : repeat-y; +} +.bgry{ + background-position : right; + background-repeat : repeat-y; +} +.bgly{ + background-position : left; + background-repeat : repeat-y; +} +.bgbx{ + background-position : bottom; + background-repeat : repeat-x; +} + +.textform{ + font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 11px; + color : #000000; +} +.textform a{ + color : #2971C1; +} + +.text{ + font-family : Arial, Helvetica, sans-serif; + font-size : 12px; + color : #515151; +} +.text h1{ + margin-bottom : 15px; + margin-top : 0px; + color : #000000; + font-size : 18px; + font-weight : normal; + line-height : 15px; +} +.text h2{ + margin-bottom : 15px; + margin-top : 0px; + color : #000000; + font-size : 16px; +} +.text h3{ + margin-bottom : 15px; + margin-top : 0px; + color : #000000; + font-size : 15px; +} +.text h4{ + margin-bottom : 15px; + margin-top : 0px; + color : #000000; + font-size : 12px; +} +.text span.date{ + font-size : 11px; + color : #FFFFFF; + font-weight : bold; +} +.text span.sub{ + font-size : 11px; + color : #676767; +} +.text a.sublink{ + font-size : 11px; + color : #666666; +} +.text b.black{ + color : #000000; +} +.text span.black{ + color : #000000; +} + +.block{ + font-family : Arial, Helvetica, sans-serif; + font-size : 11px; + color : #515151; +} +.block h1{ + margin-bottom : 10px; + font-size : 12px; + color : #000000; + font-weight : bold; + line-height : 11px; +} + +.bann{ + font-family : Arial, Helvetica, sans-serif; + font-size : 21px; + color : #000000; + line-height : 18px; +} +.bann span.text{ + font-size : 14px; + color : #9F7800; +} + +.bannin{ + font-family : Arial, Helvetica, sans-serif; + font-size : 17px; + color : #000000; + line-height : 14px; + font-weight : bold; +} +.bannin span.text{ + font-size : 12px; + color : #9F7800; + font-weight : normal; + white-space : nowrap; +} +.bannform{ + font-family : Arial, Helvetica, sans-serif; + font-size : 12px; + color : #766037; +} + +.menu{ + font-family : Arial, Helvetica, sans-serif; + font-size : 12px; + color : #000000; +} +.menu a{ + color : #000000; +} + +.smenu{ + font-family : Arial, Helvetica, sans-serif; + font-size : 12px; + color : #165798; +} +.smenu a{ + color : #165798; +} + +.table{ + font-family : Arial, Helvetica, sans-serif; + font-size : 12px; + color : #515151; + padding-left : 5px; + padding-right : 15px; + padding-top : 2px; + padding-bottom : 2px; +} +.table span.header{ + color : #FFFFFF; +} +.table span.headergrey{ + color : #676767; +} +.table a.black{ + color : #000000; +} +.table span.black{ + color : #000000; +} + +.address{ + font-family : Arial, Helvetica, sans-serif; + font-size : 12px; + color : #000000; +} +.address a{ + color : #000000; +} + +.phone{ + font-family : Arial, Helvetica, sans-serif; + font-size : 12px; + color : #000000; +} +.phone span.number{ + font-size : 17px; + color : #3D79AD; + font-weight : bold; +} + +td.formauth{ + font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 11px; + color : #000000; + padding-left : 0px; +} +td.formauth span{ + color : #474747; +} +td.formauth span.formdescr{ + font-size : 10px; + color : #676767; +} +.formauth{ + font-family : Arial, Helvetica, sans-serif; + font-size : 11px; + color : #676767; +} +input.formauth{ + border : 1px solid #878787; +} +textarea.formauth{ + border : 1px solid #878787; + overflow : auto; +} + +.submit a{ + font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 11px; + color : #000000; + text-decoration : none; +} + +.perpage{ + font-family : Arial, Helvetica, sans-serif; + font-size : 11px; + color : #676767; +} + +input.submit{ + font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 11px; + color : #000000; + background : transparent; + background-image : url(images/submitbg.gif); + height : 33px; + cursor:hand; + border : none; +} + +.cal{ + font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 11px; + color : #515151; +} +.cal a{ + color : #515151; + text-decoration : none; +} +.cal span{ + color : #B70606; +} +.cal b{ + color : #000000; +} +.firstmessage a { + font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size : 10px; + text-decoration : none; + color : #6a6a6a; +} +.firstmessage a:hover { + color : #8a6a6a; +} \ No newline at end of file