Second pass at adding key files
This commit is contained in:
9
site/glist/templates/common/editor_iframe.html
Normal file
9
site/glist/templates/common/editor_iframe.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<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
|
Reference in New Issue
Block a user