Mercurial > pub > Impl
annotate _test/Resources/TTView.Output/complex.default.txt @ 259:b92f19630d33
Merge with 91bae9f41a9cf2d52f5cff5a5c3e7c8683c7d47e
author | sergey |
---|---|
date | Fri, 21 Dec 2012 00:09:11 +0400 |
parents | 7a920771fd8e |
children |
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> |