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.

34 lines
1.0 KiB

  1. <?php $this->widget('Search');?>
  2. <?php $this->widget('VisioLink');?>
  3. <?php $this->widget('Notification');?>
  4. <?php $this->widget('Toast');?>
  5. <?php $this->widget('Notifications');?>
  6. <nav class="color dark">
  7. <?php $this->widget('Presence');?>
  8. <?php $this->widget('Navigation');?>
  9. </nav>
  10. <?php $this->widget('BottomNavigation');?>
  11. <main>
  12. <div>
  13. <header>
  14. <ul class="list middle">
  15. <li>
  16. <span id="menu" class="primary icon active gray">
  17. <i class="material-icons on_desktop">help</i>
  18. <i class="material-icons on_mobile" onclick="MovimTpl.toggleMenu()">menu</i>
  19. </span>
  20. <div>
  21. <p><?php echo __('page.help'); ?></p>
  22. </div>
  23. </li>
  24. </ul>
  25. </header>
  26. <?php $this->widget('Tabs');?>
  27. <ul class="tabs" id="navtabs"></ul>
  28. <?php $this->widget('Help');?>
  29. <?php $this->widget('About');?>
  30. </div>
  31. </main>