From 864f69ef5dc2ed1f89ffaea30d91fe6a969b8ab7 Mon Sep 17 00:00:00 2001 From: Martijn Voncken Date: Fri, 18 Jul 2008 17:44:56 +0000 Subject: [PATCH] ajax-demo:file-upload auto-close --- .../templates/ajax_demo/torrent_add.html | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 deluge/ui/webui/templates/ajax_demo/torrent_add.html diff --git a/deluge/ui/webui/templates/ajax_demo/torrent_add.html b/deluge/ui/webui/templates/ajax_demo/torrent_add.html new file mode 100644 index 000000000..c71def3b3 --- /dev/null +++ b/deluge/ui/webui/templates/ajax_demo/torrent_add.html @@ -0,0 +1,65 @@ +$def with (add_form, options_form, error) + + + Deluge:add torrent + + + + + + + +
+

$_("Add Torrent")

+
+ + + +$if error: +
$error
+
+ + $:add_form.as_table() +
+$_('Options') + + +
+ + + +
+ + +
+ + +
+ + +$:render.footer()