doctype html
html
  head
    link(rel="stylesheet",href="/styles/reset.css")
    link(rel="stylesheet",href="/styles/perfectResize.css")
    link(rel="stylesheet",href="/styles/dialogs.css")
    link(rel="stylesheet",href="../../textEditorWidget/index.css")
    link(rel="stylesheet",href="index.css")

  body
    .text-editor-container
      textarea(disabled).text-editor

    .error-pane
      .status
        .draft
          button(title= t("ftextEditor:applyChanges") disabled)= t("ftextEditor:saved")
        .errorInfo 

    script(src="/SupCore.js")
    script(src="/SupClient.js")
    script(src="../../../../../SupEngine.js")
    script(src="../../bundles/data.js")
    script(src="../../bundles/components.js")
    script(src="../../textEditorWidget/index.js")
    script(src="index.js")
