Default.html 939 B

123456789101112131415161718192021222324252627282930
  1. <html
  2. xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
  3. xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers"
  4. data-namespace-typo3-fluid="true">
  5. <be:moduleLayout>
  6. <f:be.pageRenderer
  7. includeRequireJsModules="{
  8. 0:'TYPO3/CMS/Backend/ContextMenu',
  9. 1:'TYPO3/CMS/Backend/Modal',
  10. 2:'TYPO3/CMS/Beuser/BackendUserListing'
  11. }"
  12. />
  13. <be:moduleLayout.menu identifier="BegriffmgtModalMenu">
  14. <be:moduleLayout.menuItem label="Liste ChatbotBegriffe" uri="{f:uri.action(controller: 'Dashboard', action: 'index')}"/>
  15. <be:moduleLayout.menuItem label="Chatbot Begriffe Verwaltung" uri="{f:uri.action(controller: 'Term', action: 'list')}"/>
  16. </be:moduleLayout.menu>
  17. <be:moduleLayout.button.shortcutButton displayName="Add" />
  18. <div id="begriffe-main-content">
  19. <f:render section="Content" />
  20. </div>
  21. </be:moduleLayout>
  22. </html>