mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-23 02:37:13 +00:00
17 lines
341 B
PHP
17 lines
341 B
PHP
<div id="container">
|
|
<h2><?php echo $page_title; ?></h2>
|
|
|
|
<p><span class="label important">Important</span> Log files must have the file type .adi</p>
|
|
|
|
<?php echo form_open_multipart('adif/import');?>
|
|
|
|
<input type="file" name="userfile" size="20" />
|
|
|
|
<br /><br />
|
|
|
|
<input class="btn primary" type="submit" value="Upload" />
|
|
|
|
</form>
|
|
|
|
</div>
|