You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
784 B

<?php include "../header.php";
?>
<style>
.container {
margin: 0 auto;
width: 80%
}
form>div {
margin: 0 auto;
}
</style>
<div style="margin: 0 auto;width:300px">
<h2>請款單歸入檔下載</h2>
</div>
<div class="container">
<form class="form-inline" method="post" action="data_collection_merge_export_submit.php" enctype="multipart/form-data">
<div style='width:300px'>
<label for="yyyymm">下載年月</label>
<input placeholder="YYYYMM" type="text" maxlength="6" name="yyyymm" id="yyyymm">
</div>
<div style='margin-left:0'>
<br />
<button type="submit" name="submit">確定</button>
</div>
</form>
</div>
<?php include "../footer.php"; ?>