aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-web/src/tui/views/torconfig.html
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2011-08-19 15:09:45 +0200
committerJacob Appelbaum <jacob@appelbaum.net>2011-08-19 15:09:45 +0200
commit254d2d3f6d1dfc01481ae4158302aae306bef793 (patch)
tree909f1798e9218eec51fe2689b61c5e397a16b588 /packages/torouter-web/src/tui/views/torconfig.html
parentd891a6dc8241809863eb53794d9028f75ac5362b (diff)
parent21472ffb02bb44782d232ce5efe79042c8cb27c6 (diff)
downloadtorouter-254d2d3f6d1dfc01481ae4158302aae306bef793.tar.gz
torouter-254d2d3f6d1dfc01481ae4158302aae306bef793.zip
Merge branch 'master' of ssh://git-rw.torproject.org/torouter
Diffstat (limited to 'packages/torouter-web/src/tui/views/torconfig.html')
-rw-r--r--packages/torouter-web/src/tui/views/torconfig.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/packages/torouter-web/src/tui/views/torconfig.html b/packages/torouter-web/src/tui/views/torconfig.html
index 26bd228..223c339 100644
--- a/packages/torouter-web/src/tui/views/torconfig.html
+++ b/packages/torouter-web/src/tui/views/torconfig.html
@@ -1 +1,11 @@
-The main Tor config page
+$def with (content)
+
+<form method="POST" action="/tor/config" enctype="multipart/form-data">
+<ul>
+<li><textarea cols="100" rows="50" name="torrc">
+$:content
+</textarea></li>
+<li><input type="submit" name="save"></li>
+</ul>
+</form>
+