diff options
Diffstat (limited to 'quanta/data/dtep/xhtml-basic')
27 files changed, 1180 insertions, 0 deletions
diff --git a/quanta/data/dtep/xhtml-basic/Makefile.am b/quanta/data/dtep/xhtml-basic/Makefile.am new file mode 100644 index 00000000..d12ee344 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/Makefile.am @@ -0,0 +1,6 @@ +quanta_DATA = base.tag body.tag description.rc form.tag headings.tag input.tag \ + link.tag ol.tag p.tag table.tag textarea.tag tr.tag a.tag blockquote.tag \ + br.tag div.tag head.tag html.tag li.tag meta.tag option.tag select.tag \ + td.tag th.tag ul.tag common.tag +quantadir = ${quanta_datadir}/dtep/xhtml-basic + diff --git a/quanta/data/dtep/xhtml-basic/a.tag b/quanta/data/dtep/xhtml-basic/a.tag new file mode 100644 index 00000000..7d02f942 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/a.tag @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="a" hasCore="1" hasI18n="1"> + + <attr name="href" type="url" source="selection"> + <text>href</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="3"/> + </attr> + + <attr name="rel" type="input"> + <text>rel</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" /> + </attr> + + <attr name="rev" type="input"> + <text>rev</text> + <textlocation col="2" row="2" /> + <location col="3" row="2" /> + </attr> + + <attr name="type" type="list"> + <text>type</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" /> + <items> + <item>text/html</item> + <item>image/jpeg</item> + <item>image/gif</item> + <item>image/png</item> + <item>model/vrml</item> + <item>video/quicktime</item> + <item>application/java</item> + <item>application/mathml+xml</item> + <item>application/rss+xml</item> + <item>application/xhtml+xml</item> + <item>application/xml</item> + <item>text/css</item> + <item>text/javascript</item> + <item>text/xml</item> + </items> + </attr> + + <attr name="hreflang" type="input" /> + <attr name="charset" type="input" /> + <attr name="accesskey" type="input" /> + <attr name="tabindex" type="input" /> + +<children> +<child name="#text" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="br" /> +<child name="cite" /> +<child name="code" /> +<child name="dfn" /> +<child name="em" /> +<child name="img" /> +<child name="input" /> +<child name="kbd" /> +<child name="label" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="select" /> +<child name="span" /> +<child name="strong" /> +<child name="textarea" /> +<child name="var" /> +</children> + + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/base.tag b/quanta/data/dtep/xhtml-basic/base.tag new file mode 100644 index 00000000..5ca1c92c --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/base.tag @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="base"> + <attr name="href" type="url"> + <text>href</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="3"/> + </attr> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/blockquote.tag b/quanta/data/dtep/xhtml-basic/blockquote.tag new file mode 100644 index 00000000..ad642e61 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/blockquote.tag @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="blockquote" hasCore="1" hasI18n="1"> + + <attr name="cite" type="url"> + <text>cite</text> + <textlocation col="0" row="0" /> + <tooltip>This is not widely supported</tooltip> + <location col="1" row="0" colspan="2" /> + </attr> + +<children> +<child name="address" /> +<child name="blockquote" /> +<child name="div" /> +<child name="dl" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="table" /> +<child name="ul" /> +</children> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/body.tag b/quanta/data/dtep/xhtml-basic/body.tag new file mode 100644 index 00000000..c9bcca72 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/body.tag @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="body" hasCore="1" hasI18n="1"> +<children> +<child name="address" /> +<child name="blockquote" /> +<child name="div" /> +<child name="dl" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="table" /> +<child name="ul" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/br.tag b/quanta/data/dtep/xhtml-basic/br.tag new file mode 100644 index 00000000..d4d2bb06 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/br.tag @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="br" hasCore="1" single="1" /> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/common.tag b/quanta/data/dtep/xhtml-basic/common.tag new file mode 100644 index 00000000..25baba50 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/common.tag @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="Core" common="yes"> + <attr name="id" type="list" source="dcop" interface="QuantaIf" method="idSelectors()" arguments="" > + </attr> + <attr name="class" type="list" source="dcop" interface="QuantaIf" method="selectors(QString)" arguments="%tagname%" > + </attr> + <attr name="title" type="input"> + </attr> +</tag> + +<tag name="I18n" common="yes"> + <attr name="xml:lang" type="input"> + </attr> +</tag> + +</TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/xhtml-basic/description.rc b/quanta/data/dtep/xhtml-basic/description.rc new file mode 100644 index 00000000..045b93d9 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/description.rc @@ -0,0 +1,50 @@ +[General] +Name = -//W3C//DTD XHTML Basic 1.0//EN +NickName = XHTML 1.0 Basic +URL = http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd +DoctypeString = html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd" +MimeTypes = text/html +DefaultExtension = html +Groups = Core, I18n +NumOfPages = 1 +CaseSensitive = true +Documentation = HTML + +[Toolbars] +Location = html +Names = standard, style, tables, lists, forms, other + +[Page1] +Title = Core and i18n +Groups = Core, I18n + +[Extra rules] +BooleanAttributes = simple +Single Tag Style = XML +StructGroupsCount = 3 + +[Parsing rules] +SpecialTags = script(language) +MayContain = php, css + +[StructGroup_1] +Name = Images +No_Name = No Images +Icon = image +Tag = img(src) +HasFileName = true + +[StructGroup_2] +Name = Links (anchor) +No_Name = No Links (anchor) +Icon = www +Tag = a(name,href) +HasFileName = true +FileNameRx = .*\||#.* + +[StructGroup_3] +Name = Resources (link) +No_Name = No Links (link) +Icon = www +Tag = link(href) +HasFileName = true diff --git a/quanta/data/dtep/xhtml-basic/div.tag b/quanta/data/dtep/xhtml-basic/div.tag new file mode 100644 index 00000000..9dfc2599 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/div.tag @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="div" hasCore="1" hasI18n="1" scope="paragraph"> + +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="blockquote" /> +<child name="br" /> +<child name="cite" /> +<child name="code" /> +<child name="dfn" /> +<child name="div" /> +<child name="dl" /> +<child name="em" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="img" /> +<child name="input" /> +<child name="kbd" /> +<child name="label" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="select" /> +<child name="span" /> +<child name="strong" /> +<child name="table" /> +<child name="textarea" /> +<child name="ul" /> +<child name="var" /> +</children> +</tag> +</TAGS>
\ No newline at end of file diff --git a/quanta/data/dtep/xhtml-basic/form.tag b/quanta/data/dtep/xhtml-basic/form.tag new file mode 100644 index 00000000..d4e0b368 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/form.tag @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="form" hasCore="1" hasI18n="1"> + + <attr name="action" type="input"> + <text>action</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="3" /> + </attr> + + <attr name="method" type="list"> + <text>method</text> + <textlocation col="0" row="1" /> + <location col="1" row="1"/> + <items> + <item>GET</item> + <item>POST</item> + </items> + </attr> + + <attr name="enctype" type="list"> + <text>enctype</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="3"/> + <items> + <item>application/x-www-form-urlencoded</item> + <item>multipart/form-data</item> + </items> + </attr> + +<children> +<child name="address" /> +<child name="blockquote" /> +<child name="div" /> +<child name="dl" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="table" /> +<child name="ul" /> +</children> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/head.tag b/quanta/data/dtep/xhtml-basic/head.tag new file mode 100644 index 00000000..bdcc1ef7 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/head.tag @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="head" hasI18n="1"> + + <attr name="profile" type="url"> + <text>profile</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + +<children> +<child name="link" /> +<child name="meta" /> +<child name="object" /> +<child name="title" /> +</children> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/headings.tag b/quanta/data/dtep/xhtml-basic/headings.tag new file mode 100644 index 00000000..af41ba13 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/headings.tag @@ -0,0 +1,161 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="h1" hasScript="1" hasCore="1" hasI18n="1"> + +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="br" /> +<child name="cite" /> +<child name="code" /> +<child name="dfn" /> +<child name="em" /> +<child name="img" /> +<child name="input" /> +<child name="kbd" /> +<child name="label" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="select" /> +<child name="span" /> +<child name="strong" /> +<child name="textarea" /> +<child name="var" /> +</children> + +</tag> +<tag name="h2" hasScript="1" hasCore="1" hasI18n="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="br" /> +<child name="cite" /> +<child name="code" /> +<child name="dfn" /> +<child name="em" /> +<child name="img" /> +<child name="input" /> +<child name="kbd" /> +<child name="label" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="select" /> +<child name="span" /> +<child name="strong" /> +<child name="textarea" /> +<child name="var" /> +</children> + +</tag> +<tag name="h3" hasScript="1" hasCore="1" hasI18n="1"> + +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="br" /> +<child name="cite" /> +<child name="code" /> +<child name="dfn" /> +<child name="em" /> +<child name="img" /> +<child name="input" /> +<child name="kbd" /> +<child name="label" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="select" /> +<child name="span" /> +<child name="strong" /> +<child name="textarea" /> +<child name="var" /> +</children> +</tag> +<tag name="h4" hasScript="1" hasCore="1" hasI18n="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="br" /> +<child name="cite" /> +<child name="code" /> +<child name="dfn" /> +<child name="em" /> +<child name="img" /> +<child name="input" /> +<child name="kbd" /> +<child name="label" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="select" /> +<child name="span" /> +<child name="strong" /> +<child name="textarea" /> +<child name="var" /> +</children> + +</tag> +<tag name="h5" hasScript="1" hasCore="1" hasI18n="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="br" /> +<child name="cite" /> +<child name="code" /> +<child name="dfn" /> +<child name="em" /> +<child name="img" /> +<child name="input" /> +<child name="kbd" /> +<child name="label" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="select" /> +<child name="span" /> +<child name="strong" /> +<child name="textarea" /> +<child name="var" /> +</children> + +</tag> +<tag name="h6" hasScript="1" hasCore="1" hasI18n="1"> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="br" /> +<child name="cite" /> +<child name="code" /> +<child name="dfn" /> +<child name="em" /> +<child name="img" /> +<child name="input" /> +<child name="kbd" /> +<child name="label" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="select" /> +<child name="span" /> +<child name="strong" /> +<child name="textarea" /> +<child name="var" /> +</children> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/html.tag b/quanta/data/dtep/xhtml-basic/html.tag new file mode 100644 index 00000000..4d9b566e --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/html.tag @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="html" hasI18n="1"> + + <attr name="XHTML" type="input"> + <text>XHTML</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="xmlns" type="url"> + <text>xmlns</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + +<children> +<child name="body" /> +<child name="head" /> +</children> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/input.tag b/quanta/data/dtep/xhtml-basic/input.tag new file mode 100644 index 00000000..379ececb --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/input.tag @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="input" hasCore="1" hasI18n="1" single="1"> + + <attr name="type" type="list"> + <text>type</text> + <textlocation col="0" row="0" colspan="1" /> + <items> + <item>text</item> + <item>password</item> + <item>checkbox</item> + <item>radio</item> + <item>submit</item> + <item>reset</item> + <item>file</item> + <item>hidden</item> + <item>image</item> + <item>button</item> + </items> + <location col="1" row="0" colspan="1" /> + </attr> + + <attr name="checked" type="check"> + <text>checked</text> + <location col="3" row="0" colspan="1" /> + <tooltip>For radio button or check box</tooltip> + </attr> + + <attr name="name" type="input"> + <text>name</text> + <textlocation col="0" row="1" colspan="1" /> + <location col="1" row="1" colspan="1" /> + </attr> + + <attr name="value" type="input"> + <text>value</text> + <textlocation col="2" row="1" colspan="1" /> + <location col="3" row="1" colspan="1" /> + </attr> + + <attr name="size" type="input"> + <text>size</text> + <textlocation col="0" row="2" colspan="1" /> + <location col="1" row="2" colspan="1" /> + <tooltip>No of characters for text input</tooltip> + </attr> + + <attr name="maxlength" type="input"> + <text>maxlength</text> + <textlocation col="2" row="2" colspan="1" /> + <location col="3" row="2" colspan="1" /> + <tooltip>Max characters allowed</tooltip> + </attr> + + <attr name="src" type="url"> + <text>src</text> + <textlocation col="0" row="4" colspan="1" /> + <location col="1" row="4" colspan="3" /> + <tooltip>URL for image to use</tooltip> + </attr> + + <attr name="accesskey" type="input"> + <text>accesskey</text> + <textlocation col="2" row="6" colspan="1" /> + <location col="3" row="6" colspan="1" /> + <tooltip>Shortcut</tooltip> + </attr> + +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="caption" /> +<child name="cite" /> +<child name="code" /> +<child name="dd" /> +<child name="dfn" /> +<child name="div" /> +<child name="dt" /> +<child name="em" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="kbd" /> +<child name="label" /> +<child name="li" /> +<child name="object" /> +<child name="p" /> +<child name="q" /> +<child name="samp" /> +<child name="span" /> +<child name="strong" /> +<child name="td" /> +<child name="th" /> +<child name="var" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/li.tag b/quanta/data/dtep/xhtml-basic/li.tag new file mode 100644 index 00000000..570d70c7 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/li.tag @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="li" hasCore="1" hasI18n="1"> + <stoppingtags> + <stoppingtag name="li" /> + </stoppingtags> +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="blockquote" /> +<child name="br" /> +<child name="cite" /> +<child name="code" /> +<child name="dfn" /> +<child name="div" /> +<child name="dl" /> +<child name="em" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="img" /> +<child name="input" /> +<child name="kbd" /> +<child name="label" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="select" /> +<child name="span" /> +<child name="strong" /> +<child name="table" /> +<child name="textarea" /> +<child name="ul" /> +<child name="var" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/link.tag b/quanta/data/dtep/xhtml-basic/link.tag new file mode 100644 index 00000000..5832db9a --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/link.tag @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="link" hasCore="1" hasI18n="1" single="1"> + <attr name="rel" type="input"> + <text>rel</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="rev" type="input"> + <text>rev</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + + <attr name="href" type="url"> + <text>href</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="2" /> + </attr> + + <attr name="type" type="list"> + <text>type</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + <items> + <item>text/html</item> + <item>image/jpeg</item> + <item>image/gif</item> + <item>image/png</item> + <item>model/vrml</item> + <item>video/quicktime</item> + <item>application/java</item> + <item>text/css</item> + <item>text/javascript</item> + </items> + </attr> + + <attr name="media" type="list"> + <text>media</text> + <textlocation col="0" row="5" /> + <location col="1" row="5" colspan="2" /> + <items> + <item>screen</item> + <item>tty</item> + <item>tv</item> + <item>projection</item> + <item>handheld</item> + <item>print</item> + <item>braille</item> + <item>aural</item> + <item>all</item> + </items> + </attr> + + <attr name="hreflang" type="input"> + <text>hreflang</text> + <textlocation col="0" row="6" /> + <location col="1" row="6" colspan="2" /> + </attr> + + <attr name="charset" type="input"> + <text>charset</text> + <textlocation col="0" row="7" /> + <location col="1" row="7" colspan="2" /> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/meta.tag b/quanta/data/dtep/xhtml-basic/meta.tag new file mode 100644 index 00000000..b55fbb29 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/meta.tag @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="meta" hasI18n="1" single="1"> + + <attr name="name" type="input"> + <text>name</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" colspan="2" /> + </attr> + + <attr name="http-equiv" type="input"> + <text>http-equiv</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" colspan="2" /> + </attr> + + <attr name="content" type="input"> + <text>content</text> + <textlocation col="0" row="2" /> + <location col="1" row="2" colspan="2" /> + </attr> + + <attr name="scheme" type="input"> + <text>scheme</text> + <textlocation col="0" row="3" /> + <location col="1" row="3" colspan="2" /> + </attr> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/ol.tag b/quanta/data/dtep/xhtml-basic/ol.tag new file mode 100644 index 00000000..4e9adab9 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/ol.tag @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="ol" hasCore="1" hasI18n="1"> + <children> + <child name="li" usage="required" /> + </children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/option.tag b/quanta/data/dtep/xhtml-basic/option.tag new file mode 100644 index 00000000..5c3a8424 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/option.tag @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="option" hasCore="1" hasI18n="1" optional="1"> + + <attr name="value" type="input"> + <text>value</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" /> + </attr> + + <attr name="selected" type="list"> + <text>Selected</text> + <textlocation col="0" row="1" /> + <location col="1" row="1" /> + <items> + <item>selected</item> + </items> + </attr> + + <stoppingtags> + <stoppingtag name="option" /> + </stoppingtags> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/p.tag b/quanta/data/dtep/xhtml-basic/p.tag new file mode 100644 index 00000000..eadc4781 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/p.tag @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="p" hasCore="1" hasI18n="1" optional="1"> + + <stoppingtags> + <stoppingtag name="p" /> + <stoppingtag name="li" /> + <stoppingtag name="td" /> + <stoppingtag name="tr" /> + <stoppingtag name="th" /> + <stoppingtag name="dt" /> + <stoppingtag name="dd" /> + </stoppingtags> + +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="br" /> +<child name="cite" /> +<child name="code" /> +<child name="dfn" /> +<child name="em" /> +<child name="img" /> +<child name="input" /> +<child name="kbd" /> +<child name="label" /> +<child name="object" /> +<child name="q" /> +<child name="samp" /> +<child name="select" /> +<child name="span" /> +<child name="strong" /> +<child name="textarea" /> +<child name="var" /> +</children> + +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/select.tag b/quanta/data/dtep/xhtml-basic/select.tag new file mode 100644 index 00000000..241684e6 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/select.tag @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="select" hasCore="1" hasI18n="1"> + + <attr name="name" type="input"> + <text>name</text> + <textlocation col="0" row="0" /> + <location col="1" row="0" /> + </attr> + + <attr name="multiple" type="check"> + <text>multiple</text> + <location col="1" row="1" /> + </attr> + + <attr name="size" type="input" /> + + <stoppingtags> + <stoppingtag name="select" /> + </stoppingtags> + +<children> +<child name="option" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/table.tag b/quanta/data/dtep/xhtml-basic/table.tag new file mode 100644 index 00000000..ead404b5 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/table.tag @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="table" hasCore="1" hasI18n="1"> + + <attr name="summary" type="input" /> +<children> +<child name="caption" /> +<child name="tr" usage="required" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/td.tag b/quanta/data/dtep/xhtml-basic/td.tag new file mode 100644 index 00000000..cde92e8f --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/td.tag @@ -0,0 +1,103 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="td" hasCore="1" hasI18n="1" optional="1"> + + <attr name="colspan" type="input"> + <text>colspan</text> + <textlocation col="2" row="0" /> + <location col="3" row="0" /> + </attr> + + <attr name="rowspan" type="input"> + <text>rowspan</text> + <textlocation col="2" row="1" /> + <location col="3" row="1" /> + </attr> + + <attr name="align" type="list"> + <text>align</text> + <textlocation col="0" row="2" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + <item>justify</item> + <item>char</item> + </items> + <location col="1" row="2" colspan="1" /> + </attr> + + <attr name="valign" type="list"> + <text>valign</text> + <textlocation col="2" row="2" /> + <items> + <item>baseline</item> + <item>bottom</item> + <item>middle</item> + <item>top</item> + </items> + <location col="3" row="2" colspan="1" /> + </attr> + + <attr name="headers" type="input" /> + <attr name="abbr" type="input" /> + <attr name="scope" type="list"> + <text>scope</text> + <textlocation col="0" row="3" /> + <items> + <item>row</item> + <item>col</item> + <item>rowgroup</item> + <item>colgroup</item> + </items> + <location col="0" row="3" colspan="1" /> + </attr> + <attr name="axis" type="input" /> + + <stoppingtags> + <stoppingtag name="td" /> + <stoppingtag name="tr" /> + <stoppingtag name="th" /> + </stoppingtags> + +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="blockquote" /> +<child name="br" /> +<child name="cite" /> +<child name="code" /> +<child name="dfn" /> +<child name="div" /> +<child name="dl" /> +<child name="em" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="img" /> +<child name="input" /> +<child name="kbd" /> +<child name="label" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="select" /> +<child name="span" /> +<child name="strong" /> +<child name="textarea" /> +<child name="ul" /> +<child name="var" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/textarea.tag b/quanta/data/dtep/xhtml-basic/textarea.tag new file mode 100644 index 00000000..35161dd7 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/textarea.tag @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="textarea" hasCore="1" hasI18n="1"> + + <attr name="name" type="input"> + <text>name</text> + <textlocation col="0" row="0" colspan="1" /> + <location col="1" row="0" colspan="4" /> + </attr> + + <attr name="cols" type="input"> + <text>cols</text> + <textlocation col="0" row="1" colspan="1" /> + <location col="1" row="1" colspan="1" /> + </attr> + + <attr name="rows" type="input"> + <text>rows</text> + <textlocation col="2" row="1" colspan="1" /> + <location col="3" row="1" colspan="1" /> + </attr> + + <attr name="accesskey" type="input" /> +</tag> +<children> + <child name="#text" /> +</children> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/th.tag b/quanta/data/dtep/xhtml-basic/th.tag new file mode 100644 index 00000000..d6851796 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/th.tag @@ -0,0 +1,103 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="th" hasCore="1" hasI18n="1" optional="1"> + + <attr name="colspan" type="input"> + <text>colspan</text> + <textlocation col="2" row="0" /> + <location col="3" row="0" /> + </attr> + + <attr name="rowspan" type="input"> + <text>rowspan</text> + <textlocation col="2" row="1" /> + <location col="3" row="1" /> + </attr> + + <attr name="align" type="list"> + <text>align</text> + <textlocation col="0" row="2" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + <item>justify</item> + <item>char</item> + </items> + <location col="1" row="2" colspan="1" /> + </attr> + + <attr name="valign" type="list"> + <text>valign</text> + <textlocation col="2" row="2" /> + <items> + <item>baseline</item> + <item>bottom</item> + <item>middle</item> + <item>top</item> + </items> + <location col="3" row="2" colspan="1" /> + </attr> + + <attr name="headers" type="input" /> + <attr name="abbr" type="input" /> + <attr name="scope" type="list"> + <text>scope</text> + <textlocation col="0" row="3" /> + <items> + <item>row</item> + <item>col</item> + <item>rowgroup</item> + <item>colgroup</item> + </items> + <location col="0" row="3" colspan="1" /> + </attr> + <attr name="axis" type="input" /> + + <stoppingtags> + <stoppingtag name="td" /> + <stoppingtag name="tr" /> + <stoppingtag name="th" /> + </stoppingtags> + +<children> +<child name="#text" /> +<child name="a" /> +<child name="abbr" /> +<child name="acronym" /> +<child name="address" /> +<child name="blockquote" /> +<child name="br" /> +<child name="cite" /> +<child name="code" /> +<child name="dfn" /> +<child name="div" /> +<child name="dl" /> +<child name="em" /> +<child name="form" /> +<child name="h1" /> +<child name="h2" /> +<child name="h3" /> +<child name="h4" /> +<child name="h5" /> +<child name="h6" /> +<child name="img" /> +<child name="input" /> +<child name="kbd" /> +<child name="label" /> +<child name="object" /> +<child name="ol" /> +<child name="p" /> +<child name="pre" /> +<child name="q" /> +<child name="samp" /> +<child name="select" /> +<child name="span" /> +<child name="strong" /> +<child name="textarea" /> +<child name="ul" /> +<child name="var" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/tr.tag b/quanta/data/dtep/xhtml-basic/tr.tag new file mode 100644 index 00000000..5a544503 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/tr.tag @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="tr" hasCore="1" hasI18n="1" optional="1"> + + <attr name="align" type="list"> + <text>align</text> + <textlocation col="0" row="0" /> + <items> + <item>left</item> + <item>center</item> + <item>right</item> + <item>justify</item> + <item>char</item> + </items> + <location col="1" row="0" colspan="1" /> + </attr> + + <attr name="valign" type="list"> + <text>valign</text> + <textlocation col="0" row="1" /> + <items> + <item>baseline</item> + <item>bottom</item> + <item>middle</item> + <item>top</item> + </items> + <location col="1" row="1" colspan="1" /> + </attr> + + <stoppingtags> + <stoppingtag name="tr" /> + <stoppingtag name="tfoot" /> + </stoppingtags> + +<children> +<child name="td" /> +<child name="th" usage="required" /> +</children> +</tag> +</TAGS> diff --git a/quanta/data/dtep/xhtml-basic/ul.tag b/quanta/data/dtep/xhtml-basic/ul.tag new file mode 100644 index 00000000..a2ce9a38 --- /dev/null +++ b/quanta/data/dtep/xhtml-basic/ul.tag @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE TAGS> +<TAGS> +<tag name="ul" hasCore="1" hasI18n="1"> + +<children> +<child name="li" usage="required" /> +</children> + +</tag> +</TAGS> |