.silex-workspace
  // file explorer
  iframe#silex-file-explorer.notranslate(
    src='/ce/cloud-explorer/cloud-explorer.html'
    frameborder='no',
    scrolling='no',
    allowfullscreen='yes')

  // menu
  include ./menu.jade

  // vertical splitter
  .vertical-splitter
    .knob

  // properties tool
  .silex-property-tool.design-tab.notranslate
    include ./property-tool.jade

  // stage
  .silex-stage
    // notranslate is to prevent chrome automatic translation
    iframe#silex-stage-iframe.silex-stage-iframe.notranslate

  // bread crumbs
  .silex-bread-crumbs

  // dialogs background
  .dialogs-background
  .silex-modal-dialogs-background

  // settings
  .silex-settings-dialog.hidden-dialog
    include ./settings-dialog.jade

  // dashboard
  .silex-dashboard
    include ./dashboard.jade

  // text format bar
  .silex-text-format-bar
    include ./text-format-bar.jade

  // html editor
  .silex-html-editor.ace-editor-container.notranslate.hidden-dialog
    .title-bar HTML editor
      a.help-icon(href='https://github.com/silexlabs/Silex/wiki/Silex-and-HTML', title='about Silex and HTML', target='_blank') Help
    .ace-editor
    .dock-btn.buttons
    .close-btn.html-editor-close-btn.buttons

  // css editor
  .silex-css-editor.ace-editor-container.notranslate.hidden-dialog
    .title-bar CSS editor
      a.help-icon(href='https://github.com/silexlabs/Silex/wiki/Silex-CSS-editor', title='about Silex and CSS', target='_blank') Help
    .ace-editor
    .dock-btn.buttons
    .close-btn.css-editor-close-btn.buttons

  // js editor
  .silex-js-editor.ace-editor-container.notranslate.hidden-dialog
    .title-bar JS editor
      a.help-icon(href='https://github.com/silexlabs/Silex/wiki/Silex-and-Javascript', title='about Silex and Javascript', target='_blank') Help
    .ace-editor
    .dock-btn.buttons
    .close-btn.js-editor-close-btn.buttons

  // Displayed div on right click
  .rightClick
    .parentImgRightClick
      img.imgRightClick(src='../assets/logo-silex.png')
    a.textRightClick(href='http://www.silex.me', target='_blank') Powered by Silex

  .alerts.closed
  .alerts-notify
