mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.6 KiB
47 lines
1.6 KiB
<?php $this->widget('Search');?>
|
|
<?php $this->widget('Stickers');?>
|
|
<?php $this->widget('Notifications');?>
|
|
<?php $this->widget('SendTo');?>
|
|
<?php $this->widget('ContactActions');?>
|
|
<?php $this->widget('AdHoc');?>
|
|
<?php if($this->user?->hasOMEMO()) $this->widget('ChatOmemo');?>
|
|
|
|
<nav aria-label="<?php echo __('global.main_menu') ?>">
|
|
<?php $this->widget('Presence');?>
|
|
<?php $this->widget('Shortcuts');?>
|
|
<?php $this->widget('SpacesMenu');?>
|
|
<?php $this->widget('Navigation');?>
|
|
</nav>
|
|
|
|
<?php $this->widget('BottomNavigation');?>
|
|
|
|
<main class="slide">
|
|
<?php $this->widget('Upload');?>
|
|
<?php $this->widget('Chat');?>
|
|
<?php $this->widget('ChatActions');?>
|
|
<div role="menu">
|
|
<button class="button action color" onclick="Search_ajaxRequest(true)" aria-label="<?php echo __('chats.new_title'); ?>">
|
|
<i class="material-symbols">chat_add_on</i>
|
|
</button>
|
|
<?php if ($this->user?->hasPubsub() && $this->user?->hasUpload()) { ?>
|
|
<?php $this->widget('Stories');?>
|
|
<?php } ?>
|
|
<?php $this->widget('Chats');?>
|
|
<?php $this->widget('Rooms');?>
|
|
<?php $this->widget('RoomsUtils');?>
|
|
</div>
|
|
</main>
|
|
|
|
<?php if ($this->user?->hasUpload()) { ?>
|
|
<?php $this->widget('Dictaphone');?>
|
|
<?php $this->widget('Snap');?>
|
|
<?php $this->widget('Draw');?>
|
|
|
|
<?php if ($this->user?->hasPubsub()) { ?>
|
|
<?php $this->widget('PublishStories');?>
|
|
<?php $this->widget('StoriesViewer');?>
|
|
<?php } ?>
|
|
<?php } ?>
|
|
|
|
<?php $this->widget('Tabs');?>
|
|
<?php $this->widget('RoomsExplore');?>
|