annotate _test/Resources/TTView.Output/complex.default.txt @ 215:77a9934a44af

sync, migrating to XML::Compile
author cin
date Sun, 19 Aug 2012 22:27:43 +0400
parents 7a920771fd8e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
195
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
1 <html>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
2 <head>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
3 <title>Test Site - my document 2</title>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
4 <script type="text/javascript">
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
5 require([ "dijit.form.Input", "dijit.layout.ContentPane" ]);
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
6 </script>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
7 </head>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
8 <body>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
9 <div><div class="classic" data-dojo-type="dijit.form.Input">
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
10 <div data-dojo-type="dijit.layout.ContentPane">one</div>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
11 <hr />
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
12 <div data-dojo-type="dijit.layout.ContentPane">two</div>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
13 <hr />
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
14 <div data-dojo-type="dijit.layout.ContentPane">three</div>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
15 <hr />
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
16 </div></div>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
17 </body>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
18 </html>