aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-web/tui/views/wizard.html
diff options
context:
space:
mode:
authorArturo FilastoĢ€ <hellais@torproject.org>2011-08-11 13:47:41 +0200
committerArturo FilastoĢ€ <hellais@torproject.org>2011-08-11 13:47:41 +0200
commit5f53648315b1ed94f263da7c13d1754073649e9c (patch)
tree351aafc66ddf294874a55bcde67fd30cc84629f2 /packages/torouter-web/tui/views/wizard.html
parent85bbadf931c74ec5bcbad7d3a5403b59b827db50 (diff)
downloadtorouter-5f53648315b1ed94f263da7c13d1754073649e9c.tar.gz
torouter-5f53648315b1ed94f263da7c13d1754073649e9c.zip
Add the base skeleton for the web user interface
Diffstat (limited to 'packages/torouter-web/tui/views/wizard.html')
-rw-r--r--packages/torouter-web/tui/views/wizard.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/torouter-web/tui/views/wizard.html b/packages/torouter-web/tui/views/wizard.html
new file mode 100644
index 0000000..0890507
--- /dev/null
+++ b/packages/torouter-web/tui/views/wizard.html
@@ -0,0 +1,12 @@
+$def with (wiz_form, text, step, next_step)
+
+<h1>Step number $step</h1>
+
+$text
+
+<form action="/wizard/$next_step" method="POST">
+$:wiz_form.render()
+
+</form>
+
+<!-- a href=/wizard/$next_step>Next ($next_step)</a-->