Cloudlog/application/views/adif/import.php
2013-01-23 14:02:47 +00:00

16 行
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>