discourse-legacysite-perl/site/glist/templates/common/editor_iframe.html
2024-06-17 22:24:05 +10:00

10 lines
451 B
HTML

<html>
<head><style><%include editor.css%></style></head>
<body leftmargin="0" topmargin="0" bgcolor="#D6D6D6">
<div id="editor_toolbar" class="toolbar"></div>
<iframe id="editor_editor" style="position: absolute; width: 100%" src="glist.cgi?do=msg_page;pg=editor_editor.html;t=common<%hidden_query%>"></iframe>
<textarea id="editor_html" class="html_content"></textarea>
<div id="editor_menu" class="menu"></div>
</body>
</html