updated app

This commit is contained in:
2012-05-30 23:00:06 -04:00
parent 6a753904b7
commit da6ad88d48
5545 changed files with 1101709 additions and 60 deletions

33
node_modules/derby-examples/sink/views/app/index.html generated vendored Normal file
View File

@@ -0,0 +1,33 @@
<import: src=shared>
<import: src=home>
<import: src=liveCss>
<import: src=tableEditor>
<import: src=leaderboard>
<import: src=submit>
<import: src=bindingsBench>
<Title:>
Derby demo: {{title}}
<Header:>
<body class={{currentPage}}>
<!-- components are void by default, and should not have a closing tag -->
<app:shared:alert>
<!-- if a component is nonvoid, it must have a closing tag -->
<app:nav>
{{#each pages}}
{{#if current}}
<b>{{text}}</b>
{{else}}
<a href={{url}}>{{text}}</a>
{{/}}
{{#unless isLast}} | {{/}}
{{/}}
</app:nav>
<nav: nonvoid>
<nav>
<!-- nonvoid components support a special `content` macro -->
{{{content}}}
<hr>
</nav>