Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F823502
fck_dtd_test.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Mar 9, 7:31 PM
Size
904 B
Mime Type
text/html
Expires
Tue, Mar 11, 7:31 PM (1 d, 7 h)
Engine
blob
Format
Raw Data
Handle
585712
Attached To
rINP In-Portal
fck_dtd_test.html
View Options
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
<
head
>
<
title
>
DTD Test Page
</
title
>
<
script
type
=
"text/javascript"
>
// Define an object for this test page, so the assignment to FCK.DTD works
var
FCK
=
{}
;
</
script
>
<
script
type
=
"text/javascript"
src
=
"../_source/internals/fcktools.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"fck_xhtml10transitional.js"
></
script
>
</
head
>
<
body
>
<
h1
>
DTD Contents
</
h1
>
<
table
border
=
"1"
>
<
script
type
=
"text/javascript"
>
for
(
var
p
in
FCK
.
DTD
)
{
document
.
write
(
'<tr><td><b>'
+
p
+
'</b></td><td>'
)
;
var
isFirst
=
true
;
for
(
var
c
in
FCK
.
DTD
[
p
]
)
{
if
(
!
isFirst
)
document
.
write
(
', '
)
;
isFirst
=
false
;
document
.
write
(
c
)
;
}
document
.
write
(
'</td></tr>'
)
;
}
</
script
>
</
table
>
</
body
>
</
html
>
Event Timeline
Log In to Comment