Hack the dtd URIs for now. The directories will need to be restructured a bit to fix this correctly.

This commit is contained in:
slamm%netscape.com 1999-08-05 00:08:09 +00:00
Родитель cad0172246
Коммит 1b52fc25a5
3 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -20,7 +20,7 @@
<?xml-stylesheet href="chrome://global/skin/xul.css" type="text/css"?> <?xml-stylesheet href="chrome://global/skin/xul.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://l10n/locale/bm-props.dtd" > <!DOCTYPE window SYSTEM "resource:/res/samples/bm-props.dtd" >
<xul:window <xul:window
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns="http://www.w3.org/TR/REC-html40" xmlns="http://www.w3.org/TR/REC-html40"

Просмотреть файл

@ -20,7 +20,7 @@
<?xml-stylesheet href="chrome://global/skin/xul.css" type="text/css"?> <?xml-stylesheet href="chrome://global/skin/xul.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://l10n/locale/bm-props.dtd" > <!DOCTYPE window SYSTEM "resource:/res/samples/bm-props.dtd" >
<xul:window <xul:window
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns="http://www.w3.org/TR/REC-html40" xmlns="http://www.w3.org/TR/REC-html40"

Просмотреть файл

@ -19,10 +19,11 @@
--> -->
<?xml-stylesheet href="chrome://global/skin/xul.css" type="text/css"?> <?xml-stylesheet href="chrome://global/skin/xul.css" type="text/css"?>
<?xml-stylesheet href="manage-bookmarks.css" type="text/css"?> <?xml-stylesheet href="chrome://bookmarks/skin/manage-bookmarks.css"
<?xml-stylesheet href="bookmarks.css" type="text/css"?> type="text/css"?>
<?xml-stylesheet href="chrome://bookmarks/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://l10n/locale/bookmarks.dtd" > <!DOCTYPE window SYSTEM "resource:/res/samples/bookmarks.dtd">
<xul:window title="&bookmarksWindowTitle.label;" <xul:window title="&bookmarksWindowTitle.label;"
xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"