miniflux-legacy/miniflux/templates/import.php

16 lines
506 B
PHP
Raw Normal View History

2013-02-18 03:48:21 +01:00
<div class="page-header">
<h2>OPML Import</h2>
2013-02-24 20:04:56 +01:00
<ul>
<li><a href="?action=feeds">feeds</a></li>
<li><a href="?action=add">add</a></li>
<li><a href="?action=export">export</a></li>
</ul>
2013-02-18 03:48:21 +01:00
</div>
<form method="post" action="?action=import" enctype="multipart/form-data">
<label for="file">OPML file</label>
<input type="file" name="file" required/>
<div class="form-actions">
<button type="submit" class="btn btn-blue">Import</button>
</div>
</form>