git-svn-id: http://xe-core.googlecode.com/svn/trunk@533 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-19 04:39:01 +00:00
parent 69979f99ea
commit 512228ffe7
7 changed files with 94 additions and 27 deletions

View file

@ -50,7 +50,7 @@ function editorStart(upload_target_srl) {
var contentHtml = ''+
//'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'+
'<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/>'+
'<link rel="stylesheet" href="./common/css/common.css" type="text/css" />'+
'<link rel="stylesheet" href="./common/css/default.css" type="text/css" />'+
'<link rel="stylesheet" href="'+editor_path+'/css/editor.css" type="text/css" />'+
'</head><body style="background-color:#FFFFFF;font-family:'+default_font+';font-size:9pt;">'+
content+