diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-02-09 16:10:49 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-02-09 16:10:49 +0100 |
commit | 64d46ffda837e88596fae19c20d1d55467932668 (patch) | |
tree | 49ae5775095d368c8b81f57277d213b34a2e1958 /pyaggr3g470r/templates/management.html | |
parent | Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470r (diff) | |
download | newspipe-64d46ffda837e88596fae19c20d1d55467932668.tar.gz newspipe-64d46ffda837e88596fae19c20d1d55467932668.tar.bz2 newspipe-64d46ffda837e88596fae19c20d1d55467932668.zip |
It is now possible to import OPML files.
Diffstat (limited to 'pyaggr3g470r/templates/management.html')
-rw-r--r-- | pyaggr3g470r/templates/management.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index a6319b37..77cfd2bd 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -12,6 +12,13 @@ <p>Update your <a href="/profile/">profile</a>.</p> </div> <div class="jumbotron"> + <h1>Import feeds</h1> + <form action="" method="post" id="formImportOPML" enctype="multipart/form-data"> + <span class="btn btn-default btn-file">Import OPM<input type="file" name="opmlfile" /></span> + <button class="btn btn-default" type="submit">OK</button> + </form> + </div> + <div class="jumbotron"> <h1>Export articles</h1> <a href="/export/" class="btn btn-default">HTML</a> </div> |