home.php 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | home
  5. |--------------------------------------------------------------------------
  6. */
  7. $view
  8. //->jq('.fixed-left')->attr('d', '公告') 后续支持
  9. ->fetch('.fixed-left@test', '公告')
  10. ->fetch('body@class', 'theme-<{Dever::load("manage/auth.config#template")}>')
  11. ->fetch('#wrapper@class', 'manage/database.cookie#wrapper')
  12. ->fetch('.layadmin-iframe@src', 'manage/menu.link#console')
  13. ->fetch('#LAY_app_tabsheader li@lay-id', 'manage/menu.link#console')
  14. ->fetch('#LAY_app_tabsheader li@lay-attr', 'manage/menu.link#console')
  15. /*
  16. ->loop
  17. (
  18. '#panel-project a',
  19. 'manage/menu.fast',
  20. array
  21. (
  22. 'self' => array
  23. (
  24. 'href' => '<{$v.link}>',
  25. 'title' => '<{$v.name}>',
  26. 'html' => '<{$v.name}>',
  27. 'style' => 'margin-left:10px;',
  28. ),
  29. )
  30. )
  31. //->fetch('#panel-info .panel-heading', '重要信息')
  32. ->fetch('#panel-contact h3', 'manage/auth.config#info')
  33. ->fetch('#panel-contact address', 'manage/auth.config#content')
  34. */
  35. # display
  36. ->display();