repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed to use Authenticate asp.net event instead of Authorize
[castle.git]
/
MonoRail
/
TestSiteBrail
/
Views
/
dsl
/
testSubViewWithComponents.brail
blob
6214660c259320496a64454c1dbc8fedf76507cb
1
<?brail
\r
2
dsl Html:
\r
3
body:
\r
4
component GridComponent, {"source" : items}:
\r
5
section header:
\r
6
tr:
\r
7
th:
\r
8
text "Names"
\r
9
end
\r
10
end
\r
11
end
\r
12
\r
13
section item:
\r
14
td:
\r
15
text item
\r
16
end
\r
17
end
\r
18
end
\r
19
end
\r
20
end
\r
21
?>