mirror of
https://github.com/sstent/node.git
synced 2026-01-26 23:22:28 +00:00
updated app
This commit is contained in:
16
node_modules/derby-examples/widgets/views/404.html
generated
vendored
Normal file
16
node_modules/derby-examples/widgets/views/404.html
generated
vendored
Normal 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>.
|
||||
21
node_modules/derby-examples/widgets/views/app/index.html
generated
vendored
Normal file
21
node_modules/derby-examples/widgets/views/app/index.html
generated
vendored
Normal 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>
|
||||
Reference in New Issue
Block a user