mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-16 00:54:12 +03:00
Update default logo for the default chat theme
This commit is contained in:
parent
3ea2da1ad2
commit
6c3c70024d
@ -98,6 +98,7 @@ img {
|
||||
#logo {
|
||||
font: normal 17px Arial;
|
||||
color: #495151;
|
||||
padding: 10px 0;
|
||||
}
|
||||
#logo a {
|
||||
float: left;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
BIN
src/mibew/styles/dialogs/default/images/default-logo.png
Normal file
BIN
src/mibew/styles/dialogs/default/images/default-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
@ -6,7 +6,7 @@
|
||||
*/
|
||||
(function(){var u=Handlebars.template,v=Handlebars.templates=Handlebars.templates||{};v._logo=u(function(c,a,e,d,b){function g(a,e){var c,f;return c=""+("\n <a onclick=\"window.open('"+h((f=(f=a&&a.page,null==f||!1===f?f:f.mibewHost),typeof f===m?f.apply(a):f))+'\');return false;" href="'+h((f=(f=a&&a.page,null==f||!1===f?f:f.mibewHost),typeof f===m?f.apply(a):f))+'">\n <img src="'+h((f=(f=(f=a&&a.page,null==f||!1===f?f:f.company),null==f||!1===f?f:f.chatLogoURL),
|
||||
typeof f===m?f.apply(a):f))+'" alt=""/>\n </a>\n ')}function k(a,e){var c,f;return c=""+('\n <img src="'+h((f=(f=(f=a&&a.page,null==f||!1===f?f:f.company),null==f||!1===f?f:f.chatLogoURL),typeof f===m?f.apply(a):f))+'" alt=""/>\n ')}function l(a,e){var c,f;return c=""+("\n <a onclick=\"window.open('"+h((f=(f=a&&a.page,null==f||!1===f?f:f.mibewHost),typeof f===m?f.apply(a):f))+'\');return false;" href="'+h((f=(f=a&&a.page,null==f||
|
||||
!1===f?f:f.mibewHost),typeof f===m?f.apply(a):f))+'">\n <img src="'+h((f=(f=a&&a.page,null==f||!1===f?f:f.tplRoot),typeof f===m?f.apply(a):f))+'/images/default-logo.gif" alt=""/>\n </a>\n ')}function t(a,e){var c,f;return c=""+('\n <img src="'+h((f=(f=a&&a.page,null==f||!1===f?f:f.tplRoot),typeof f===m?f.apply(a):f))+'/images/default-logo.gif" alt=""/>\n ')}this.compilerInfo=[4,">= 1.0.0"];e=this.merge(e,c.helpers);b=b||{};var n,
|
||||
!1===f?f:f.mibewHost),typeof f===m?f.apply(a):f))+'">\n <img src="'+h((f=(f=a&&a.page,null==f||!1===f?f:f.tplRoot),typeof f===m?f.apply(a):f))+'/images/default-logo.png" alt=""/>\n </a>\n ')}function t(a,e){var c,f;return c=""+('\n <img src="'+h((f=(f=a&&a.page,null==f||!1===f?f:f.tplRoot),typeof f===m?f.apply(a):f))+'/images/default-logo.gif" alt=""/>\n ')}this.compilerInfo=[4,">= 1.0.0"];e=this.merge(e,c.helpers);b=b||{};var n,
|
||||
m="function",h=this.escapeExpression,s=this;c='\n<div id="top2">\n <div id="logo">\n ';if((n=e["if"].call(a,(n=(n=a&&a.page,null==n||!1===n?n:n.company),null==n||!1===n?n:n.chatLogoURL),{hash:{},inverse:s.program(6,function(a,c){var b,f;b="\n ";if((f=e["if"].call(a,(f=a&&a.page,null==f||!1===f?f:f.mibewHost),{hash:{},inverse:s.program(9,t,c),fn:s.program(7,l,c),data:c}))||0===f)b+=f;return b+"\n "},b),fn:s.program(1,function(a,c){var b,f;b="\n ";if((f=e["if"].call(a,
|
||||
(f=a&&a.page,null==f||!1===f?f:f.mibewHost),{hash:{},inverse:s.program(4,k,c),fn:s.program(2,g,c),data:c}))||0===f)b+=f;return b+"\n "},b),data:b}))||0===n)c+=n;return c+='\n \n <div id="page-title">'+h((n=(n=a&&a.page,null==n||!1===n?n:n.title),typeof n===m?n.apply(a):n))+'</div>\n <div class="clear"> </div>\n </div>\n</div>'});v.chat_avatar=u(function(c,a,e,d,b){this.compilerInfo=[4,">= 1.0.0"];e=this.merge(e,c.helpers);b=b||{};var g=this.escapeExpression;
|
||||
return(c=e["if"].call(a,a&&a.imageLink,{hash:{},inverse:this.program(3,function(a,e){return'<div class="default-avatar"></div>'},b),fn:this.program(1,function(a,c){var b,d;b='<img src="';(d=e.imageLink)?d=d.call(a,{hash:{},data:c}):(d=a&&a.imageLink,d="function"===typeof d?d.call(a,{hash:{},data:c}):d);return b+=g(d)+'" border="0" alt="" />'},b),data:b}))||0===c?c:""});v.chat_controls_close=u(function(c,a,e,d,b){this.compilerInfo=[4,">= 1.0.0"];e=this.merge(e,c.helpers);b=b||{};var g,k;c=e.helperMissing;
|
||||
|
@ -12,10 +12,10 @@
|
||||
{{else}}
|
||||
{{#if page.mibewHost}}
|
||||
<a onclick="window.open('{{page.mibewHost}}');return false;" href="{{page.mibewHost}}">
|
||||
<img src="{{page.tplRoot}}/images/default-logo.gif" alt=""/>
|
||||
<img src="{{page.tplRoot}}/images/default-logo.png" alt=""/>
|
||||
</a>
|
||||
{{else}}
|
||||
<img src="{{page.tplRoot}}/images/default-logo.gif" alt=""/>
|
||||
<img src="{{page.tplRoot}}/images/default-logo.png" alt=""/>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
|
@ -24,10 +24,10 @@
|
||||
{{else}}
|
||||
{{#if mibewHost}}
|
||||
<a onclick="window.open('{{mibewHost}}');return false;" href="{{mibewHost}}">
|
||||
<img src="{{stylePath}}/images/default-logo.gif" alt=""/>
|
||||
<img src="{{stylePath}}/images/default-logo.png" alt=""/>
|
||||
</a>
|
||||
{{else}}
|
||||
<img src="{{stylePath}}/images/default-logo.gif" alt=""/>
|
||||
<img src="{{stylePath}}/images/default-logo.png" alt=""/>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
<div id="page-title">{{#block "pageTitle"}}{{l10n "chat.window.title.user"}}{{/block}}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user