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

16
node_modules/derby-examples/widgets/views/404.html generated vendored Normal file
View File

@@ -0,0 +1,16 @@
<!--
This is a static template file, so it doesn't have an associated app.
It is rendered by the server via a staticPages renderer.
Since static pages don't include the Derby client library, they can't have
bound variables that automatically update. However, they do support initial
template tag rendering from a context object and/or model.
-->
<Title:>
Not found
<Body:>
<h1>404</h1>
<p>Sorry, we can't find anything at <b>{{url}}</b>.
<p>Try heading back to the <a href="/">home page</a>.

View File

@@ -0,0 +1,21 @@
<Title:>
Widgets
<Header:>
<body>
<ui:connectionAlert>
<Body:>
<ui:modal name="testModal" show={_showModal} title="Modal town" close="Meh" primary="You too!">
How nice to see you!
</ui:modal>
<div class="container">
<h1>Bootstrap widgets</h1>
<div class=btn-toolbar>
<ui:dropdown value={test.selected} items={test.options}>
<div class=btn-group>
<button class=btn x-bind="click: showModal">Show modal</button>
</div>
</div>
</div>