miniflux-legacy/src/templates/import.php

12 lines
382 B
PHP
Raw Normal View History

2013-02-18 03:48:21 +01:00
<div class="page-header">
<h2>OPML Import</h2>
<?php include __DIR__.'/feed_menu.php' ?>
</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>