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()