From 43fefcf74872a038a226d810cbf045584c213b8f Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Mon, 3 Aug 2020 20:55:50 -0700 Subject: [PATCH] Add export modal and buttons to library and info page --- data/interfaces/default/export_modal.html | 78 +++++++++++++++++++++++ data/interfaces/default/info.html | 23 ++++++- data/interfaces/default/library.html | 20 ++++++ plexpy/exporter.py | 4 +- plexpy/webserve.py | 7 ++ 5 files changed, 129 insertions(+), 3 deletions(-) create mode 100644 data/interfaces/default/export_modal.html diff --git a/data/interfaces/default/export_modal.html b/data/interfaces/default/export_modal.html new file mode 100644 index 00000000..8919cd65 --- /dev/null +++ b/data/interfaces/default/export_modal.html @@ -0,0 +1,78 @@ +<%doc> +USAGE DOCUMENTATION :: PLEASE LEAVE THIS AT THE TOP OF THIS FILE + +For Mako templating syntax documentation please visit: http://docs.makotemplates.org/en/latest/ + +Filename: export_modal.html +Version: 0.1 +Variable names: data [list] + +data :: Usable parameters + +== Global keys == + +DOCUMENTATION :: END +%doc> + +