2011-11-20 06:30:19 +08:00
|
|
|
<div id="container">
|
|
|
|
|
<h2><?php echo $page_title; ?></h2>
|
|
|
|
|
|
2012-11-14 04:29:38 +08:00
|
|
|
<p><span class="label important">Important</span> Log files must have the file type .adi</p>
|
|
|
|
|
|
|
|
|
|
<?php echo $error; ?>
|
2011-11-20 06:30:19 +08:00
|
|
|
|
|
|
|
|
<?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>
|