File "editor_editor.html"
Full Path: /home/analogde/www/private/templates/common/editor_editor.html
File size: 608 bytes
MIME-type: text/html
Charset: utf-8
<html>
<head>
<script>
var host = window.location.protocol + '//' + window.location.hostname
document.write('<base href="' + host + '">');
</script>
<style>
body {
font-family : "<%if advanced_editor_font%><%advanced_editor_font%><%else%>Verdana,Arial,sans-serif<%endif%>";
font-size : "x-small"; <%-- font sizes 1-7: xx-small,x-small,small,medium,large,x-large,xx-large --%>
}
</style>
</head>
<body id="inner_content" bgcolor="<%if advanced_editor_background%><%advanced_editor_background%><%else%>#FFFFFF<%endif%>" onLoad="parent.inner_content_loaded = true"></body>