Index.html 578 B

1234567891011121314151617181920212223242526
  1. <!-- header start -->
  2. <include file="Public/Header" />
  3. <!-- header end -->
  4. <!-- nav start -->
  5. <include file="Public/Nav" />
  6. <!-- nav end -->
  7. <!-- content start -->
  8. <div class="admin">
  9. <!-- left menu start -->
  10. <include file="Public/Menu" />
  11. <!-- left menu end -->
  12. <!-- right content start -->
  13. <iframe id="ifcontent" src="{{:U('Admin/Index/Init')}}"></iframe>
  14. <!-- right content end -->
  15. </div>
  16. <!-- content end -->
  17. <!-- navbar start -->
  18. <include file="Public/NavBar" />
  19. <!-- navbar end -->
  20. <!-- footer start -->
  21. <include file="Public/Footer" />
  22. <!-- footer end -->