11 changed files with 95 additions and 72 deletions
-
1app/views/conf.tpl
-
3app/views/page.tpl
-
11app/widgets/Notification/notification.js
-
37app/widgets/Presence/Presence.php
-
10app/widgets/Presence/_presence.tpl
-
25app/widgets/Presence/presence.js
-
11app/widgets/Presence/presence.tpl
-
6app/widgets/Roster/roster.css
-
52app/widgets/Roster/roster.js
-
5app/widgets/Roster/roster.tpl
-
6themes/material/css/style.css
@ -0,0 +1,10 @@ |
|||
<ul class="active divided"> |
|||
<li class="condensed"> |
|||
<div class="on_mobile control"> |
|||
<i onclick="movim_remove_class('body > nav', 'active')" class="md md-arrow-back"></i> |
|||
</div> |
|||
<span onclick="{$dialog}" class="icon bubble" style="background-image: url({$me->getPhoto('m')})"></span> |
|||
<span onclick="{$dialog}">{$me->getTrueName()}</span> |
|||
<p onclick="{$dialog}" class="wrap">{$presence->status}</p> |
|||
</li> |
|||
</ul> |
|||
@ -1,14 +1,5 @@ |
|||
<header |
|||
id="presence_widget" |
|||
class="big"> |
|||
<ul class="active divided"> |
|||
<li class="condensed"> |
|||
<div class="on_mobile control"> |
|||
<i onclick="movim_remove_class('body > nav', 'active')" class="md md-arrow-back"></i> |
|||
</div> |
|||
<span onclick="{$dialog}" class="icon bubble" style="background-image: url({$me->getPhoto('m')})"></span> |
|||
<span onclick="{$dialog}">{$me->getTrueName()}</span> |
|||
<p onclick="{$dialog}" class="wrap">{$presence->status}</p> |
|||
</li> |
|||
</ul> |
|||
{$presence} |
|||
</header> |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue