add header onclick event
This commit is contained in:
parent
2bb65110f8
commit
42f275ac93
|
@ -672,7 +672,7 @@
|
|||
<div id=mastheadx></div>
|
||||
<div id=masthead style="background:url(logo.png) 0px 0px;background-size:341px 50px;background-color:#036;background-repeat:no-repeat;height:50px;width:100%;overflow:hidden">
|
||||
<div style="width:calc(100% - 50px);overflow:hidden">
|
||||
<div style="float:left;height:66px;color:#c8c8c8;padding-left:10px;padding-top:6px">
|
||||
<div style="float:left;height:66px;color:#c8c8c8;padding-left:10px;padding-top:6px" onclick="go(2)">
|
||||
<strong><font style="font-size:36px;font-family:Arial,Helvetica,sans-serif;text-shadow: 1px 1px 2px #000;">{{{title1}}}</font></strong>
|
||||
</div>
|
||||
<div style="float:left;height:66px;color:#c8c8c8;padding-left:5px;padding-top:10px">
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
<div id="notifiyBox" class="notifiyBox" style="display:none"></div>
|
||||
<div id=masthead class=noselect>
|
||||
<div style="float:left">{{{titlehtml}}}</div>
|
||||
<div class="title">{{{title1}}}</div>
|
||||
<div class="title" onclick="go(1,event)">{{{title1}}}</div>
|
||||
<div class="title2">{{{title2}}}</div>
|
||||
<div style="float:right">
|
||||
<div id=notificationCount onclick="clickNotificationIcon()" class="unselectable" style="display: none;" title="Click to view current notifications">0</div>
|
||||
|
|
Loading…
Reference in New Issue