898 lines
No EOL
78 KiB
XML
898 lines
No EOL
78 KiB
XML
<templateSet group="Zen HTML">
|
|
<template name="!!!" value="<!doctype html>" description="<!doctype html>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="!!!4t" value="<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">" description="<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="!!!4s" value="<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">" description="<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="!!!xt" value="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" description="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="!!!xs" value="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">" description="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="!!!xxs" value="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">" description="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="c" value="<!-- $END$ -->" description="<!-- -->" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="cc:ie6" value="<!--[if lte IE 6]> $END$ <![endif]-->" description="" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="cc:ie" value="<!--[if IE]> $END$ <![endif]-->" description="" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="cc:noie" value="<!--[if !IE]><!--> $END$ <!--<![endif]-->" description="" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="!" value="<!doctype html> <html lang="$ENV_LOCALE$"> <head> <meta charset="$CHARSET$"> <meta name="viewport" content="width=$WIDTH$, user-scalable=$SCALABLE$, initial-scale=$INITIAL_SCALE$, maximum-scale=$MAX_SCALE$, minimum-scale=$MIN_SCALE$"> <meta http-equiv="X-UA-Compatible" content="ie=$IE$"> <title>$TITLE$</title> </head> <body> $END$ </body> </html>" description="" toReformat="true" toShortenFQNames="true">
|
|
<variable name="ENV_LOCALE" expression="" defaultValue=""en"" alwaysStopAt="true" />
|
|
<variable name="CHARSET" expression="" defaultValue=""UTF-8"" alwaysStopAt="true" />
|
|
<variable name="WIDTH" expression="" defaultValue=""device-width"" alwaysStopAt="true" />
|
|
<variable name="SCALABLE" expression="" defaultValue=""no"" alwaysStopAt="true" />
|
|
<variable name="INITIAL_SCALE" expression="" defaultValue=""1.0"" alwaysStopAt="true" />
|
|
<variable name="MAX_SCALE" expression="" defaultValue=""1.0"" alwaysStopAt="true" />
|
|
<variable name="MIN_SCALE" expression="" defaultValue=""1.0"" alwaysStopAt="true" />
|
|
<variable name="IE" expression="" defaultValue=""edge"" alwaysStopAt="true" />
|
|
<variable name="TITLE" expression="" defaultValue=""Document"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="a" value="<a href="$VAR0$">$END$</a>" description="<a href="...">...</a>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="a:link" value="<a href="http://$VAR0$">$END$</a>" description="<a href="http://...">...</a>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="a:mail" value="<a href="mailto:$VAR0$">$END$</a>" description="<a href="mailto:...">...</a>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="a:tel" value="<a href="tel:+$VAR0$">$END$</a>" description="<a href="tel:+...">...</a>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="abbr" value="<abbr title="$VAR0$">$END$</abbr>" description="<abbr title="...">...</abbr>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="acronym" value="<acronym title="$VAR0$">$END$</acronym>" description="<acronym title="...">...</acronym>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="base" value="<base href="$VAR0$">" description="<base href="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="basefont" value="<basefont>" description="<basefont>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="br" value="<br>" description="<br>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="frame" value="<frame>" description="<frame>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="hr" value="<hr>" description="<hr>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="bdo" value="<bdo dir="$VAR0$">$END$</bdo>" description="<bdo dir="...">...</bdo>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="bdo:r" value="<bdo dir="rtl">$END$</bdo>" description="<bdo dir="rtl">...</bdo>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="bdo:l" value="<bdo dir="ltr">$END$</bdo>" description="<bdo dir="ltr">...</bdo>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="col" value="<col>" description="<col>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="link" value="<link rel="stylesheet" href="$END$">" description="<link rel="stylesheet" href="...">" toReformat="true" toShortenFQNames="true">
|
|
<context>
|
|
<option name="JSX_EXPRESSION" value="true" />
|
|
<option name="JSX_STATEMENT" value="true" />
|
|
</context>
|
|
</template>
|
|
<template name="link:css" value="<link rel="stylesheet" href="$STYLE$.css" >" description="<link rel="stylesheet" href="style.css" >" toReformat="true" toShortenFQNames="true">
|
|
<variable name="STYLE" expression="" defaultValue=""style"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="link:import" value="<link rel="import" href="$HTML$.html">" description="<link rel="import" href="">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="HTML" expression="" defaultValue=""component"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="link:im" value="<link rel="import" href="$HTML$.html">" description="<link rel="import" href="">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="HTML" expression="" defaultValue=""component"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="link:print" value="<link rel="stylesheet" href="$STYLE$.css" media="print">" description="<link rel="stylesheet" href="print.css" media="print">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="STYLE" expression="" defaultValue=""print"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="link:favicon" value="<link rel="shortcut icon" href="$FAVICON$" type="image/x-icon">" description="<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="FAVICON" expression="" defaultValue=""favicon.ico"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="link:touch" value="<link rel="apple-touch-icon" href="$FAVICON$">" description="<link rel="apple-touch-icon" href="favicon.png">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="FAVICON" expression="" defaultValue=""favicon.png"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="link:rss" value="<link rel="alternate" href="$RSS$" type="application/rss+xml" title="RSS">" description="<link rel="alternate" href="rss.xml" type="application/rss+xml" title="RSS">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="RSS" expression="" defaultValue=""rss.xml"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="link:atom" value="<link rel="alternate" href="$ATOM$" type="application/atom+xml" title="Atom">" description="<link rel="alternate" href="atom.xml" type="application/atom+xml" title="Atom">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="ATOM" expression="" defaultValue=""atom.xml"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="meta" value="<meta>" description="<meta>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="meta:utf" value="<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">" description="<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="meta:win" value="<meta http-equiv="Content-Type" content="text/html;charset=windows-1251">" description="<meta http-equiv="Content-Type" content="text/html;charset=Win-1251">" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="meta:edge" value="<meta http-equiv="X-UA-Compatible" content="ie=$IE$">" description="<meta http-equiv="X-UA-Compatible" content="ie=edge">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="IE" expression="" defaultValue=""edge"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="meta:vp" value="<meta name="viewport" content="width=$WIDTH$, initial-scale=$INITIAL_SCALE$">" description="<meta name="viewport" content="width=device-width, initial-scale=1.0">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="WIDTH" expression="" defaultValue=""device-width"" alwaysStopAt="true" />
|
|
<variable name="INITIAL_SCALE" expression="" defaultValue=""1.0"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="meta:compat" value="<meta http-equiv="X-UA-Compatible" content="$VAR0$">" description="<meta http-equiv="X-UA-Compatible" content="IE=7">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue=""IE=7"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="meta:redirect" value="<meta http-equiv="refresh" content="0; url=$URL$">" description="<meta http-equiv="refresh" content="0; url=http://example.com">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="URL" expression="" defaultValue=""http://example.com"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="style" value="<style>$END$</style>" description="<style>...</style>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="script" value="<script !src="">$END$</script>" description="<script>...</script>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="script:src" value="<script src="$END$"></script>" description="<script src="...">...</script>" toReformat="true" toShortenFQNames="true">
|
|
<context>
|
|
<option name="JSX_EXPRESSION" value="true" />
|
|
<option name="JSX_STATEMENT" value="true" />
|
|
</context>
|
|
</template>
|
|
<template name="img" value="<img src="$VAR0$" alt="$VAR1$">" description="<img src="..." alt="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="img:s" value="<img src="$VAR1$" alt="$VAR2$" srcset="$VAR0$">" description="<img src="..." alt="..." srcset="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="img:srcset" value="<img src="$VAR1$" alt="$VAR2$" srcset="$VAR0$">" description="<img src="..." alt="..." srcset="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="img:z" value="<img src="$VAR2$" alt="$VAR3$" sizes="$VAR0$" srcset="$VAR1$">" description="<img src="..." alt="..." sizes="..." srcset="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR3" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="img:sizes" value="<img src="$VAR2$" alt="$VAR3$" sizes="$VAR0$" srcset="$VAR1$">" description="<img src="..." alt="..." sizes="..." srcset="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR3" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="picture" value="<picture></picture>" description="<picture></picture>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="src" value="<source>" description="<source>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="src:sc" value="<source src="$VAR0$" type="$VAR1$">" description="<source src="..." type="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="source:src" value="<source src="$VAR0$" type="$VAR1$">" description="<source src="..." type="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="src:s" value="<source srcset="$VAR0$">" description="<source srcset="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="source:srcset" value="<source srcset="$VAR0$">" description="<source srcset="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="src:m" value="<source media="($VAR0$)" srcset="$VAR1$">" description="<source media="(...)" srcset="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue=""min-width: "" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="source:media" value="<source media="($VAR0$)" srcset="$VAR1$">" description="<source media="(...)" srcset="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue=""min-width: "" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="src:t" value="<source srcset="$VAR0$" type="$VAR1$">" description="<source srcset="..." type="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue=""image/"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="source:type" value="<source srcset="$VAR0$" type="$VAR1$">" description="<source srcset="..." type="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue=""image/"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="src:z" value="<source sizes="$VAR0$" srcset="$VAR1$">" description="<source sizes="..." srcset="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="source:sizes" value="<source sizes="$VAR0$" srcset="$VAR1$">" description="<source sizes="..." srcset="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="src:mt" value="<source media="($VAR0$)" srcset="$VAR1$" type="$VAR2$">" description="<source media="(...)" srcset="..." type="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue=""min-width: "" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue=""image/"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="source:media:type" value="<source media="($VAR0$)" srcset="$VAR1$" type="$VAR2$">" description="<source media="(...)" srcset="..." type="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue=""min-width: "" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue=""image/"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="src:mz" value="<source media="($VAR0$)" srcset="$VAR2$" sizes="$VAR1$">" description="<source media="(...)" srcset="..." sizes="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue=""min-width: "" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="source:media:sizes" value="<source media="($VAR0$)" srcset="$VAR2$" sizes="$VAR1$">" description="<source media="(...)" srcset="..." sizes="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue=""min-width: "" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="src:zt" value="<source sizes="$VAR0$" srcset="$VAR1$" type="$VAR2$">" description="<source sizes="..." srcset="..." type="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue=""image/"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="source:sizes:type" value="<source sizes="$VAR0$" srcset="$VAR1$" type="$VAR2$">" description="<source sizes="..." srcset="..." type="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue=""image/"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="iframe" value="<iframe src="$VAR0$" frameborder="0">$END$</iframe>" description="<iframe src="..." frameborder="0">...</iframe>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="embed" value="<embed src="$VAR0$" type="$VAR1$">" description="<embed src="..." type="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="object" value="<object data="$VAR0$" type="$VAR1$">$END$</object>" description="<object data="..." type="...">...</object>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="param" value="<param name="$VAR0$" value="$VAR1$">" description="<param name="..." value="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="map" value="<map name="$VAR0$">$END$</map>" description="<map name="...">...</map>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="area" value="<area shape="$VAR0$" coords="$VAR1$" href="$VAR2$" alt="$VAR3$">" description="<area shape="..." coords="..." href="..." alt="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR3" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="area:d" value="<area shape="default" coords="$COORDS$" href="$VAR0$" alt="$VAR1$">" description="<area shape="default" coords="..." href="..." alt="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="COORDS" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="area:c" value="<area shape="circle" coords="$VAR0$" href="$VAR1$" alt="$VAR2$">" description="<area shape="circle" coords="..." href="..." alt="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="area:r" value="<area shape="rect" coords="$VAR0$" href="$VAR1$" alt="$VAR2$">" description="<area shape="rect" coords="..." href="..." alt="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="area:p" value="<area shape="poly" coords="$VAR0$" href="$VAR1$" alt="$VAR2$">" description="<area shape="poly" coords="..." href="..." alt="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="form" value="<form action="$VAR0$">$END$</form>" description="<form action="...">...</form>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="form:get" value="<form action="$VAR0$" method="get">$END$</form>" description="<form action="..." method="get">...</form>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="form:post" value="<form action="$VAR0$" method="post">$END$</form>" description="<form action="..." method="post">...</form>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="label" value="<label for="$VAR0$">$END$</label>" description="<label for="...">...</label>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input" value="<input type="$VAR0$">" description="<input type="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue=""text"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="inp" value="<input type="$VAR0$" name="$NAME$" id="$ID$">" description="<input type="..." name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue=""text"" alwaysStopAt="true" />
|
|
<variable name="NAME" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="ID" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:hidden" value="<input type="hidden" name="$VAR0$" >" description="<input type="hidden" name="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:h" value="<input type="hidden" name="$VAR0$">" description="<input type="hidden" name="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:text" value="<input type="text" name="$VAR0$" id="$VAR1$">" description="<input type="text" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:t" value="<input type="text" name="$VAR0$" id="$VAR1$">" description="<input type="text" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:search" value="<input type="search" name="$VAR0$" id="$VAR1$">" description="<input type="search" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:email" value="<input type="email" name="$VAR0$" id="$VAR1$">" description="<input type="email" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:url" value="<input type="url" name="$VAR0$" id="$VAR1$">" description="<input type="url" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:password" value="<input type="password" name="$VAR0$" id="$VAR1$">" description="<input type="password" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:p" value="<input type="password" name="$VAR0$" id="$VAR1$">" description="<input type="password" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:datetime" value="<input type="datetime" name="$VAR0$" id="$VAR1$">" description="<input type="datetime" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:date" value="<input type="date" name="$VAR0$" id="$VAR1$">" description="<input type="date" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:datetime-local" value="<input type="datetime-local" name="$VAR0$" id="$VAR1$">" description="<input type="datetime-local" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:month" value="<input type="month" name="$VAR0$" id="$VAR1$">" description="<input type="month" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:week" value="<input type="week" name="$VAR0$" id="$VAR1$">" description="<input type="week" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:time" value="<input type="time" name="$VAR0$" id="$VAR1$">" description="<input type="time" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:tel" value="<input type="tel" name="$VAR0$" id="$VAR1$">" description="<input type="tel" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:number" value="<input type="number" name="$VAR0$" id="$VAR1$">" description="<input type="number" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:color" value="<input type="color" name="$VAR0$" id="$VAR1$">" description="<input type="color" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:checkbox" value="<input type="checkbox" name="$VAR0$" id="$VAR1$">" description="<input type="checkbox" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:c" value="<input type="checkbox" name="$VAR0$" id="$VAR1$">" description="<input type="checkbox" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:radio" value="<input type="radio" name="$VAR0$" id="$VAR1$">" description="<input type="radio" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:r" value="<input type="radio" name="$VAR0$" id="$VAR1$">" description="<input type="radio" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:range" value="<input type="range" name="$VAR0$" id="$VAR1$">" description="<input type="range" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:file" value="<input type="file" name="$VAR0$" id="$VAR1$">" description="<input type="file" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:f" value="<input type="file" name="$VAR0$" id="$VAR1$">" description="<input type="file" name="..." id="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:submit" value="<input type="submit" value="$VAR0$">" description="<input type="submit" value="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:s" value="<input type="submit" value="$VAR0$">" description="<input type="submit" value="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:image" value="<input type="image" src="$VAR0$" alt="$VAR1$">" description="<input type="image" src="..." alt="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:i" value="<input type="image" src="$VAR0$" alt="$VAR1$">" description="<input type="image" src="..." alt="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:button" value="<input type="button" value="$VAR0$">" description="<input type="button" value="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="input:b" value="<input type="button" value="$VAR0$">" description="<input type="button" value="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="isindex" value="<isindex>" description="<isindex>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="input:reset" value="<input type="reset" value="$VAR0$">" description="<input type="reset" value="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="select" value="<select name="$VAR0$" id="$VAR1$">$END$</select>" description="<select name="..." id="...">...</select>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="select:disabled" value="<select name="$VAR0$" id="$VAR1$" disabled>$END$</select>" description="<select name="..." id="..." disabled>...</select>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="select:d" value="<select name="$VAR0$" id="$VAR1$" disabled>$END$</select>" description="<select name="..." id="..." disabled>...</select>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="option" value="<option value="$VAR0$">$END$</option>" description="<option value="...">...</option>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="textarea" value="<textarea name="$VAR0$" id="$VAR1$" cols="$COL$" rows="$ROWS$">$END$</textarea>" description="<textarea name="..." id="..." cols="30" rows="10">...</textarea>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="COL" expression="" defaultValue=""30"" alwaysStopAt="true" />
|
|
<variable name="ROWS" expression="" defaultValue=""10"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="marquee" value="<marquee behavior="$BEHAVIOR$" direction="$DIRECTION$">$END$</marquee>" description="<marquee behavior="..." direction="...">...</marquee>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="BEHAVIOR" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="DIRECTION" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="menu:context" value="<menu type="context">$END$</menu>" description="<menu type="context">...</menu>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="menu:c" value="<menu type="context">$END$</menu>" description="<menu type="context">...</menu>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="menu:toolbar" value="<menu type="toolbar">$END$</menu>" description="<menu type="toolbar">...</menu>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="menu:t" value="<menu type="toolbar">$END$</menu>" description="<menu type="toolbar">...</menu>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="video" value="<video src="$VAR0$">$END$</video>" description="<video src="...">...</video>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="audio" value="<audio src="$VAR0$">$END$</audio>" description="<audio src="...">...</audio>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="html:xml" value="<html xmlns="http://www.w3.org/1999/xhtml">$END$</html>" description="<html xmlns="http://www.w3.org/1999/xhtml">...</html>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="keygen" value="<keygen>" description="<keygen>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="command" value="<command>" description="<command>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="button:submit" value="<button type="submit">$END$</button>" description="<button type="submit"></button>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="button:s" value="<button type="submit">$END$</button>" description="<button type="submit"></button>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="button:reset" value="<button type="reset">$END$</button>" description="<button type="reset"></button>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="button:r" value="<button type="reset">$END$</button>" description="<button type="reset"></button>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="button:disabled" value="<button disabled>$END$</button>" description="<button disabled>...</button>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="button:d" value="<button disabled>$END$</button>" description="<button disabled>...</button>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="fieldset:disabled" value="<fieldset disabled>$END$</fieldset>" description="<fieldset disabled>...</fieldset>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="fieldset:d" value="<fieldset disabled>$END$</fieldset>" description="<fieldset disabled>...</fieldset>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="bq" value="<blockquote>$END$</blockquote>" description="<blockquote>...</blockquote>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="acr" value="<acronym title="$VAR0$">$END$</acronym>" description="<acronym title="...">...</acronym>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="fig" value="<figure>$END$</figure>" description="<figure>...</figure>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="figc" value="<figcaption>$END$</figcaption>" description="<figcaption>...</figcaption>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="pic" value="<picture></picture>" description="<picture></picture>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="ifr" value="<iframe src="$VAR0$" frameborder="0">$END$</iframe>" description="<iframe src="..." frameborder="0">...</iframe>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="emb" value="<embed src="$VAR0$" type="$VAR1$">" description="<embed src="..." type="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="obj" value="<object data="$VAR0$" type="$VAR1$">$END$</object>" description="<object data="..." type="...">...</object>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="cap" value="<caption>$END$</caption>" description="<caption>...</caption>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="colg" value="<colgroup>$END$</colgroup>" description="<colgroup>...</colgroup>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="fst" value="<fieldset>$END$</fieldset>" description="<fieldset>...</fieldset>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="fst:d" value="<fieldset disabled>$END$</fieldset>" description="<fieldset disabled>...</fieldset>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="btn" value="<button>$END$</button>" description="<button>...</button>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="btn:b" value="<button type="button">$END$</button>" description="<button type="button">...</button>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="btn:r" value="<button type="reset">$END$</button>" description="<button type="reset">...</button>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="btn:s" value="<button type="submit">$END$</button>" description="<button type="submit">...</button>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="btn:d" value="<button disabled>$END$</button>" description="<button disabled>...</button>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="optg" value="<optgroup>$END$</optgroup>" description="<optgroup>...</optgroup>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="opt" value="<option value="$VAR0$">$END$</option>" description="<option value="...">...</option>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="tarea" value="<textarea name="$VAR0$" id="$VAR1$" cols="$COL$" rows="$ROWS$">$END$</textarea>" description="<textarea name="..." id="..." cols="30" rows="10">...</textarea>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="COL" expression="" defaultValue=""30"" alwaysStopAt="true" />
|
|
<variable name="ROWS" expression="" defaultValue=""10"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="leg" value="<legend>$END$</legend>" description="<legend>...</legend>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="sect" value="<section>$END$</section>" description="<section>...</section>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="art" value="<article>$END$</article>" description="<article>...</article>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="hdr" value="<header>$END$</header>" description="<header>...</header>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="ftr" value="<footer>$END$</footer>" description="<footer>...</footer>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="adr" value="<address>$END$</address>" description="<address>...</address>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="dlg" value="<dialog>$END$</dialog>" description="<dialog>...</dialog>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="str" value="<strong>$END$</strong>" description="<strong>...</strong>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="prog" value="<progress>$END$</progress>" description="<progress>...</progress>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="mn" value="<main>$END$</main>" description="<main>...</main>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="tem" value="<template>$END$</template>" description="<template>...</template>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="fset" value="<fieldset>$END$</fieldset>" description="<fieldset>...</fieldset>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="fset:d" value="<fieldset disabled>$END$</fieldset>" description="<fieldset disabled>...</fieldset>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="datag" value="<datagrid>$END$</datagrid>" description="<datagrid>...</datagrid>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="datal" value="<datalist>$END$</datalist>" description="<datalist>...</datalist>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="kg" value="<keygen>" description="<keygen>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="out" value="<output>$END$</output>" description="<output>...</output>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="det" value="<details>$END$</details>" description="<details>...</details>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="cmd" value="<command>" description="<command>" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="doc" value="<html> <head> <meta charset="$CHARSET$"> <meta name="viewport" content="width=$WIDTH$, user-scalable=$SCALABLE$, initial-scale=$INITIAL_SCALE$, maximum-scale=$MAX_SCALE$, minimum-scale=$MIN_SCALE$"> <meta http-equiv="X-UA-Compatible" content="ie=$IE$"> <title>$TITLE$</title> </head> <body> $END$ </body> </html>" description="" toReformat="true" toShortenFQNames="true">
|
|
<variable name="CHARSET" expression="" defaultValue=""UTF-8"" alwaysStopAt="true" />
|
|
<variable name="WIDTH" expression="" defaultValue=""device-width"" alwaysStopAt="true" />
|
|
<variable name="SCALABLE" expression="" defaultValue=""no"" alwaysStopAt="true" />
|
|
<variable name="INITIAL_SCALE" expression="" defaultValue=""1.0"" alwaysStopAt="true" />
|
|
<variable name="MAX_SCALE" expression="" defaultValue=""1.0"" alwaysStopAt="true" />
|
|
<variable name="MIN_SCALE" expression="" defaultValue=""1.0"" alwaysStopAt="true" />
|
|
<variable name="IE" expression="" defaultValue=""edge"" alwaysStopAt="true" />
|
|
<variable name="TITLE" expression="" defaultValue=""Document"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="doc4" value="<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>$TITLE$</title> </head> <body> $END$ </body> </html>" description="" toReformat="true" toShortenFQNames="true">
|
|
<variable name="TITLE" expression="" defaultValue=""Document"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="ri:d" value="<img src="$VAR1$" alt="$VAR2$" srcset="$VAR0$">" description="<img src="..." alt="..." srcset="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="ri:dpr" value="<img src="$VAR1$" alt="$VAR2$" srcset="$VAR0$">" description="<img src="..." alt="..." srcset="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="ri:v" value="<img src="$VAR2$" alt="$VAR3$" sizes="$VAR0$" srcset="$VAR1$">" description="<img src="..." alt="..." sizes="..." srcset="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR3" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="ri:viewport" value="<img src="$VAR2$" alt="$VAR3$" sizes="$VAR0$" srcset="$VAR1$">" description="<img src="..." alt="..." sizes="..." srcset="...">" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR3" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="ri:a" value="<picture> <source media="($VAR0$)" srcset="$VAR1$"> <img src="$VAR2$" alt="$VAR3$"></picture>" description="<picture><source media="(...)" srcset="..."><img src="..." alt="..."></picture>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue=""min-width: "" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR3" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="ri:art" value="<picture> <source media="($VAR0$)" srcset="$VAR1$"> <img src="$VAR2$" alt="$VAR3$"></picture>" description="<picture><source media="(...)" srcset="..."><img src="..." alt="..."></picture>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue=""min-width: "" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR3" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="ri:t" value="<picture> <source srcset="$VAR0$" type="$VAR1$"> <img src="$VAR2$" alt="$VAR3$"></picture>" description="<picture><source srcset="..." type="..."><img src="..." alt="..."></picture>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue=""image/"" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR3" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="ri:type" value="<picture> <source srcset="$VAR0$" type="$VAR1$"> <img src="$VAR2$" alt="$VAR3$"></picture>" description="<picture><source srcset="..." type="..."><img src="..." alt="..."></picture>" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue=""image/"" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR3" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="html:4t" value="<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="$ENV_LANG$"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>$TITLE$</title> </head> <body> $END$ </body> </html>" description="" toReformat="true" toShortenFQNames="true">
|
|
<variable name="ENV_LANG" expression="" defaultValue=""en"" alwaysStopAt="true" />
|
|
<variable name="TITLE" expression="" defaultValue=""Document"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="html:4s" value="<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="$ENV_LANG$"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>$TITLE$</title> </head> <body> $END$ </body> </html>" description="" toReformat="true" toShortenFQNames="true">
|
|
<variable name="ENV_LANG" expression="" defaultValue=""en"" alwaysStopAt="true" />
|
|
<variable name="TITLE" expression="" defaultValue=""Document"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="html:xt" value="<!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" xml:lang="$ENV_LANG$"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>$TITLE$</title> </head> <body> $END$ </body> </html>" description="" toReformat="true" toShortenFQNames="true">
|
|
<variable name="ENV_LANG" expression="" defaultValue=""en"" alwaysStopAt="true" />
|
|
<variable name="TITLE" expression="" defaultValue=""Document"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="html:xs" value="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$ENV_LANG$"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>$TITLE$</title> </head> <body> $END$ </body> </html>" description="" toReformat="true" toShortenFQNames="true">
|
|
<variable name="ENV_LANG" expression="" defaultValue=""en"" alwaysStopAt="true" />
|
|
<variable name="TITLE" expression="" defaultValue=""Document"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="html:xxs" value="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$ENV_LANG$"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>$TITLE$</title> </head> <body> $END$ </body> </html>" description="" toReformat="true" toShortenFQNames="true">
|
|
<variable name="ENV_LANG" expression="" defaultValue=""en"" alwaysStopAt="true" />
|
|
<variable name="TITLE" expression="" defaultValue=""Document"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="html:5" value="<!doctype html> <html lang="$ENV_LOCALE$"> <head> <meta charset="$CHARSET$"> <meta name="viewport" content="width=$WIDTH$, user-scalable=$SCALABLE$, initial-scale=$INITIAL_SCALE$, maximum-scale=$MAX_SCALE$, minimum-scale=$MIN_SCALE$"> <meta http-equiv="X-UA-Compatible" content="ie=$IE$"> <title>$TITLE$</title> </head> <body> $END$ </body> </html>" description="" toReformat="true" toShortenFQNames="true">
|
|
<variable name="ENV_LOCALE" expression="" defaultValue=""en"" alwaysStopAt="true" />
|
|
<variable name="CHARSET" expression="" defaultValue=""UTF-8"" alwaysStopAt="true" />
|
|
<variable name="WIDTH" expression="" defaultValue=""device-width"" alwaysStopAt="true" />
|
|
<variable name="SCALABLE" expression="" defaultValue=""no"" alwaysStopAt="true" />
|
|
<variable name="INITIAL_SCALE" expression="" defaultValue=""1.0"" alwaysStopAt="true" />
|
|
<variable name="MAX_SCALE" expression="" defaultValue=""1.0"" alwaysStopAt="true" />
|
|
<variable name="MIN_SCALE" expression="" defaultValue=""1.0"" alwaysStopAt="true" />
|
|
<variable name="IE" expression="" defaultValue=""edge"" alwaysStopAt="true" />
|
|
<variable name="TITLE" expression="" defaultValue=""Document"" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="ol+" value="<ol> <li>$END$</li> </ol>" description="" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="ul+" value="<ul> <li>$END$</li> </ul>" description="" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="dl+" value="<dl> <dt>$VAR0$</dt> <dd>$END$</dd> </dl>" description="" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="map+" value="<map name="$VAR0$"> <area shape="$VAR1$" coords="$VAR2$" href="$VAR3$" alt="$VAR4$">$END$ </map>" description="" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR3" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR4" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="table+" value="<table> <tr> <td>$END$</td> </tr> </table>" description="" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="colgroup+" value="<colgroup> <col> </colgroup>" description="" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="colg+" value="<colgroup> <col> </colgroup>" description="" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="tr+" value="<tr> <td>$END$</td> </tr>" description="" toReformat="true" toShortenFQNames="true">
|
|
<context />
|
|
</template>
|
|
<template name="select+" value="<select name="$VAR0$" id="$VAR1$"> <option value="$VAR2$">$END$</option> </select>" description="" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="optgroup+" value="<optgroup> <option value="$VAR0$">$END$</option> </optgroup>" description="" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="optg+" value="<optgroup> <option value="$VAR0$">$END$</option> </optgroup>" description="" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
<template name="pic+" value="<picture> <source srcset="$VAR0$"> <img src="$VAR1$" alt="$VAR2$"></picture>" description="" toReformat="true" toShortenFQNames="true">
|
|
<variable name="VAR0" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR1" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<variable name="VAR2" expression="" defaultValue="""" alwaysStopAt="true" />
|
|
<context />
|
|
</template>
|
|
</templateSet> |