dir/view/import.tpl

14 lines
446 B
Smarty
Raw Normal View History

<div class="mirror-wrapper">
<h2>Mirror a directory</h2>
<form method="POST">
<label>Extract URL's:</label>
<input type="text" name="url" value="http://dir.friendica.com">
<input type="hidden" name="page" value="0">
<input type="submit" value="Execute">
</form>
<br>
<form method="POST">
<label>Batch submit from file: $present</label>
<input type="submit" name="batch_submit" value="Run batch">
</form>
</div>