/templates/page/wymiframe.mako

https://bitbucket.org/cistrome/cistrome-harvard/ · Mako · 27 lines · 27 code · 0 blank · 0 comment · 0 complexity · 975a1275da353fbbcfa7f8cd4d43d134 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <!--
  3. * WYMeditor : what you see is What You Mean web-based editor
  4. * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/
  5. * Dual licensed under the MIT (MIT-license.txt)
  6. * and GPL (GPL-license.txt) licenses.
  7. *
  8. * For further information visit:
  9. * http://www.wymeditor.org/
  10. *
  11. * File Name:
  12. * wymiframe.html
  13. * Iframe used by designMode.
  14. * See the documentation for more info.
  15. *
  16. * File Authors:
  17. * Jean-Francois Hovinne (jf.hovinne a-t wymeditor dotorg)
  18. -->
  19. <html>
  20. <head>
  21. <title>WYMeditor iframe</title>
  22. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  23. <link rel="stylesheet" type="text/css" media="screen" href="/static/wymeditor/iframe/galaxy/wymiframe.css" />
  24. ${h.css("base", "autocomplete_tagging", "embed_item")}
  25. </head>
  26. <body class="wym_iframe text-content"></body>
  27. </html>